View | Details | Raw Unified | Return to bug 231265 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	barnyard2
3
PORTNAME=	barnyard2
4
PORTVERSION=	1.13
4
PORTVERSION=	1.13
5
DISTVERSIONPREFIX=	v2-
5
DISTVERSIONPREFIX=	v2-
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
8
9
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
(-)files/patch-spo__alert__fwsam.c (+11 lines)
Line 0 Link Here
1
--- src/output-plugins/spo_alert_fwsam.c.orig	2018-09-24 20:29:16 UTC
2
+++ src/output-plugins/spo_alert_fwsam.c
3
@@ -115,7 +115,7 @@
4
 #include <sys/filio.h>
5
 #endif
6
 
7
-typedef int SOCKET;
8
+//typedef int SOCKET;
9
 
10
 #ifndef INVALID_SOCKET
11
 #define INVALID_SOCKET  -1

Return to bug 231265