Update to last successful build
2ba55468f45ea6d0dbc0af05e2cf7f79aa0a9469 changes 17.31.3 (22) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2493
This commit is contained in:
parent
ab72eeb775
commit
f6fc1a0fdf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:714a5bde08e44a7e8ac03b8b9e4d584cd8310d1a42f016b6d08db5427545050a
|
||||
size 5490264
|
3
libzypp-17.31.3.tar.bz2
Normal file
3
libzypp-17.31.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94d13613c95ddfac731764c9602017ea08f3e9f344f5170b9a2336b3375e2168
|
||||
size 5494269
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 14:09:51 CEST 2022 - ma@suse.de
|
||||
|
||||
- Improve download of optional files (fixes #416)
|
||||
- Do not use geoip rewrites if the repo has explicit country
|
||||
settings.
|
||||
- Implement geoIP feature for zypp.
|
||||
This patch adds a feature to rewrite request URLs to the repo
|
||||
servers by querying a geoIP file from download.opensuse.org. This
|
||||
file can return a redirection target depending on the clients IP
|
||||
adress, this way we can directly contact a local mirror of d.o.o
|
||||
instead. The redir target stays valid for 24hrs.
|
||||
This feature can be disabled in zypp.conf by setting
|
||||
'download.use_geoip_mirror = false'.
|
||||
- Use a dynamic fallback for BLKSIZE in downloads.
|
||||
When not receiving a blocklist via metalink file from the server
|
||||
MediaMultiCurl used to fallback to a fixed, relatively small
|
||||
BLKSIZE. This patch changes the fallback into a dynamic value
|
||||
based on the filesize using a similar metric as the MirrorCache
|
||||
implementation on the server side.
|
||||
- Skip media.1/media download for http repo status calc.
|
||||
This patch allows zypp to skip a extra media.1/media download to
|
||||
calculate if a repository needs to be refreshed. This
|
||||
optimisation only takes place if the repo does specify only
|
||||
downloading base urls.
|
||||
- version 17.31.3 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 18:02:15 CEST 2022 - ma@suse.de
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.31.2
|
||||
Version: 17.31.3
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
|
Loading…
x
Reference in New Issue
Block a user