mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 13:10:33 +00:00
libhtp: update to version 0.5.18
Changes This is a minor bug-fix release: - Fixed [#120] Trigger request line parsing on incomplete request [Victor Julien] - Fixed [#119] Fix uninitialized htp_tx_t::is_last value in in htp_tx_res_process_body_data_ex() [Fedor Sakharov] - Fixed [#118] Coverity-identified missing break in switch [Sam Baskinger] - Fixed [#117] Coverity-identified issue of not checking malloc() return value [Sam Baskinger] - Fixed [#116] Fix coverity-identified leaked file descriptors in unit test [Sam Baskinger] - Fixed [#113] fix pkgconfig include dir [Eric Leblond] - Fixed [#111] Connect plain http [Victor Julien] - Fixed [#105] Do not invoke callbacks in htp_req_run_hook_body_data() when there is no tx running. [Sam Baskinger] - Fixed [#104] Modifiying HTTP methods to be rfc3253 compliant [Andreas Moe] - Fixed [#103] Fixes [Victor Julien] - Fixed [#101] Make including the autoconf config header safer [Brian Rectanus] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
CFLAGS += "-D_DEFAULT_SOURCE"
|
CFLAGS += "-D_DEFAULT_SOURCE"
|
||||||
|
|
||||||
S = "${WORKDIR}/suricata-2.0.8/${BPN}"
|
S = "${WORKDIR}/suricata-${VER}/${BPN}"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "zlib"
|
RDEPENDS_${PN} += "zlib"
|
||||||
@@ -2,8 +2,9 @@ HOMEPAGE = "http://suricata-ids.org/"
|
|||||||
SECTION = "security Monitor/Admin"
|
SECTION = "security Monitor/Admin"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
PV = "2.0.8"
|
VER = "2.0.9"
|
||||||
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz"
|
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "cc0c32071c6b6733b13380ef276c5af5"
|
||||||
|
SRC_URI[sha256sum] = "4a19214d7673f9c0eba2e4e5ac78152309464186d16df48944b8f5644faa802d"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "a9553ccf942c0c4aa1e1a188ec1f7d93"
|
|
||||||
SRC_URI[sha256sum] = "7af6394cb81e464f5c1ac88a1444030e30940caab6e53688a6d9eb652226d1be"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user