[oe-commits] [meta-openembedded] 07/58: fwknop: Initial add 2.6.9

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 11:43:13 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit eefb5e30340bee13daf1d98d4a03ee676e1dd6dc
Author: Alexandru Moise <00moses.alexander00 at gmail.com>
AuthorDate: Sun Nov 6 01:27:35 2016 +0200

    fwknop: Initial add 2.6.9
    
    fwknop is a SPA (Single Packet Authorization) scheme for strong
    service concealment. Modern alternative to port knocking using
    a single encrypted packet for authentification with a firewall.
    
    Signed-off-by: Alexandru Moise <00moses.alexander00 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-support/fwknop/fwknop_2.6.9.bb         | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb
new file mode 100644
index 0000000..49b11ad
--- /dev/null
+++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb
@@ -0,0 +1,34 @@
+SUMMARY = "fwknop - Single Packet Authorization"
+HOMEPAGE = "http://www.cipherdyne.org/fwknop/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+		    "
+inherit autotools-brokensep
+
+SRC_URI = "http://www.cipherdyne.org/${BPN}/download/${BPN}-${PV}.tar.bz2 \
+          "
+
+SRC_URI[md5sum] = "e2c49e9674888a028bd443a55c3aaa22"
+SRC_URI[sha256sum] = "5bf47fe1fd30e862d29464f762c0b8bf89b5e298665c37624d6707826da956d4"
+
+DEPENDS = "libpcap gpgme"
+
+EXTRA_OECONF = " --with-iptables=/usr/sbin/iptables \
+               "
+
+do_configure () {
+	aclocal
+	libtoolize --automake --copy --force
+	autoconf
+	autoheader
+	automake -a
+	oe_runconf
+}
+
+PACKAGES =+ "${PN}-client ${PN}-daemon"
+
+FILES_${PN}-client = "${bindir}/fwknop"
+FILES_${PN}-daemon = "${sbindir}/fwknopd \
+                      ${sysconfdir}/fwknop/access.conf \
+                      ${sysconfdir}/fwknop/fwknopd.conf"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list