1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

security/libressl: Update to 3.5.3

* Make sure you check https://wiki.freebsd.org/LibreSSL/3.5
   and UPDATING
This commit is contained in:
Bernard Spil 2022-09-25 11:15:46 +00:00
parent 7d437f69b0
commit 2de6938387
6 changed files with 32 additions and 13 deletions

View File

@ -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.
20220925:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org
The port has been updated to the latest stable version 3.5 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.
20220919:
AFFECTS: users of sysutils/schilyutils
AUTHOR: fuz@fuz.su

View File

@ -1,5 +1,5 @@
PORTNAME= libressl
PORTVERSION= 3.4.3
PORTVERSION= 3.5.3
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1647457237
SHA256 (libressl-3.4.3.tar.gz) = ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d
SIZE (libressl-3.4.3.tar.gz) = 3913963
TIMESTAMP = 1653036708
SHA256 (libressl-3.5.3.tar.gz) = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
SIZE (libressl-3.5.3.tar.gz) = 4039561

View File

@ -19,6 +19,8 @@ include/openssl/comp.h
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
@ -79,16 +81,16 @@ include/openssl/x509v3.h
include/tls.h
lib/libcrypto.a
lib/libcrypto.so
lib/libcrypto.so.47
lib/libcrypto.so.47.0.0
lib/libcrypto.so.49
lib/libcrypto.so.49.0.0
lib/libssl.a
lib/libssl.so
lib/libssl.so.50
lib/libssl.so.50.0.0
lib/libssl.so.52
lib/libssl.so.52.0.0
lib/libtls.a
lib/libtls.so
lib/libtls.so.22
lib/libtls.so.22.0.0
lib/libtls.so.25
lib/libtls.so.25.0.0
libdata/pkgconfig/libcrypto.pc
libdata/pkgconfig/libssl.pc
libdata/pkgconfig/libtls.pc

View File

@ -4,8 +4,8 @@ etc/ssl/x509v3.cnf
include/tls.h
lib/libtls.a
lib/libtls.so
lib/libtls.so.22
lib/libtls.so.22.0.0
lib/libtls.so.25
lib/libtls.so.25.0.0
libdata/pkgconfig/libtls.pc
%%NC%%man/man1/nc.1.gz
@dir etc/ssl/certs

View File

@ -1 +1 @@
OPENSSL_SHLIBVER?= 47
OPENSSL_SHLIBVER?= 49