SHA256
6
0
forked from pool/zlib

- Add patch to safeguard against negative values in uInt bsc#1071321:

* 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2018-05-15 10:57:38 +00:00
committed by Git OBS Bridge
parent 1af3908d79
commit 3edc4c98b3
3 changed files with 37 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 15 10:56:20 UTC 2018 - tchvatal@suse.com
- Add patch to safeguard against negative values in uInt bsc#1071321:
* 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch
-------------------------------------------------------------------
Mon Jun 12 17:35:18 UTC 2017 - kah0922@gmail.com