Accepting request 396452 from home:pluskalm:branches:devel:libraries:c_c++

- 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
This commit is contained in:
Ismail Dönmez
2016-05-18 04:21:11 +00:00
committed by Git OBS Bridge
parent 362e07a0cc
commit a09b2aa43b
6 changed files with 55 additions and 33 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 17 16:03:07 UTC 2016 - mpluskal@suse.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 <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
-------------------------------------------------------------------
Mon Dec 28 14:13:16 UTC 2015 - idonmez@suse.com