pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc LaBrea: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bda7487cc5e7
branches:  trunk
changeset: 376162:bda7487cc5e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 07:56:29 2022 +0000

description:
LaBrea: remove

Doesn't build against current libpcap, upstream development stopped in 2015

diffstat:

 doc/CHANGES-2022                            |   3 +-
 net/LaBrea/DESCR                            |   6 ----
 net/LaBrea/Makefile                         |  31 --------------------
 net/LaBrea/PLIST                            |   7 ----
 net/LaBrea/distinfo                         |  20 -------------
 net/LaBrea/patches/patch-aa                 |  17 -----------
 net/LaBrea/patches/patch-ab                 |  26 -----------------
 net/LaBrea/patches/patch-src_Makefile.am    |   9 ------
 net/LaBrea/patches/patch-src_Makefile.in    |  13 --------
 net/LaBrea/patches/patch-src_bget.c         |  13 --------
 net/LaBrea/patches/patch-src_ctl.c          |  31 --------------------
 net/LaBrea/patches/patch-src_getopt.c       |  13 --------
 net/LaBrea/patches/patch-src_getopt1.c      |  13 --------
 net/LaBrea/patches/patch-src_labrea.c       |  26 -----------------
 net/LaBrea/patches/patch-src_labrea__init.c |  32 ---------------------
 net/LaBrea/patches/patch-src_lbio.c         |  33 ----------------------
 net/LaBrea/patches/patch-src_pkt.c          |  15 ----------
 net/LaBrea/patches/patch-src_pkt__handler.c |  29 -------------------
 net/LaBrea/patches/patch-src_syslog.c       |  25 ----------------
 net/LaBrea/patches/patch-src_utils.c        |  43 -----------------------------
 net/Makefile                                |   3 +-
 21 files changed, 3 insertions(+), 405 deletions(-)

diffs (truncated from 509 to 300 lines):

diff -r 0ce847562f43 -r bda7487cc5e7 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Apr 03 07:54:53 2022 +0000
+++ b/doc/CHANGES-2022  Sun Apr 03 07:56:29 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1666 2022/04/03 07:54:53 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.1667 2022/04/03 07:56:30 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -2177,3 +2177,4 @@
        Updated security/p5-Net-DNS-SEC to 1.19 [ast 2022-04-03]
        Updated net/p5-Net-DNS to 1.33 [ast 2022-04-03]
        Removed math/cloog [wiz 2022-04-03]
+       Removed net/LaBrea [wiz 2022-04-03]
diff -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/DESCR
--- a/net/LaBrea/DESCR  Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/Makefile
--- a/net/LaBrea/Makefile       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/PLIST
--- a/net/LaBrea/PLIST  Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/distinfo
--- a/net/LaBrea/distinfo       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-aa
--- a/net/LaBrea/patches/patch-aa       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-ab
--- a/net/LaBrea/patches/patch-ab       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_Makefile.am
--- a/net/LaBrea/patches/patch-src_Makefile.am  Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_Makefile.in
--- a/net/LaBrea/patches/patch-src_Makefile.in  Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_bget.c
--- a/net/LaBrea/patches/patch-src_bget.c       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_ctl.c
--- a/net/LaBrea/patches/patch-src_ctl.c        Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_getopt.c
--- a/net/LaBrea/patches/patch-src_getopt.c     Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_getopt1.c
--- a/net/LaBrea/patches/patch-src_getopt1.c    Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_labrea.c
--- a/net/LaBrea/patches/patch-src_labrea.c     Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0ce847562f43 -r bda7487cc5e7 net/LaBrea/patches/patch-src_labrea__init.c
--- a/net/LaBrea/patches/patch-src_labrea__init.c       Sun Apr 03 07:54:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 @@



Home | Main Index | Thread Index | Old Index