Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 01:28:30 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157860: [update] security/suricata to 1.0.3
Message-ID:  <201106140128.p5E1SUCb043965@red.freebsd.org>
Resent-Message-ID: <201106140130.p5E1U97o095059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157860
>Category:       ports
>Synopsis:       [update] security/suricata to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 14 01:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.0.3
-Add LICENSE

=========================================
- Fix broken checksum calculation for TCP/UDP in some cases
- Fix errors in the byte_test, byte_jump, http_method and http_header keywords
- Fix a ASN1 parsing issue
- Improve LibHTP memory handling
- Fix a defrag issue
- Fix several stream engine issues
- Added an SSH application layer module, improving performance and accuracy
- Added two new SSH rule keywords: "ssh.protoversion" and "ssh.softwareversion"
- Added support for missing HTTP related PCRE modifiers /H, /M and /C (bug #220)
- Fixed several TCP stream engine evasion issues found by Judy Novak from G2, Inc.
- Improved accuracy of the http_client_body keyword
- Improved dropping of packets in IPS mode when a signature matches in the reassembled stream or the application layer
- Improved error reporting if the engine runs out of memory in the initialization stage
- Fixed a reported segv in the HTTP method detection keyword (bug #231)
- Several smaller issues were fixed
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/suricata/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	4 Dec 2010 07:33:32 -0000	1.6
+++ Makefile	14 Jun 2011 01:26:36 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	suricata
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.0.3
 CATEGORIES=	security
 MASTER_SITES=	http://openinfosecfoundation.org/download/ \
 		http://www6.freebsdbrasil.com.br/~eksffa/l/dev/suricata/
@@ -41,6 +40,9 @@
 RULES_DIR=	${PREFIX}/etc/suricata/rules
 LOGS_DIR=	/var/log/suricata
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 700000
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/suricata/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	1 Sep 2010 15:31:51 -0000	1.1
+++ distinfo	14 Jun 2011 01:26:36 -0000
@@ -1,3 +1,2 @@
-MD5 (suricata-1.0.1.tar.gz) = ad42b854ef2b44499f0f1d1531b1ca36
-SHA256 (suricata-1.0.1.tar.gz) = 7fbc8fe89a0a30171eddb8b066ab7e6ec811d14a73aa6bc9cea26fc1f36f4be4
-SIZE (suricata-1.0.1.tar.gz) = 1607941
+SHA256 (suricata-1.0.3.tar.gz) = df0245181057603a8dc37c937816adecbd8468cc2531d7431525df8205995d92
+SIZE (suricata-1.0.3.tar.gz) = 1639825


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106140128.p5E1SUCb043965>