Sync from SUSE:SLFO:Main librepo revision 1868fec6299635a0ca04e81fff08f36e

This commit is contained in:
Adrian Schröter 2025-02-26 11:45:27 +01:00
parent 50bfb8f85f
commit 0208bd8d8c
4 changed files with 55 additions and 6 deletions

BIN
librepo-1.15.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
librepo-1.19.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Mon Nov 18 10:20:42 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Update to 1.19.0:
* Fix input termination for pgpParsePkts [#325]
* Upper case xattr incompatible to Amazon S3 [#326, #327]
* Introduce entropy for fastestmirror option [#324]
-------------------------------------------------------------------
Sun Aug 18 13:01:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.18.1:
* Use rpm-sequoia on RHEL 10+
* gpg: Check is_selinux_enabled() before trying to label
* spec: Correct setting -DENABLE_SELINUX cmake argument
* tests: Adapt to CURL without NTLM support
* Fix a memory leak in select_next_target()
* Fix memory leaks when using zchunk
- update to 1.18.0:
* API: Add LRO_USERNAME and LRO_PASSWORD options
- update to 1.17.2:
* Add a private dependency on zck to librepo.pc if zchunk
support is enabled
* Hash cache: Improved work with extended file attributes
* Improve performance of large number of package downloads
* Fix error handling, Fix examples and build them
- update to 1.17.1:
* gpg_gpgme.c: fix build errors with older gcc
* Fix some compiler warnings
* Change header files to match a configured ABI regarding a
zchunk support
* Fix building zchunk code if zchunk is enabled
-------------------------------------------------------------------
Fri Oct 27 07:57:28 UTC 2023 - Wang Jun <badboywj@gmail.com>
- Update to 1.17.0
* lr_gpg_check_signature: Forward PGP error messages from RPM
* PGP: fix: Support importing binary public keys in librpm backend
* PGP: Enable creating a UID directory for GnuGP agent socket
in /run/gnupg/user
* PGP: Set a default creation SELinux labels on GnuPG directories
* Update PGP test vectors
* Implement OpenPGP using librpm API
* Fixes and optimizations in header files
* Fix lr_gpg_list_keys function when keys are empty
* Fix CMake warnings
* Bump glib version
-------------------------------------------------------------------
Wed Dec 28 16:50:53 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
@ -13,7 +62,7 @@ Sat Oct 15 19:32:29 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.14.5:
* Detailed error message when using non-existing TMPDIR
* Make error messages about repodata and rpm mismatch more user
friendly
friendly
-------------------------------------------------------------------
Wed Aug 25 16:46:36 UTC 2021 - Neal Gompa <ngompa13@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package librepo
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020-2021 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -37,7 +37,7 @@
%define devname %{name}-devel
Name: librepo
Version: 1.15.1
Version: 1.19.0
Release: 0
Summary: Repodata downloading library
License: LGPL-2.1-or-later