summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.15Sunpoet Po-Chuan Hsieh2015-04-042-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes Notes: svn path=/head/; revision=383243
* - Update to 6.8p1Bryan Drewery2015-04-0412-294/+1389
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix 'make test' - HPN: - NONECIPHER is no longer default. This is not default in base and should not be default here as it introduces security holes. - HPN: I've audited the patch and included it in the port directory for transparency. I identified several bugs and submitted them to the new upstream: https://github.com/rapier1/openssh-portable/pull/2 - HPN: The entire patch is now ifdef'd to ensure various bits are properly removed depending on the OPTIONS selected. - AES_THREADED is removed. It has questionable benefit on modern HW and is not stable. - The "enhanced logging" was removed from the patch as it is too intrusive and difficult to maintain in the port. - The progress meter "peak throughput" patch was removed. - Fixed HPN version showing in client/server version string when HPN was disabled in the config. - KERB_GSSAPI is currently BROKEN as it does not apply. - Update X509 to 8.3 Changelog: http://www.openssh.com/txt/release-6.8 Notes: svn path=/head/; revision=383231
* - Replace deprecated des_* methods with DES_* counterpartsThomas Zander2015-04-042-1/+101
| | | | | | | | | | | | - Fix build with LibreSSL PR: 198346 Submitted by: spil.oss@gmail.com Approved by: buganini@gmail.com (maintainer) MFH: 2015Q2 Notes: svn path=/head/; revision=383204
* security/ruby-camellia: mark broken with ruby 2.2 alsoSteve Wills2015-04-041-2/+2
| | | | Notes: svn path=/head/; revision=383200
* Document mozilla vulnerabilities in Firefox 37.0Jan Beich2015-04-031-0/+36
| | | | Notes: svn path=/head/; revision=383181
* Update to 20141121Carlo Strub2015-04-034-4/+79
| | | | | | | | PR: 198402 Approved by: maintainer timeout Notes: svn path=/head/; revision=383173
* security/sslwrap: fix build with OpenSSL libs without SSLv2Bartek Rutkowski2015-04-032-1/+16
| | | | | | | | PR: 198400 Submitted by: Bernard Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=383166
* Document multiple vulnerabilities in multimedia/libav prior to version 11.3Thomas Zander2015-04-031-0/+28
| | | | | | | | | PR: 198873 Submitted by: venture37@geeklan.co.uk MFH: 2015Q2 Notes: svn path=/head/; revision=383146
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-038-70/+9
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Update to 0.150900Sunpoet Po-Chuan Hsieh2015-04-023-11/+10
| | | | | | | | | | - Remove leading definite article from COMMENT - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes Notes: svn path=/head/; revision=383057
* security/hydra: fix build with libresslRuslan Makhmatkhanov2015-04-021-0/+92
| | | | | | | | | | | Add corrected upstream patch, that fixing build both with LibreSSL and OpenSSL >= 1.1.0. PR: 198533 Submitted by: Bernard Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=383041
* - Update to 0.5.0Dmitry Marakasov2015-04-022-6/+5
| | | | | | | | PR: 198974 Submitted by: tom@hur.st (maintainer) Notes: svn path=/head/; revision=383031
* Update to 1.3.1Antoine Brodin2015-04-022-6/+5
| | | | | | | Announce: http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html Notes: svn path=/head/; revision=383030
* New port: security/py-pyaff4Antoine Brodin2015-04-024-0/+34
| | | | | | | | | | | | | | The Advanced Forensics File format 4 was originally designed and published in "Extending the advanced forensic format to accommodate multiple data sources, logical evidence, arbitrary information and forensic workflow" M.I. Cohen, Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68. The format is an open source format used for the storage of digital evidence and data. WWW: http://www.aff4.org/ Notes: svn path=/head/; revision=383029
* fix option of pw.Hajimu UMEMOTO2015-04-021-1/+1
| | | | | | | Spotted by: Sean Eric Fagan <sef__at__Kithrup.COM> Notes: svn path=/head/; revision=383016
* security/ppars: update 1.1 -> 1.2Bartek Rutkowski2015-04-022-5/+5
| | | | | | | | | | - Update maintainer's email PR: 199089 Submitted by: Joe Barbish <joeb1@a1poweruser.com> Notes: svn path=/head/; revision=382994
* Remove unused variable PRECIOUSBryan Drewery2015-04-021-3/+0
| | | | Notes: svn path=/head/; revision=382980
* Thanks for breaking my domainBryan Drewery2015-04-021-0/+3
| | | | Notes: svn path=/head/; revision=382977
* - remove do_nada and unmute installationJason Helfman2015-04-011-6/+4
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=382963
* Fix support with GnuPG 2.1+ by not showing a warning when gpg-agent already ↵Bryan Drewery2015-04-012-0/+31
| | | | | | | | | | running. Obtained from: https://github.com/funtoo/keychain MFH: 2015Q2 Notes: svn path=/head/; revision=382956
* Document multiple vulnerabilities of PHP.Xin LI2015-04-011-0/+56
| | | | | | | Submitted by: Bernard Spil <bernard bachfreund nl> Notes: svn path=/head/; revision=382948
* - Update to 5.3.0Renato Botelho2015-04-013-8/+11
| | | | | | | | | | | - Add a new option UNITY, to enable Cisco unity extension plugin PR: 199064 Approved by: maintainer Sponsored by: Netgate Notes: svn path=/head/; revision=382902
* Make the check added in 2013 in r330200 for a bad ECDSA key actually work.Bryan Drewery2015-04-012-2/+2
| | | | Notes: svn path=/head/; revision=382887
* - document subversion issuesOlli Hauer2015-03-311-0/+51
| | | | | | | | | | | http://subversion.apache.org/security/ Security: CVE-2015-0202 Security: CVE-2015-0248 Security: CVE-2015-0251 Notes: svn path=/head/; revision=382862
* Remove useless IGNORE for TCP_WRAPPERS and PAM.Bryan Drewery2015-03-311-8/+0
| | | | | | | | | | | | TCP_WRAPPERS: /usr/include/tcpd.h is always installed by the base system. It is only libwrap.so that is conditional on WITH_TCP_WRAPPERS. PAM: /usr/include/security/pam_modules.h is always installed. This fixes FreshPorts claiming this port is ignored. Notes: svn path=/head/; revision=382859
* Document mozilla vulnerabilitiesJan Beich2015-03-311-0/+104
| | | | Notes: svn path=/head/; revision=382858
* Add vulnerability for devel/osc.Dmitry Marakasov2015-03-311-0/+30
| | | | | | | | | Security: CVE-2015-0778 PR: 198876 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=382847
* Document GNU cpio vulnerabilities CVE-2014-9112 and CVE-2015-1197.Christian Weisgerber2015-03-311-0/+36
| | | | Notes: svn path=/head/; revision=382827
* - Update security/libfprint to version 0.6.0 [1]Pawel Pekala2015-03-308-68/+7
| | | | | | | | | | | | | - Update security/fprintd to version 0.6.0 [1] - Fix mispelled word in fprintd pkg-descr - Cleanup pkg-plist in libfprint PR: 198930 [1] Submitted by: Martin Birgmeier <la5lbtyi@aon.at> (maintainer of fprintd) [1] Approved by: lichray@gmail.com (security/libfprint part) Notes: svn path=/head/; revision=382779
* Add an experimental patch for bug #195004.Matthias Andree2015-03-302-2/+178
| | | | | | | | | Needs to be enabled through a port option. PR: 195004 Notes: svn path=/head/; revision=382705
* update to 0.2.6.6 [1]; add another hint to the pkg-message [2]; use @sample [3];Brendan Fabeny2015-03-308-34/+18
| | | | | | | | | add CPE information [4]; update the rc-script [5] PR: 198710 [1], 199003 [1], 195828 [2], 198164 [3], 197493 [4], 197998 [5] Notes: svn path=/head/; revision=382650
* Replace methods and types that were marked deprecated by OpenSSL 0.9.7Alexey Dokuchaev2015-03-303-0/+99
| | | | | | | | | | and will be removed in OpenSSL 1.1.0. PR: 198348, 198352 Submitted by: Bernard Spil Notes: svn path=/head/; revision=382632
* Update ruby-gems to 2.4.5Steve Wills2015-03-301-18/+17
| | | | | | | | Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches. Notes: svn path=/head/; revision=382631
* Convert to USES=autoreconfBaptiste Daroussin2015-03-291-3/+1
| | | | Notes: svn path=/head/; revision=382603
* Add CPE information.Roman Bogorodskiy2015-03-291-1/+2
| | | | | | | | PR: 198833 Submitted by: shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382572
* security/maia: 1.0.3 -> 1.0.4Kurt Jaeger2015-03-294-976/+929
| | | | | | | | | | TODO: find a suitable changelog PR: 198042 Submitted by: ek@purplehat.org (maintainer) Notes: svn path=/head/; revision=382571
* Make the VersionAddendum fix use the proper default.Bryan Drewery2015-03-292-9/+9
| | | | | | | | | | Once I ran into the X509 issue previously I failed to retest that the patch worked. PR: 193127 Notes: svn path=/head/; revision=382566
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-281-0/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=382537
* Document libzip vulnerability CVE-2015-2331Max Brazhnikov2015-03-281-0/+28
| | | | Notes: svn path=/head/; revision=382524
* Convert USES=autoreconfBaptiste Daroussin2015-03-281-3/+4
| | | | | | | Strip binaries Notes: svn path=/head/; revision=382515
* - Add CPE informationSunpoet Po-Chuan Hsieh2015-03-281-1/+2
| | | | | | | | PR: 198985 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=382480
* - Update to 0.24Sunpoet Po-Chuan Hsieh2015-03-283-9/+8
| | | | | | | | | | | - While I'm here, sort PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Changes PR: 198827 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer) Notes: svn path=/head/; revision=382471
* CyaSSL has been renamed WolfSSL upstreamJohan van Selst2015-03-287-102/+190
| | | | | | | | Rename port and update to 3.4.0 http://www.yassl.com/yaSSL/Products-wolfssl.html Notes: svn path=/head/; revision=382450
* - Hook py-requests-kerberos to the buildAntoine Brodin2015-03-272-1/+2
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=382436
* Based on email feedback[1]:Dan Langille2015-03-271-2/+6
| | | | | | | | | | | | | | * Remove indefinite article from COMMENT * Add LICENSE / LICENSE_FILE * Add missing RUN_DEPENDS on security/py-kerberos * Match upstream minimum version requirements [1] - http://docs.freebsd.org/cgi/mid.cgi?5514CA41.1050404 Approved by: mat (mentor) Notes: svn path=/head/; revision=382423
* Adjust to run better with new versions of openpyxlAntoine Brodin2015-03-274-8/+126
| | | | Notes: svn path=/head/; revision=382401
* - Update to 2015.67Alex Kozlov2015-03-272-4/+3
| | | | Notes: svn path=/head/; revision=382395
* Update to 2.1.0.10Antoine Brodin2015-03-272-3/+3
| | | | Notes: svn path=/head/; revision=382385
* Update the Gnome stack to the latest in the 3.14 series.Koop Mast2015-03-273-4/+45
| | | | | | | | | | Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo Notes: svn path=/head/; revision=382383
* Document django vulnerability CVE-2015-2316 and CVE-2015-2317Li-Wen Hsu2015-03-271-0/+68
| | | | Notes: svn path=/head/; revision=382361