]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.40 - needed for 'suricata'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 22 Apr 2022 08:21:47 +0000 (10:21 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 23 Apr 2022 14:25:03 +0000 (14:25 +0000)
For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.40

    "uri: optionally allows spaces in uri
    ints: integer handling improvements
    headers: continue on nul byte
    headers: consistent trailing space handling
    list: fix integer overflow
    util: remove unused htp_utf8_decode
    fix 100-continue with CL 0
    lzma: don't do unnecessary realloc"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/libhtp

index 3dad9955bf949543587e4b093bc041a519889215..ffc82f8cd75a57a64316e0b2c116287b8f5eb7c4 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.39
+VER        = 0.5.40
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = fec9e2b0dd867becde972e9e2bf572a21d90acc747a8ee8338e2fe68240d690706db01b12c3cf8c6bf1b5d4415da4e4a5bf92a056e1dff96f54a9ac569906712
+$(DL_FILE)_BLAKE2 = 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf9556dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce
 
 install : $(TARGET)