git: c373c6a4be9e - main - security/openssl: Fix EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 13:37:27 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c373c6a4be9e871240b905ac1d403c35c9997837 commit c373c6a4be9e871240b905ac1d403c35c9997837 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2023-10-15 13:36:12 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2023-10-15 13:37:22 +0000 security/openssl: Fix EXPIRATION_DATE * While here, chase in 3.x ports and use the actual date --- security/openssl/Makefile | 2 +- security/openssl111/Makefile | 2 +- security/openssl31/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 0d829246a3e9..4e628519b3fe 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -12,7 +12,7 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -#EXPIRES= 2025-03-25 +#EXPIRATION_DATE= 2026-09-07 CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl111 openssl3[12] openssl-quictls diff --git a/security/openssl111/Makefile b/security/openssl111/Makefile index c454ac61d385..5c2cb8d314cc 100644 --- a/security/openssl111/Makefile +++ b/security/openssl111/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= End-of-life since 2023-09-11, see https://www.openssl.org/blog/blog/2023/09/11/eol-111/ \ port will be removed when FreeBSD 13 is EoL -EXPIRES= 2026-01-31 +EXPIRATION_DATE= 2026-01-31 CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[12] openssl-quictls diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile index 24f931e4160a..304c9986a74c 100644 --- a/security/openssl31/Makefile +++ b/security/openssl31/Makefile @@ -13,7 +13,7 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -#EXPIRES= 2026-09-07 +#EXPIRATION_DATE= 2025-03-14 CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl32 openssl-quictls