Date: Wed, 20 Oct 2021 07:22:11 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: cd039668f731 - 2021Q4 - security/strongswan: Update to 5.9.4 Message-ID: <202110200722.19K7MBsM076395@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd039668f731f557bde9f266afcc9f88d60c3fc1 commit cd039668f731f557bde9f266afcc9f88d60c3fc1 Author: Dani <i.dani@outlook.com> AuthorDate: 2021-10-20 07:19:32 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-10-20 07:22:04 +0000 security/strongswan: Update to 5.9.4 Security & Bugfix Update to 5.9.4: - Changelog: https://github.com/strongswan/strongswan/releases/tag/5.9.4 - While here change repos to https - Fix CVE-2021-41990: https://www.strongswan.org/blog/2021/10/18/strongswan-vulnerability-(cve-2021-41990).html - Fix CVE-2021-41991: https://www.strongswan.org/blog/2021/10/18/strongswan-vulnerability-(cve-2021-41991).html PR: 259267 Approved by: strongswan@Nanoteq.com (maintainer) MFH: 2021Q4 (cherry picked from commit eead2ddf757a4e9f50eedd1680f3b62e6a16aaef) --- security/strongswan/Makefile | 6 +++--- security/strongswan/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 8320ef885c6e..a049feb7672e 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,8 +1,8 @@ PORTNAME= strongswan -DISTVERSION= 5.9.3 +DISTVERSION= 5.9.4 CATEGORIES= security net-vpn -MASTER_SITES= http://download.strongswan.org/ \ - http://download2.strongswan.org/ +MASTER_SITES= https://download.strongswan.org/ \ + https://download2.strongswan.org/ MAINTAINER= strongswan@nanoteq.com COMMENT= Open Source IKEv2 IPsec-based VPN solution diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo index 5e0e486fab8d..ea49b1dda041 100644 --- a/security/strongswan/distinfo +++ b/security/strongswan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627971150 -SHA256 (strongswan-5.9.3.tar.bz2) = 9325ab56a0a4e97e379401e1d942ce3e0d8b6372291350ab2caae0755862c6f7 -SIZE (strongswan-5.9.3.tar.bz2) = 4652311 +TIMESTAMP = 1634644235 +SHA256 (strongswan-5.9.4.tar.bz2) = 45fdf1a4c2af086d8ff5b76fd7b21d3b6f0890f365f83bf4c9a75dda26887518 +SIZE (strongswan-5.9.4.tar.bz2) = 4651000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110200722.19K7MBsM076395>