Accepting request 1206585 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/1206585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=500
This commit is contained in:
Ana Guerrero 2024-10-11 15:01:22 +00:00 committed by Git OBS Bridge
commit ba9d781854
4 changed files with 24 additions and 4 deletions

BIN
libzypp-17.35.11.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
libzypp-17.35.12.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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