From: <abe...@us...> - 2012-03-18 00:27:14
|
Revision: 5487 http://astlinux.svn.sourceforge.net/astlinux/?rev=5487&view=rev Author: abelbeck Date: 2012-03-18 00:27:07 +0000 (Sun, 18 Mar 2012) Log Message: ----------- AIF, version bump to 2.0.1b Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.mk branches/1.0/package/arnofw/arnofw.serial Modified: branches/1.0/package/arnofw/arnofw.mk =================================================================== --- branches/1.0/package/arnofw/arnofw.mk 2012-03-17 19:01:37 UTC (rev 5486) +++ branches/1.0/package/arnofw/arnofw.mk 2012-03-18 00:27:07 UTC (rev 5487) @@ -3,7 +3,7 @@ # Arno's IPtables Firewall Script # ############################################################# -ARNOFW_VER:=2.0.1 +ARNOFW_VER:=2.0.1b ARNOFW_ROOT:=arno-iptables-firewall ARNOFW_SOURCE:=$(ARNOFW_ROOT)_$(ARNOFW_VER).tar.gz ARNOFW_SITE:=http://rocky.eld.leidenuniv.nl/arno-iptables-firewall @@ -75,6 +75,8 @@ rm -f $(TARGET_DIR)$(ARNOFW_PLUGIN_SCRIPT_DIR)/??traffic-accounting.plugin \ $(TARGET_DIR)$(ARNOFW_PLUGIN_SCRIPT_DIR)/traffic-accounting-* \ $(TARGET_DIR)/stat$(ARNOFW_PLUGIN_CONFIG_DIR)/traffic-accounting.conf + rm -f $(TARGET_DIR)$(ARNOFW_PLUGIN_SCRIPT_DIR)/??rpc.plugin \ + $(TARGET_DIR)/stat$(ARNOFW_PLUGIN_CONFIG_DIR)/rpc.conf @echo @echo "Clobber the config files from the tarball with our shim-friendly versions." @echo Modified: branches/1.0/package/arnofw/arnofw.serial =================================================================== --- branches/1.0/package/arnofw/arnofw.serial 2012-03-17 19:01:37 UTC (rev 5486) +++ branches/1.0/package/arnofw/arnofw.serial 2012-03-18 00:27:07 UTC (rev 5487) @@ -1 +1 @@ -0002~0013~0000~0000~0000~ +0002~0014~0000~0000~0000~ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |