aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-11-09 08:19:33 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-11-09 08:19:33 +0000
commit5c5878b7d1245eabed6efe79cb1527d1e68afb9d (patch)
treec25f0cdf0be4658fd68c2a2cb4ba2dd8ab23cb07
parenta44dd394ce8161efd5bb8e6294b8bb0375a709e8 (diff)
downloadports-5c5878b7d1245eabed6efe79cb1527d1e68afb9d.tar.gz
ports-5c5878b7d1245eabed6efe79cb1527d1e68afb9d.zip
security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
-rw-r--r--UPDATING17
-rw-r--r--security/libressl/Makefile2
-rw-r--r--security/libressl/distinfo6
-rw-r--r--security/libressl/pkg-plist12
-rw-r--r--security/libressl/pkg-plist-libtls4
-rw-r--r--security/libressl/version.mk2
6 files changed, 30 insertions, 13 deletions
diff --git a/UPDATING b/UPDATING
index b1e71b0ac5a7..49fd668fe61a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20211109:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 3.4 of LibreSSL.
+ The shared library versions of the libraries have been bumped.
+
+ After upgrading, manually update all packages that depend on any of the
+ libraries provided by LibreSSL (libssl, libcrypto and libtls) since the
+ versions of these libraries have changed. Normally, you can obtain the
+ list of dependent software by running the following command:
+
+ # pkg info -r libressl
+
+ Then you should rebuild all ports depending on libressl to avoid dangling
+ shared library dependencies.
+
20211107:
AFFECTS: users of sysutils/devcpu-data
AUTHOR: jrm@FreeBSD.org
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index ebfc6cd67ae3..f7b96ea29085 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -1,7 +1,7 @@
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
PORTNAME= libressl
-PORTVERSION= 3.3.5
+PORTVERSION= 3.4.1
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
diff --git a/security/libressl/distinfo b/security/libressl/distinfo
index 38a192f8e83c..6bebf8988e70 100644
--- a/security/libressl/distinfo
+++ b/security/libressl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633260893
-SHA256 (libressl-3.3.5.tar.gz) = 0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5
-SIZE (libressl-3.3.5.tar.gz) = 3847261
+TIMESTAMP = 1634377226
+SHA256 (libressl-3.4.1.tar.gz) = 107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c
+SIZE (libressl-3.4.1.tar.gz) = 3917346
diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist
index 39bcff20af6f..21c7f10189a4 100644
--- a/security/libressl/pkg-plist
+++ b/security/libressl/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/pkg-plist-libtls b/security/libressl/pkg-plist-libtls
index b4a41eee21c1..34365549dd2e 100644
--- a/security/libressl/pkg-plist-libtls
+++ b/security/libressl/pkg-plist-libtls
@@ -4,8 +4,8 @@ etc/ssl/x509v3.cnf
include/tls.h
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/libtls.pc
%%NC%%man/man1/nc.1.gz
@dir etc/ssl/certs
diff --git a/security/libressl/version.mk b/security/libressl/version.mk
index 2bf6c3a40a51..f771a208dcc1 100644
--- a/security/libressl/version.mk
+++ b/security/libressl/version.mk
@@ -1 +1 @@
-OPENSSL_SHLIBVER?= 46
+OPENSSL_SHLIBVER?= 47