security/openssl: Update to 1.1.1w
* Final version of OpenSSL 1.1.1, this port will upgrade to 3.0 (LTS) with a next commit. * Note the recent vuln was Windows only
This commit is contained in:
parent
66cb4bd2b3
commit
4649d1f4e2
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= openssl
|
||||
PORTVERSION= 1.1.1v
|
||||
PORTVERSION= 1.1.1w
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://www.openssl.org/source/ \
|
||||
|
@ -12,7 +12,7 @@ WWW= https://www.openssl.org/
|
|||
LICENSE= OpenSSL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl3[01] openssl-quictls
|
||||
CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl3[012] openssl-quictls
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= config
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1691003970
|
||||
SHA256 (openssl-1.1.1v.tar.gz) = d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0
|
||||
SIZE (openssl-1.1.1v.tar.gz) = 9893443
|
||||
TIMESTAMP = 1694449777
|
||||
SHA256 (openssl-1.1.1w.tar.gz) = cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8
|
||||
SIZE (openssl-1.1.1w.tar.gz) = 9893384
|
||||
|
|
Loading…
Reference in a new issue