From: Terry Burton Date: Wed, 21 May 2025 11:38:42 +0000 (+0100) Subject: Convert FTP references to HTTPS for the same (#5585) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5640285becf6263b9655e07d0eb9c2525b9c38;p=thirdparty%2Ffreeradius-server.git Convert FTP references to HTTPS for the same (#5585) --- diff --git a/configure b/configure index c648f5a550..4264cd4432 100755 --- a/configure +++ b/configure @@ -7931,7 +7931,7 @@ then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else $as_nop - as_fn_error $? "-lsem not found. You may want to download it from ftp://ftp.to.gd-es.com/pub/BSDI/libsem.tar.bz2 or ftp://ftp.freeradius.org/pub/radius/contrib/libsem.tar.gz" "$LINENO" 5 + as_fn_error $? "-lsem not found. You may want to download it from ftp://ftp.to.gd-es.com/pub/BSDI/libsem.tar.bz2 or https://www.freeradius.org/ftp/pub/radius/contrib/libsem.tar.gz" "$LINENO" 5 fi diff --git a/configure.ac b/configure.ac index c3e98cb152..033b248e36 100644 --- a/configure.ac +++ b/configure.ac @@ -1049,7 +1049,7 @@ else AC_SEARCH_LIBS(sem_init, pthread sem posix4 rt semaphore, [], - [AC_MSG_ERROR([[-lsem not found. You may want to download it from ftp://ftp.to.gd-es.com/pub/BSDI/libsem.tar.bz2 or ftp://ftp.freeradius.org/pub/radius/contrib/libsem.tar.gz]])] + [AC_MSG_ERROR([[-lsem not found. You may want to download it from ftp://ftp.to.gd-es.com/pub/BSDI/libsem.tar.bz2 or https://www.freeradius.org/ftp/pub/radius/contrib/libsem.tar.gz]])] ) fi diff --git a/debian/README.rfc b/debian/README.rfc index b3cbb53688..5d22ced85d 100644 --- a/debian/README.rfc +++ b/debian/README.rfc @@ -2,7 +2,7 @@ These are the relevant RFC's that normally ship with freeradius. However, we have now decided that useful things like RFC's are not free enough, and so we can't ship them in Debian main. They are all available from the original freeradius tarball, available at -ftp://ftp.freeradius.org/pub/radius/ +https://www.freeradius.org/ftp/pub/radius/ and from http://www.rfc-editor.org/ diff --git a/debian/watch b/debian/watch index 5bb4676520..62ff1954e1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,9 +1,6 @@ -version=3 - -opts=pasv,\ -pgpsigurlmangle=s/$/.sig/,\ +version=4 +opts=pgpsigurlmangle=s/$/.sig/,\ repacksuffix=+dfsg,\ dversionmangle=s/\+git$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/\ - ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-(.+)\.tar\.gz - +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ +https://www.freeradius.org/ftp/pub/freeradius/ freeradius-server-(.+)\.tar\.gz diff --git a/doc/antora/modules/installation/pages/source.adoc b/doc/antora/modules/installation/pages/source.adoc index cf40a792f4..b69ddd2001 100644 --- a/doc/antora/modules/installation/pages/source.adoc +++ b/doc/antora/modules/installation/pages/source.adoc @@ -22,8 +22,6 @@ The FreeRADIUS source may be obtained from a number of locations: * Download the latest version of the FreeRADIUS source from https://www.freeradius.org/releases/[the FreeRADIUS web site]; or -* download directly from the - ftp://ftp.freeradius.org/pub/freeradius/[FreeRADIUS FTP site]; or * download from https://github.com/FreeRADIUS/freeradius-server/[GitHub]. diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index b170fa334e..a849a41093 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -39,7 +39,7 @@ License: GPLv2+ and LGPLv2+ Group: System Environment/Daemons URL: http://www.freeradius.org/ -Source0: ftp://ftp.freeradius.org/pub/radius/freeradius-server-%{version}.tar.bz2 +Source0: https://www.freeradius.org/ftp/pub/radius/freeradius-server-%{version}.tar.bz2 %if %{?_unitdir:1}%{!?_unitdir:0} Source100: radiusd.service Source104: freeradius-tmpfiles-conf diff --git a/suse/freeradius.spec b/suse/freeradius.spec index 63771d984f..65a6dacc4c 100644 --- a/suse/freeradius.spec +++ b/suse/freeradius.spec @@ -9,7 +9,7 @@ Obsoletes: freeradius < %{version} Conflicts: radiusd-livingston radiusd-cistron icradius Url: http://www.freeradius.org/ Summary: Very Highly Configurable Radius Server -Source: ftp://ftp.freeradius.org/pub/freeradius/%{name}-%{version}.tar.bz2 +Source: https://www.freeradius.org/ftp/pub/freeradius/%{name}-%{version}.tar.bz2 Source90: %{name}-rpmlintrc Source104: %{name}-tmpfiles.conf PreReq: %{_sbindir}/useradd %{_sbindir}/groupadd