mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
This commit is contained in:
parent
a44dd394ce
commit
5c5878b7d1
6 changed files with 30 additions and 13 deletions
17
UPDATING
17
UPDATING
|
@ -5,6 +5,23 @@ they are unavoidable.
|
||||||
You should get into the habit of checking this file for changes each time
|
You should get into the habit of checking this file for changes each time
|
||||||
you update your ports collection, before attempting any port upgrades.
|
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:
|
20211107:
|
||||||
AFFECTS: users of sysutils/devcpu-data
|
AFFECTS: users of sysutils/devcpu-data
|
||||||
AUTHOR: jrm@FreeBSD.org
|
AUTHOR: jrm@FreeBSD.org
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= libressl
|
PORTNAME= libressl
|
||||||
PORTVERSION= 3.3.5
|
PORTVERSION= 3.4.1
|
||||||
CATEGORIES= security devel
|
CATEGORIES= security devel
|
||||||
MASTER_SITES= OPENBSD/LibreSSL
|
MASTER_SITES= OPENBSD/LibreSSL
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1633260893
|
TIMESTAMP = 1634377226
|
||||||
SHA256 (libressl-3.3.5.tar.gz) = 0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5
|
SHA256 (libressl-3.4.1.tar.gz) = 107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c
|
||||||
SIZE (libressl-3.3.5.tar.gz) = 3847261
|
SIZE (libressl-3.4.1.tar.gz) = 3917346
|
||||||
|
|
|
@ -79,16 +79,16 @@ include/openssl/x509v3.h
|
||||||
include/tls.h
|
include/tls.h
|
||||||
lib/libcrypto.a
|
lib/libcrypto.a
|
||||||
lib/libcrypto.so
|
lib/libcrypto.so
|
||||||
lib/libcrypto.so.46
|
lib/libcrypto.so.47
|
||||||
lib/libcrypto.so.46.0.2
|
lib/libcrypto.so.47.0.0
|
||||||
lib/libssl.a
|
lib/libssl.a
|
||||||
lib/libssl.so
|
lib/libssl.so
|
||||||
lib/libssl.so.48
|
lib/libssl.so.50
|
||||||
lib/libssl.so.48.0.2
|
lib/libssl.so.50.0.0
|
||||||
lib/libtls.a
|
lib/libtls.a
|
||||||
lib/libtls.so
|
lib/libtls.so
|
||||||
lib/libtls.so.20
|
lib/libtls.so.22
|
||||||
lib/libtls.so.20.0.3
|
lib/libtls.so.22.0.0
|
||||||
libdata/pkgconfig/libcrypto.pc
|
libdata/pkgconfig/libcrypto.pc
|
||||||
libdata/pkgconfig/libssl.pc
|
libdata/pkgconfig/libssl.pc
|
||||||
libdata/pkgconfig/libtls.pc
|
libdata/pkgconfig/libtls.pc
|
||||||
|
|
|
@ -4,8 +4,8 @@ etc/ssl/x509v3.cnf
|
||||||
include/tls.h
|
include/tls.h
|
||||||
lib/libtls.a
|
lib/libtls.a
|
||||||
lib/libtls.so
|
lib/libtls.so
|
||||||
lib/libtls.so.20
|
lib/libtls.so.22
|
||||||
lib/libtls.so.20.0.3
|
lib/libtls.so.22.0.0
|
||||||
libdata/pkgconfig/libtls.pc
|
libdata/pkgconfig/libtls.pc
|
||||||
%%NC%%man/man1/nc.1.gz
|
%%NC%%man/man1/nc.1.gz
|
||||||
@dir etc/ssl/certs
|
@dir etc/ssl/certs
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
OPENSSL_SHLIBVER?= 46
|
OPENSSL_SHLIBVER?= 47
|
||||||
|
|
Loading…
Add table
Reference in a new issue