Page MenuHomeFreeBSD

D24263.id70122.diff
No OneTemporary

D24263.id70122.diff

Index: net/libdaq/Makefile
===================================================================
--- net/libdaq/Makefile
+++ net/libdaq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libdaq
DISTVERSIONPREFIX= v
-DISTVERSION= 3.0.0-alpha3
+DISTVERSION= 3.0.0-alpha4
CATEGORIES= net
MAINTAINER= bofh@FreeBSD.org
Index: net/libdaq/distinfo
===================================================================
--- net/libdaq/distinfo
+++ net/libdaq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572019559
-SHA256 (snort3-libdaq-v3.0.0-alpha3_GH0.tar.gz) = 5a54e804d57b4fa4e31bff331af3d5b96edcd6d45156805843275f6725097e40
-SIZE (snort3-libdaq-v3.0.0-alpha3_GH0.tar.gz) = 154109
+TIMESTAMP = 1585835079
+SHA256 (snort3-libdaq-v3.0.0-alpha4_GH0.tar.gz) = 7e5bb5487b774324156770b3505a9aa932c3fcf03d4a9aa905d286d2a71f996a
+SIZE (snort3-libdaq-v3.0.0-alpha4_GH0.tar.gz) = 154832
Index: security/snort3/Makefile
===================================================================
--- security/snort3/Makefile
+++ security/snort3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= snort
-DISTVERSION= 3.0.0-258
+DISTVERSION= 3.0.0-270
PORTEPOCH= 1
CATEGORIES= security
PKGNAMESUFFIX= 3
@@ -12,8 +12,6 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= fails to build
BUILD_DEPENDS= libdaq>=0:net/libdaq \
bash>0:shells/bash
Index: security/snort3/distinfo
===================================================================
--- security/snort3/distinfo
+++ security/snort3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563993608
-SHA256 (snort3-snort3-3.0.0-258_GH0.tar.gz) = 93db0d36d18c22dd78caf46c6fdfb7121886784167b5e5b3e6fcbddddc2cdfe2
-SIZE (snort3-snort3-3.0.0-258_GH0.tar.gz) = 6361952
+TIMESTAMP = 1585835031
+SHA256 (snort3-snort3-3.0.0-270_GH0.tar.gz) = 06e127240c9c234b17f9ff22469dd21651374fac0fec8fceea9849a108bb3499
+SIZE (snort3-snort3-3.0.0-270_GH0.tar.gz) = 6537334
Index: security/snort3/files/patch-src_flow_ha.cc
===================================================================
--- security/snort3/files/patch-src_flow_ha.cc
+++ security/snort3/files/patch-src_flow_ha.cc
@@ -1,6 +1,6 @@
---- src/flow/ha.cc.orig 2019-07-31 09:26:02 UTC
+--- src/flow/ha.cc.orig 2019-10-09 14:21:41 UTC
+++ src/flow/ha.cc
-@@ -35,6 +35,7 @@
+@@ -36,6 +36,7 @@
#include "flow_key.h"
#include "ha_module.h"
#include "session.h"
Index: security/snort3/files/patch-src_main_analyzer.cc
===================================================================
--- security/snort3/files/patch-src_main_analyzer.cc
+++ security/snort3/files/patch-src_main_analyzer.cc
@@ -1,10 +1,10 @@
---- src/main/analyzer.cc.orig 2019-07-31 10:41:21 UTC
+--- src/main/analyzer.cc.orig 2020-03-25 14:13:20 UTC
+++ src/main/analyzer.cc
-@@ -94,7 +94,7 @@ class RetryQueue (public)
+@@ -95,7 +95,7 @@ class RetryQueue (public)
RetryQueue(unsigned interval_ms)
{
assert(interval_ms > 0);
-- interval = { interval_ms / 1000, (interval_ms % 1000) * 1000 };
+- interval = { interval_ms / 1000, static_cast<suseconds_t>((interval_ms % 1000) * 1000) };
+ interval = { static_cast<time_t>(interval_ms / 1000), static_cast<suseconds_t>( (interval_ms % 1000) * 1000 )};
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 9:13 AM (4 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36889028
Default Alt Text
D24263.id70122.diff (3 KB)

Event Timeline