Skip to content

Commit

Permalink
security/libressl: Update to 3.6.2
Browse files Browse the repository at this point in the history
 * Major SHLIBVER update
  • Loading branch information
Sp1l committed Mar 18, 2023
1 parent 52a4702 commit d5862e3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
17 changes: 17 additions & 0 deletions UPDATING
Expand Up @@ -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.

20230318:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org

The port has been updated to the latest stable version 3.6 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.

20230315:
AFFECTS: users of lang/ruby30
AUTHOR: yasu@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion security/libressl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libressl
PORTVERSION= 3.5.4
PORTVERSION= 3.6.2
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL

Expand Down
6 changes: 3 additions & 3 deletions security/libressl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1675878889
SHA256 (libressl-3.5.4.tar.gz) = 0379da1344a2f71ad4a4e3be30ef9d82eecddce7f8dc2ae66631a1dfe14343ac
SIZE (libressl-3.5.4.tar.gz) = 4039834
TIMESTAMP = 1675879570
SHA256 (libressl-3.6.2.tar.gz) = 4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033
SIZE (libressl-3.6.2.tar.gz) = 4239482
14 changes: 7 additions & 7 deletions security/libressl/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion security/libressl/version.mk
@@ -1 +1 @@
OPENSSL_SHLIBVER?= 49
OPENSSL_SHLIBVER?= 50

0 comments on commit d5862e3

Please sign in to comment.