diff options
author | delphij <delphij@FreeBSD.org> | 2016-02-07 17:49:05 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-02-07 17:49:05 +0800 |
commit | 06f0886105eef811b8977727969e5c5171380c03 (patch) | |
tree | c9847dcf64196546a0fedb1676698a6cdd7607ad /security | |
parent | 3e2cdc45c761c027b75e201654bbea8fd232bec5 (diff) | |
download | freebsd-ports-gnome-06f0886105eef811b8977727969e5c5171380c03.tar.gz freebsd-ports-gnome-06f0886105eef811b8977727969e5c5171380c03.tar.zst freebsd-ports-gnome-06f0886105eef811b8977727969e5c5171380c03.zip |
Update to 1.2.19.
Bugfix
* Fix bug in certificate validation that caused valid chains to
be rejected when the first intermediate certificate has
pathLenConstraint=0. Found by Nicholas Wilson.
Introduced in mbed TLS 1.3.15. #280
* Removed potential leak in rsa_rsassa_pkcs1_v15_sign(), found
by JayaraghavendranK. #372
MFH: 2016Q1
Diffstat (limited to 'security')
-rw-r--r-- | security/polarssl/Makefile | 2 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index f0d793e3b75e..96d03c12a7d8 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.18 +PORTVERSION= 1.2.19 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index 2283b0824537..582fcdc1e79e 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.18-gpl.tgz) = 63c4ed4d9f6a241088e2287958f265403f874248d6a98b98f27cd3aa2f90f030 -SIZE (polarssl-1.2.18-gpl.tgz) = 1039402 +SHA256 (polarssl-1.2.19-gpl.tgz) = 24cb1608a160101ead3c7240f35fc447fe7880cd60f7ed6c9db7a1d773ccd4b8 +SIZE (polarssl-1.2.19-gpl.tgz) = 1045813 |