From: Martin Willi Date: Fri, 31 Jan 2014 16:51:45 +0000 (+0100) Subject: testing: Fetch the FreeRADIUS tarball from the "old" directory X-Git-Tag: 5.1.2rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5dfb741fdc25b04fd32b75e3312ca4c26203da;p=thirdparty%2Fstrongswan.git testing: Fetch the FreeRADIUS tarball from the "old" directory Fixes #483. --- diff --git a/testing/scripts/recipes/003_freeradius.mk b/testing/scripts/recipes/003_freeradius.mk index 631c8b68a3..05ed8b38c7 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)