Browse Source

Merge pull request #687 from oneru/master

Update fwknopd to 2.6.5
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
8d13a98c27
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      net/fwknop/Makefile
  2. +3
    -3
      net/fwknop/patches/001-fix_config.patch

+ 2
- 2
net/fwknop/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fwknop
PKG_VERSION:=2.6.4
PKG_VERSION:=2.6.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download
PKG_MD5SUM:=259ae562a8fd845b67662fc8e504467e
PKG_MD5SUM:=1ae000a499bf604a2aeef4d0a7a178c8
PKG_MAINTAINER:=Jonathan Bennett <JBennett@incomsystems.biz>
PKG_INSTALL:=1


+ 3
- 3
net/fwknop/patches/001-fix_config.patch View File

@ -1,6 +1,6 @@
--- a/server/fwknopd.conf.inst
+++ b/server/fwknopd.conf.inst
@@ -392,8 +392,13 @@
--- server/fwknopd.conf.inst.orig 2014-12-16 21:27:53.000000000 -0600
+++ server/fwknopd.conf.inst 2014-12-22 06:51:28.573283458 -0600
@@ -402,8 +402,13 @@
# The IPT_FORWARD_ACCESS variable is only used if ENABLE_IPT_FORWARDING is
# enabled.
#


Loading…
Cancel
Save