diff --git a/libzypp-17.31.2.tar.bz2 b/libzypp-17.31.2.tar.bz2 deleted file mode 100644 index 53e4dbe..0000000 --- a/libzypp-17.31.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:714a5bde08e44a7e8ac03b8b9e4d584cd8310d1a42f016b6d08db5427545050a -size 5490264 diff --git a/libzypp-17.31.3.tar.bz2 b/libzypp-17.31.3.tar.bz2 new file mode 100644 index 0000000..91e8dc3 --- /dev/null +++ b/libzypp-17.31.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d13613c95ddfac731764c9602017ea08f3e9f344f5170b9a2336b3375e2168 +size 5494269 diff --git a/libzypp.changes b/libzypp.changes index 153b54f..8bd43a0 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 diff --git a/libzypp.spec b/libzypp.spec index 16c563a..ecf0d8f 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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