- remove LDFLAGS="".
- regen patches. - drop maintainership.
This commit is contained in:
parent
948abfc582
commit
882114105b
@ -1,13 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.19 2006/04/16 19:12:40 aanriot Exp $
|
# $OpenBSD: Makefile,v 1.20 2007/05/26 01:12:02 aanriot Exp $
|
||||||
|
|
||||||
DISTNAME= scanlogd-2.2.6
|
DISTNAME= scanlogd-2.2.6
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
COMMENT= "TCP port scan detection tool"
|
COMMENT= "TCP port scan detection tool"
|
||||||
|
|
||||||
HOMEPAGE= http://www.openwall.com/scanlogd/
|
HOMEPAGE= http://www.openwall.com/scanlogd/
|
||||||
|
|
||||||
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
|
|
||||||
|
|
||||||
MASTER_SITES= ftp://ftp.openwall.com/pub/projects/scanlogd/ \
|
MASTER_SITES= ftp://ftp.openwall.com/pub/projects/scanlogd/ \
|
||||||
${HOMEPAGE}
|
${HOMEPAGE}
|
||||||
|
|
||||||
@ -21,7 +20,7 @@ WANTLIB= c pcap
|
|||||||
BUILD_DEPENDS= ::net/libnids
|
BUILD_DEPENDS= ::net/libnids
|
||||||
LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet-1.0*:net/libnet/1.0
|
LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet-1.0*:net/libnet/1.0
|
||||||
|
|
||||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS=""
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
ALL_TARGET= libnids
|
ALL_TARGET= libnids
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
$OpenBSD: patch-params_h,v 1.1 2003/06/22 10:15:13 sturm Exp $
|
$OpenBSD: patch-params_h,v 1.2 2007/05/26 01:12:02 aanriot Exp $
|
||||||
--- params.h.orig Sat Jun 21 20:59:16 2003
|
--- params.h.orig Sun Mar 5 11:13:56 2006
|
||||||
+++ params.h Sat Jun 21 20:59:45 2003
|
+++ params.h Fri May 25 19:32:26 2007
|
||||||
@@ -14,7 +14,7 @@
|
@@ -13,7 +13,7 @@
|
||||||
* #undef this to let scanlogd run as root, but I recommend against doing
|
* used for any other purpose (that is, don't use "nobody" here). You can
|
||||||
* so.
|
* #undef this to let scanlogd run as root, but this is not recommended.
|
||||||
*/
|
*/
|
||||||
-#define SCANLOGD_USER "scanlogd"
|
-#define SCANLOGD_USER "scanlogd"
|
||||||
+#define SCANLOGD_USER "_scanlogd"
|
+#define SCANLOGD_USER "_scanlogd"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Device to monitor, if you're using libnids or libpcap directly. #undef
|
* An empty directory to chroot to. The directory and its parent directories
|
||||||
|
Loading…
Reference in New Issue
Block a user