Changelog for
libbsd0-0.11.7-32.1.x86_64.rpm :
* Wed Mar 15 2023 Callum Farmer
- Add libbsd-glibc-2.34-closefrom.patch to avoid conflicting with function provided by glibc 2.34
* Fri Oct 07 2022 Dirk Müller - update to 0.11.7:
* man: Discourage using the library in non-overlay mode
* include: Adjust reallocarray() per glibc adoption
* include: Adjust arc4random() per glibc adoption
* include: explicit_bzero() requires _DEFAULT_SOURCE
* include: Simplify glibc version dependent macro handling
* doc: Switch references from pkg-config to pkgconf
* doc: Add missing empty line to separate README sections
* doc: Refer to the main git repository as primary
* test: Fix explicit_bzero() test on the Hurd
* fgetwln: Add comment about lack of getwline(3) for recommendation
* setmode: Dot not use saveset after free
* man: Rewrite gerprogname(3bsd) from scratch
* man: Lowercase man page title
* man: Document that some arc4random(3) functions are now in glibc 2.36
* Sync arc4random(3) implementation from OpenBSD
* Fix ELF support for big endian SH
* man: Use -compact also for alternative functions in libbsd(7)
* getentropy: Fix function cast for getauxval()
* Wed Apr 20 2022 Dirk Müller - add missing devel requires
* Fri Apr 15 2022 Dirk Müller - update to 0.11.6:
* import pwcache module from OpenBSD
* use libmd for hashing functions
* Fix message digest library checks
* Switch libmd wrapper to dlsym
* Enable .init_array support when building with LTO
* Switch md5 back to direct linking- reenable LTO
* Mon Jun 07 2021 Jan Engelhardt - Drop --with-pic (no effect with --disable-static).- Make description neutral; adhere to noun phrasing.