diff options
author | pi <pi@FreeBSD.org> | 2015-06-04 22:24:28 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-06-04 22:24:28 +0800 |
commit | 11f22424e982a223d04d3f0a8736f91efe4ace27 (patch) | |
tree | 572d0fc5ae75ac8b5933aa0a33974173d5c4745d | |
parent | 0eb1f1814a06a1390b5831d914dd4eeb10284bc9 (diff) | |
download | freebsd-ports-gnome-11f22424e982a223d04d3f0a8736f91efe4ace27.tar.gz freebsd-ports-gnome-11f22424e982a223d04d3f0a8736f91efe4ace27.tar.zst freebsd-ports-gnome-11f22424e982a223d04d3f0a8736f91efe4ace27.zip |
security/p5-Crypt-OpenSSL-X509: 1.8.04 -> 1.8.06
- Patch from James Hunt to print OpenSSL version during tests.
- Patch from Uli Scholler to expose more SHA1 hash functions.
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index e6c763406c04..c2a508326137 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-X509 -PORTVERSION= 1.8.04 -PORTREVISION= 3 +PORTVERSION= 1.8.06 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +22,7 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Crypt/OpenSSL/X509/X509.so + .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo index 61fecc44cf2d..7671a588236d 100644 --- a/security/p5-Crypt-OpenSSL-X509/distinfo +++ b/security/p5-Crypt-OpenSSL-X509/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-OpenSSL-X509-1.804.tar.gz) = 7d10b3ea5a4ce669278e3eff57805424d72ea6965c914f4fe607ff441f5f2ef8 -SIZE (Crypt-OpenSSL-X509-1.804.tar.gz) = 44907 +SHA256 (Crypt-OpenSSL-X509-1.806.tar.gz) = 950046cc5eac7611dd4c34c40d5570814c4dd2eb49209aa8301e9268dfc1e120 +SIZE (Crypt-OpenSSL-X509-1.806.tar.gz) = 45963 |