gitrev 6e42287a7 (changes 17.37.8 (35), 2025-07-02)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2912
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76cdef43cea04f073d5d3105ae7599792b3e775fb5b6a29a81ccfb48a696a557
|
||||
size 5803825
|
BIN
libzypp-17.37.8.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libzypp-17.37.8.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 18:19:07 CEST 2025 - ma@suse.de
|
||||
|
||||
- Do not trigger download data exceeded errors on HTTP non data
|
||||
responses (bsc#1245220)
|
||||
In some cases a HTTP 401 or 407 did trigger a "filesize exceeded"
|
||||
error, because the response payload size was compared against the
|
||||
expected filesize. This patch adds some checks if the response
|
||||
code is in the success range and only then takes expected
|
||||
filesize into account. Otherwise the response content-length is
|
||||
used or a fallback of 2Mb if no content-length is known.
|
||||
- version 17.37.8 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 17:35:10 CEST 2025 - ma@suse.de
|
||||
|
||||
|
@@ -72,7 +72,7 @@
|
||||
%endif
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.37.7
|
||||
Version: 17.37.8
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
|
Reference in New Issue
Block a user