- 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 <fcntl.h> includes
- Changes for 0.8.2:
* test: Fix success return code for arc4random unit test
* test: Add missing <sys/stat.h> include
* Fix heap buffer overflow in fgetwln()
* test: Fix race condition in headers-*.sh
- Enable internal tests
- Use correct package categories
OBS-URL: https://build.opensuse.org/request/show/396452
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=22
- Update to 0.8.1
* Use local SHA512 header
* Unify most arc4random Unix hooks into a single file
* Add support for GNU/kFreeBSD for closefrom() and getentropy()
* Fix getentropy implementation to use the correct system hooks
* Add missing copyright and license headers
* Relicense my contribution to BSD-2-clause
* Switch COPYING to Debian copyright machine readable format 1.0
* Use the non-overlayed libbsd headers when we need our own definitions
* Add missing include to <md5.h>
* Turn <bsd/bsd.h> inert when using LIBBSD_OVERLAY
* test: Add new unit tests for individual headers usage
* Add support for GNU/Hurd to getentropy()
OBS-URL: https://build.opensuse.org/request/show/350898
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=17