- Update to 2.63
PR: 139460 Submitted by: Paul J Murphy <paulm@srv00.inetstat.net> Approved by: Maintainer Timout
This commit is contained in:
parent
1169d12d7c
commit
d7d4bc4964
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246591
3 changed files with 4 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= snortsam
|
||||
PORTVERSION= 2.60
|
||||
PORTVERSION= 2.63
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.snortsam.net/files/snortsam/ \
|
||||
http://www.freebsdbrasil.com.br/~urisso/files/snortsam/
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
MD5 (snortsam-src-2.60.tar.gz) = 5fdc69b18938237ac943beeb7f6c105a
|
||||
SHA256 (snortsam-src-2.60.tar.gz) = 65c44a91487f533f66291b1dd41f06237d21ba7c9e43a27d8784e2915c2771f4
|
||||
SIZE (snortsam-src-2.60.tar.gz) = 1982833
|
||||
MD5 (ssp_ipfw2.c.diff) = bcc60c6d27805db5d96c284189cefee8
|
||||
SHA256 (ssp_ipfw2.c.diff) = 29355590da907bb4c9f3e259c460c1c29d7a0e6cb201290ffc904c246c8ef3e4
|
||||
SIZE (ssp_ipfw2.c.diff) = 1193
|
||||
MD5 (snortsam-src-2.63.tar.gz) = d74f5e744358bc9da85ad9d4fb393f76
|
||||
SHA256 (snortsam-src-2.63.tar.gz) = f56208e2cba56c55bb97c09582b71e3d9c1c05c551df2cc59f493910e9f403a3
|
||||
SIZE (snortsam-src-2.63.tar.gz) = 1967776
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- makesnortsam.sh.old 2008-08-03 00:04:24.000000000 -0300
|
||||
+++ makesnortsam.sh 2008-08-03 00:04:57.000000000 -0300
|
||||
@@ -11,8 +11,8 @@
|
||||
# Under Solaris, the OPSEC stuff is linked dynamically.
|
||||
# On other platforms, statically.
|
||||
|
||||
-BSDTHREADLIB='-lc_r'
|
||||
-#BSDTHREADLIB='-lpthread'
|
||||
+#BSDTHREADLIB='-lc_r'
|
||||
+BSDTHREADLIB='-lpthread'
|
||||
|
||||
systype=`uname`
|
||||
|
Loading…
Reference in a new issue