Date: Wed, 19 Oct 2022 16:49:47 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a28166f3b1e2 - main - security/strongswan: update to 5.9.8 Message-ID: <202210191649.29JGnllJ024675@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a28166f3b1e22d446f76d5f71f27f082b0e7e19f commit a28166f3b1e22d446f76d5f71f27f082b0e7e19f Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2022-10-17 06:06:35 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-10-19 16:45:55 +0000 security/strongswan: update to 5.9.8 ChangeLog: https://github.com/strongswan/strongswan/releases/tag/5.9.8 Fixes CVE-2022-40617. PR: 267037 Reported by: franco@opnsense.org Approved by: strongswan@Nanoteq.com (maintainer, implicit) MFH: 2022Q4 (security update) Security: CVE-2022-40617 DoS attack vulnerability --- security/strongswan/Makefile | 3 +-- security/strongswan/distinfo | 6 +++--- security/strongswan/pkg-plist | 5 ++++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 9946975337b1..ade37ff9ae0b 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,6 +1,5 @@ PORTNAME= strongswan -DISTVERSION= 5.9.6 -PORTREVISION= 2 +DISTVERSION= 5.9.8 CATEGORIES= security net-vpn MASTER_SITES= https://download.strongswan.org/ \ https://download2.strongswan.org/ diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo index 51fef72e5c30..be442b4c8862 100644 --- a/security/strongswan/distinfo +++ b/security/strongswan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651559579 -SHA256 (strongswan-5.9.6.tar.bz2) = 91d0978ac448912759b85452d8ff0d578aafd4507aaf4f1c1719f9d0c7318ab7 -SIZE (strongswan-5.9.6.tar.bz2) = 4750894 +TIMESTAMP = 1665472296 +SHA256 (strongswan-5.9.8.tar.bz2) = d3303a43c0bd7b75a12b64855e8edcb53696f06190364f26d1533bde1f2e453c +SIZE (strongswan-5.9.8.tar.bz2) = 4747096 diff --git a/security/strongswan/pkg-plist b/security/strongswan/pkg-plist index b2e8b6cf9f43..cc777e50ee93 100644 --- a/security/strongswan/pkg-plist +++ b/security/strongswan/pkg-plist @@ -272,7 +272,6 @@ lib/ipsec/plugins/libstrongswan-x509.so %%XAUTH%%lib/ipsec/plugins/libstrongswan-xauth-pam.so lib/ipsec/plugins/libstrongswan-xcbc.la lib/ipsec/plugins/libstrongswan-xcbc.so -libexec/ipsec/_copyright libexec/ipsec/_updown libexec/ipsec/charon %%LOADTESTER%%libexec/ipsec/load-tester @@ -283,6 +282,8 @@ libexec/ipsec/stroke libexec/ipsec/whitelist %%PKI%%man/man1/pki---acert.1.gz %%PKI%%man/man1/pki---dn.1.gz +%%PKI%%man/man1/pki---est.1.gz +%%PKI%%man/man1/pki---estca.1.gz %%PKI%%man/man1/pki---gen.1.gz %%PKI%%man/man1/pki---issue.1.gz %%PKI%%man/man1/pki---keyid.1.gz @@ -290,6 +291,8 @@ libexec/ipsec/whitelist %%PKI%%man/man1/pki---print.1.gz %%PKI%%man/man1/pki---pub.1.gz %%PKI%%man/man1/pki---req.1.gz +%%PKI%%man/man1/pki---scep.1.gz +%%PKI%%man/man1/pki---scepca.1.gz %%PKI%%man/man1/pki---self.1.gz %%PKI%%man/man1/pki---signcrl.1.gz %%PKI%%man/man1/pki---verify.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210191649.29JGnllJ024675>