From: florian Date: Sun, 27 May 2007 17:27:48 +0000 (+0000) Subject: Upgrade shorewall to 3.4.3, shorewall actually depends on iptables, add it as a depen... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7f3ecad71c3758bb08a57fba609b2e4c55de90a4;p=packages.git Upgrade shorewall to 3.4.3, shorewall actually depends on iptables, add it as a dependency (#1762) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7351 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/shorewall/Makefile b/net/shorewall/Makefile index b0b7f6fd1..7e485c37e 100644 --- a/net/shorewall/Makefile +++ b/net/shorewall/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shorewall -PKG_VERSION:=3.4.2 +PKG_VERSION:=3.4.3 PKG_RELEASE:=1 -PKG_MD5SUM:=ca04cb57d2ff3995975e83155dd9944f +PKG_MD5SUM:=4ac779d02d4befc72a0ce1534fbb328d -PKG_SOURCE_URL:=http://www1.shorewall.net/pub/shorewall/3.4/shorewall-3.4.2/ +PKG_SOURCE_URL:=http://www1.shorewall.net/pub/$(PKG_NAME)/3.4/$(PKG_NAME)-$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_CAT:=zcat @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/shorewall SECTION:=net CATEGORY:=Network + DEPENDS:=+iptables TITLE:=Shorewall firewall DESCRIPTION:=\ Shorewall Firewall is an iptables-based firewall for Linux.