Following patch updates fwknop to v2.0
Signed off by Jonathan Bennett <[email protected]>
Index: net/fwknop/patches/002-fix_init.patch
===================================================================
--- net/fwknop/patches/002-fix_init.patch (revision 0)
+++ net/fwknop/patches/002-fix_init.patch (revision 0)
@@ -0,0 +1,17 @@
+--- a/extras/openwrt/package/fwknop/files/fwknopd.init
++++ b/extras/openwrt/package/fwknop/files/fwknopd.init
+@@ -8,12 +8,12 @@ FWKNOPD_BIN=/usr/sbin/fwknopd
+
+ start()
+ {
+- $FWKNOPD_BIN
++ service_start $FWKNOPD_BIN
+ }
+
+ stop()
+ {
+- $FWKNOPD_BIN -K
++ service_stop $FWKNOPD_BIN -K
+ }
+
+ restart()
Index: net/fwknop/patches/001-fix_config.patch
===================================================================
--- net/fwknop/patches/001-fix_config.patch (revision 31494)
+++ net/fwknop/patches/001-fix_config.patch (working copy)
@@ -1,6 +1,6 @@
--- a/server/fwknopd.conf
+++ b/server/fwknopd.conf
-@@ -30,7 +30,12 @@
+@@ -29,7 +29,12 @@
# Define the ethernet interface on which we will sniff packets.
# Default if not set is eth0.
#
@@ -14,7 +14,7 @@
# By default fwknopd does not put the pcap interface into promiscuous mode.
# Set this to 'Y' to enable promiscuous sniffing.
-@@ -239,8 +244,13 @@
+@@ -252,8 +257,13 @@
# The IPT_FORWARD_ACCESS variable is only used if ENABLE_IPT_FORWARDING is
# enabled.
#
Index: net/fwknop/Makefile
===================================================================
--- net/fwknop/Makefile (revision 31494)
+++ net/fwknop/Makefile (working copy)
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fwknop
-PKG_VERSION:=2.0.0rc4
+PKG_VERSION:=2.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download
-PKG_MD5SUM:=4f5d45187429ca56d3b444ab96c57fb6
+PKG_MD5SUM:=96de4c5a4ae75a8618ef80269c6a70ad
PKG_INSTALL:=1
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel