| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
- Revert removal of MAKE_JOBS_UNSAFE in r423112
Reported by: D. Randolph
Notes:
svn path=/head/; revision=423288
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=422737
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- drop MAINTAINERSHIP caused of version naming change
Notes:
svn path=/head/; revision=422700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
https://mta.openssl.org/pipermail/openssl-announce/2016-September/000075.html
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422233
|
|
|
|
|
|
|
| |
Submitted by: John Marino
Notes:
svn path=/head/; revision=421945
|
|
|
|
| |
Notes:
svn path=/head/; revision=421025
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=420968
|
|
|
|
|
|
|
| |
- bump SHLIBVERSION
Notes:
svn path=/head/; revision=420967
|
|
|
|
| |
Notes:
svn path=/head/; revision=420199
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-2177
MFH: 2016Q2
Notes:
svn path=/head/; revision=417176
|
|
|
|
| |
Notes:
svn path=/head/; revision=416976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Security: CVE-2016-2178
Notes:
svn path=/head/; revision=416823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 208602
Submitted by: timp87@gmail.com
Notes:
svn path=/head/; revision=412667
|
|
|
|
|
|
|
| |
- make portlint happier
Notes:
svn path=/head/; revision=412526
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=410067
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 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
|
|
|
|
|
|
|
| |
PR: 204527
Notes:
svn path=/head/; revision=408778
|
|
|
|
|
|
|
| |
Submitted by: olli hauer
Notes:
svn path=/head/; revision=407415
|
|
|
|
|
|
|
|
|
|
| |
- add LICENSE_FILE
MFH: 2016Q1
Security: CVE-2015-3197
Security: CVE-2016-0701
Notes:
svn path=/head/; revision=407411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- cleanup text in IGNORE
Notes:
svn path=/head/; revision=402178
|
|
|
|
|
|
|
| |
PR: 201459
Notes:
svn path=/head/; revision=396168
|
|
|
|
| |
Notes:
svn path=/head/; revision=391702
|
|
|
|
|
|
|
| |
Security: http://openssl.org/news/secadv_20150709.txt
Notes:
svn path=/head/; revision=391681
|
|
|
|
| |
Notes:
svn path=/head/; revision=389288
|
|
|
|
| |
Notes:
svn path=/head/; revision=389275
|
|
|
|
| |
Notes:
svn path=/head/; revision=389274
|
|
|
|
| |
Notes:
svn path=/head/; revision=389273
|
|
|
|
|
|
|
|
|
| |
1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch
- Correct ordering
Notes:
svn path=/head/; revision=389269
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=389258
|
|
|
|
|
|
|
|
|
|
| |
- Partially pacify portlint
With hat: ports-secteam
Security: 8305e215-1080-11e5-8ba2-000c2980a9f3
Notes:
svn path=/head/; revision=389255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: 199444
Notes:
svn path=/head/; revision=384721
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: 196756
Notes:
svn path=/head/; revision=383877
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|