Changelog for
libbsd0-0.11.6-1.2.x86_64.rpm :
* 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.
* Mon Dec 16 2019 Martin Pluskal - Update to version 0.10.0:
* Several security related fixes for nlist() reported by Daniel Hodson and one by Coverity Scan.
* Preliminary and partial Windows porting, thanks to Aaron Dierking.
* Fix for a leak in the vis family of functions.
* Fix for a configure check to not unnecessarily link against librt.
* General portability fixes for musl, uClibc, macOS and GNU/kFreeBSD.
* New architectures support for nlist().
* Switch the
*c() functions to be standalone and add err(), warn(), errx() and warnx() familiy of functions in case the system lacks them.
* Several man page fixes.
* Tue Apr 23 2019 Martin Liška - Disable LTO - symbol versioning unsupported by GCC (boo#1133096).
* Wed Jun 27 2018 mpluskalAATTsuse.com- Update to version 0.9.1:
* Add __arraycount() macro.
* Add flopenat() function.
* Add strtoi() and strtou() functions.
* Add several new vis and unvis functions.
* Add pidfile_fileno() function, and struct pidfh is now opaque.
* The humanize_number() now understands HN_IEC_PREFIXES.
* The fmtcheck() function supports all standard printf(3) conversions.
* The getentropy(), and thus arc4random() functions will not block anymore on Linux on boot when there\'s not enough entropy available.
* The arc4random() function handles direct clone() calls better.
* Wed Jan 24 2018 avindraAATTopensuse.org- Update to version 0.8.7:
* Fix for gcc with no __has_include or __has_include_next support
* man: Document on what other BSDs arc4random(3) is present
* Handle several functions now being provided by glibc
* test: Fix nlist(3) unit test on IA64- switch to mirror temporarily, per announce: https://lists.freedesktop.org/archives/libbsd/2018-January/000166.html
* Thu Oct 19 2017 mpluskalAATTsuse.com- Update to version 0.8.6:
* test: + Fix nlist() unit test on IA64 and PowerPC 64-bit ELFv1
* Fix handling of non-contiguous argv + envp in setproctitle()- Changes for version 0.8.5:
* test: + Handle libtool executable names in getprogname() unit test + Remove unused variable in nlist() unit test
* man: + Ship and install libbsd(7) + Update man page sections in titles and references
* Fix ELF definitions for PowerPC in local-elf.h
* Fix ELF definitions for MIPS in local-elf.h- Changes for version 0.8.4:
* Add support for RISC-V
* Support GCC deprecated attribute for GCC older than 4.5
* Fix the __progname check to avoid the optimizer discarding the symbol
* Gracefully handle lack of system
* Do not provide funopen() on musl
* Try if is not present
* Do not use legacy BSD u_
* types
* Import for some of its macros
* Tue May 17 2016 mpluskalAATTsuse.com- Update to version 0.8.3:
* Fix unportable sizeof() usage
* Fix file descriptor leak in HASHFileChunk helper
* Switch URLs from http or git to https
* build: Support clock_gettime() provided in librt
* man: Fix ungrammatical construct
* test: Add a unit test for md5
* Add missing includes- Changes for 0.8.2:
* test: Fix success return code for arc4random unit test
* test: Add missing include
* Fix heap buffer overflow in fgetwln()
* test: Fix race condition in headers-
*.sh- Enable internal tests- Use correct package categories
* Mon Dec 28 2015 idonmezAATTsuse.com- Split static library into libbsd-ctor-static package.