summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-09 10:02:33 (EDT)
committer Leah Woods <info@minifree.org>2016-05-09 10:02:33 (EDT)
commitbaea7ea61f54cb75e1ff3670388f2e75d25a2276 (patch)
treede4f335cb335f0bf2dc76dc5ddfff709b9c8b40d
parent23b477d6bf760375fa4629d382747d050c3bfd39 (diff)
downloadlibreboot.org-baea7ea61f54cb75e1ff3670388f2e75d25a2276.zip
libreboot.org-baea7ea61f54cb75e1ff3670388f2e75d25a2276.tar.gz
libreboot.org-baea7ea61f54cb75e1ff3670388f2e75d25a2276.tar.bz2
Download page: move more mirrors to HTTPS section, where HTTPS is available
-rw-r--r--site/common/variables.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 3842dbd..bb9840c 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -37,19 +37,18 @@
"git://gnu.dk/libreboot-website.git"
);
- /* HTTP mirrors (for release archives) */
+ /* HTTPS mirrors (for release archives) */
$lbHttpsMirror = array(
+ array("https://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
array("https://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden"),
- array("https://mirror.gnu.dk/libreboot/", "GNU.dk, Denmark")
+ array("https://mirror.gnu.dk/libreboot/", "GNU.dk, Denmark"),
+ array("http://elgrande74.net/libreboot/","elgrande74.net, France")
);
$lbHttpMirror = array(
array("http://mirrors.mit.edu/libreboot/","MIT, USA"),
- array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Undisclosed location"),
- array("http://elgrande74.net/libreboot/","elgrande74.net, France"),
array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"),
- array("http://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
array("http://mirror.helium.in-berlin.de/libreboot/","in-berlin.de, Germany"),
array("http://libreboot.mirror.si/","mirror.si, Slovenia")
);