aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-01-31 17:51:45 +0100
committerMartin Willi <martin@revosec.ch>2014-01-31 17:51:45 +0100
commit0c5dfb741fdc25b04fd32b75e3312ca4c26203da (patch)
tree4b2c051e9fc92f6ff7e3c5202ce1b2c8c7f5a581 /testing/scripts
parent1f4883008e7ffe9291cb7d1dd5c39a2860e005e4 (diff)
downloadstrongswan-0c5dfb741fdc25b04fd32b75e3312ca4c26203da.tar.bz2
strongswan-0c5dfb741fdc25b04fd32b75e3312ca4c26203da.tar.xz
testing: Fetch the FreeRADIUS tarball from the "old" directory
Fixes #483.
Diffstat (limited to 'testing/scripts')
-rw-r--r--testing/scripts/recipes/003_freeradius.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/recipes/003_freeradius.mk b/testing/scripts/recipes/003_freeradius.mk
index 631c8b68a..05ed8b38c 100644
--- a/testing/scripts/recipes/003_freeradius.mk
+++ b/testing/scripts/recipes/003_freeradius.mk
@@ -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)