summaryrefslogtreecommitdiff
path: root/net/LaBrea
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-03 07:56:29 +0000
committerwiz <wiz@pkgsrc.org>2022-04-03 07:56:29 +0000
commitf5f6878f045f24a3426c8d1743bc9148deb01972 (patch)
tree5eca5dfef2e0802d0e6c6e7e98ec725d9ea8914e /net/LaBrea
parent246a52af848fee29535b5da2b106830cbbc4724c (diff)
downloadpkgsrc-f5f6878f045f24a3426c8d1743bc9148deb01972.tar.gz
LaBrea: remove
Doesn't build against current libpcap, upstream development stopped in 2015
Diffstat (limited to 'net/LaBrea')
-rw-r--r--net/LaBrea/DESCR6
-rw-r--r--net/LaBrea/Makefile31
-rw-r--r--net/LaBrea/PLIST7
-rw-r--r--net/LaBrea/distinfo20
-rw-r--r--net/LaBrea/patches/patch-aa17
-rw-r--r--net/LaBrea/patches/patch-ab26
-rw-r--r--net/LaBrea/patches/patch-src_Makefile.am9
-rw-r--r--net/LaBrea/patches/patch-src_Makefile.in13
-rw-r--r--net/LaBrea/patches/patch-src_bget.c13
-rw-r--r--net/LaBrea/patches/patch-src_ctl.c31
-rw-r--r--net/LaBrea/patches/patch-src_getopt.c13
-rw-r--r--net/LaBrea/patches/patch-src_getopt1.c13
-rw-r--r--net/LaBrea/patches/patch-src_labrea.c26
-rw-r--r--net/LaBrea/patches/patch-src_labrea__init.c32
-rw-r--r--net/LaBrea/patches/patch-src_lbio.c33
-rw-r--r--net/LaBrea/patches/patch-src_pkt.c15
-rw-r--r--net/LaBrea/patches/patch-src_pkt__handler.c29
-rw-r--r--net/LaBrea/patches/patch-src_syslog.c25
-rw-r--r--net/LaBrea/patches/patch-src_utils.c43
19 files changed, 0 insertions, 402 deletions
diff --git a/net/LaBrea/DESCR b/net/LaBrea/DESCR
deleted file mode 100644
index 7bbc4b2e720..00000000000
--- a/net/LaBrea/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-LaBrea is a program that creates a tarpit or, as some have called it,
-a "sticky honeypot". LaBrea takes over unused IP addresses on a
-network and creates "virtual machines" that answer to connection
-attempts. LaBrea answers those connection attempts in a way that
-causes the machine at the other end to get "stuck", sometimes for a
-very long time.
diff --git a/net/LaBrea/Makefile b/net/LaBrea/Makefile
deleted file mode 100644
index f4e409111ef..00000000000
--- a/net/LaBrea/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2020/03/20 11:58:04 nia Exp $
-#
-
-DISTNAME= labrea-2.5-stable-1
-PKGNAME= LaBrea-2.5
-PKGREVISION= 2
-CATEGORIES= net security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=labrea/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://labrea.sourceforge.net/labrea-info.html
-COMMENT= Builds tarpits/honeypots for scanners
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-GNU_CONFIGURE= YES
-
-CONF_FILES= ${PREFIX}/share/examples/LaBrea/labrea.conf \
- ${PKG_SYSCONFDIR}/labrea.conf
-
-INSTALLATION_DIRS= share/doc/LaBrea share/examples/LaBrea
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/LaBrea
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/LaBrea
- ${INSTALL_DATA} ${WRKSRC}/misc/labrea.conf \
- ${DESTDIR}${PREFIX}/share/examples/LaBrea
-
-.include "../../net/libdnet/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/LaBrea/PLIST b/net/LaBrea/PLIST
deleted file mode 100644
index 303672f5ea8..00000000000
--- a/net/LaBrea/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2018/01/01 22:29:45 rillig Exp $
-man/man1/labrea.1
-man/man5/labrea.conf.5
-sbin/labrea
-share/doc/LaBrea/INSTALL
-share/doc/LaBrea/README
-share/examples/LaBrea/labrea.conf
diff --git a/net/LaBrea/distinfo b/net/LaBrea/distinfo
deleted file mode 100644
index 6d90f041fdc..00000000000
--- a/net/LaBrea/distinfo
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:05:21 nia Exp $
-
-BLAKE2s (labrea-2.5-stable-1.tar.gz) = 9540683ae6d21e6f8f3fa443409bb35277737adc0ac2da20a6cb7df805d2c163
-SHA512 (labrea-2.5-stable-1.tar.gz) = 63523f59e9e6ca31d2a5ea781f7b7087e7e41835aec24cd8cbf1cf7b65893fb1cedb2b13aa5fcfab458375ef27f5521a9ab88a71734b7317edf8eda2746c566c
-Size (labrea-2.5-stable-1.tar.gz) = 210494 bytes
-SHA1 (patch-aa) = f3b7b2556513a90b24b5adf73a99da28462d33e4
-SHA1 (patch-ab) = 8a7d091795b0740384651d9e68b95a94af02e1df
-SHA1 (patch-src_Makefile.am) = 56c4709cc58beca503e22f2ce9a9345f9f16a687
-SHA1 (patch-src_Makefile.in) = c4b40eca2a36aacf34c7002bcb16f77d65f4f777
-SHA1 (patch-src_bget.c) = 315878e2a1474782323e0c140a8669dfc4143501
-SHA1 (patch-src_ctl.c) = a34625f2833c9d29f502e4511710932c828e15b5
-SHA1 (patch-src_getopt.c) = 8ef6823d92b2387261826a64bdec7d77eeb86b16
-SHA1 (patch-src_getopt1.c) = a8e0b262d0b1964c0c8e183d4287c9d22c1f8d6a
-SHA1 (patch-src_labrea.c) = 7649f79ce50064661fb3cf4dc6ab50a6f8066ef9
-SHA1 (patch-src_labrea__init.c) = ca4beab6f498dac1efd3c7e68ce7eab1ededbc6b
-SHA1 (patch-src_lbio.c) = c9ea4af31a70395ecc83cfeeaf7ec5acdd63f315
-SHA1 (patch-src_pkt.c) = d2db16a001a7603765422f9f2adf9accf261cd48
-SHA1 (patch-src_pkt__handler.c) = 74bdb6964a6758059f6a27b18439479aab6d6bff
-SHA1 (patch-src_syslog.c) = f9b3c699478496e13ca6dca2043c026d117872a5
-SHA1 (patch-src_utils.c) = 7342c619a3b1beb0a9aae6f66ed0179022d7daa9
diff --git a/net/LaBrea/patches/patch-aa b/net/LaBrea/patches/patch-aa
deleted file mode 100644
index b4f8dc9b2d4..00000000000
--- a/net/LaBrea/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/02/09 20:49:02 adrianp Exp $
-
---- misc/Makefile.in.orig 2005-02-08 21:35:35.000000000 +0000
-+++ misc/Makefile.in
-@@ -247,12 +247,6 @@ sysconfDATA_INSTALL = $(INSTALL_DATA)
- install-sysconfDATA: $(sysconf_DATA)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
-- @list='$(sysconf_DATA)'; for p in $$list; do \
-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-- f="`echo $$p | sed -e 's|^.*/||'`"; \
-- echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
-- $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
-- done
-
- uninstall-sysconfDATA:
- @$(NORMAL_UNINSTALL)
diff --git a/net/LaBrea/patches/patch-ab b/net/LaBrea/patches/patch-ab
deleted file mode 100644
index 8c05f5378d8..00000000000
--- a/net/LaBrea/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2012/11/16 20:10:20 joerg Exp $
-
---- src/pcaputil.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/pcaputil.c
-@@ -47,9 +47,9 @@
- #include <stdlib.h>
- #include <string.h>
-
--#include "labrea.h"
--#include "utils.h"
--#include "pcaputil.h"
-+#include "../inc/labrea.h"
-+#include "../inc/utils.h"
-+#include "../inc/pcaputil.h"
-
- pcap_t *
- pcap_open(char *device)
-@@ -64,7 +64,7 @@ pcap_open(char *device)
- if ((pcap = pcap_open_live(device, 31337, 1, PCAP_TIMEOUT, ebuf)) == NULL)
- return (NULL);
-
--#ifdef BSD
-+#if defined(BSD) && defined(BIOCIMMEDIATE)
- {
- int n = 1;
-
diff --git a/net/LaBrea/patches/patch-src_Makefile.am b/net/LaBrea/patches/patch-src_Makefile.am
deleted file mode 100644
index 06a1a5652f0..00000000000
--- a/net/LaBrea/patches/patch-src_Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-src_Makefile.am,v 1.1 2012/11/16 20:10:20 joerg Exp $
-
---- src/Makefile.am.orig 2012-11-16 11:46:13.000000000 +0000
-+++ src/Makefile.am
-@@ -4,3 +4,3 @@
-
--AM_CPPFLAGS = -I../inc -I- @DNETINC@ @PCAPINC@
-+AM_CPPFLAGS = @DNETINC@ @PCAPINC@
-
diff --git a/net/LaBrea/patches/patch-src_Makefile.in b/net/LaBrea/patches/patch-src_Makefile.in
deleted file mode 100644
index cde784263c3..00000000000
--- a/net/LaBrea/patches/patch-src_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2012/11/16 20:10:20 joerg Exp $
-
---- src/Makefile.in.orig 2012-11-16 11:46:22.000000000 +0000
-+++ src/Makefile.in
-@@ -121,7 +121,7 @@ sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
-
--AM_CPPFLAGS = -I../inc -I- @DNETINC@ @PCAPINC@
-+AM_CPPFLAGS = @DNETINC@ @PCAPINC@
-
- sbin_PROGRAMS = labrea
-
diff --git a/net/LaBrea/patches/patch-src_bget.c b/net/LaBrea/patches/patch-src_bget.c
deleted file mode 100644
index cecc522cd45..00000000000
--- a/net/LaBrea/patches/patch-src_bget.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_bget.c,v 1.1 2012/11/16 20:10:20 joerg Exp $
-
---- src/bget.c.orig 2003-09-09 20:55:03.000000000 +0000
-+++ src/bget.c
-@@ -468,7 +468,7 @@ extern char *sprintf(); /*
- /* Declare the interface, including the requested buffer size type,
- bufsize. */
-
--#include "bget.h"
-+#include "../inc/bget.h"
-
- #define MemSize int /* Type for size arguments to memxxx()
- functions such as memcmp(). */
diff --git a/net/LaBrea/patches/patch-src_ctl.c b/net/LaBrea/patches/patch-src_ctl.c
deleted file mode 100644
index a51d5c46f5a..00000000000
--- a/net/LaBrea/patches/patch-src_ctl.c
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-src_ctl.c,v 1.1 2012/11/16 20:10:20 joerg Exp $
-
---- src/ctl.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/ctl.c
-@@ -39,19 +39,19 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
- #ifdef HAVE_WINDOWS_H
- #include <windows.h>
- #endif
-
--#include "labrea.h"
--#include "bget.h"
--#include "pkt.h"
--#include "utils.h"
--#include "lbio.h"
--#include "ctl.h"
-+#include "../inc/labrea.h"
-+#include "../inc/bget.h"
-+#include "../inc/pkt.h"
-+#include "../inc/utils.h"
-+#include "../inc/lbio.h"
-+#include "../inc/ctl.h"
-
-
- /*
diff --git a/net/LaBrea/patches/patch-src_getopt.c b/net/LaBrea/patches/patch-src_getopt.c
deleted file mode 100644
index b1264c23cac..00000000000
--- a/net/LaBrea/patches/patch-src_getopt.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_getopt.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/getopt.c.orig 2003-09-09 20:55:03.000000000 +0000
-+++ src/getopt.c
-@@ -105,7 +105,7 @@
- GNU application programs can use a third alternative mode in which
- they can distinguish the relative order of options and other arguments. */
-
--#include "getopt.h"
-+#include "../inc/getopt.h"
-
- /* For communication from `getopt' to the caller.
- When `getopt' finds an option that takes an argument,
diff --git a/net/LaBrea/patches/patch-src_getopt1.c b/net/LaBrea/patches/patch-src_getopt1.c
deleted file mode 100644
index 8e312974cda..00000000000
--- a/net/LaBrea/patches/patch-src_getopt1.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_getopt1.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/getopt1.c.orig 2003-09-09 20:55:03.000000000 +0000
-+++ src/getopt1.c
-@@ -22,7 +22,7 @@
- #include "config.h"
- #endif
-
--#include "getopt.h"
-+#include "../inc/getopt.h"
-
- #if !defined __STDC__ || !__STDC__
- /* This is a separate conditional since some stdc systems
diff --git a/net/LaBrea/patches/patch-src_labrea.c b/net/LaBrea/patches/patch-src_labrea.c
deleted file mode 100644
index 431347f2b79..00000000000
--- a/net/LaBrea/patches/patch-src_labrea.c
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-src_labrea.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/labrea.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/labrea.c
-@@ -42,15 +42,15 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
-
--#include "labrea.h"
--#include "ctl.h"
--#include "utils.h"
--#include "lbio.h"
--#include "pkt_handler.h"
-+#include "../inc/labrea.h"
-+#include "../inc/ctl.h"
-+#include "../inc/utils.h"
-+#include "../inc/lbio.h"
-+#include "../inc/pkt_handler.h"
-
- /* Definitions of main control structures */
- io_t io;
diff --git a/net/LaBrea/patches/patch-src_labrea__init.c b/net/LaBrea/patches/patch-src_labrea__init.c
deleted file mode 100644
index ee48f8b7033..00000000000
--- a/net/LaBrea/patches/patch-src_labrea__init.c
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-src_labrea__init.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/labrea_init.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/labrea_init.c
-@@ -38,20 +38,20 @@
- #ifdef HAVE_GETOPT_H
- #include <getopt.h>
- #else
--#include "getopt.h"
-+#include "../inc/getopt.h"
- #endif
-
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
--#include "labrea.h"
--#include "pcaputil.h"
--#include "ctl.h"
--#include "utils.h"
--#include "lbio.h"
-+#include "../inc/labrea.h"
-+#include "../inc/pcaputil.h"
-+#include "../inc/ctl.h"
-+#include "../inc/utils.h"
-+#include "../inc/lbio.h"
-
- int input_error = FALSE; /* True if errors on input */
-
diff --git a/net/LaBrea/patches/patch-src_lbio.c b/net/LaBrea/patches/patch-src_lbio.c
deleted file mode 100644
index 20978fe8d93..00000000000
--- a/net/LaBrea/patches/patch-src_lbio.c
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-src_lbio.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/lbio.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/lbio.c
-@@ -33,20 +33,20 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
- #ifdef HAVE_STDLIB_H
- #include <stdlib.h>
- #endif
-
--#include "labrea.h"
--#include "bget.h"
--#include "pkt.h"
--#include "ctl.h"
--#include "utils.h"
--#include "pcaputil.h"
--#include "lbio.h"
-+#include "../inc/labrea.h"
-+#include "../inc/bget.h"
-+#include "../inc/pkt.h"
-+#include "../inc/ctl.h"
-+#include "../inc/utils.h"
-+#include "../inc/pcaputil.h"
-+#include "../inc/lbio.h"
-
- #ifdef WIN32
- /* has to be here to avoid compile errors with bpf structs */
diff --git a/net/LaBrea/patches/patch-src_pkt.c b/net/LaBrea/patches/patch-src_pkt.c
deleted file mode 100644
index 04e52f79caf..00000000000
--- a/net/LaBrea/patches/patch-src_pkt.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pkt.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/pkt.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/pkt.c
-@@ -38,8 +38,8 @@
- #include <stdlib.h>
- #include <string.h>
-
--#include "bget.h"
--#include "pkt.h"
-+#include "../inc/bget.h"
-+#include "../inc/pkt.h"
-
- void
- pkt_init(int size)
diff --git a/net/LaBrea/patches/patch-src_pkt__handler.c b/net/LaBrea/patches/patch-src_pkt__handler.c
deleted file mode 100644
index b4270d7438e..00000000000
--- a/net/LaBrea/patches/patch-src_pkt__handler.c
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-src_pkt__handler.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/pkt_handler.c.orig 2003-09-12 21:23:39.000000000 +0000
-+++ src/pkt_handler.c
-@@ -34,16 +34,16 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
--#include "labrea.h"
--#include "pkt.h"
--#include "bget.h"
--#include "ctl.h"
--#include "lbio.h"
--#include "utils.h"
--#include "pkt_handler.h"
-+#include "../inc/labrea.h"
-+#include "../inc/pkt.h"
-+#include "../inc/bget.h"
-+#include "../inc/ctl.h"
-+#include "../inc/lbio.h"
-+#include "../inc/utils.h"
-+#include "../inc/pkt_handler.h"
-
-
- /*
diff --git a/net/LaBrea/patches/patch-src_syslog.c b/net/LaBrea/patches/patch-src_syslog.c
deleted file mode 100644
index bc749d889f6..00000000000
--- a/net/LaBrea/patches/patch-src_syslog.c
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-src_syslog.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/syslog.c.orig 2003-09-09 20:55:03.000000000 +0000
-+++ src/syslog.c
-@@ -43,14 +43,14 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
--#include "syslog_name.h"
--#include "syslog.h"
--#include "utils.h"
--#include "labrea.h"
--#include "ctl.h"
-+#include "../inc/syslog_name.h"
-+#include "../inc/syslog.h"
-+#include "../inc/utils.h"
-+#include "../inc/labrea.h"
-+#include "../inc/ctl.h"
-
-
- #define TBUF_LEN 2048
diff --git a/net/LaBrea/patches/patch-src_utils.c b/net/LaBrea/patches/patch-src_utils.c
deleted file mode 100644
index 14dd8e3df1e..00000000000
--- a/net/LaBrea/patches/patch-src_utils.c
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-src_utils.c,v 1.1 2012/11/16 20:10:21 joerg Exp $
-
---- src/utils.c.orig 2012-11-16 11:44:53.000000000 +0000
-+++ src/utils.c
-@@ -48,7 +48,7 @@
- #ifdef HAVE_SYSLOG_H
- #include <syslog.h>
- #else
--#include "syslog.h"
-+#include "../inc/syslog.h"
- #endif
-
- #include <errno.h>
-@@ -56,7 +56,7 @@
- #ifdef HAVE_ERR_H
- #include <err.h>
- #else
--#include "err.h"
-+#include "../inc/err.h"
- #endif
-
- #ifdef HAVE_WINSOCK_H
-@@ -67,13 +67,13 @@
- #include <windows.h>
- #endif
-
--#include "bget.h"
--#include "pkt.h"
--#include "labrea.h"
--#include "pcaputil.h"
--#include "ctl.h"
--#include "lbio.h"
--#include "utils.h"
-+#include "../inc/bget.h"
-+#include "../inc/pkt.h"
-+#include "../inc/labrea.h"
-+#include "../inc/pcaputil.h"
-+#include "../inc/ctl.h"
-+#include "../inc/lbio.h"
-+#include "../inc/utils.h"
-
-
- void