diff --git a/SOURCES/openvswitch-3.3.0.patch b/SOURCES/openvswitch-3.3.0.patch index 1818b0e..0c2a8b0 100644 --- a/SOURCES/openvswitch-3.3.0.patch +++ b/SOURCES/openvswitch-3.3.0.patch @@ -7713,7 +7713,7 @@ index 49ac45275a..7cbea51654 100755 try: sockfd = socket.socket(socket.AF_PACKET, socket.SOCK_RAW) diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at -index 01ebe364ee..0893187ce5 100644 +index 01ebe364ee..de5b65c279 100644 --- a/tests/system-common-macros.at +++ b/tests/system-common-macros.at @@ -2,10 +2,7 @@ @@ -7755,7 +7755,7 @@ index 01ebe364ee..0893187ce5 100644 +# +m4_define([OVS_GET_FTP], + [curl ftp://$1 --retry 3 --max-time 1 --retry-connrefused \ -+ --disable-eps -v $2] ++ --disable-epsv -v $2] +) + +# OVS_GET_FTP_ACTIVE([url], [optional_curl_arguments]) diff --git a/SPECS/openvswitch3.3.spec b/SPECS/openvswitch3.3.spec index 052875e..989cf87 100644 --- a/SPECS/openvswitch3.3.spec +++ b/SPECS/openvswitch3.3.spec @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.3.0 -Release: 40%{?dist} +Release: 41%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -769,6 +769,12 @@ exit 0 %endif %changelog +* Mon Feb 17 2025 Open vSwitch CI - 3.3.0-41 +- Merging upstream branch-3.3 [RH git: ab71b4bfd8] + Commit list: + c174d5e062 tests: Use correct arguments to curl. + + * Fri Feb 14 2025 Open vSwitch CI - 3.3.0-40 - Merging upstream branch-3.3 [RH git: 66869f1fdb] Commit list: