svn commit: r562973 - head/security/snort3

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jan 26 18:17:44 UTC 2021


Author: bofh
Date: Tue Jan 26 18:17:43 2021
New Revision: 562973
URL: https://svnweb.freebsd.org/changeset/ports/562973

Log:
  security/snort3: Update version 3.0.3-6=>3.1.0.0
  
  - Switch from devel/hwloc to devel/hwloc2 [1]
  
  PR:			252527 [1]
  Submitted by:	jwb [1]
  Relnotes:	https://github.com/snort3/snort3/releases/tag/3.1.0.0

Modified:
  head/security/snort3/Makefile
  head/security/snort3/distinfo

Modified: head/security/snort3/Makefile
==============================================================================
--- head/security/snort3/Makefile	Tue Jan 26 18:03:16 2021	(r562972)
+++ head/security/snort3/Makefile	Tue Jan 26 18:17:43 2021	(r562973)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	snort
-DISTVERSION=	3.0.3-6
+DISTVERSION=	3.1.0.0
 PORTEPOCH=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	3
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libdnet.so:net/libdnet \
 		libpcap.so:net/libpcap \
-		libhwloc.so:devel/hwloc \
+		libhwloc.so:devel/hwloc2 \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libdaq.so:net/libdaq
 

Modified: head/security/snort3/distinfo
==============================================================================
--- head/security/snort3/distinfo	Tue Jan 26 18:03:16 2021	(r562972)
+++ head/security/snort3/distinfo	Tue Jan 26 18:17:43 2021	(r562973)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609083917
-SHA256 (snort3-snort3-3.0.3-6_GH0.tar.gz) = 08e29bd2a00a163fbad0476b6a4ffe3fc3aa462718949c50c3b5f1cd813cad06
-SIZE (snort3-snort3-3.0.3-6_GH0.tar.gz) = 2852527
+TIMESTAMP = 1611682468
+SHA256 (snort3-snort3-3.1.0.0_GH0.tar.gz) = c4e2e78e3afa879d7e35e482afe42a6c4b96ed26198a9979edf7953b5151ccbf
+SIZE (snort3-snort3-3.1.0.0_GH0.tar.gz) = 2852938


More information about the svn-ports-head mailing list