gitrev 869435e48 (changes 17.31.29 (22), 2024-01-23)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2634
This commit is contained in:
parent
b7086fbca8
commit
790996c98d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1c7777fe403fd5935b92e8d1ce71b214e4f9b58d6083f60d323afd7c6c7b898
|
||||
size 5654805
|
3
libzypp-17.31.29.tar.bz2
Normal file
3
libzypp-17.31.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ce6447992d57847da1b6a6f04a03cb25921a6cb862c23a6527b30d2422cd087
|
||||
size 5655161
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user