forked from pool/libzypp
Compare commits
49 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
04ccd8c842 | ||
|
2b4cefab78 | ||
|
7ebda554f1 | ||
|
c9b7954bf0 | ||
|
35767cebb5 | ||
|
0bb152dccd | ||
|
4469e915dd | ||
|
3f1aa9d3ea | ||
|
977b0b12b6 | ||
|
e49bc44d6a | ||
|
a29c0d5158 | ||
|
2194b6f409 | ||
|
a3d702b8e9 | ||
|
7313d4601c | ||
|
3a20f67cea | ||
|
338b8b529a | ||
|
58bef7d4d1 | ||
|
2ce2ef26ba | ||
|
a8ea8a4302 | ||
|
8b4870bc2c | ||
|
d7f2f0274f | ||
|
88614659ec | ||
|
614901dfe2 | ||
|
f136f62785 | ||
|
f4d1c1795e | ||
|
053b42fe7b | ||
|
e04ba0d34d | ||
|
7fb56eba81 | ||
|
4578511598 | ||
|
652dda7293 | ||
|
2952ef1862 | ||
|
93c7c25b8d | ||
|
175db1a81e | ||
|
54b014ac20 | ||
|
b237c4beba | ||
|
abb1b72331 | ||
|
1261c7d3e7 | ||
|
48bca718c2 | ||
|
76d86b4eaa | ||
|
cff37393d5 | ||
|
ba9d781854 | ||
|
a74f0f51b9 | ||
|
befc3b5806 | ||
|
affc85fcf8 | ||
|
73c08f333f | ||
|
94a957bd6a | ||
|
50a547febb | ||
|
d3b4f1cf1c | ||
|
a5bc88308e |
BIN
libzypp-17.35.11.tar.bz2
(Stored with Git LFS)
BIN
libzypp-17.35.11.tar.bz2
(Stored with Git LFS)
Binary file not shown.
3
libzypp-17.35.18.tar.bz2
Normal file
3
libzypp-17.35.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5277975f913d9ada2c535aaaeb7b7fead9c59d6ca0856cb482a568cd93bf6333
|
||||
size 5633235
|
@ -1,3 +1,72 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 17:17:16 CET 2025 - ma@suse.de
|
||||
|
||||
- Fix missing UID checks in repomanager workflow (fixes #603)
|
||||
- version 17.35.18 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 10:36:25 CET 2025 - ma@suse.de
|
||||
|
||||
- Move cmake config files to LIB_INSTALL_DIR/cmake/Zypp (fixes #28)
|
||||
- Fix 'zypper ps' when running in incus container (bsc#1229106)
|
||||
Should apply to lxc and lxd containers as well.
|
||||
- Re-enable 'rpm --runposttrans' usage for chrooted systems
|
||||
(bsc#1216091)
|
||||
- version 17.35.17 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 22:40:49 CET 2024 - ma@suse.de
|
||||
|
||||
- Url: queryparams without value should not have a trailing "=".
|
||||
- version 17.35.16 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 19:01:14 CET 2024 - ma@suse.de
|
||||
|
||||
- Url query part: `=` is a safe char in value (bsc#1234304)
|
||||
- RpmDb: Recognize rpmdb.sqlite as database file (#593)
|
||||
- Fix typo (fixes #592)
|
||||
- cmake: check location of fcgi header and adjust include
|
||||
accordingly. On Debian and derivatives the fcgi headers
|
||||
are not stored in a fastcgi/ subdirectory.(#590)
|
||||
- version 17.35.15 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 10:45:20 CET 2024 - ma@suse.de
|
||||
|
||||
- The 20MB download limit must not apply to non-metadata files like
|
||||
package URLs provided via the CLI (bsc#1233393).
|
||||
- version 17.35.14 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:35:35 CET 2024 - ma@suse.de
|
||||
|
||||
- BuildCache: Don't try to retrieve missing raw metadata if no
|
||||
permission to write the cache (bsc#1225451)
|
||||
- RepoManager: throw RepoNoPermissionException if the user has no
|
||||
permission to update(write) the caches (bsc#1225451)
|
||||
- version 17.35.13 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 18:21:43 CEST 2024 - ma@suse.de
|
||||
|
||||
- PluginFrame: Send unescaped colons in header values
|
||||
(bsc#1231043)
|
||||
According to the STOMP protocol it would be correct to escape a
|
||||
colon in a header-value, but it breaks plugin receivers which do
|
||||
not expect this. The first colon separates header-name from
|
||||
header-value, so escaping in the header-value is not needed
|
||||
anyway.
|
||||
Escaping in the header-value affects especially the urlresolver
|
||||
plugins. The input URL is passed in a header, but sent back as
|
||||
raw data in the frames body. If the plugin receiver does not
|
||||
correctly unescape the URL we may get back a "https\c//" which is
|
||||
not usable.
|
||||
- Do not ignore return value of std::remove_if in MediaSyncFacade
|
||||
(fixes #579)
|
||||
- Fix hang in curl code with no network connection (bsc#1230912)
|
||||
- version 17.35.12 (35)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 13:44:05 CEST 2024 - ma@suse.de
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.35.11
|
||||
Version: 17.35.18
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
@ -90,7 +90,7 @@ Recommends: logrotate
|
||||
# lsof is used for 'zypper ps':
|
||||
Recommends: lsof
|
||||
%endif
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: cmake >= 3.10
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
%if 0%{?suse_version} >= 1330
|
||||
@ -428,9 +428,9 @@ done
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/cmake/Zypp
|
||||
%{_libdir}/libzypp.so
|
||||
%{_libdir}/libzypp-tui.a
|
||||
%{_datadir}/cmake/Modules/*
|
||||
%{_includedir}/zypp
|
||||
%{_includedir}/zypp-core
|
||||
%{_includedir}/zypp-media
|
||||
|
Loading…
Reference in New Issue
Block a user