diff --git a/libreswan.spec b/libreswan.spec index 5dd129f..06e82f0 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -31,7 +31,7 @@ Name: libreswan Summary: Internet Key Exchange (IKEv1 and IKEv2) implementation for IPsec # version is generated in the release script Version: 4.9 -Release: %{?prever:0.}4%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}5%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz @@ -198,6 +198,13 @@ certutil -N -d sql:$tmpdir --empty-password %doc %{_mandir}/*/* %changelog +* Fri May 05 2023 Sahana Prasad - 4.9-5 +- Just bumping up the version to include bugs for CVE-2023-2295. There is no + code fix for it. Fix for it is including the code fix for CVE-2023-30570. +- Fix CVE-2023-2295 Regression of CVE-2023-30570 fixes in the + Red Hat Enterprise Linux +- Resolves: rhbz#2189777, rhbz#2190148 + * Thu May 04 2023 Sahana Prasad - 4.9-4 - Just bumping up the version as an incorrect 9.3 build was created. - Related: rhbz#2187171