]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Fetch the FreeRADIUS tarball from the "old" directory
authorMartin Willi <martin@revosec.ch>
Fri, 31 Jan 2014 16:51:45 +0000 (17:51 +0100)
committerMartin Willi <martin@revosec.ch>
Fri, 31 Jan 2014 16:51:45 +0000 (17:51 +0100)
Fixes #483.

testing/scripts/recipes/003_freeradius.mk

index 631c8b68a3bbe805924f1d04d65929d5b3b06cdc..05ed8b38c76107039607ea69862c4e55507771f5 100644 (file)
@@ -3,7 +3,7 @@
 PV  = 2.2.1
 PKG = freeradius-server-$(PV)
 TAR = $(PKG).tar.bz2
-SRC = ftp://ftp.freeradius.org/pub/freeradius/$(TAR)
+SRC = ftp://ftp.freeradius.org/pub/freeradius/old/$(TAR)
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)