public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libhtp: Update to 0.5.20
@ 2017-02-16  8:29 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2017-02-16  8:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]

This is an update to the latest stable version of libhtp.

* Adjust github URL to official ones.
* Enable testsuite.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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 @@
 ###############################################################################
 
 name       = libhtp
-version    = 0.5.10
+version    = 0.5.20
 release    = 1
 
 groups     = System/Libraries
-url        = https://github.com/ironbee/libhtp
+url        = https://github.com/OISF/libhtp
 license    = BSD
 summary    = LibHTP is a security-aware parser.
 
@@ -17,24 +17,30 @@ description
 	related bits and pieces.
 end
 
-thisapp = htp-%{version}
-
-source_dl  = https://github.com/ironbee/%{name}/releases/download/%{version}/
-sources    = %{thisapp}.tar.gz
+source_dl  = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
 
 build
 	requires
-		gcc
+		autoconf
+		automake
+		libtool
 		pkg-config
 		zlib-devel
 	end
 
+	export LD_LIBRARY_PATH = %{DIR_APP}/htp/.libs
+
 	configure_options += \
 		--disable-static
 
-end
-
+	prepare_cmds
+		./autogen.sh
+	end
 
+	test
+		make check
+	end
+end
 
 packages
 	package %{name}
-- 
2.9.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-16  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16  8:29 [PATCH] libhtp: Update to 0.5.20 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox