diff options
author | jase <jase@FreeBSD.org> | 2013-10-19 06:18:20 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2013-10-19 06:18:20 +0800 |
commit | 1a75d6f0f835f04867a1bcea8697eec80fc06fd7 (patch) | |
tree | 86fcf120d3495b3c64ded99f61e064f54537821f /security/polarssl | |
parent | 1dfba40c699aa805b7e502a80cffd1b5ffbfffaf (diff) | |
download | freebsd-ports-gnome-1a75d6f0f835f04867a1bcea8697eec80fc06fd7.tar.gz freebsd-ports-gnome-1a75d6f0f835f04867a1bcea8697eec80fc06fd7.tar.zst freebsd-ports-gnome-1a75d6f0f835f04867a1bcea8697eec80fc06fd7.zip |
- Update to 1.2.10
- Add PORTSCOUT entry to limit checks to the 1.2 branch
Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.10/ChangeLog
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 7 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 6bce2820491b..ce3fbd05965d 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -23,6 +23,11 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# PolarSSL 1.3 branch introduces API changes that would best be served at this +# time by a new/seperate polarssl13 port. Therefore, limit Portscout to the +# 1.2 branch for this port. +PORTSCOUT= limit:^1\.2\. + DOCFILES= ChangeLog README BINFILES= aescrypt2 benchmark dh_client dh_genprime dh_server hello \ md5sum mpi_demo rsa_genkey rsa_sign rsa_verify selftest \ diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index 37151da4148e..880044cb0396 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.9-gpl.tgz) = d125a6e7eb6eb3e5110035df1469099c5463837b1ef734e60771095dafc0ef56 -SIZE (polarssl-1.2.9-gpl.tgz) = 999668 +SHA256 (polarssl-1.2.10-gpl.tgz) = b45a06b2fdeb0833970e6fb69bc331f2757a1b7e85537b02c1f169434ed888fa +SIZE (polarssl-1.2.10-gpl.tgz) = 999515 |