View | Details | Raw Unified | Return to bug 240793
Collapse All | Expand All

(-)b/security/suricata/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	suricata
4
PORTNAME=	suricata
5
DISTVERSION=	4.1.4
5
DISTVERSION=	4.1.5
6
PORTREVISION=	4
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	https://www.openinfosecfoundation.org/download/
7
MASTER_SITES=	https://www.openinfosecfoundation.org/download/
9
8
Lines 20-26 LIB_DEPENDS= libpcre.so:devel/pcre \ Link Here
20
19
21
USES=		autoreconf cpe gmake iconv:translit libtool pathfix pkgconfig
20
USES=		autoreconf cpe gmake iconv:translit libtool pathfix pkgconfig
22
21
23
CONFLICTS_INSTALL=libhtp
22
CONFLICTS_INSTALL=libhtp suricata5
24
23
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
USE_RC_SUBR=	${PORTNAME}
25
USE_RC_SUBR=	${PORTNAME}
(-)b/security/suricata/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1556780212
1
TIMESTAMP = 1569327500
2
SHA256 (suricata-4.1.4.tar.gz) = 2da50d91f92adf8b1af930f388361f76424420b88f553f610e2780e4240f2009
2
SHA256 (suricata-4.1.5.tar.gz) = cee5f6535cd7fe63fddceab62eb3bc66a63fc464466c88ec7a41b7a1331ac74b
3
SIZE (suricata-4.1.4.tar.gz) = 15661783
3
SIZE (suricata-4.1.5.tar.gz) = 15729747
(-)b/security/suricata/pkg-plist (+2 lines)
Lines 18-23 include/htp/htp_transaction.h Link Here
18
include/htp/htp_urlencoded.h
18
include/htp/htp_urlencoded.h
19
include/htp/htp_utf8_decoder.h
19
include/htp/htp_utf8_decoder.h
20
include/htp/htp_version.h
20
include/htp/htp_version.h
21
include/htp/lzma/7zTypes.h
22
include/htp/lzma/LzmaDec.h
21
lib/libhtp.a
23
lib/libhtp.a
22
lib/libhtp.so
24
lib/libhtp.so
23
lib/libhtp.so.2
25
lib/libhtp.so.2

Return to bug 240793