diff --git a/libzypp-17.35.11.tar.bz2 b/libzypp-17.35.11.tar.bz2 deleted file mode 100644 index 349823d..0000000 --- a/libzypp-17.35.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d900bc6a2a5f529a131f7535ec333aa293a6e6d1f9488264126b6fb2fe5606f5 -size 5623160 diff --git a/libzypp-17.35.12.tar.bz2 b/libzypp-17.35.12.tar.bz2 new file mode 100644 index 0000000..beb6a07 --- /dev/null +++ b/libzypp-17.35.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735434891dedfb538857b1a703114c12a5fcb7daa5149202637b2028fcbc5edd +size 5625633 diff --git a/libzypp.changes b/libzypp.changes index 4013899..7e7ac94 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Oct 9 18:21:43 CEST 2024 - ma@suse.de + +- PluginFrame: Send unescaped colons in header values + (bsc#1231043) + According to the STOMP protocol it would be correct to escape a + colon in a header-value, but it breaks plugin receivers which do + not expect this. The first colon separates header-name from + header-value, so escaping in the header-value is not needed + anyway. + Escaping in the header-value affects especially the urlresolver + plugins. The input URL is passed in a header, but sent back as + raw data in the frames body. If the plugin receiver does not + correctly unescape the URL we may get back a "https\c//" which is + not usable. +- Do not ignore return value of std::remove_if in MediaSyncFacade + (fixes #579) +- Fix hang in curl code with no network connection (bsc#1230912) +- version 17.35.12 (35) + ------------------------------------------------------------------- Thu Sep 12 13:44:05 CEST 2024 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index db8bedb..1b01931 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -57,7 +57,7 @@ %bcond_with enable_preview_single_rpmtrans_as_default_for_zypper Name: libzypp -Version: 17.35.11 +Version: 17.35.12 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp