diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-10-15 14:51:05 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-10-15 14:51:05 +0000 |
commit | b3175cfda759707ed077a4649b634cad8934eb1b (patch) | |
tree | 907046490bfa65d4439dea4fb5570ca6b6c6cd50 | |
parent | Document vulnerability in polarssl, polarssl13, and mbedtls (diff) |
security/polarssl: Update to 1.2.17
Changelog: https://tls.mbed.org/tech-updates/releases/mbedtls-2.1.2-and-1.3.14-and-polarssl-1.2.17-released
Security: 07a1a76c-734b-11e5-ae81-14dae9d210b8
Security: CVE-2015-5291
Notes
Notes:
svn path=/head/; revision=399344
-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 a4a643704a96..cac89ef79896 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.17 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index 86af0a89ccbd..f592eb115293 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.14-gpl.tgz) = d7cbd8314aa3a5441f6282d13d07df610f49b4bc678088b04188adf093d17d37 -SIZE (polarssl-1.2.14-gpl.tgz) = 1023322 +SHA256 (polarssl-1.2.17-gpl.tgz) = 9301d4ebec3eb45bc9f28f2d79bfdb0c3dd351c386aa6cc66643e1b2be274d52 +SIZE (polarssl-1.2.17-gpl.tgz) = 1025523 |