SHA256
1
0
forked from pool/libHX

Updating link to change in openSUSE:Factory/libHX revision 18.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=74baa0610176a7d068862bcf7ba35811
This commit is contained in:
OBS User buildservice-autocommit
2010-09-03 12:55:35 +00:00
committed by Git OBS Bridge
parent 9534a7ac44
commit 56397f9700
6 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Aug 25 21:44:17 UTC 2010 - jengelh@medozas.de
- update to new upstream version 3.6
* Fixes in 3.6:
* bitmap: set/clear/test had no effect due to wrong type selection
* bitmap: avoid left-shift larger than type on 64-bit
* string: fixed buffer overflow in HX_split when too few fields were present
in the input (CVE-2010-2947)
* Fixes in 3.5:
* format2: failure to skip escaped char in "%(echo foo\ bar)" was corrected
* proc: properly check for HXPROC_STDx--HXPROC_STDx_NULL overlap
* strquote: do not cause allocation with invalid format numbers
* Enhancements:
* new format2 expandable functions like %(exec) and %(shell)
* LDAP search filter and RDN quoting support
* Old formatter was removed
-------------------------------------------------------------------
Wed Apr 7 02:40:35 UTC 2010 - jengelh@medozas.de