From 31e23ee867c40a703715a0f4f169f63461857df6 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 6 Jul 2008 14:14:38 +0000 Subject: [PATCH] Update ipkungfu to 0.6.1 (#3626) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11706 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ipkungfu/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net/ipkungfu/Makefile b/net/ipkungfu/Makefile index cd5074974..3a981d048 100644 --- a/net/ipkungfu/Makefile +++ b/net/ipkungfu/Makefile @@ -9,15 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipkungfu -PKG_VERSION:=0.6.0 +PKG_VERSION:=0.6.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.linuxkungfu.org/ipkungfu -PKG_MD5SUM:=a65b5e629a7e9ef00aaf20587d918e5f - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=89f6bc0df356dd4ee650882c54ec9074 include $(INCLUDE_DIR)/package.mk @@ -31,7 +28,7 @@ endef define Package/ipkungfu/description IPKungFu is an iptables-based Linux firewall. - It aims to simplify the configuration of Internet + It aims to simplify the configuration of Internet connection sharing, port forwarding, and packet filtering. endef