pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove fwknop now that it is imported in pkgsrc upstream
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Tue May 1 23:33:19 2018 +0200
Changeset: fea449d01bae4536169deb372d1f6df6556c29d3
Modified Files:
Makefile
Removed Files:
fwknop/DESCR
fwknop/Makefile
fwknop/PLIST
fwknop/distinfo
fwknop/patches/patch-common_netinet__common.h
fwknop/patches/patch-configure.ac
Log Message:
Remove fwknop now that it is imported in pkgsrc upstream
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fea449d01bae4536169deb372d1f6df6556c29d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
fwknop/DESCR | 5 ----
fwknop/Makefile | 40 ---------------------------
fwknop/PLIST | 11 --------
fwknop/distinfo | 8 ------
fwknop/patches/patch-common_netinet__common.h | 15 ----------
fwknop/patches/patch-configure.ac | 16 -----------
7 files changed, 96 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index add3924b9c..891e32d172 100644
--- a/Makefile
+++ b/Makefile
@@ -866,7 +866,6 @@ SUBDIR+= fvcool
SUBDIR+= fvwm-crystal
SUBDIR+= fvwm1-tch
SUBDIR+= fvwm265
-SUBDIR+= fwknop
SUBDIR+= fxrays
SUBDIR+= g21k-binutils
SUBDIR+= gDesklets
diff --git a/fwknop/DESCR b/fwknop/DESCR
deleted file mode 100644
index 48ebb6dde3..0000000000
--- a/fwknop/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-fwknop stands for the "FireWall KNock OPerator", and implements an authorization
-scheme called Single Packet Authorization (SPA). This method of authorization is
-based around a default-drop packet filter (fwknop supports iptables and
-firewalld on Linux, ipfw on FreeBSD and Mac OS X, and PF on OpenBSD) and
-libpcap. SPA is essentially next generation port knocking.
diff --git a/fwknop/Makefile b/fwknop/Makefile
deleted file mode 100644
index be9aaa82f4..0000000000
--- a/fwknop/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD$
-
-DISTNAME= fwknop-2.6.9
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GITHUB:=mrash/}
-
-MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://github.com/mrash/fwknop/
-COMMENT= Port knocking via Single Packet Authorization (SPA)
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= gnupg-[0-9]*:../../security/gnupg
-DEPENDS+= wget-[0-9]*:../../net/wget
-
-USE_TOOLS+= aclocal autoconf automake autoheader makeinfo
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--infodir=${PREFIX}/${PKGINFODIR}
-
-EGDIR= ${PREFIX}/share/examples/fwknop
-CONF_FILES+= ${EGDIR}/access.conf \
- ${PKG_SYSCONFDIR}/fwknop/access.conf
-CONF_FILES+= ${EGDIR}/fwknopd.conf \
- ${PKG_SYSCONFDIR}/fwknop/fwknopd.conf
-INSTALLATION_DIRS+= ${EGDIR}
-
-INFO_FILES= yes
-
-WRKSRC= ${WRKDIR}/fwknop-2.6.9
-
-pre-configure:
- cd ${WRKSRC} && sh autogen.sh
-
-post-install:
- ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/fwknop/access.conf ${DESTDIR}${EGDIR}/
- ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/fwknop/fwknopd.conf ${DESTDIR}${EGDIR}/
-
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../security/gpgme/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/fwknop/PLIST b/fwknop/PLIST
deleted file mode 100644
index 4c4d1f6de2..0000000000
--- a/fwknop/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-bin/fwknop
-include/fko.h
-info/libfko.info
-lib/libfko.la
-man/man8/fwknop.8
-man/man8/fwknopd.8
-sbin/fwknopd
-share/examples/fwknop/access.conf
-share/examples/fwknop/fwknopd.conf
-@pkgdir etc/fwknop
diff --git a/fwknop/distinfo b/fwknop/distinfo
deleted file mode 100644
index 3535605bb6..0000000000
--- a/fwknop/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (fwknop-2.6.9.tar.gz) = d306c206bc0afd26cad3567584d5017348ebc13e
-RMD160 (fwknop-2.6.9.tar.gz) = 6409bc7fa4880070502e3c92ff60bf3aa3968b3f
-SHA512 (fwknop-2.6.9.tar.gz) = 4706560d44c911c8604059d88dded9c1b8c333399d90ec7dc366c0fba96c79680bdbf1b8b5e76cc34aaf3a1e58fff80db8f5f20c96d57481bdb476a9b99f4d1b
-Size (fwknop-2.6.9.tar.gz) = 3043542 bytes
-SHA1 (patch-common_netinet__common.h) = 14aba8c993916b6ce4bd035326e1b74735333c8b
-SHA1 (patch-configure.ac) = a17c487cb4f294f3800b5557ccb8124c64c679c4
diff --git a/fwknop/patches/patch-common_netinet__common.h b/fwknop/patches/patch-common_netinet__common.h
deleted file mode 100644
index 3adf283cd6..0000000000
--- a/fwknop/patches/patch-common_netinet__common.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add support for NetBSD.
-
---- common/netinet_common.h.orig 2016-06-09 01:01:53.000000000 +0000
-+++ common/netinet_common.h
-@@ -45,7 +45,7 @@
- #if HAVE_NETINET_IN_H
- #include <netinet/in.h>
- #endif
-- #if PLATFORM_OPENBSD /* OpenBSD hack due to autoconf net/if.h difficulties */
-+ #if PLATFORM_NETBSD || PLATFORM_OPENBSD /* for autoconf net/if.h difficulties */
- #include <net/if.h>
- #include <net/ethertypes.h>
- #include <netinet/if_ether.h>
diff --git a/fwknop/patches/patch-configure.ac b/fwknop/patches/patch-configure.ac
deleted file mode 100644
index 09adf2ec70..0000000000
--- a/fwknop/patches/patch-configure.ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Add support for NetBSD.
-
---- configure.ac.orig 2016-06-09 01:01:53.000000000 +0000
-+++ configure.ac
-@@ -412,6 +412,9 @@ use_mingw=no
- case "$host" in
- *-*-linux*)
- ;;
-+*-*-netbsd*)
-+ AC_DEFINE_UNQUOTED([PLATFORM_NETBSD], [1], [Define if you are running on NetBSD])
-+ ;;
- *-*-openbsd*)
- AC_DEFINE_UNQUOTED([PLATFORM_OPENBSD], [1], [Define if you are running on OpenBSD])
- ;;
Home |
Main Index |
Thread Index |
Old Index