From 6e7367d7b3abd37e5f1b1ef66d739065591859e7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 27 May 2007 17:27:48 +0000 Subject: [PATCH] Upgrade shorewall to 3.4.3, shorewall actually depends on iptables, add it as a dependency (#1762) SVN-Revision: 7351 --- net/shorewall/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/shorewall/Makefile b/net/shorewall/Makefile index b0b7f6fd1e..7e485c37e7 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. -- 2.30.2