diff options
author | Jose Luis Duran <jlduran@gmail.com> | 2023-01-13 09:31:24 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-14 17:13:48 +0000 |
commit | 942865477682b3d274c73d78e6a5e9b5591268df (patch) | |
tree | feeab1bf654435136a91205b2ec318b9c9eabd46 | |
parent | ca9a2e82f2421c53f4960f82b89ebb392d9cf84c (diff) | |
download | ports-942865477682b3d274c73d78e6a5e9b5591268df.tar.gz ports-942865477682b3d274c73d78e6a5e9b5591268df.zip |
security/strongswan: Update to 5.9.9
ChangeLog: https://github.com/strongswan/strongswan/releases/tag/5.9.9
PR: 268918 262743
Reported by: jlduran@gmail.com
Approved by: strongswan@Nanoteq.com (maintainer)
-rw-r--r-- | security/strongswan/Makefile | 6 | ||||
-rw-r--r-- | security/strongswan/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index b3c29a523c09..ea3bd5d68c69 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,6 +1,5 @@ PORTNAME= strongswan -DISTVERSION= 5.9.8 -PORTREVISION= 1 +DISTVERSION= 5.9.9 CATEGORIES= security net-vpn MASTER_SITES= https://download.strongswan.org/ \ https://download2.strongswan.org/ @@ -35,7 +34,8 @@ CONFIGURE_ARGS= --disable-gmp \ --enable-openssl \ --enable-whitelist \ --with-group=wheel \ - --with-lib-prefix=${PREFIX} + --with-lib-prefix=${PREFIX} \ + --with-printf-hooks=builtin INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo index be442b4c8862..49cedad3203e 100644 --- a/security/strongswan/distinfo +++ b/security/strongswan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665472296 -SHA256 (strongswan-5.9.8.tar.bz2) = d3303a43c0bd7b75a12b64855e8edcb53696f06190364f26d1533bde1f2e453c -SIZE (strongswan-5.9.8.tar.bz2) = 4747096 +TIMESTAMP = 1673591641 +SHA256 (strongswan-5.9.9.tar.bz2) = 5e16580998834658c17cebfb31dd637e728669cf2fdd325460234a4643b8d81d +SIZE (strongswan-5.9.9.tar.bz2) = 4764675 |