From 0da0da3d722be31793753bd8443481d7efb7bc1a Mon Sep 17 00:00:00 2001 From: Renbo Date: Fri, 28 Jun 2024 11:43:34 +0800 Subject: [PATCH 1/2] update to libreswan-4.12-2.3.src.rpm Signed-off-by: Renbo --- 0001-libreswan-anolis-rebrand-to-anolis.patch | 87 ------------------- dist | 2 +- libreswan-4.12-ikev2-auth-delete-state.patch | 54 ++++++++++++ libreswan.spec | 21 +++-- 4 files changed, 65 insertions(+), 99 deletions(-) delete mode 100644 0001-libreswan-anolis-rebrand-to-anolis.patch create mode 100644 libreswan-4.12-ikev2-auth-delete-state.patch diff --git a/0001-libreswan-anolis-rebrand-to-anolis.patch b/0001-libreswan-anolis-rebrand-to-anolis.patch deleted file mode 100644 index d8c4d71..0000000 --- a/0001-libreswan-anolis-rebrand-to-anolis.patch +++ /dev/null @@ -1,87 +0,0 @@ -From c0ae1f9070d386036a793d3e8eac7a787e7017a0 Mon Sep 17 00:00:00 2001 -From: "yangxiaoxuan@openanolis.org" -Date: Mon, 21 Jun 2021 22:48:03 +0800 -Subject: [PATCH] libreswan anolis rebrand to anolis - ---- - Makefile | 2 +- - mk/defaults/linux.mk | 2 +- - programs/barf/barf.in | 2 +- - testing/guestbin/docker-transmogrify | 8 +++++--- - 4 files changed, 8 insertions(+), 6 deletions(-) - -diff --git a/Makefile b/Makefile -index db230d4..bafddc2 100644 ---- a/Makefile -+++ b/Makefile -@@ -27,7 +27,7 @@ include ${LIBRESWANSRCDIR}/Makefile.inc - MAIN_RPM_VERSION = $(shell make showversion | sed "s/-.*//") - MAIN_RPM_PREVER = $(shell make showversion | sed -e "s/^.[^-]*-\([^-]*\)-\(.*\)/rc\1_\2/" -e "s/-/_/g") - MAIN_RPM_PREFIX = libreswan-$(MAIN_RPM_VERSION)$(MAIN_RPM_PREVER) --MAIN_RPM_RHEL_PKG = $(shell rpm -qf /etc/redhat-release) -+MAIN_RPM_RHEL_PKG = $(shell rpm -qf /etc/anolis-release) - MAIN_RPM_RHEL_VERSION = $(shell echo $(MAIN_RPM_RHEL_PKG) | sed "s/.*-release-\(.\).*/\1/") - MAIN_RPM_SPECFILE = $(shell if [ -f /etc/fedora-release ]; then echo packaging/fedora/libreswan.spec; elif [ -n "$(MAIN_RPM_RHEL_VERSION)" ]; then echo packaging/rhel/$(MAIN_RPM_RHEL_VERSION)/libreswan.spec; else echo "unknown distro, cannot find spec file to use in packaging directory"; fi) - RHEL_LIKE= $(shell cat /etc/os-release | grep ID_LIKE | sed -e "s/ID_LIKE=//" -e 's/"//g' -e "s/ .*//") -diff --git a/mk/defaults/linux.mk b/mk/defaults/linux.mk -index c286a7d..56a3e20 100644 ---- a/mk/defaults/linux.mk -+++ b/mk/defaults/linux.mk -@@ -131,7 +131,7 @@ ifndef INITSYSTEM - ifndef INITSYSTEM - ifneq ($(and $(wildcard /lib/systemd/systemd),$(wildcard /run/systemd)),) - INITSYSTEM=systemd -- else ifneq ($(and $(wildcard /sbin/start),$(wildcard /etc/redhat-release)),) -+ else ifneq ($(and $(wildcard /sbin/start),$(wildcard /etc/anolis-release)),) - # override for rhel/centos to use sysvinit - INITSYSTEM=sysvinit - else ifneq ($(wildcard /sbin/start),) -diff --git a/programs/barf/barf.in b/programs/barf/barf.in -index e76c62f..7a7a61a 100755 ---- a/programs/barf/barf.in -+++ b/programs/barf/barf.in -@@ -248,7 +248,7 @@ if [ -r /proc/config_built_with ]; then - cat /proc/config_built_with - fi - _________________________ distro-release --for distro in /etc/redhat-release /etc/debian-release /etc/SuSE-release /etc/mandrake-release /etc/mandriva-release /etc/gentoo-release -+for distro in /etc/redhat-release /etc/anolis-release /etc/debian-release /etc/SuSE-release /etc/mandrake-release /etc/mandriva-release /etc/gentoo-release - do - if [ -f ${distro} ]; then - cat ${distro} -diff --git a/testing/guestbin/docker-transmogrify b/testing/guestbin/docker-transmogrify -index 0afa1f1..4dc7539 100755 ---- a/testing/guestbin/docker-transmogrify -+++ b/testing/guestbin/docker-transmogrify -@@ -34,7 +34,9 @@ macs['sunset'] = "12:00:00:ab:cd:01" - # conflicts with north - #macs['japan'] = "12:00:00:ab:cd:02" - --if os.path.isfile("/etc/redhat-release"): -+if os.path.isfile("/etc/anolis-release"): -+ GUESTOS = "anolis" -+elif os.path.isfile("/etc/redhat-release"): - GUESTOS = "redhat" - elif os.path.isfile("/etc/debian_version"): - GUESTOS = "debian" -@@ -136,7 +138,7 @@ else: - if os.path.isfile(hostname_file): - shutil.copyfile(hostname_file, "/etc/hostname") - --if GUESTOS == "redhat": -+if GUESTOS == "anolis": - - # these files are needed for systemd-networkd too - fnames = glob.glob("/testing/baseconfigs/all/etc/sysconfig/*") -@@ -216,7 +218,7 @@ for dbfile in glob.glob("/etc/ipsec.d/*.db"): - os.chmod(dbfile, 0o600) - - # SElinux fixup --if GUESTOS == "redhat": -+if GUESTOS == "anolis": - output += "\n" + subprocess.getoutput("restorecon -R /etc/") - - # selinux does not like our /testing include files --- -2.18.4 - diff --git a/dist b/dist index 9c0e36e..1fe92cf 100644 --- a/dist +++ b/dist @@ -1 +1 @@ -an8 +an8_10 diff --git a/libreswan-4.12-ikev2-auth-delete-state.patch b/libreswan-4.12-ikev2-auth-delete-state.patch new file mode 100644 index 0000000..c17b457 --- /dev/null +++ b/libreswan-4.12-ikev2-auth-delete-state.patch @@ -0,0 +1,54 @@ +From 2ec448884a7467743699803f8a36ee28d237666c Mon Sep 17 00:00:00 2001 +From: Andrew Cagney +Date: Wed, 28 Feb 2024 08:29:53 -0500 +Subject: [PATCH] ikev2: return STF_FATAL when initiator fails to emit AUTH + packet + +--- + programs/pluto/ikev2_ike_auth.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/programs/pluto/ikev2_ike_auth.c b/programs/pluto/ikev2_ike_auth.c +index 192eb1b3b6..a54a109699 100644 +--- a/programs/pluto/ikev2_ike_auth.c ++++ b/programs/pluto/ikev2_ike_auth.c +@@ -1267,7 +1267,7 @@ static stf_status process_v2_IKE_AUTH_request_auth_signature_continue(struct ike + /* now send AUTH payload */ + + if (!emit_local_v2AUTH(ike, auth_sig, &ike->sa.st_v2_id_payload.mac, response.pbs)) { +- return STF_INTERNAL_ERROR; ++ return STF_FATAL; + } + ike->sa.st_v2_ike_intermediate.used = false; + +-- +2.44.0 + +From 16272f2475d25baab58fbed2af7c67cfb459137f Mon Sep 17 00:00:00 2001 +From: Andrew Cagney +Date: Thu, 29 Feb 2024 12:19:20 -0500 +Subject: [PATCH] ikev2: always return STF_FATAL if emitting AUTH fails + +Fix: + ikev2: return STF_FATAL when initiator fails to emit AUTH packet +which really fixed the responder. +--- + programs/pluto/ikev2_ike_auth.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/programs/pluto/ikev2_ike_auth.c b/programs/pluto/ikev2_ike_auth.c +index a54a109699..491053fb10 100644 +--- a/programs/pluto/ikev2_ike_auth.c ++++ b/programs/pluto/ikev2_ike_auth.c +@@ -397,7 +397,7 @@ stf_status initiate_v2_IKE_AUTH_request_signature_continue(struct ike_sa *ike, + /* send out the AUTH payload */ + + if (!emit_local_v2AUTH(ike, auth_sig, &ike->sa.st_v2_id_payload.mac, request.pbs)) { +- return STF_INTERNAL_ERROR; ++ return STF_FATAL; + } + + if (LIN(POLICY_MOBIKE, ike->sa.st_connection->policy)) { +-- +2.44.0 + diff --git a/libreswan.spec b/libreswan.spec index c5c764d..4d41979 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -1,4 +1,3 @@ -%define anolis_release .0.2 %global _hardened_build 1 # These are rpm macros and are 0 or 1 %global with_efence 0 @@ -38,7 +37,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols # version is generated in the release script Version: 4.12 -Release: %{?prever:0.}2%{?prever:.%{prever}}%{anolis_release}%{?dist} +Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.3 License: GPLv2 Url: https://libreswan.org/ @@ -54,10 +53,7 @@ Patch2: libreswan-3.32-1861360-nodefault-rsa-pss.patch Patch3: libreswan-4.1-maintain-obsolete-keywords.patch Patch6: libreswan-4.3-1934186-config.patch Patch7: libreswan-4.9-2176248-authby-rsasig.patch - -#Add by Anolis -Patch1000: 0001-libreswan-anolis-rebrand-to-anolis.patch -#End +Patch8: libreswan-4.12-ikev2-auth-delete-state.patch BuildRequires: audit-libs-devel BuildRequires: bison @@ -117,7 +113,7 @@ Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04 %patch3 -p1 %patch6 -p1 %patch7 -p1 -%patch1000 -p1 +%patch8 -p1 # linking to freebl is not needed sed -i "s/-lfreebl //" mk/config.mk @@ -221,11 +217,14 @@ certutil -N -d sql:$tmpdir --empty-password %attr(0644,root,root) %doc %{_mandir}/*/* %changelog -* Tue Mar 19 2024 yangxiaoxuan - 4.12-2.0.2 -- Rebuild due to unbound-libs update +* Wed Apr 17 2024 Daiki Ueno - 4.12-2.3 +- Bump release to ensure el8 package is greater than el8_* packages + +* Tue Apr 16 2024 Daiki Ueno - 4.12-2.2 +- Fix patch application in the previous change -* Wed Dec 06 2023 yangxiaoxuan - 4.12-2.0.1 -- Rebrand to anolis +* Mon Apr 15 2024 Daiki Ueno - 4.12-2.1 +- Fix CVE-2024-2357 (RHEL-28742) * Fri Aug 25 2023 Daiki Ueno - 4.12-2 - Resolves: rhbz#2234731 authby=rsasig fails in FIPS policy -- Gitee From 3b1bfb99abc777802a70f3521d44fdd6137842e3 Mon Sep 17 00:00:00 2001 From: "yangxiaoxuan@openanolis.org" Date: Mon, 21 Jun 2021 23:08:28 +0800 Subject: [PATCH 2/2] rebrand: rebrand to anolis Signed-off-by: yangxiaoxuan@openanolis.org Signed-off-by: hongwei-qin --- 0001-libreswan-anolis-rebrand-to-anolis.patch | 87 +++++++++++++++++++ libreswan.spec | 11 ++- 2 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 0001-libreswan-anolis-rebrand-to-anolis.patch diff --git a/0001-libreswan-anolis-rebrand-to-anolis.patch b/0001-libreswan-anolis-rebrand-to-anolis.patch new file mode 100644 index 0000000..d8c4d71 --- /dev/null +++ b/0001-libreswan-anolis-rebrand-to-anolis.patch @@ -0,0 +1,87 @@ +From c0ae1f9070d386036a793d3e8eac7a787e7017a0 Mon Sep 17 00:00:00 2001 +From: "yangxiaoxuan@openanolis.org" +Date: Mon, 21 Jun 2021 22:48:03 +0800 +Subject: [PATCH] libreswan anolis rebrand to anolis + +--- + Makefile | 2 +- + mk/defaults/linux.mk | 2 +- + programs/barf/barf.in | 2 +- + testing/guestbin/docker-transmogrify | 8 +++++--- + 4 files changed, 8 insertions(+), 6 deletions(-) + +diff --git a/Makefile b/Makefile +index db230d4..bafddc2 100644 +--- a/Makefile ++++ b/Makefile +@@ -27,7 +27,7 @@ include ${LIBRESWANSRCDIR}/Makefile.inc + MAIN_RPM_VERSION = $(shell make showversion | sed "s/-.*//") + MAIN_RPM_PREVER = $(shell make showversion | sed -e "s/^.[^-]*-\([^-]*\)-\(.*\)/rc\1_\2/" -e "s/-/_/g") + MAIN_RPM_PREFIX = libreswan-$(MAIN_RPM_VERSION)$(MAIN_RPM_PREVER) +-MAIN_RPM_RHEL_PKG = $(shell rpm -qf /etc/redhat-release) ++MAIN_RPM_RHEL_PKG = $(shell rpm -qf /etc/anolis-release) + MAIN_RPM_RHEL_VERSION = $(shell echo $(MAIN_RPM_RHEL_PKG) | sed "s/.*-release-\(.\).*/\1/") + MAIN_RPM_SPECFILE = $(shell if [ -f /etc/fedora-release ]; then echo packaging/fedora/libreswan.spec; elif [ -n "$(MAIN_RPM_RHEL_VERSION)" ]; then echo packaging/rhel/$(MAIN_RPM_RHEL_VERSION)/libreswan.spec; else echo "unknown distro, cannot find spec file to use in packaging directory"; fi) + RHEL_LIKE= $(shell cat /etc/os-release | grep ID_LIKE | sed -e "s/ID_LIKE=//" -e 's/"//g' -e "s/ .*//") +diff --git a/mk/defaults/linux.mk b/mk/defaults/linux.mk +index c286a7d..56a3e20 100644 +--- a/mk/defaults/linux.mk ++++ b/mk/defaults/linux.mk +@@ -131,7 +131,7 @@ ifndef INITSYSTEM + ifndef INITSYSTEM + ifneq ($(and $(wildcard /lib/systemd/systemd),$(wildcard /run/systemd)),) + INITSYSTEM=systemd +- else ifneq ($(and $(wildcard /sbin/start),$(wildcard /etc/redhat-release)),) ++ else ifneq ($(and $(wildcard /sbin/start),$(wildcard /etc/anolis-release)),) + # override for rhel/centos to use sysvinit + INITSYSTEM=sysvinit + else ifneq ($(wildcard /sbin/start),) +diff --git a/programs/barf/barf.in b/programs/barf/barf.in +index e76c62f..7a7a61a 100755 +--- a/programs/barf/barf.in ++++ b/programs/barf/barf.in +@@ -248,7 +248,7 @@ if [ -r /proc/config_built_with ]; then + cat /proc/config_built_with + fi + _________________________ distro-release +-for distro in /etc/redhat-release /etc/debian-release /etc/SuSE-release /etc/mandrake-release /etc/mandriva-release /etc/gentoo-release ++for distro in /etc/redhat-release /etc/anolis-release /etc/debian-release /etc/SuSE-release /etc/mandrake-release /etc/mandriva-release /etc/gentoo-release + do + if [ -f ${distro} ]; then + cat ${distro} +diff --git a/testing/guestbin/docker-transmogrify b/testing/guestbin/docker-transmogrify +index 0afa1f1..4dc7539 100755 +--- a/testing/guestbin/docker-transmogrify ++++ b/testing/guestbin/docker-transmogrify +@@ -34,7 +34,9 @@ macs['sunset'] = "12:00:00:ab:cd:01" + # conflicts with north + #macs['japan'] = "12:00:00:ab:cd:02" + +-if os.path.isfile("/etc/redhat-release"): ++if os.path.isfile("/etc/anolis-release"): ++ GUESTOS = "anolis" ++elif os.path.isfile("/etc/redhat-release"): + GUESTOS = "redhat" + elif os.path.isfile("/etc/debian_version"): + GUESTOS = "debian" +@@ -136,7 +138,7 @@ else: + if os.path.isfile(hostname_file): + shutil.copyfile(hostname_file, "/etc/hostname") + +-if GUESTOS == "redhat": ++if GUESTOS == "anolis": + + # these files are needed for systemd-networkd too + fnames = glob.glob("/testing/baseconfigs/all/etc/sysconfig/*") +@@ -216,7 +218,7 @@ for dbfile in glob.glob("/etc/ipsec.d/*.db"): + os.chmod(dbfile, 0o600) + + # SElinux fixup +-if GUESTOS == "redhat": ++if GUESTOS == "anolis": + output += "\n" + subprocess.getoutput("restorecon -R /etc/") + + # selinux does not like our /testing include files +-- +2.18.4 + diff --git a/libreswan.spec b/libreswan.spec index 4d41979..61d794b 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.2 %global _hardened_build 1 # These are rpm macros and are 0 or 1 %global with_efence 0 @@ -37,7 +38,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols # version is generated in the release script Version: 4.12 -Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.3 +Release: %{?prever:0.}2%{?prever:.%{prever}}%{anolis_release}%{?dist}.3 License: GPLv2 Url: https://libreswan.org/ @@ -55,6 +56,10 @@ Patch6: libreswan-4.3-1934186-config.patch Patch7: libreswan-4.9-2176248-authby-rsasig.patch Patch8: libreswan-4.12-ikev2-auth-delete-state.patch +#Add by Anolis +Patch1000: 0001-libreswan-anolis-rebrand-to-anolis.patch +#End + BuildRequires: audit-libs-devel BuildRequires: bison BuildRequires: curl-devel @@ -114,6 +119,7 @@ Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04 %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch1000 -p1 # linking to freebl is not needed sed -i "s/-lfreebl //" mk/config.mk @@ -217,6 +223,9 @@ certutil -N -d sql:$tmpdir --empty-password %attr(0644,root,root) %doc %{_mandir}/*/* %changelog +* Fri Jun 28 2024 yangxiaoxuan - 4.12-2.0.2.3 +- Rebrand to anolis + * Wed Apr 17 2024 Daiki Ueno - 4.12-2.3 - Bump release to ensure el8 package is greater than el8_* packages -- Gitee