diff options
author | tijl <tijl@FreeBSD.org> | 2017-03-13 05:02:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-03-13 05:02:37 +0800 |
commit | c9e88c41a37c3361b570dfb9aa43b93aa9948e72 (patch) | |
tree | d6f5653087e9be15e276de203cd6143c6af94c50 | |
parent | 930301d3ed3d3739c32ac7164eda973e7c55581b (diff) | |
download | freebsd-ports-gnome-c9e88c41a37c3361b570dfb9aa43b93aa9948e72.tar.gz freebsd-ports-gnome-c9e88c41a37c3361b570dfb9aa43b93aa9948e72.tar.zst freebsd-ports-gnome-c9e88c41a37c3361b570dfb9aa43b93aa9948e72.zip |
Update to PolarSSL 1.3.19 and mbed TLS 2.4.2.
MFH: 2017Q1
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-01
-rw-r--r-- | security/mbedtls/Makefile | 2 | ||||
-rw-r--r-- | security/mbedtls/distinfo | 6 | ||||
-rw-r--r-- | security/polarssl13/Makefile | 2 | ||||
-rw-r--r-- | security/polarssl13/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index e214b03785d0..2c8956148d14 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ diff --git a/security/mbedtls/distinfo b/security/mbedtls/distinfo index 6933768293f0..3057eee55dfd 100644 --- a/security/mbedtls/distinfo +++ b/security/mbedtls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477912207 -SHA256 (mbedtls-2.4.0-apache.tgz) = c1c3559ed39f7a1b1550c4cf4ccb918bf239301a3311d98dda92bed8a25b7f0d -SIZE (mbedtls-2.4.0-apache.tgz) = 1917968 +TIMESTAMP = 1489351554 +SHA256 (mbedtls-2.4.2-apache.tgz) = 17dd98af7478aadacc480c7e4159e447353b5b2037c1b6d48ed4fd157fb1b018 +SIZE (mbedtls-2.4.2-apache.tgz) = 1925368 diff --git a/security/polarssl13/Makefile b/security/polarssl13/Makefile index 0eac03d46474..37f28a2ba2e6 100644 --- a/security/polarssl13/Makefile +++ b/security/polarssl13/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.18 +PORTVERSION= 1.3.19 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ diff --git a/security/polarssl13/distinfo b/security/polarssl13/distinfo index 60dfdb627b9b..5ad3d3950f9e 100644 --- a/security/polarssl13/distinfo +++ b/security/polarssl13/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477913236 -SHA256 (mbedtls-1.3.18-gpl.tgz) = a229217182e024847deba3cb70bdd17e5ff4ffd9ff306cbbccfdbdff41950ea1 -SIZE (mbedtls-1.3.18-gpl.tgz) = 1772357 +TIMESTAMP = 1489352352 +SHA256 (mbedtls-1.3.19-gpl.tgz) = 59654984c5a30575142fb30ed04c2c3ac3c94f1c27843a04bce80ca111a4b00e +SIZE (mbedtls-1.3.19-gpl.tgz) = 1776296 |