From 24737740dd7de898c5b0eb34988856fb37713417 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 4 May 2023 10:44:38 -0400 Subject: [PATCH] - Update to 4.11 for CVE-2023-30570 --- .gitignore | 2 ++ libreswan.spec | 5 ++++- sources | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 24281d4..4af95f5 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ /libreswan-4.9.tar.gz.asc /libreswan-4.10.tar.gz.asc /libreswan-4.10.tar.gz +/libreswan-4.11.tar.gz +/libreswan-4.11.tar.gz.asc diff --git a/libreswan.spec b/libreswan.spec index 2d5ab16..24d9647 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -30,7 +30,7 @@ Name: libreswan Summary: Internet Key Exchange (IKEv1 and IKEv2) implementation for IPsec # version is generated in the release script -Version: 4.10 +Version: 4.11 Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://libreswan.org/ @@ -207,6 +207,9 @@ certutil -N -d sql:$tmpdir --empty-password %doc %{_mandir}/*/* %changelog +* Thu May 04 2023 Paul Wouters