aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-10-17 06:59:34 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-10-17 06:59:34 +0000
commit7ecfc800aa855edeca2c874579cdad0242a7068e (patch)
tree1fb5aaf336b2e2468a23d1749279d02dee20dfc5
parent3fcebb5b3e14e826d9a6b769851c9dc3590401b7 (diff)
security/libressl-devel: Update to 3.6.0
* You must rebuild all dependent ports
-rw-r--r--security/libressl-devel/Makefile2
-rw-r--r--security/libressl-devel/distinfo6
-rw-r--r--security/libressl-devel/pkg-plist14
-rw-r--r--security/libressl-devel/version.mk2
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