summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEric Sandall2021-07-14 17:22:59 -0700
committerEric Sandall2021-07-14 17:22:59 -0700
commit39b75bf7d97e08bf9be700114891ec342b3bba90 (patch)
tree7316fe1b7c68c4e8336edbf5eeaa49cd4b5bfbbd /mail
parent23f92693c8204832d09bd8c5610d35b5027e3235 (diff)
exim: Fix united-kingdom and default mirrors to use http instead of ftp
These two mirrors, at least, no longer offer current version under old/
Diffstat (limited to 'mail')
-rwxr-xr-xmail/exim/DETAILS8
-rw-r--r--mail/exim/HISTORY4
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 8965ba1f6c..8e329a945b 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -64,11 +64,11 @@ elif [[ "$EXIM_MIRRORS" == "switzerland" ]]; then
SOURCE2_URL[0]=ftp://mirror.switch.ch/mirror/exim/$SOURCE_SUBURI/$SOURCE2
SOURCE2_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "united-kingdom" ]]; then
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE
+ SOURCE2_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE2
else # use primary site as primary fallback
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE
+ SOURCE2_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE2
fi
LICENSE[0]=GPL
WEB_SITE=http://www.exim.org/
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 6d14e84ec3..4079016c6f 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2021-07-14 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Fix united-kingdom and default mirrors to use http instead of ftp
+ These two mirrors, at least, no longer offer current version under old/
+
2021-07-10 Vlad Glagolev <stealth@sourcemage.org>
* CONFLICTS: conflicts with dma, qmail, ssmtp