aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
Commit message (Collapse)AuthorAgeFilesLines
* - fix shared lib pathDirk Meyer2009-02-231-1/+2
| | | | | | | | | | Force libssl.so to loads the match libcrypto.so. The old fix was not working with 0.9.7 This should help ports linking to openssl from ports in FreeBSD 7.1 and above. Notes: svn path=/head/; revision=228897
* - cleanup betaDirk Meyer2009-02-232-31/+20
| | | | Notes: svn path=/head/; revision=228896
* - update to 0.9.8jDirk Meyer2009-01-0921-728/+130
| | | | | | | | | | - move patches from files-beta back to files - FIPS disabled with force - support for crypto_hw device cloning restored - support for crypto_hw aes_256 restored Notes: svn path=/head/; revision=225599
* - Security fix for incorrect checks for malformed signaturesDirk Meyer2009-01-092-3/+152
| | | | | | | Security: http://www.openssl.org/news/secadv_20090107.txt Notes: svn path=/head/; revision=225580
* - cleanup 0.97Dirk Meyer2009-01-092-90/+49
| | | | Notes: svn path=/head/; revision=225537
* - mark FORBIDDENDirk Meyer2009-01-081-0/+1
| | | | | | | Security: incorrect checks for malformed signatures Notes: svn path=/head/; revision=225519
* - mark BROKENDirk Meyer2009-01-081-0/+2
| | | | Notes: svn path=/head/; revision=225453
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-8/+0
| | | | Notes: svn path=/head/; revision=225335
* - update to 0.9.8iDirk Meyer2008-10-093-5/+6
| | | | Notes: svn path=/head/; revision=221361
* - Security fix for 0.9.7mDirk Meyer2008-08-202-1/+43
| | | | | | | | | Security: CVE-2007-5135 Security: http://www.openssl.org/news/secadv_20071012.txt Submitted by: Jung-uk Kim Notes: svn path=/head/; revision=218923
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* - enable cryptodevDirk Meyer2008-06-252-1/+13
| | | | | | | | | | 124972 PR: 124972 Submitted by: Larry Baird Obtained from: Simon L. Nielsen Notes: svn path=/head/; revision=215772
* - readd 0.9.7mDirk Meyer2008-06-081-0/+3
| | | | Notes: svn path=/head/; revision=214489
* - Security update to 0.9.8hDirk Meyer2008-05-293-13/+10
| | | | | | | | | | | Security: http://openssl.org/news/secadv_20080528.txt Security: http://secunia.com/advisories/30405/ Security: http://cert.fi/haavoittuvuudet/2008/advisory-openssl.html Security: CVE-2008-0891 Security: CVE-2008-1672 Notes: svn path=/head/; revision=213886
* - remove WITH_OPENSSL_SNAPSHOTDirk Meyer2008-03-291-17/+3
| | | | Notes: svn path=/head/; revision=210066
* - remove option OPENSSL_OVERWRITE_BASEDirk Meyer2007-10-232-47/+11
| | | | | | | it was only supported for FreeBSD 4.x Notes: svn path=/head/; revision=201850
* - update to 0.9.8gDirk Meyer2007-10-232-4/+4
| | | | Notes: svn path=/head/; revision=201849
* - Secuurity update to 0.9.8fDirk Meyer2007-10-165-211/+5
| | | | | | | Security: CVE-2007-4995 Notes: svn path=/head/; revision=201575
* - fix DESTDIR for config stageDirk Meyer2007-08-061-2/+2
| | | | Notes: svn path=/head/; revision=197208
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-4/+4
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - enable cadmillaDirk Meyer2007-06-122-1/+3
| | | | | | | | PR: 113624 Submitted by: Tomoyuki Okazaki Notes: svn path=/head/; revision=193331
* - Fix runtime crash in OpenSSL with "Illegal instruction" when build with gcc42Dirk Meyer2007-06-061-0/+182
| | | | | | | Obtained from: kan Notes: svn path=/head/; revision=192955
* - Security update to 0.9.7m / 0.9.8eDirk Meyer2007-02-272-9/+11
| | | | | | | | | | | | | - md5 verfified. Security: CVE-2006-2937 Security: CVE-2006-2938 Security: CVE-2006-2940 Security: CVE-2006-3738 Security: CVE-2006-4343 Security: SA-06:23.openssl Notes: svn path=/head/; revision=186153
* - use USE_LDCONFIGDirk Meyer2007-02-121-1/+1
| | | | Notes: svn path=/head/; revision=184939
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-6/+1
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* - Security update to 0.9.7lDirk Meyer2006-09-282-8/+8
| | | | | | | | | | | | | | | - Security update to 0.9.8d Security: http://www.openssl.org/news/secadv_20060928.txt Security: CVE-2006-2937 Security: CVE-2006-2940 Security: CVE-2006-3738 Security: CVE-2006-4343 Security: http://security.freebsd.org/advisories/FreeBSD-SA-06:23.openssl.asc md5 hashes verfied Notes: svn path=/head/; revision=174040
* - update to 0.9.8cDirk Meyer2006-09-082-9/+9
| | | | | | | | | | - update stable to 0.9.7k md5 verified Security: http://www.openssl.org/news/secadv_20060905.txt Security: CAN-2006-4339 Notes: svn path=/head/; revision=172548
* - fix warning when no openssl is in the baseDirk Meyer2006-08-311-1/+1
| | | | | | | | PR: 102639 Submitted by: Artis Caune Notes: svn path=/head/; revision=171690
* - new option WITH_OPENSSL_COMPRESSIONDirk Meyer2006-08-171-0/+4
| | | | | | | Submitted by: Corey Smith Notes: svn path=/head/; revision=170838
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-2/+2
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* - ignore OpenSSL 0.9.7* on CUREENT >= 700019Dirk Meyer2006-08-021-1/+18
| | | | | | | - break out if shared lib version in port is less than base Notes: svn path=/head/; revision=169431
* - activate regression-testDirk Meyer2006-06-241-0/+2
| | | | Notes: svn path=/head/; revision=166178
* - bump shared lib versions for FreeBSD > 6.0Dirk Meyer2006-05-251-11/+15
| | | | | | | | | | | libssl.o in the base was bumped, but still uses old ABI KDE crashes, as it does not honor LDFLAGS / -rpath= - solving regression for OpenOffice users Reported by: Michel Talon Notes: svn path=/head/; revision=163368
* - update to 0.9.8a and 0.9.7jDirk Meyer2006-05-073-22/+21
| | | | | | | md5 verified with distribution Notes: svn path=/head/; revision=161638
* - force CC and CFLAGS from /etc/make.confDirk Meyer2005-12-252-11/+11
| | | | | | | PR: 90888 Notes: svn path=/head/; revision=152010
* - warn users of option OPENSSL_OVERWRITE_BASEDirk Meyer2005-11-251-0/+10
| | | | Notes: svn path=/head/; revision=149430
* - update default build options on aplhaDirk Meyer2005-11-191-1/+1
| | | | | | | Submitted by: textfield@yahoo.com Notes: svn path=/head/; revision=148779
* - backout last patchDirk Meyer2005-11-191-40/+26
| | | | Notes: svn path=/head/; revision=148778
* - update default build options on aplhaDirk Meyer2005-11-191-26/+40
| | | | | | | Submitted by: textfield@yahoo.com Notes: svn path=/head/; revision=148777
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - Fix build of openssl-beta on 6.0Dirk Meyer2005-10-201-1/+1
| | | | Notes: svn path=/head/; revision=145929
* - new option WITHOUT_OPENSSL_SSE2Dirk Meyer2005-10-161-0/+4
| | | | | | | | http://www.openssl.org/docs/crypto/OPENSSL_ia32cap.html Suggested by: Grant Swenson Notes: svn path=/head/; revision=145491
* - update stable to 0.9.7iDirk Meyer2005-10-154-32/+4
| | | | Notes: svn path=/head/; revision=145475
* - force 0.9.7 for FREEBSD 6.0 RELEASEDirk Meyer2005-10-151-0/+8
| | | | | | | Requested by: portmgr (kris) Notes: svn path=/head/; revision=145471
* - new option WITH_OPENSSL_STABLE=yesDirk Meyer2005-10-141-10/+8
| | | | | | | - updated CONFLICTS Notes: svn path=/head/; revision=145343
* - binary compatability patchDirk Meyer2005-10-143-1/+29
| | | | | | | | PR: 87419 Submitted by: Phil Oleson Notes: svn path=/head/; revision=145331
* - update to 0.9.7g and 0.9.8aDirk Meyer2005-10-124-64/+8
| | | | Notes: svn path=/head/; revision=145093
* - Security Fix: CAN-2005-2969Dirk Meyer2005-10-123-2/+58
| | | | | | | Security: http://www.openssl.org/news/secadv_20051011.txt Notes: svn path=/head/; revision=145088
* - bump SHLIB versionDirk Meyer2005-10-041-2/+3
| | | | | | | | | | The API of openssl 0.9.8 ist compatible but not identical. This version bump might break build of all ports that try to include the opessl in base at the same time. That ports should be fixed. Notes: svn path=/head/; revision=144142
* - update default to 0.9.8Dirk Meyer2005-09-191-15/+18
| | | | | | | - new option WITH_OPENSSL_097 Notes: svn path=/head/; revision=143178