aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-03-11 02:49:04 +0800
committertijl <tijl@FreeBSD.org>2018-03-11 02:49:04 +0800
commiteadc5d3cdb3685a57374e440516403a66d6e80d7 (patch)
treee48b9e666537a0392f322979d6eb56fda024e79c /security
parent634bce25590a2a76a2930537382f5add36ddb352 (diff)
downloadfreebsd-ports-gnome-eadc5d3cdb3685a57374e440516403a66d6e80d7.tar.gz
freebsd-ports-gnome-eadc5d3cdb3685a57374e440516403a66d6e80d7.tar.zst
freebsd-ports-gnome-eadc5d3cdb3685a57374e440516403a66d6e80d7.zip
- Update security/polarssl13 to 1.3.22.
- Update security/mbedtls to 2.7.0 and bump dependent ports. MFH: 2018Q1 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01
Diffstat (limited to 'security')
-rw-r--r--security/mbedtls/Makefile2
-rw-r--r--security/mbedtls/distinfo6
-rw-r--r--security/mbedtls/pkg-plist3
-rw-r--r--security/openvpn-devel/Makefile2
-rw-r--r--security/openvpn/Makefile2
-rw-r--r--security/polarssl13/Makefile5
-rw-r--r--security/polarssl13/distinfo6
7 files changed, 15 insertions, 11 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index df3dacfde0a5..95d37c260a73 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mbedtls
-PORTVERSION= 2.6.0
+PORTVERSION= 2.7.0
DISTVERSIONSUFFIX= -apache
CATEGORIES= security devel
MASTER_SITES= https://tls.mbed.org/download/
diff --git a/security/mbedtls/distinfo b/security/mbedtls/distinfo
index af203f05f41a..95711a90a572 100644
--- a/security/mbedtls/distinfo
+++ b/security/mbedtls/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505971872
-SHA256 (mbedtls-2.6.0-apache.tgz) = 99bc9d4212d3d885eeb96273bcde8ecc649a481404b8d7ea7bb26397c9909687
-SIZE (mbedtls-2.6.0-apache.tgz) = 1973397
+TIMESTAMP = 1520701659
+SHA256 (mbedtls-2.7.0-apache.tgz) = aeb66d6cd43aa1c79c145d15845c655627a7fc30d624148aaafbb6c36d7f55ef
+SIZE (mbedtls-2.7.0-apache.tgz) = 2108442
diff --git a/security/mbedtls/pkg-plist b/security/mbedtls/pkg-plist
index a4a591289e9c..3f418a72cba7 100644
--- a/security/mbedtls/pkg-plist
+++ b/security/mbedtls/pkg-plist
@@ -98,6 +98,7 @@ include/mbedtls/platform.h
include/mbedtls/platform_time.h
include/mbedtls/ripemd160.h
include/mbedtls/rsa.h
+include/mbedtls/rsa_internal.h
include/mbedtls/sha1.h
include/mbedtls/sha256.h
include/mbedtls/sha512.h
@@ -117,7 +118,7 @@ include/mbedtls/x509_csr.h
include/mbedtls/xtea.h
lib/libmbedcrypto.a
lib/libmbedcrypto.so
-lib/libmbedcrypto.so.0
+lib/libmbedcrypto.so.1
lib/libmbedtls.a
lib/libmbedtls.so
lib/libmbedtls.so.10
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index cb133236ebc4..cfa02d2722fd 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 201725
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= security net
MASTER_SITES= https://secure-computing.net/files/openvpn/ \
ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index 22e4ebfbbdc4..ecc21083a521 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 2.4.4
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= security net
MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \
https://build.openvpn.net/downloads/releases/
diff --git a/security/polarssl13/Makefile b/security/polarssl13/Makefile
index 55aed1eefcd8..c0080f9a2933 100644
--- a/security/polarssl13/Makefile
+++ b/security/polarssl13/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= polarssl
-PORTVERSION= 1.3.21
+PORTVERSION= 1.3.22
DISTVERSIONSUFFIX= -gpl
CATEGORIES= security devel
MASTER_SITES= https://polarssl.org/download/
@@ -14,6 +14,9 @@ COMMENT= SSL/TLS and cryptography library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= has reached end of life
+EXPIRATION_DATE=2018-04-30
+
ALL_TARGET= no_test
MAKE_ENV= SHARED=1
USES= cpe gmake tar:tgz
diff --git a/security/polarssl13/distinfo b/security/polarssl13/distinfo
index fdd9b7c655d8..4204759b8d08 100644
--- a/security/polarssl13/distinfo
+++ b/security/polarssl13/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505971554
-SHA256 (mbedtls-1.3.21-gpl.tgz) = 85ab0ac922e2b254063384fcae8f327acea48079eef8feccd90a4288a9d2ba84
-SIZE (mbedtls-1.3.21-gpl.tgz) = 1802357
+TIMESTAMP = 1520701401
+SHA256 (mbedtls-1.3.22-gpl.tgz) = ded041aa4acf9a3e4d0c85bf334b0860135da996e75afdcc3abf22f403d14457
+SIZE (mbedtls-1.3.22-gpl.tgz) = 1890430