summaryrefslogtreecommitdiff
path: root/package/knock
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:07:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:09:04 +0200
commit7e829590e21289772202edc969d6a19eeb9f8fae (patch)
treea6dd3865d8c4c5a8be85e73239dfa099dcecb84c /package/knock
parente87d40bec4a402d11269a1a9e5bc394db23d384b (diff)
update to latest upstream
Diffstat (limited to 'package/knock')
-rw-r--r--package/knock/Makefile4
-rw-r--r--package/knock/patches/patch-src_knockd_c23
2 files changed, 2 insertions, 25 deletions
diff --git a/package/knock/Makefile b/package/knock/Makefile
index d81a4680c..2fa385d7a 100644
--- a/package/knock/Makefile
+++ b/package/knock/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= knock
-PKG_VERSION:= 0.6
+PKG_VERSION:= 0.7
PKG_RELEASE:= 1
-PKG_MD5SUM:= e6e486be75b0d6433bac22a7de0e11f5
+PKG_MD5SUM:= cb6373fd4ccb42eeca3ff406b7fdb8a7
PKG_DESCR:= port-knocking client
PKG_SECTION:= net/firewall
PKG_BUILDDEP:= libpcap
diff --git a/package/knock/patches/patch-src_knockd_c b/package/knock/patches/patch-src_knockd_c
deleted file mode 100644
index e3a2d2955..000000000
--- a/package/knock/patches/patch-src_knockd_c
+++ /dev/null
@@ -1,23 +0,0 @@
---- knock-0.6.orig/src/knockd.c 2013-04-08 20:11:56.000000000 +0200
-+++ knock-0.6/src/knockd.c 2014-01-16 16:59:04.000000000 +0100
-@@ -28,8 +28,8 @@
- #include <ctype.h>
- #include <string.h>
- #include <fcntl.h>
--#if defined(__FreeBSD__) || defined(__APPLE__)
- #include <limits.h>
-+#if defined(__FreeBSD__) || defined(__APPLE__)
- #include <sys/socket.h>
- #include <netinet/in_systm.h>
- #endif
-@@ -40,10 +40,6 @@
- #include <netinet/udp.h>
- #include <netinet/ip_icmp.h>
- #include <net/if.h>
--#if !defined(__FreeBSD__) && !defined(__APPLE__)
--#include <bits/time.h>
--#include <linux/limits.h>
--#endif
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <sys/ioctl.h>