diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-12 15:44:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-12 15:44:37 +0000 |
commit | cb613beb17d3577fd5ea6eb27d47d2c6b701c02a (patch) | |
tree | c1b7dfd4d9a31161e0118c3a1abba9b5e243891f /security | |
parent | b9decc98084a146e6b55c7384b362014335d4d40 (diff) | |
download | ports-cb613beb17d3577fd5ea6eb27d47d2c6b701c02a.tar.gz ports-cb613beb17d3577fd5ea6eb27d47d2c6b701c02a.zip |
- update to 1.1.0
Notes
Notes:
svn path=/head/; revision=289029
Diffstat (limited to 'security')
-rw-r--r-- | security/polarssl/Makefile | 2 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 | ||||
-rw-r--r-- | security/polarssl/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index a13beb56bcb4..249114254160 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polarssl -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/code/download/ diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index 90110cb8d78d..1fa9342bf2be 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.0.0-gpl.tgz) = db42482e8b2121c1bac74cb8520ac941a1fad286c44a99d98189d94c317c6fa9 -SIZE (polarssl-1.0.0-gpl.tgz) = 540204 +SHA256 (polarssl-1.1.0-gpl.tgz) = 50f8f50fd02a8b7371ea23317aee51dbb051e7d00efdd1929853f57bb15d3784 +SIZE (polarssl-1.1.0-gpl.tgz) = 610171 diff --git a/security/polarssl/pkg-plist b/security/polarssl/pkg-plist index 310d5ede3812..0b001adbb37b 100644 --- a/security/polarssl/pkg-plist +++ b/security/polarssl/pkg-plist @@ -19,6 +19,7 @@ bin/polarssl_ssl_server bin/polarssl_ssl_test include/polarssl/aes.h include/polarssl/arc4.h +include/polarssl/asn1.h include/polarssl/base64.h include/polarssl/bignum.h include/polarssl/bn_mul.h @@ -27,9 +28,12 @@ include/polarssl/certs.h include/polarssl/cipher.h include/polarssl/cipher_wrap.h include/polarssl/config.h +include/polarssl/ctr_drbg.h include/polarssl/debug.h include/polarssl/des.h include/polarssl/dhm.h +include/polarssl/entropy.h +include/polarssl/entropy_poll.h include/polarssl/error.h include/polarssl/havege.h include/polarssl/md.h |