diff --git a/libzypp-17.31.28.tar.bz2 b/libzypp-17.31.28.tar.bz2 deleted file mode 100644 index 67cc2fd..0000000 --- a/libzypp-17.31.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1c7777fe403fd5935b92e8d1ce71b214e4f9b58d6083f60d323afd7c6c7b898 -size 5654805 diff --git a/libzypp-17.31.29.tar.bz2 b/libzypp-17.31.29.tar.bz2 new file mode 100644 index 0000000..21bf988 --- /dev/null +++ b/libzypp-17.31.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce6447992d57847da1b6a6f04a03cb25921a6cb862c23a6527b30d2422cd087 +size 5655161 diff --git a/libzypp.changes b/libzypp.changes index 8febb35..36219b8 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jan 23 16:10:26 CET 2024 - ma@suse.de + +- CheckAccessDeleted: fix running_in_container detection + (bsc#1218782) +- Detect CURLOPT_REDIR_PROTOCOLS_STR availability at runtime + (bsc#1218831) +- Make Wakeup class EINTR safe. +- Add a way to cancel media operations on shutdown + (openSUSE/zypper#522) + This patch adds a mechanism to signal libzypp that a shutdown was + requested, usually when CTRL+C was pressed by the user. Currently + only the media backend will utilize this, but can be extended to + all code paths that use g_poll() to wait for events. +- Manually poll fds for curl in MediaCurl. + Using curl_easy_perform does not give us the required control on + when we want to cancel a download. Switching to the MultiCurl + implementation with a external poll() event loop will give us + much more freedom and helps us to improve our Ctrl+C handling. +- Move reusable curl poll code to curlhelper.h. +- version 17.31.29 (22) + ------------------------------------------------------------------- Tue Jan 9 15:38:42 CET 2024 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index d2427f4..257ab23 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -42,7 +42,7 @@ %bcond_with enable_preview_single_rpmtrans_as_default_for_zypper Name: libzypp -Version: 17.31.28 +Version: 17.31.29 Release: 0 License: GPL-2.0-or-later URL: https://github.com/openSUSE/libzypp