Date: Fri, 17 Sep 2021 18:25:16 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: 29889f9becd9 - main - security/libressl-devel: Update to 3.4.0 Message-ID: <202109171825.18HIPGF7002116@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=29889f9becd93ffdbc873a030a647370499846f4 commit 29889f9becd93ffdbc873a030a647370499846f4 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2021-09-17 18:25:07 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2021-09-17 18:25:07 +0000 security/libressl-devel: Update to 3.4.0 --- security/libressl-devel/Makefile | 2 +- security/libressl-devel/distinfo | 6 +++--- security/libressl-devel/pkg-plist | 12 ++++++------ security/libressl-devel/version.mk | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 0878cab0b2d9..8ff0b5b73e6b 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil <brnrd@FreeBSD.org> PORTNAME= libressl -PORTVERSION= 3.3.4 +PORTVERSION= 3.4.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index e4385ccae502..dc01eb799ef2 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630236551 -SHA256 (libressl-3.3.4.tar.gz) = bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 -SIZE (libressl-3.3.4.tar.gz) = 3848128 +TIMESTAMP = 1631900945 +SHA256 (libressl-3.4.0.tar.gz) = e52eae758d40206a71d763a1a87b71037223bf1986ac239a6be1a6d2ac3916d2 +SIZE (libressl-3.4.0.tar.gz) = 3917583 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index 39bcff20af6f..21c7f10189a4 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -79,16 +79,16 @@ include/openssl/x509v3.h include/tls.h lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.46 -lib/libcrypto.so.46.0.2 +lib/libcrypto.so.47 +lib/libcrypto.so.47.0.0 lib/libssl.a lib/libssl.so -lib/libssl.so.48 -lib/libssl.so.48.0.2 +lib/libssl.so.50 +lib/libssl.so.50.0.0 lib/libtls.a lib/libtls.so -lib/libtls.so.20 -lib/libtls.so.20.0.3 +lib/libtls.so.22 +lib/libtls.so.22.0.0 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk index 2bf6c3a40a51..f771a208dcc1 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 46 +OPENSSL_SHLIBVER?= 47
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109171825.18HIPGF7002116>