Ping. This patch is on the tracker: http://patchwork.openwrt.org/patch/3861/
As I am the maintainer, but have no commit access, I would ask that someone
with commit access would commit this patch to trunk and 12.09.

Thanks,
Jonathan Bennett


On Thu, Jul 25, 2013 at 11:38 PM, Jonathan Bennett <jbscienc...@gmail.com>wrote:

> This is a minor update to fwknop that just released. This supersedes the
> previously submitted patch.
> Again, if this could be pushed into 12.09, it would be great.
> Signed-off-by: Jonathan Bennett <jbscienc...@gmail.com>
>
> diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile
> index 24d7385..a0d0454 100644
> --- a/net/fwknop/Makefile
> +++ b/net/fwknop/Makefile
> @@ -8,12 +8,12 @@
>  include $(TOPDIR)/rules.mk
>
>  PKG_NAME:=fwknop
> -PKG_VERSION:=2.0
> +PKG_VERSION:=2.5.1
>  PKG_RELEASE:=1
>
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
>  PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download
> -PKG_MD5SUM:=96de4c5a4ae75a8618ef80269c6a70ad
> +PKG_MD5SUM:=f4661c6c8f3e03bd58b8b022adeef240
>
>  PKG_INSTALL:=1
>
> diff --git a/net/fwknop/patches/001-fix_config.patch
> b/net/fwknop/patches/001-fix_config.patch
> index 5ae4a94..93a261f 100644
> --- a/net/fwknop/patches/001-fix_config.patch
> +++ b/net/fwknop/patches/001-fix_config.patch
> @@ -1,20 +1,20 @@
> ---- a/server/fwknopd.conf
> -+++ b/server/fwknopd.conf
> -@@ -29,7 +29,12 @@
> - # Define the ethernet interface on which we will sniff packets.
> - # Default if not set is eth0.
> +--- a/server/fwknopd.conf.inst
> ++++ b/server/fwknopd.conf.inst
> +@@ -37,7 +37,12 @@
> + # Default if not set is eth0.  The '-i <intf>' command line option
> overrides
> + # the PCAP_INTF setting.
>   #
>  -#PCAP_INTF                   eth0;
> -+
>  +# The following line is changed specifically for Openwrt.
>  +# Openwrt defaults to using eth1 as its wan port. If using PPPoE,
>  +# Then this needs to be set to pppoe-wan.
>  +
>  +PCAP_INTF                   eth1;
> ++
>
>   # By default fwknopd does not put the pcap interface into promiscuous
> mode.
>   # Set this to 'Y' to enable promiscuous sniffing.
> -@@ -252,8 +257,13 @@
> +@@ -279,8 +284,13 @@
>   # The IPT_FORWARD_ACCESS variable is only used if ENABLE_IPT_FORWARDING
> is
>   # enabled.
>   #
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to