From: <abe...@us...> - 2016-10-11 13:34:17
|
Revision: 7886 http://sourceforge.net/p/astlinux/code/7886 Author: abelbeck Date: 2016-10-11 13:34:15 +0000 (Tue, 11 Oct 2016) Log Message: ----------- arnofw, official 2.0.1g release Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.mk Modified: branches/1.0/package/arnofw/arnofw.mk =================================================================== --- branches/1.0/package/arnofw/arnofw.mk 2016-10-09 22:41:47 UTC (rev 7885) +++ branches/1.0/package/arnofw/arnofw.mk 2016-10-11 13:34:15 UTC (rev 7886) @@ -3,11 +3,10 @@ # Arno's IPtables Firewall Script # ############################################################# -ARNOFW_VER := 2.0.1g-RC7 +ARNOFW_VER := 2.0.1g ARNOFW_ROOT := arno-iptables-firewall ARNOFW_SOURCE := $(ARNOFW_ROOT)_$(ARNOFW_VER).tar.gz -#ARNOFW_SITE := http://rocky.eld.leidenuniv.nl/arno-iptables-firewall -ARNOFW_SITE := http://files.astlinux-project.org +ARNOFW_SITE := http://rocky.eld.leidenuniv.nl/arno-iptables-firewall ARNOFW_DIR := $(BUILD_DIR)/$(ARNOFW_ROOT)_$(ARNOFW_VER) ARNOFW_CAT := zcat ARNOFW_TARGET_BINARY := /usr/sbin/arno-iptables-firewall This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |