From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libhtp: Update to 0.5.20 Date: Thu, 16 Feb 2017 09:29:33 +0100 Message-ID: <20170216082933.22149-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5185965651033354619==" List-Id: --===============5185965651033354619== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an update to the latest stable version of libhtp. * Adjust github URL to official ones. * Enable testsuite. Signed-off-by: Stefan Schantl --- libhtp/libhtp.nm | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/libhtp/libhtp.nm b/libhtp/libhtp.nm index e6604ad..ce7e7f5 100644 --- a/libhtp/libhtp.nm +++ b/libhtp/libhtp.nm @@ -4,11 +4,11 @@ ############################################################################= ### =20 name =3D libhtp -version =3D 0.5.10 +version =3D 0.5.20 release =3D 1 =20 groups =3D System/Libraries -url =3D https://github.com/ironbee/libhtp +url =3D https://github.com/OISF/libhtp license =3D BSD summary =3D LibHTP is a security-aware parser. =20 @@ -17,24 +17,30 @@ description related bits and pieces. end =20 -thisapp =3D htp-%{version} - -source_dl =3D https://github.com/ironbee/%{name}/releases/download/%{versio= n}/ -sources =3D %{thisapp}.tar.gz +source_dl =3D https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/ =20 build requires - gcc + autoconf + automake + libtool pkg-config zlib-devel end =20 + export LD_LIBRARY_PATH =3D %{DIR_APP}/htp/.libs + configure_options +=3D \ --disable-static =20 -end - + prepare_cmds + ./autogen.sh + end =20 + test + make check + end +end =20 packages package %{name} --=20 2.9.3 --===============5185965651033354619==--