aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* security/openssl: Mark MAKE_JOBS_UNSAFEBernard Spil2016-10-041-0/+2
| | | | | | | | | - Revert removal of MAKE_JOBS_UNSAFE in r423112 Reported by: D. Randolph Notes: svn path=/head/; revision=423288
* security/openssl: Modernize portBernard Spil2016-10-022-1663/+1608
| | | | | | | | | | | | | | | | | - Group options - Migrate to <OPT>_CONFIGURE helpers - Use CONFIGURE_ARGS not EXTRACONFIGURE - Remove make-jobs unsafe (introduced 2009 / 0.9.8) - Remove base SHLIBVER_BASE check (introduced 2006) - Revert to default CPE_VERSION - Rework MAN3 option - Fix plist when SHARED disabled Reviewed by: mat Differential Revision: D8025 Notes: svn path=/head/; revision=423112
* security/openssl: Update to 1.0.2jBernard Spil2016-09-262-12/+12
| | | | | | | | | | - Update to 1.0.2j - Fixes Missing CRL sanity check (CVE-2016-7052) Security: 337d8-83ed-11e6-bf52-b499baebfeaf Notes: svn path=/head/; revision=422776
* - add missing man pages to pkg-plist (fix package building)Olli Hauer2016-09-251-2/+6
| | | | | | | | | | | | | | | | | | | from poudriere log: ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: man/man3/d2i_AutoPrivateKey.3.gz Error: Orphaned: man/man3/d2i_PrivateKey.3.gz Error: Orphaned: man/man3/d2i_Private_key.3.gz Error: Orphaned: man/man3/i2d_PrivateKey.3.gz ===> Error: Plist issues found. *** Error code 1 ====>> Error: check-plist failures detected !!! build failure encountered !!! Approved by: blanket Notes: svn path=/head/; revision=422739
* security/openssl: Take maintainershipBernard Spil2016-09-241-1/+1
| | | | Notes: svn path=/head/; revision=422737
* devel/openssl: change CONFLICTS to CONFLICTS_INSTALLJohn Marino2016-09-241-3/+3
| | | | | | | | THere's no problem building openssl with other ports SSL libraries installed, the conflict comes when it's time to install it. Notes: svn path=/head/; revision=422717
* - add option ASM for OPNsenseDirk Meyer2016-09-241-2/+7
| | | | | | | - drop MAINTAINERSHIP caused of version naming change Notes: svn path=/head/; revision=422700
* security/openssl: Update to 1.0.2iBernard Spil2016-09-236-291/+12
| | | | | | | | | | | | | | - Update to 1.0.2i - Move from PORTREVISION to PORTVERSION updates - Remove patches that are included upstream Reviewed by: mat, delphij MFH: 2016Q3 Sponsored by: EuroBSDcon 2016 DevSummit Differential Revision: D8006 Notes: svn path=/head/; revision=422668
* ftp.openssl.org is being taken out.Mathieu Arnold2016-09-151-1/+0
| | | | | | | | | https://mta.openssl.org/pipermail/openssl-announce/2016-September/000075.html Sponsored by: Absolight Notes: svn path=/head/; revision=422233
* - unroll for loopDirk Meyer2016-09-121-4/+4
| | | | | | | Submitted by: John Marino Notes: svn path=/head/; revision=421945
* - remove options ASM and GMPDirk Meyer2016-08-281-23/+10
| | | | Notes: svn path=/head/; revision=421025
* Revert the OpenSSL 1.1.0 update, it was not tested.Mathieu Arnold2016-08-2716-1703/+796
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=420968
* - update to 1.1.0Dirk Meyer2016-08-2716-795/+1703
| | | | | | | - bump SHLIBVERSION Notes: svn path=/head/; revision=420967
* - cleanup optionsDirk Meyer2016-08-141-13/+2
| | | | Notes: svn path=/head/; revision=420199
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* - fix possible integer overflow and application crashDirk Meyer2016-06-204-1/+243
| | | | | | | | Security: CVE-2016-2177 MFH: 2016Q2 Notes: svn path=/head/; revision=417176
* - update warning message for new macrosDirk Meyer2016-06-161-2/+2
| | | | Notes: svn path=/head/; revision=416976
* Add DEFAULT_VERSIONS=ssl=XXXMathieu Arnold2016-06-161-0/+1
| | | | | | | | | | | | | | | | | | Move the openssl detection routine to bsd.default-version.mk. Add warnings telling people to not use WITH_OPENSSL_PORT or WITH_OPENSSL_BASE. To ease maintainability, change the way the different ssl libraries version numbers are checked. PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416965
* - Fix DSA, preserve BN_FLG_CONSTTIMEDirk Meyer2016-06-122-1/+36
| | | | | | | Security: CVE-2016-2178 Notes: svn path=/head/; revision=416823
* - Security update to 1.0.2hDirk Meyer2016-05-033-12/+25
| | | | | | | | | | | | | | Security: https://www.openssl.org/news/secadv/20160503.txt Security: CVE-2016-2105 Security: CVE-2016-2106 Security: CVE-2016-2107 Security: CVE-2016-2108 Security: CVE-2016-2109 Security: CVE-2016-2176 MFH: 2016Q2 Notes: svn path=/head/; revision=414534
* - add some more manpagesDirk Meyer2016-04-071-0/+27
| | | | | | | | PR: 208602 Submitted by: timp87@gmail.com Notes: svn path=/head/; revision=412667
* - remove NOPRECIOUS*Dirk Meyer2016-04-041-12/+9
| | | | | | | - make portlint happier Notes: svn path=/head/; revision=412526
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* security/libressl*: Register conflict with security/openssl-develBernard Spil2016-03-061-1/+3
| | | | | | | | | | | | - Add conflict for security/openssl-devel - Sort conflicts alphabetically Reviewed by: feld (mentor), koobs (mentor) Approved by: feld (mentor) Differential Revision: D5539 Notes: svn path=/head/; revision=410481
* - extend CONFLICTS for openssl-develDirk Meyer2016-03-031-1/+1
| | | | Notes: svn path=/head/; revision=410067
* security/openssl: Revert disabling of SSLv2 and MD2Mark Felder2016-03-031-2/+2
| | | | | | | | | | | | Disabling SSLv2 without a shared library bump has a visible impact to some applications. It is unclear at this time if disabling MD2 could cause the same issues, but both are being reverted at the moment to be safe. PR: 195796 Notes: svn path=/head/; revision=410039
* security/openssl: Disable SSLv2 and MD2Mark Felder2016-03-021-2/+2
| | | | | | | | | | | | | | | SSLv2 is being disabled due to DROWN. MD2 is being disabled as it should not have been enabled by default. This was disabled by upstream back in 2009. PR: 195796 Approved by: delphij, eadler Security: CVE-2009-2409 Security: CVE-2016-0800 Notes: svn path=/head/; revision=409967
* - Security update to 1.0.2gDirk Meyer2016-03-012-12/+12
| | | | | | | | | | | | | | | Security: https://www.openssl.org/news/secadv/20160301.txt Security: CVE-2016-0800 Security: CVE-2016-0705 Security: CVE-2016-0798 Security: CVE-2016-0797 Security: CVE-2016-0799 Security: CVE-2016-0702 Security: CVE-2016-0703 Security: CVE-2016-0704 Notes: svn path=/head/; revision=409885
* - mark options ASM broken on sparc64Dirk Meyer2016-02-131-0/+1
| | | | | | | PR: 204527 Notes: svn path=/head/; revision=408778
* - add new manpagesDirk Meyer2016-01-282-4/+9
| | | | | | | Submitted by: olli hauer Notes: svn path=/head/; revision=407415
* - Security update:Dirk Meyer2016-01-282-12/+14
| | | | | | | | | | - add LICENSE_FILE MFH: 2016Q1 Security: CVE-2015-3197 Security: CVE-2016-0701 Notes: svn path=/head/; revision=407411
* security/openssl: Fix No-SSLv3 optionBernard Spil2016-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | - This change adds `no-ssl3-method` to config args - Bump portrevision Testing with security/openssl buillt with SSL3 option disabled [1] revealed that the openssl binary and the libraries still support SSLv3 connections and methods. With the added no-ssl3-method argument passed to the config script, the binary no longer supports the -ssl3 option and ports requiring SSLv3 methods fail on undefined references to methods. PR: 203693 [1] Reviewed by: koobs (mentor), feld (mentor, ports-secteam), dinoex (maintainer) Approved by: koobs (mentor), feld (mentor, ports-secteam MFH: 2016Q1 Differential Revision: D4924 Notes: svn path=/head/; revision=406060
* Update to 1.0.2e.Xin LI2015-12-053-12/+20
| | | | | | | | | | | | | Security: CVE-2015-3193 Security: CVE-2015-3194 Security: CVE-2015-3195 Security: CVE-2015-3196 Security: CVE-2015-1794 MFH: 2015Q4 Approved by: so Notes: svn path=/head/; revision=403044
* - use post-install-DOCS-onDirk Meyer2015-11-211-7/+6
| | | | | | | - cleanup text in IGNORE Notes: svn path=/head/; revision=402178
* - new OPTION MAN3Dirk Meyer2015-09-052-9/+9
| | | | | | | PR: 201459 Notes: svn path=/head/; revision=396168
* - add more manpage linksDirk Meyer2015-07-101-0/+4
| | | | Notes: svn path=/head/; revision=391702
* - Security update to 1.0.2dDirk Meyer2015-07-094-23/+51
| | | | | | | Security: http://openssl.org/news/secadv_20150709.txt Notes: svn path=/head/; revision=391681
* - update to 1.0.2cDirk Meyer2015-06-122-12/+12
| | | | Notes: svn path=/head/; revision=389288
* - use portable cpu option for sparcv8Dirk Meyer2015-06-121-5/+6
| | | | Notes: svn path=/head/; revision=389275
* - fix path in SIZE linesDirk Meyer2015-06-121-3/+3
| | | | Notes: svn path=/head/; revision=389274
* - Correct patch filename for SIZERyan Steinmetz2015-06-121-1/+1
| | | | Notes: svn path=/head/; revision=389273
* - Restore missing checksum for ↵Ryan Steinmetz2015-06-121-1/+2
| | | | | | | | | 1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch - Correct ordering Notes: svn path=/head/; revision=389269
* - Resolve build issueRyan Steinmetz2015-06-122-7/+7
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=389258
* - Update to 1.0.2bRyan Steinmetz2015-06-113-22/+21
| | | | | | | | | | - Partially pacify portlint With hat: ports-secteam Security: 8305e215-1080-11e5-8ba2-000c2980a9f3 Notes: svn path=/head/; revision=389255
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-4/+3
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - patchfiles for option PADLOCK renamed againDirk Meyer2015-04-252-8/+8
| | | | | | | PR: 199444 Notes: svn path=/head/; revision=384721
* - disable option ASM by defaultDirk Meyer2015-04-121-2/+2
| | | | | | | | - bump PORTREVISION PR: 196756 Notes: svn path=/head/; revision=383877
* security/openssl: Remove patch hunk for configuring pthreadsJohn Marino2015-03-261-13/+4
| | | | | | | | | The patching of Configure file for pthreads is unnecessary -- the effect of -lpthread -D_REENTRANT is the same as -pthread -D_REENTRANT, so just remove it to make things even more simpler. Notes: svn path=/head/; revision=382293
* security category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-2/+1
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382200
* - Security update to 1.0.2aDirk Meyer2015-03-2112-92/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - termios.h now default - fix patches - fix manpage generation - option ZLIB removed from default - restore padlock support - restore RFC-5705 - restore patch history - restore build on older FreeBSD - restore soname Security: https://www.openssl.org/news/secadv_20150319.txt Security: CVE-2015-0291 Security: CVE-2015-0204 Security: CVE-2015-0290 Security: CVE-2015-0207 Security: CVE-2015-0286 Security: CVE-2015-0208 Security: CVE-2015-0287 Security: CVE-2015-0289 Security: CVE-2015-0292 Security: CVE-2015-0293 Security: CVE-2015-1787 Security: CVE-2015-0285 Security: CVE-2015-0209 Security: CVE-2015-0288 Notes: svn path=/head/; revision=381789