SHA256
1
0
forked from pool/libHX

Accepting request 46899 from devel:libraries:c_c++

checked in (request 46899)

OBS-URL: https://build.opensuse.org/request/show/46899
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-09-03 12:55:33 +00:00 committed by Git OBS Bridge
parent 2e581b6c6c
commit 9534a7ac44
6 changed files with 12 additions and 35 deletions

View File

@ -1 +1 @@
libHX25
libHX22

3
libHX-3.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75dd2d3f6d995761e34303c7ae70500412389ec80f4fcac5c41ab4d008bfea6f
size 765964

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2ba98cc8facecc42dbea2fa057745c8a48dd495d5743496efff9646c531410
size 768212

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
iEYEABECAAYFAkxpd00ACgkQ92gFgoRMQ2CR0ACfc4JqAstJrsr0IsAz5bj/H4aL
iW4AmwSc08Y4fxQYASSeAIag7sVJxJ6+
=LCaZ
-----END PGP SIGNATURE-----

View File

@ -1,21 +1,3 @@
-------------------------------------------------------------------
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

View File

@ -19,20 +19,19 @@
Name: libHX
%define lname libHX25
%define lname libHX22
BuildRequires: gcc-c++ xz
Summary: Useful collection of routines for C and C++ programming
Version: 3.6
Summary: Useful collection of routines for programming
Version: 3.4
Release: 1
License: LGPL v2+
Prefix: /usr
Group: System/Libraries
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires %lname = %{version}-%{release}
URL: http://libhx.sf.net/
Url: http://libhx.sf.net/
%description
A library for:
@ -50,7 +49,7 @@ Authors:
--------
Jan Engelhardt <jengelh [at] medozas de>
%package -n %lname
%package -n libHX22
License: LGPL v2+
Summary: Useful collection of routines for C and C++ programming
Group: System/Libraries
@ -116,6 +115,9 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/%{name}.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig