git: 5c5878b7d124 - main - security/libressl: Upgrade to 3.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Nov 2021 08:21:26 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c5878b7d1245eabed6efe79cb1527d1e68afb9d
commit 5c5878b7d1245eabed6efe79cb1527d1e68afb9d
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2021-11-09 08:19:33 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2021-11-09 08:19:33 +0000
security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
---
UPDATING | 17 +++++++++++++++++
security/libressl/Makefile | 2 +-
security/libressl/distinfo | 6 +++---
security/libressl/pkg-plist | 12 ++++++------
security/libressl/pkg-plist-libtls | 4 ++--
security/libressl/version.mk | 2 +-
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