diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-03-05 19:27:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-03-05 19:27:08 +0800 |
commit | 95b10a6148b30c43e5bbfbe3940bd09afa2f38cb (patch) | |
tree | abe65a7516be862007129749f7c3162a6d57e459 /security | |
parent | f23e1ad884fe0f143a0c9fd5ed38b29a7f5535f2 (diff) | |
download | freebsd-ports-gnome-95b10a6148b30c43e5bbfbe3940bd09afa2f38cb.tar.gz freebsd-ports-gnome-95b10a6148b30c43e5bbfbe3940bd09afa2f38cb.tar.zst freebsd-ports-gnome-95b10a6148b30c43e5bbfbe3940bd09afa2f38cb.zip |
- Security update to 0.14.2
Security: Fix possible "man in the middle" attack
- make portlint happy
Diffstat (limited to 'security')
-rw-r--r-- | security/polarssl/Makefile | 3 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 89369aeb22b9..c25ad6b17645 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polarssl -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/code/download/ @@ -18,6 +18,7 @@ COMMENT= Open Source embedded SSL/TLS cryptographic library LICENSE= GPLv2 USE_PERL5_BUILD= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= ChangeLog README diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index e9720dfa88bf..148dd6708c97 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-0.14.1-gpl.tgz) = eb1242f8226011c289dbbdab48c071a04de6398fab43382c51846835fd414795 -SIZE (polarssl-0.14.1-gpl.tgz) = 328797 +SHA256 (polarssl-0.14.2-gpl.tgz) = 6dfc9400e05eca146f3233a290061545271805f91bbb431ad213c4541f1029a6 +SIZE (polarssl-0.14.2-gpl.tgz) = 335243 |