From owner-svn-ports-head@FreeBSD.ORG Tue May 12 10:49:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED6492E0; Tue, 12 May 2015 10:49:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBFDA1AA0; Tue, 12 May 2015 10:49:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CAnNM1086474; Tue, 12 May 2015 10:49:23 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CAnNeD086472; Tue, 12 May 2015 10:49:23 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201505121049.t4CAnNeD086472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 12 May 2015 10:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386134 - head/security/suricata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 10:49:24 -0000 Author: koobs Date: Tue May 12 10:49:22 2015 New Revision: 386134 URL: https://svnweb.freebsd.org/changeset/ports/386134 Log: security/suricata: Update to 2.0.8 - Update to 2.0.8 This release fixes a bug in the DER parser which is used to decode SSL/TLS certificates and could crash Suricata [1] Security: CVE-2015-0971 Security: fe910ed6-f88d-11e4-9ae3-0050562a4d7b MFH: 2015Q2 Security: CVE-2015-0971 Security: fe910ed6-f88d-11e4-9ae3-0050562a4d7b Modified: head/security/suricata/Makefile head/security/suricata/distinfo Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Tue May 12 10:48:17 2015 (r386133) +++ head/security/suricata/Makefile Tue May 12 10:49:22 2015 (r386134) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTVERSION= 2.0.8 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ \ http://mirrors.rit.edu/zi/ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Tue May 12 10:48:17 2015 (r386133) +++ head/security/suricata/distinfo Tue May 12 10:49:22 2015 (r386134) @@ -1,2 +1,2 @@ -SHA256 (suricata-2.0.6.tar.gz) = e833e35ea3b6029bbdef81660af22e8f563494eac85d97618d761ce1b69c78ec -SIZE (suricata-2.0.6.tar.gz) = 3090886 +SHA256 (suricata-2.0.8.tar.gz) = 7af6394cb81e464f5c1ac88a1444030e30940caab6e53688a6d9eb652226d1be +SIZE (suricata-2.0.8.tar.gz) = 3094209