gitrev 5817a986b (changes 17.35.12 (35), 2024-10-09)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2774
This commit is contained in:
parent
affc85fcf8
commit
befc3b5806
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f89cebfd13f9eddae5e9117d0e8e5c4bf861de0bff0b6bfe0710a7f57aea8a95
|
||||
size 5624033
|
3
libzypp-17.35.12.tar.bz2
Normal file
3
libzypp-17.35.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68273cb1b84bf2b9af279d3a752bb794ed276f7e9612d26ad329931a65e20f4f
|
||||
size 5624494
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user