commit:     9a5096abff0094ca201de108f83579df2c771be8
Author:     hololeap <hololeap <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Jan 13 15:03:09 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:53:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5096ab

profiles/thirpartymirrors: Modify hackage mirrors for #644382

The hackport mirrors in profiles/thirdpartymirrors have two problems:

1. `hackage.haskell.org` supports HTTPS and so this URL should be
   switched to `https://hackage.haskell.org/`
2. The second mirror is currently redirecting all requests to
   `http://hdiff.luite.com/`. `hdiff.luite.com` does not have working
   HTTPS and so this second mirror should be removed as it misleads
   devs into thinking this mirror will provide encryption.

Closes: https://bugs.gentoo.org/644382
Closes: https://github.com/gentoo/gentoo/pull/6850

 profiles/thirdpartymirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index 0a9e3e0b3c4..55c8cd93e96 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -14,7 +14,7 @@ gnome         https://download.gnome.org/
 gnu            http://ftpmirror.gnu.org/ http://ftp.gnu.org/gnu/
 gnu-alpha      ftp://alpha.gnu.org/gnu/ http://alpha.gnu.org/gnu/ 
ftp://ftp.funet.fi/pub/gnu/alpha/gnu/ 
http://www.nic.funet.fi/pub/gnu/alpha/gnu/ ftp://gnualpha.uib.no/pub/gnualpha/ 
http://gnualpha.uib.no/ ftp://mirrors.fe.up.pt/pub/gnu-alpha/ 
http://mirrors.fe.up.pt/pub/gnu-alpha/ 
http://mirror.lihnidos.org/GNU/alpha/gnu/ 
http://mirrors.ibiblio.org/gnu/alpha/gnu/
 gnupg          ftp://ftp.gnupg.org/gcrypt/ http://mirrors.dotsrc.org/gcrypt/ 
http://artfiles.org/gnupg.org/ 
http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/ 
ftp://sunsite.icm.edu.pl/pub/security/gnupg/ 
http://gd.tuwien.ac.at/privacy/gnupg/ http://www.ring.gr.jp/pub/net/gnupg/ 
ftp://ftp.ring.gr.jp/pub/net/gnupg/
-hackage                http://hackage.haskell.org/ 
https://dev.gentoo.org/~qnikst/hdiff.luite.com/
+hackage                https://hackage.haskell.org/
 idsoftware     ftp://ftp.idsoftware.com/idstuff 
ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff 
ftp://ftp.gamers.org/pub/idgames/idstuff
 imagemagick    http://mirror.checkdomain.de/imagemagick/ 
ftp://mirror.checkdomain.de/imagemagick/ 
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ 
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org 
ftp://ftp.nluug.nl/pub/ImageMagick http://ftp.nluug.nl/ImageMagick/ 
ftp://sunsite.icm.edu.pl/packages/ImageMagick/ 
http://ftp.acc.umu.se/mirror/imagemagick.org/ftp/ 
https://www.imagemagick.org/download 
http://transloadit.imagemagick.org/download 
ftp://transloadit.imagemagick.org/ImageMagick ftp://ftp.fifi.org/pub/ImageMagick
 kde            https://download.kde.org http://mirror.csclub.uwaterloo.ca/kde 
ftp://mirrors.dotsrc.org/kde ftp://kde.mirror.anlx.net

Reply via email to