Date: Mon, 17 Oct 2022 07:00:11 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: 7ecfc800aa85 - main - security/libressl-devel: Update to 3.6.0 Message-ID: <202210170700.29H70BRp061660@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=7ecfc800aa855edeca2c874579cdad0242a7068e commit 7ecfc800aa855edeca2c874579cdad0242a7068e Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-10-17 06:59:34 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-10-17 06:59:34 +0000 security/libressl-devel: Update to 3.6.0 * You must rebuild all dependent ports --- security/libressl-devel/Makefile | 2 +- security/libressl-devel/distinfo | 6 +++--- security/libressl-devel/pkg-plist | 14 +++++++------- security/libressl-devel/version.mk | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 0d24cefbc8b5..6e60d8f94103 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.5.3 +PORTVERSION= 3.6.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index e5ee238c306c..5f9ff635dd8d 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653036708 -SHA256 (libressl-3.5.3.tar.gz) = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28 -SIZE (libressl-3.5.3.tar.gz) = 4039561 +TIMESTAMP = 1665946782 +SHA256 (libressl-3.6.0.tar.gz) = 1b12defcbbdbdbeda86929e421000af0f42333add4817fd26c0d9a1aec478404 +SIZE (libressl-3.6.0.tar.gz) = 4240139 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index df28628fbba7..1a7c120a1919 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -20,7 +20,6 @@ include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h include/openssl/ct.h -include/openssl/cterr.h include/openssl/curve25519.h include/openssl/des.h include/openssl/dh.h @@ -37,6 +36,7 @@ include/openssl/gost.h include/openssl/hkdf.h include/openssl/hmac.h include/openssl/idea.h +include/openssl/kdf.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h @@ -81,16 +81,16 @@ include/openssl/x509v3.h include/tls.h lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.49 -lib/libcrypto.so.49.0.0 +lib/libcrypto.so.50 +lib/libcrypto.so.50.0.0 lib/libssl.a lib/libssl.so -lib/libssl.so.52 -lib/libssl.so.52.0.0 +lib/libssl.so.53 +lib/libssl.so.53.0.0 lib/libtls.a lib/libtls.so -lib/libtls.so.25 -lib/libtls.so.25.0.0 +lib/libtls.so.26 +lib/libtls.so.26.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 9168fe951720..d282553ac791 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 49 +OPENSSL_SHLIBVER?= 50
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210170700.29H70BRp061660>