mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
security/libressl-devel: Update to 3.6.0
* You must rebuild all dependent ports
This commit is contained in:
parent
3fcebb5b3e
commit
7ecfc800aa
@ -1,5 +1,5 @@
|
||||
PORTNAME= libressl
|
||||
PORTVERSION= 3.5.3
|
||||
PORTVERSION= 3.6.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= OPENBSD/LibreSSL
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1653036708
|
||||
SHA256 (libressl-3.5.3.tar.gz) = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
|
||||
SIZE (libressl-3.5.3.tar.gz) = 4039561
|
||||
TIMESTAMP = 1665946782
|
||||
SHA256 (libressl-3.6.0.tar.gz) = 1b12defcbbdbdbeda86929e421000af0f42333add4817fd26c0d9a1aec478404
|
||||
SIZE (libressl-3.6.0.tar.gz) = 4240139
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -1 +1 @@
|
||||
OPENSSL_SHLIBVER?= 49
|
||||
OPENSSL_SHLIBVER?= 50
|
||||
|
Loading…
Reference in New Issue
Block a user