Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 17:11:39 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551435 - head/security/snort2pfcd
Message-ID:  <202010041711.094HBdZc065198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sun Oct  4 17:11:39 2020
New Revision: 551435
URL: https://svnweb.freebsd.org/changeset/ports/551435

Log:
  security/snort2pfcd: Update to 3.2
  
  No official changelog available. According to maintainer, the major changes for this release are optimizations:
  
  -Moved several global variables to local
  -Fewer Malloc calls
  -Several stack optimizations
  -More compiler flags and fixes for those warnings
  -Fixed compiler escaping bug involving memset for char
  
  PR:		249904
  Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D26659

Modified:
  head/security/snort2pfcd/Makefile
  head/security/snort2pfcd/distinfo

Modified: head/security/snort2pfcd/Makefile
==============================================================================
--- head/security/snort2pfcd/Makefile	Sun Oct  4 16:58:12 2020	(r551434)
+++ head/security/snort2pfcd/Makefile	Sun Oct  4 17:11:39 2020	(r551435)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	snort2pfcd
-PORTVERSION=	3.1
+PORTVERSION=	3.2
 CATEGORIES=	security
 MASTER_SITES=	http://www.tworoutes.com/oss/
 

Modified: head/security/snort2pfcd/distinfo
==============================================================================
--- head/security/snort2pfcd/distinfo	Sun Oct  4 16:58:12 2020	(r551434)
+++ head/security/snort2pfcd/distinfo	Sun Oct  4 17:11:39 2020	(r551435)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600986105
-SHA256 (snort2pfcd-3.1.tar.gz) = b926566ecf3623d1d5c249e53ffd0dd07d758aff96dbf0d8d979937b99c96ba2
-SIZE (snort2pfcd-3.1.tar.gz) = 15914
+TIMESTAMP = 1601365420
+SHA256 (snort2pfcd-3.2.tar.gz) = dbeaaa46ba159359fc16d0500c2e0ceffd10ec9acff14fb0c0b2530fd3b38384
+SIZE (snort2pfcd-3.2.tar.gz) = 16072



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