aboutsummaryrefslogtreecommitdiff
path: root/security/libressl-devel
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-12-16 11:29:02 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-12-16 11:29:02 +0000
commitcd78fcefa78021af17c002eeca06680677f5ff89 (patch)
treed4e94617e96d8ca9f9388880a82a6346a275b194 /security/libressl-devel
parent5ef1f7b27645f3dea81d82d608540ab1eedb06bb (diff)
downloadports-cd78fcefa78021af17c002eeca06680677f5ff89.tar.gz
ports-cd78fcefa78021af17c002eeca06680677f5ff89.zip
Notes
Diffstat (limited to 'security/libressl-devel')
-rw-r--r--security/libressl-devel/Makefile3
-rw-r--r--security/libressl-devel/distinfo6
-rw-r--r--security/libressl-devel/pkg-plist15
-rw-r--r--security/libressl-devel/version.mk2
4 files changed, 13 insertions, 13 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile
index f38a31fa4e4d..d95ce3a35e8c 100644
--- a/security/libressl-devel/Makefile
+++ b/security/libressl-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libressl
-PORTVERSION= 2.8.2
+PORTVERSION= 2.9.0
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
PKGNAMESUFFIX= -devel
@@ -22,7 +22,6 @@ NC_DESC= Install TLS-enabled netcat
CONFLICTS_INSTALL= libressl-[0-9]* \
openssl-[0-9]* \
- openssl-devel-[0-9]* \
openssl111-[0-9]*
NC_CONFIGURE_ENABLE= nc
diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo
index 320623b4a3ad..f4eb676c1310 100644
--- a/security/libressl-devel/distinfo
+++ b/security/libressl-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539941233
-SHA256 (libressl-2.8.2.tar.gz) = b8cb31e59f1294557bfc80f2a662969bc064e83006ceef0574e2553a1c254fd5
-SIZE (libressl-2.8.2.tar.gz) = 3373599
+TIMESTAMP = 1544955712
+SHA256 (libressl-2.9.0.tar.gz) = eb5f298408b723f11a0ca0192c122ecb79b4855bfdf7eea183a6264296a13cf4
+SIZE (libressl-2.9.0.tar.gz) = 3400383
diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist
index 0bc9ae3c8711..48038306149e 100644
--- a/security/libressl-devel/pkg-plist
+++ b/security/libressl-devel/pkg-plist
@@ -5,7 +5,6 @@ etc/ssl/openssl.cnf
etc/ssl/x509v3.cnf
include/openssl/aes.h
include/openssl/asn1.h
-include/openssl/asn1_mac.h
include/openssl/asn1t.h
include/openssl/bio.h
include/openssl/blowfish.h
@@ -58,6 +57,7 @@ include/openssl/ripemd.h
include/openssl/rsa.h
include/openssl/safestack.h
include/openssl/sha.h
+include/openssl/sm3.h
include/openssl/srtp.h
include/openssl/ssl.h
include/openssl/ssl2.h
@@ -76,16 +76,16 @@ include/openssl/x509v3.h
include/tls.h
lib/libcrypto.a
lib/libcrypto.so
-lib/libcrypto.so.44
-lib/libcrypto.so.44.0.1
+lib/libcrypto.so.45
+lib/libcrypto.so.45.0.1
lib/libssl.a
lib/libssl.so
-lib/libssl.so.46
-lib/libssl.so.46.0.1
+lib/libssl.so.47
+lib/libssl.so.47.0.1
lib/libtls.a
lib/libtls.so
-lib/libtls.so.18
-lib/libtls.so.18.0.1
+lib/libtls.so.19
+lib/libtls.so.19.0.2
libdata/pkgconfig/libcrypto.pc
libdata/pkgconfig/libssl.pc
libdata/pkgconfig/libtls.pc
@@ -2835,6 +2835,7 @@ man/man1/openssl.1.gz
%%MAN3%%man/man3/tls_connect_fds.3.gz
%%MAN3%%man/man3/tls_connect_servername.3.gz
%%MAN3%%man/man3/tls_connect_socket.3.gz
+%%MAN3%%man/man3/tls_default_ca_cert_file.3.gz
%%MAN3%%man/man3/tls_error.3.gz
%%MAN3%%man/man3/tls_free.3.gz
%%MAN3%%man/man3/tls_handshake.3.gz
diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk
index 479737c0229d..db1a4efa26aa 100644
--- a/security/libressl-devel/version.mk
+++ b/security/libressl-devel/version.mk
@@ -1 +1 @@
-OPENSSL_SHLIBVER?= 44
+OPENSSL_SHLIBVER?= 45