Changelog for
librepo0-1.18.1-50.4.i586.rpm :
* Sun Aug 18 2024 Dirk Müller
- 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 2023 Wang Jun - 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 2022 Andreas Stieger - update to 1.15.1:
* Add API support for waiting on network in an event driven manner
* OpenPGP API extension and fixes- lincense updated to LGPL-2.1-or-later
* Sat Oct 15 2022 Andreas Stieger - update to 1.14.5:
* Detailed error message when using non-existing TMPDIR
* Make error messages about repodata and rpm mismatch more user friendly
* Wed Aug 25 2021 Neal Gompa - Update to 1.14.2 + Recover from fsync fail on read-only filesystem (rh#1956361) + Reduce time to load metadata + Fix resource leaks + Fix memory leaks
* Tue Apr 13 2021 Neal Gompa - Update to 1.14.0 + Fix LRO_PRESERVETIME behavior + Support multiple checksums in xattr (rh#1931904) + Return \"calculated\" checksum if requested w/caching + Fix lr_yum_download_url in case lr_handle is NULL
* Wed Feb 03 2021 Neal Gompa - Update to 1.13.0 + Fix the key string parsing in url_substitution + Fix memory leak in \'fastestmirror\' + Download whole file when server doesn\'t support ranges (rh#1886706) + Various fixes for mirrors without ranges support and zchunk + Add support for pkcs11 certificate and key for repository authorization (rh#1859495) + Fix lr_perform() - Avoid 100% CPU usage + Drop Python 2 support + Add support for working with certificates used with proxy (rh#1920991)
* Sat Aug 22 2020 Neal Gompa - Upgrade to 1.12.1 + Validate path read from repomd.xml (rh#1868639, CVE-2020-14352)- Dropped validate_path.patch to prevent directory traversal attacks (boo#1175475, CVE-2020-14352) since it is upstream with version 1.12.1
* Thu Aug 20 2020 Christian Vögl - Add validate_path.patch to prevent directory traversal attacks (boo#1175475, CVE-2020-14352)
* Tue Jul 07 2020 Neal Gompa - Upgrade to 1.12.0 + Prefer mirrorlist/metalink over baseurl (rh#1775184) + Decode package URL when using for local filename (rh#1817130) + Fix memory leak in lr_download_metadata() and lr_yum_download_remote() + Download sources work when at least one of specified is working (rh#1775184)