Accepting request 1145158 from zypp:Head
Softwarestack update OBS-URL: https://build.opensuse.org/request/show/1145158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=486
This commit is contained in:
commit
8bd3f9890b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fe0cdad55a277a404508da2c079d37a15fd5dd7cf78d5e0ae4d16f54b8bbadd
|
|
||||||
size 5655095
|
|
BIN
libzypp-17.31.31.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libzypp-17.31.31.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 10:25:39 CET 2024 - ma@suse.de
|
||||||
|
|
||||||
|
- tui: allow to access the underlying ostream of out::Info.
|
||||||
|
- Add MLSep: Helper to produce not-NL-terminated multi line
|
||||||
|
output.
|
||||||
|
- version 17.31.31 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 10:36:24 CET 2024 - ma@suse.de
|
||||||
|
|
||||||
|
- applydeltaprm: Create target directory if it does not exist
|
||||||
|
(bsc#1219442)
|
||||||
|
- Add ProblemSolution::skipsPatchesOnly (for openSUSE/zypper#514)
|
||||||
|
- Fix problems with EINTR in ExternalDataSource::getline (fixes
|
||||||
|
bsc#1215698)
|
||||||
|
- version 17.31.30 (22)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
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
|
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||||
|
|
||||||
Name: libzypp
|
Name: libzypp
|
||||||
Version: 17.31.28
|
Version: 17.31.31
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/openSUSE/libzypp
|
URL: https://github.com/openSUSE/libzypp
|
||||||
|
Loading…
Reference in New Issue
Block a user