]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.32
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 14 Dec 2019 11:24:46 +0000 (12:24 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 29 Dec 2019 19:09:27 +0000 (19:09 +0000)
For details see:
https://github.com/OISF/libhtp/releases

Bundled with 'suricata 4.1.6'

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/libhtp
lfs/libhtp

index 9211ea71309b6ccc2161376d84fbf2a4d2598d61..a99aa940e2a43d030f7fe0bca2bebbc711336c98 100644 (file)
@@ -15,6 +15,9 @@
 #usr/include/htp/htp_urlencoded.h
 #usr/include/htp/htp_utf8_decoder.h
 #usr/include/htp/htp_version.h
+#usr/include/htp/lzma
+#usr/include/htp/lzma/7zTypes.h
+#usr/include/htp/lzma/LzmaDec.h
 #usr/lib/libhtp.la
 #usr/lib/libhtp.so
 usr/lib/libhtp.so.2
index bec93a9350d6ee3dfe737e8ed4cc395820dfa791..8a7ad6dfcf2d67398a4cb884e7b6866982103390 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2019  Michael Tremer & Christian Schmidt                      #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.30
+VER        = 0.5.32
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685
+$(DL_FILE)_MD5 = db2e049c8e3b5e4826e18b75a0dc0f62
 
 install : $(TARGET)