mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/libhtp-suricata: Delete port (no longer required)
security/suricata use to require and use a forked version of libhtp. This port was originally created for that reason, so as not to conflict with the concurrently developed and released libhtp. It is no longer required. * Remove entry from www/Makefile * Add MVOED entry PR: 220756
This commit is contained in:
parent
6998e8156e
commit
31ba9e9c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445995
7 changed files with 1 additions and 70 deletions
1
MOVED
1
MOVED
|
@ -9464,3 +9464,4 @@ www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream support EoL
|
|||
devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs
|
||||
dns/opendnssec13|dns/opendnssec14|2017-07-13|Has expired: Approaching EOL, upgrade to opendnssec 1.4 or 2
|
||||
multimedia/banshee||2017-07-13|Has expired: Project is not being actively maintained upstream anymore
|
||||
www/libhtp-suricata||2017-07-16|No longer required. security/suricata now uses official (not forked) libhtp
|
||||
|
|
|
@ -350,7 +350,6 @@
|
|||
SUBDIR += libevhtp
|
||||
SUBDIR += libgtkhtml
|
||||
SUBDIR += libhpack
|
||||
SUBDIR += libhtp-suricata
|
||||
SUBDIR += libhubbub
|
||||
SUBDIR += libjwt
|
||||
SUBDIR += libmicrohttpd
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libhtp
|
||||
PORTVERSION= 0.2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www security
|
||||
PKGNAMESUFFIX= -suricata
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Security-aware parser for the HTTP protocol
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= inliniac
|
||||
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS_INSTALL= libhtp-[0-9]*
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (inliniac-libhtp-0.2.14_GH0.tar.gz) = 46c34e9c1951b749383a3d1c4e34d3bf8a599ba62e2b92bc94281aca57dc8545
|
||||
SIZE (inliniac-libhtp-0.2.14_GH0.tar.gz) = 139346
|
|
@ -1,11 +0,0 @@
|
|||
--- ./htp.pc.in.orig 2013-08-31 19:51:21.584289198 +1000
|
||||
+++ ./htp.pc.in 2013-08-31 19:51:30.724208312 +1000
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: HTP
|
||||
Description: HTTP parser
|
||||
-Version: 0.2.X
|
||||
+Version: 0.2.14
|
||||
Libs: -L${libdir} -lhtp
|
||||
Cflags: -I${includedir}/htp -I${libdir}/htp/include
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
LibHTP is a security-aware parser for the HTTP protocol and the related bits
|
||||
and pieces. The goals of the project, in the order of importance, are as
|
||||
follows:
|
||||
|
||||
1. Completeness of coverage; LibHTP must be able to parse virtually all
|
||||
traffic that is found in practice.
|
||||
|
||||
2. Permissive parsing; LibHTP must never fail to parse a stream that would
|
||||
be parsed by some other web server.
|
||||
|
||||
3. Awareness of evasion techniques; LibHTP must be able to detect and
|
||||
effectively deal with various evasion techniques, producing, where
|
||||
practical, identical or practically identical results as the web
|
||||
server processing the same traffic stream.
|
||||
|
||||
4. Performance; The performance must be adequate for the desired tasks.
|
||||
Completeness and security are often detremental to performance. Our
|
||||
idea of handling the conflicting requirements is to put the library
|
||||
user in control, allowing him to choose the most desired library
|
||||
characteristic.
|
||||
|
||||
WWW: https://github.com/ironbee/libhtp
|
|
@ -1,11 +0,0 @@
|
|||
include/htp/hooks.h
|
||||
include/htp/htp_decompressors.h
|
||||
include/htp/bstr.h
|
||||
include/htp/utf8_decoder.h
|
||||
include/htp/dslib.h
|
||||
include/htp/htp.h
|
||||
lib/libhtp-0.2.so.1
|
||||
lib/libhtp-0.2.so.1.0.2
|
||||
lib/libhtp.a
|
||||
lib/libhtp.so
|
||||
libdata/pkgconfig/htp.pc
|
Loading…
Add table
Reference in a new issue