aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with clangPawel Pekala2013-12-201-3/+9
| | | | | | | | | | - Add LICENSE PR: ports/184887 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337089
* - Respect CC/CFLAGSPawel Pekala2013-12-201-12/+19
| | | | | | | | | | | - Add LICENSE - Support staging PR: ports/184882 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337082
* - Respect CCPawel Pekala2013-12-201-11/+18
| | | | | | | | | | | - Add LICENSE - Support staging PR: ports/184881 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337081
* fix build on FreeBSD 10.Munechika SUMIKAWA2013-12-202-0/+31
| | | | Notes: svn path=/head/; revision=337053
* - Support CC/CFLAGS properlyPawel Pekala2013-12-193-32/+24
| | | | | | | | | | | | - Add LICENSE - Switch to PLIST_FILES - Support staging PR: ports/184830 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336951
* - Update to 0.16.4Steve Wills2013-12-192-3/+3
| | | | | | | | | PR: ports/180540 Submitted by: myself Approved by: maintainer timeout (tanawts@gmail.com, >5 months) Notes: svn path=/head/; revision=336936
* Cover gnupg1 ports/packages as well.Xin LI2013-12-191-0/+2
| | | | Notes: svn path=/head/; revision=336878
* Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignoreXin LI2013-12-181-0/+43
| | | | | | | with GnuTLS. Document the vulnerability fix in vuxml while I'm here. Notes: svn path=/head/; revision=336860
* Add about gnupg-1.4.16.Jun Kuriyama2013-12-181-0/+45
| | | | Notes: svn path=/head/; revision=336840
* - Upgrade to 1.4.16 (security fix).Jun Kuriyama2013-12-182-5/+5
| | | | | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000337.html Notes: svn path=/head/; revision=336839
* - Unbreak make package without PythonPhilippe Audeoud2013-12-181-1/+1
| | | | | | | | PR: ports/184784 Submitted by: maintainer Notes: svn path=/head/; revision=336837
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-181-1/+1
| | | | Notes: svn path=/head/; revision=336836
* - document asterisk vulnerabilitiesFlorian Smeets2013-12-171-1/+51
| | | | | | | | | - correctly order references [1] Reported by: remko [1] Notes: svn path=/head/; revision=336790
* - Fix build on 10 and head due to new ld behaviorGuido Falsi2013-12-171-3/+3
| | | | | | | | | | | - Stagify PR: ports/184926 Submitted by: me Approved by: arved (maintainer, via email) Notes: svn path=/head/; revision=336735
* This is stage safeBryan Drewery2013-12-171-1/+0
| | | | Notes: svn path=/head/; revision=336685
* - update to 2.8.4Florian Smeets2013-12-161-0/+30
| | | | | | | | | - add stage support Security: 3b86583a-66a7-11e3-868f-0025905a4771 Notes: svn path=/head/; revision=336678
* Fix another useless and redundant test that is now brokenBaptiste Daroussin2013-12-161-1/+1
| | | | | | | Reported by: Peter Looyenga <pl@catslair.org>, jhellenthal@dataix.net Notes: svn path=/head/; revision=336672
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-166-6/+6
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Drop maintainershipBaptiste Daroussin2013-12-162-2/+2
| | | | Notes: svn path=/head/; revision=336648
* - Bump PORTREVISIONRusmir Dusko2013-12-161-12/+19
| | | | | | | | | | | | | | | | - Change license BSD --> BSD2CLAUSE - Add USES compiler - Add DOCS and Option - Change REINPLACE_CMD - Fix build, tabs - Support STAGEDIR PR: ports/184723 Submitted by: Reed Loefgren <rloefgren@forethought.net> Approved by: wg (mentor) Notes: svn path=/head/; revision=336645
* Remove redondant variable testing which are now irrelevantBaptiste Daroussin2013-12-161-2/+2
| | | | | | | with this part of the compatibility with the old framework being removed Notes: svn path=/head/; revision=336611
* Document Zabbix agent remote command execution vulnerability.Xin LI2013-12-161-0/+27
| | | | Notes: svn path=/head/; revision=336606
* setuptools are now default, no need to bring it explicitlyAntoine Brodin2013-12-151-2/+0
| | | | Notes: svn path=/head/; revision=336593
* - switch from easy_install to installAntoine Brodin2013-12-153-848/+23
| | | | | | | | - stage support - use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=336591
* Use setuptools for all Python ports.William Grzybowski2013-12-152-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Remove expired ports:Rene Ladan2013-12-1514-661/+0
| | | | | | | | | | | | | 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-08 security/opieprint: No more active upstream 2013-12-08 security/bubblegum: No more active upstream 2013-12-08 security/snortsms: Not active since several years. 2013-12-08 sysutils/hammerhead: Development no more active 2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased 2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5 Notes: svn path=/head/; revision=336540
* security/cfv: fix usage of python and limit to 2.xWilliam Grzybowski2013-12-151-1/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336520
* security/py-pyme: fix usage of pythonWilliam Grzybowski2013-12-151-2/+4
| | | | | | | | | | | - Fix usage of python - USES gmake Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336519
* Update to 5.3.28Florian Smeets2013-12-142-2/+47
| | | | | | | Security: 47b4e713-6513-11e3-868f-0025905a4771 Notes: svn path=/head/; revision=336500
* security/pam_require: multiple fixesEitan Adler2013-12-141-3/+2
| | | | | | | | | - Fix COMMENT - Convert to STAGING - USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=336492
* Set proper permissions on tests, or lynis will skip themAntoine Brodin2013-12-142-0/+3
| | | | | | | | | PR: ports/184143 Submitted by: Kozlov Sergey Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=336483
* Update to nspr 4.10.2Florian Smeets2013-12-145-8/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to nss 3.15.3.1 Update firefox-esr and thunderbird to 24.2.0 Update firefox to 26.0 Update seamonkey to 2.23 - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install - linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs - install DEBUG with symbols [3] and describe the option better [4] - enable dumping about:memory upon kill -65, kill -66 and GC/CC log upon kill -67 to a file under /tmp directory; linux-firefox uses kill -34, kill -35 and kill -36 respectively PR: ports/183861 [1] PR: ports/184006 [2] PR: ports/169896 [3] PR: ports/184285 [3] PR: ports/184286 [4] Security: dd116b19-64b3-11e3-868f-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=336446
* security/libgcrypt: Remove BROKEN on powerpcKubilay Kocak2013-12-141-6/+2
| | | | | | | | | | | | - Remove BROKEN on powerpc [1] - Enable STAGE support PR: ports/183066 Submitted by: jhibbits Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=336421
* fix build on FreeBSD 10Oliver Lehmann2013-12-141-0/+1
| | | | Notes: svn path=/head/; revision=336411
* - Install python bits in a sensible place.Mathieu Arnold2013-12-132-35/+42
| | | | | | | | | | | | | | - Install ruby bits in a sensible place. - Convert to new OPTIONS framework. - Remove dependency on Perl, nothing in the sources needs it. - Use new LIB_DEPENDS format. PR: ports/184519 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=336382
* Update krb5 to 1.12. Security/krb5 tracks MIT KRB5 current release.Cy Schubert2013-12-128-38/+41
| | | | | | | | | | | | | | Adjust the newly created krb5-maint with a new portname and conflicts. Krb5-maint is a maintenance release for those who wish to use the previous release of krb5. krb5-maint remains at 1.11.3. Adjust CONFLICTS in security/heimdal and security/srp to account for the newly repocopied krb5-maint. Adjust security/Makefile to include krb5-maint. Notes: svn path=/head/; revision=336247
* Repocopy of securty/krb5 (current release) to security/krb5-maintCy Schubert2013-12-1210-0/+472
| | | | | | | | | | (maintenance release) in preparation for krb5 1.11.3 --> 1.2 update. Krb5-maint is a maintenance release for those who wish to use the previous release of MIT krb5. Notes: svn path=/head/; revision=336246
* pkg-plist fixup.Cy Schubert2013-12-111-0/+3
| | | | Notes: svn path=/head/; revision=336221
* Fix typo.Emanuel Haupt2013-12-111-1/+1
| | | | | | | Notified by: John Marino <freebsd.contact@marino.st> Notes: svn path=/head/; revision=336180
* Add LEGAL_TEXT as requested by eadler.Emanuel Haupt2013-12-111-0/+2
| | | | Notes: svn path=/head/; revision=336178
* Support stageBaptiste Daroussin2013-12-112-8/+9
| | | | | | | Fix build on 10 and HEAD Notes: svn path=/head/; revision=336149
* Add LDAP support.Cy Schubert2013-12-112-3/+15
| | | | | | | | PR: 184557 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Notes: svn path=/head/; revision=336138
* - Group affected packagesSunpoet Po-Chuan Hsieh2013-12-101-39/+15
| | | | | | | | | | - Sort CVE - Fix indent Notified by: remko Notes: svn path=/head/; revision=336101
* Add entry for net/samba* CVE-2012-6150 and CVE-2013-4408Timur I. Bakeyev2013-12-101-0/+46
| | | | Notes: svn path=/head/; revision=336047
* Set tcsd_enable=NO by default if unset.Hiroki Sato2013-12-092-2/+2
| | | | | | | Pointed out by: olgeni Notes: svn path=/head/; revision=335952
* 2013-12-08 security/rarcrack: Not active since several yearsPhilippe Audeoud2013-12-085-59/+0
| | | | Notes: svn path=/head/; revision=335931
* 2013-12-08 security/pdfcrack: Not active since several yearsPhilippe Audeoud2013-12-085-61/+0
| | | | Notes: svn path=/head/; revision=335930
* - Document Rails vulnerabilitySunpoet Po-Chuan Hsieh2013-12-081-0/+85
| | | | Notes: svn path=/head/; revision=335897
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* - convert LIB_DEPENDSDirk Meyer2013-12-071-4/+2
| | | | Notes: svn path=/head/; revision=335810