]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
libhtp: updated bundled libhtp to 0.2.11
authorVictor Julien <victor@inliniac.net>
Wed, 14 Nov 2012 11:48:43 +0000 (12:48 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 14 Nov 2012 14:00:12 +0000 (15:00 +0100)
libhtp/configure.ac
libhtp/htp.pc.in
libhtp/htp/htp.h

index a6827d11be462898db7cfeaa1107cab7aff7c27d..53dc16513b4fcfeee5ec55e04711d4aa3ee738d1 100644 (file)
@@ -15,7 +15,7 @@ GENERIC_LIBRARY_NAME=htp
 
 GENERIC_MAJOR_VERSION=0
 GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=9
+GENERIC_MICRO_VERSION=11
 
 # API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION)
 GENERIC_API_VERSION=1.0
index 52da0ecf5ac0db670baf4176995ff7dbc73ee328..e1b3f8d590e9bbf8a25b3f70542fc9c074da7e22 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: HTP
 Description: HTTP parser
-Version: 0.2.9
+Version: 0.2.11
 Libs: -L${libdir} -lhtp
 Cflags: -I${includedir}/htp -I${libdir}/htp/include
 
index 8e82b0dc8b4823a7c5fcb6fd672f2ab509ac376d..f44b1a6da4cb2a05e6c91d08ca817782b9550dc9 100644 (file)
@@ -41,7 +41,7 @@ typedef struct htp_urldecoder_t htp_urldecoder_t;
 
 // -- Defines -------------------------------------------------------------------------------------
 
-#define HTP_BASE_VERSION_TEXT  "0.2.9"
+#define HTP_BASE_VERSION_TEXT  "0.2.11"
 
 #define HTP_ERROR              -1
 #define HTP_OK                  0