Date: Sat, 16 Mar 2024 12:26:05 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 164c5dc6ddc3 - main - security/libressl-devel: Update to 3.9.0 Message-ID: <202403161226.42GCQ5QA075892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=164c5dc6ddc34c09b5908dfa1b320d872dcd6756 commit 164c5dc6ddc34c09b5908dfa1b320d872dcd6756 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-03-16 12:25:57 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-03-16 12:25:57 +0000 security/libressl-devel: Update to 3.9.0 --- security/libressl-devel/Makefile | 15 +++++++-------- security/libressl-devel/distinfo | 6 +++--- security/libressl-devel/pkg-plist | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 261f9ff8a025..d2d233b4fe62 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTVERSION= 3.9.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel @@ -51,12 +50,12 @@ LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=52 \ - LIBCRYPTO_SHLIBFULL=52.0.0 \ - LIBSSL_SHLIBMAJ=55 \ - LIBSSL_SHLIBFULL=55.0.0 \ - LIBTLS_SHLIBMAJ=28 \ - LIBTLS_SHLIBFULL=28.0.0 +PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=53 \ + LIBCRYPTO_SHLIBFULL=53.0.0 \ + LIBSSL_SHLIBMAJ=56 \ + LIBSSL_SHLIBFULL=56.0.0 \ + LIBTLS_SHLIBMAJ=29 \ + LIBTLS_SHLIBFULL=29.0.0 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index 632c297a584a..3db6a4efa6a4 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699092447 -SHA256 (libressl-3.8.2.tar.gz) = 6d4b8d5bbb25a1f8336639e56ec5088052d43a95256697a85c4ce91323c25954 -SIZE (libressl-3.8.2.tar.gz) = 4473978 +TIMESTAMP = 1710587704 +SHA256 (libressl-3.9.0.tar.gz) = 1cc232418498de305e6d5cb80c94a16415c01dcb3cd98f2e8c3a2202091a3420 +SIZE (libressl-3.9.0.tar.gz) = 4360845 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index 498acaedaced..e6953d72280e 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -32,7 +32,6 @@ include/openssl/ecdsa.h include/openssl/engine.h include/openssl/err.h include/openssl/evp.h -include/openssl/gost.h include/openssl/hkdf.h include/openssl/hmac.h include/openssl/idea.h @@ -53,6 +52,7 @@ include/openssl/pem2.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/poly1305.h +include/openssl/posix_time.h include/openssl/rand.h include/openssl/rc2.h include/openssl/rc4.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403161226.42GCQ5QA075892>