treewide: http -> https sources (#42676)

* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
This commit is contained in:
Silvan Mosberger
2018-06-28 20:43:35 +02:00
committed by xeji
parent 9fb3a04761
commit 57bccb3cb8
606 changed files with 627 additions and 627 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "tomcat-connectors-1.2.41-dev-1613051";
src = fetchurl {
url = "http://people.apache.org/~rjung/mod_jk-dev/${name}-src.tar.gz";
url = "https://people.apache.org/~rjung/mod_jk-dev/${name}-src.tar.gz";
sha256 = "11khipjpy3y84j1pp7yyx76y64jccvyhh3klwzqxylff49vjc2fc";
};
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "jboss-as-7.1.1.Final";
src = fetchurl {
url = http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz;
url = https://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz;
sha256 = "1bdjw0ib9qr498vpfbg8klqw6rl11vbz7vwn6gp1r5gpqkd3zzc8";
};
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "jetty-${version}";
version = "9.4.8.v20171121";
src = fetchurl {
url = "http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${version}/jetty-distribution-${version}.tar.gz";
url = "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${version}/jetty-distribution-${version}.tar.gz";
name = "jetty-distribution-${version}.tar.gz";
sha256 = "0bvwi70vdk468yqgvgq99lwrpy2y5znrl0b1cr8j6ygmsgnvvmjh";
};
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
name = "lighttpd-1.4.49";
src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "02ff77cpvy1006cwfym38vf78xm18plyj636ll74r7kx2bblkpxf";
};
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "micro-httpd-20140814";
src = fetchurl {
url = "http://acme.com/software/micro_httpd/micro_httpd_14Aug2014.tar.gz";
url = "https://acme.com/software/micro_httpd/micro_httpd_14Aug2014.tar.gz";
sha256 = "0mlm24bi31s0s8w55i0sysv2nc1n2x4cfp6dm47slz49h2fz24rk";
};
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "mini-httpd-1.7";
src = fetchurl {
url = "http://download-mirror.savannah.gnu.org/releases/mini-httpd/${name}.tar.gz";
url = "https://download-mirror.savannah.gnu.org/releases/mini-httpd/${name}.tar.gz";
sha256 = "0jggmlaywjfbdljzv5hyiz49plnxh0har2bnc9dq4xmj1pmjgs49";
};
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
name = "nginx-${version}";
src = fetchurl {
url = "http://nginx.org/download/nginx-${version}.tar.gz";
url = "https://nginx.org/download/nginx-${version}.tar.gz";
inherit sha256;
};
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "1.13.6.2";
src = fetchurl {
url = "http://openresty.org/download/openresty-${version}.tar.gz";
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "0hi9zw4344a4i636g3nbnnlm8qbnq37f50irhd1xncih4xc1jvll";
};
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "redstore-0.5.4";
src = fetchurl {
url = "http://www.aelius.com/njh/redstore/${name}.tar.gz";
url = "https://www.aelius.com/njh/redstore/${name}.tar.gz";
sha256 = "0hc1fjfbfvggl72zqx27v4wy84f5m7bp4dnwd8g41aw8lgynbgaq";
};
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.29";
src = fetchurl {
url = "http://acme.com/software/thttpd/${name}.tar.gz";
url = "https://acme.com/software/thttpd/${name}.tar.gz";
sha256 = "15x3h4b49wgfywn82i3wwbf38mdns94mbi4ma9xiwsrjv93rzh4r";
};