Treewide: use https for SourceForge
This commit is contained in:
parent
88ce525e85
commit
0ea604ac1d
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
homepage = http://re-alpine.sf.net/;
|
homepage = https://sourceforge.net/projects/re-alpine/;
|
||||||
downloadPage = "http://sourceforge.net/projects/re-alpine/files/";
|
downloadPage = "https://sourceforge.net/projects/re-alpine/files/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ let version = "2.48"; in
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gwyddion-${version}";
|
name = "gwyddion-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sourceforge.net/projects/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz";
|
url = "mirror://sourceforge/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz";
|
||||||
sha256 = "119iw58ac2wn4cas6js8m7r1n4gmmkga6b1y711xzcyjp9hshgwx";
|
sha256 = "119iw58ac2wn4cas6js8m7r1n4gmmkga6b1y711xzcyjp9hshgwx";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sourceforge.net/projects/fricas/files/fricas/${version}/${name}-full.tar.bz2";
|
url = "mirror://sourceforge/fricas/files/fricas/${version}/${name}-full.tar.bz2";
|
||||||
sha256 = "156k9az1623y5808j845c56z2nvvdrm48dzg1v0ivpplyl7vp57x";
|
sha256 = "156k9az1623y5808j845c56z2nvvdrm48dzg1v0ivpplyl7vp57x";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
downloadPage = "http://sourceforge.net/projects/golly/files/golly";
|
downloadPage = "https://sourceforge.net/projects/golly/files/golly";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
downloadPage = "http://sourceforge.net/projects/golly/files/golly";
|
downloadPage = "https://sourceforge.net/projects/golly/files/golly";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url http://sourceforge.net/projects/golly/files/golly/
|
url https://sourceforge.net/projects/golly/files/golly/
|
||||||
version_link '[-][0-9.]+/$'
|
version_link '[-][0-9.]+/$'
|
||||||
SF_version_tarball 'src'
|
SF_version_tarball 'src'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateInfo = {
|
updateInfo = {
|
||||||
downloadPage = "http://sourceforge.net/projects/stalonetray/files/";
|
downloadPage = "https://sourceforge.net/projects/stalonetray/files/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519
|
./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "CVE-2013-4122.patch";
|
name = "CVE-2013-4122.patch";
|
||||||
url = "http://sourceforge.net/projects/miscellaneouspa/files/glibc217/cyrus-sasl-2.1.26-glibc217-crypt.diff";
|
url = "mirror://sourceforge/miscellaneouspa/files/glibc217/cyrus-sasl-2.1.26-glibc217-crypt.diff";
|
||||||
sha256 = "05l7dh1w9d5fvzg0pjwzqh0fy4ah8y5cv6v67s4ssbq8xwd4pkf2";
|
sha256 = "05l7dh1w9d5fvzg0pjwzqh0fy4ah8y5cv6v67s4ssbq8xwd4pkf2";
|
||||||
})
|
})
|
||||||
] ++ lib.optional stdenv.isFreeBSD (
|
] ++ lib.optional stdenv.isFreeBSD (
|
||||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
downloadPage = "http://sourceforge.net/projects/dssi/files/dssi/";
|
downloadPage = "https://sourceforge.net/projects/dssi/files/dssi/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "libipfix-${version}";
|
name = "libipfix-${version}";
|
||||||
version = "110209";
|
version = "110209";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sourceforge.net/projects/libipfix/files/libipfix/libipfix_110209.tgz";
|
url = "mirror://sourceforge/libipfix/files/libipfix/libipfix_110209.tgz";
|
||||||
sha256 = "0h7v0sxjjdc41hl5vq2x0yhyn04bczl11bqm97825mivrvfymhn6";
|
sha256 = "0h7v0sxjjdc41hl5vq2x0yhyn04bczl11bqm97825mivrvfymhn6";
|
||||||
};
|
};
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "blobby-volley-${version}";
|
name = "blobby-volley-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://softlayer-ams.dl.sourceforge.net/project/blobby/Blobby%20Volley%202%20%28Linux%29/1.0/blobby2-linux-1.0.tar.gz";
|
url = "mirror://sourceforge/blobby/Blobby%20Volley%202%20%28Linux%29/1.0/blobby2-linux-1.0.tar.gz";
|
||||||
sha256 = "1qpmbdlyhfbrdsq4vkb6cb3b8mh27fpizb71q4a21ala56g08yms";
|
sha256 = "1qpmbdlyhfbrdsq4vkb6cb3b8mh27fpizb71q4a21ala56g08yms";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
homepage = http://blobby.sourceforge.net/;
|
homepage = http://blobby.sourceforge.net/;
|
||||||
downloadPage = "http://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/";
|
downloadPage = "https://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/";
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url http://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/
|
url https://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
version_link '[.]tar[.][^.]+/download$'
|
version_link '[.]tar[.][^.]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "http://sourceforge.net/projects/bridge/";
|
description = "https://sourceforge.net/projects/bridge/";
|
||||||
homepage = http://www.linux-foundation.org/en/Net:Bridge/;
|
homepage = https://wiki.linuxfoundation.org/networking/bridge;
|
||||||
license = "GPL";
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -52,6 +52,6 @@ stdenv.mkDerivation {
|
|||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
homepage = https://l3net.wordpress.com/projects/firejail/;
|
homepage = https://l3net.wordpress.com/projects/firejail/;
|
||||||
downloadPage = "http://sourceforge.net/projects/firejail/files/firejail/";
|
downloadPage = "https://sourceforge.net/projects/firejail/files/firejail/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
url http://sourceforge.net/projects/firejail/files/firejail/
|
url https://sourceforge.net/projects/firejail/files/firejail/
|
||||||
version_link '[-][0-9.]+[.]tar[.][a-z0-9]+/download$'
|
version_link '[-][0-9.]+[.]tar[.][a-z0-9]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
downloadPage = "http://sourceforge.net/projects/smbnetfs/files/smbnetfs";
|
downloadPage = "https://sourceforge.net/projects/smbnetfs/files/smbnetfs";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
inherit version;
|
inherit version;
|
||||||
homepage = https://sourceforge.net/projects/smbnetfs/;
|
homepage = https://sourceforge.net/projects/smbnetfs/;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url http://sourceforge.net/projects/smbnetfs/files/smbnetfs/
|
url https://sourceforge.net/projects/smbnetfs/files/smbnetfs/
|
||||||
version_link '[-][0-9.]+[a-z]*/$'
|
version_link '[-][0-9.]+[a-z]*/$'
|
||||||
version_link '[.]tar[.][a-z0-9]+/download$'
|
version_link '[.]tar[.][a-z0-9]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "yad-0.40.0";
|
name = "yad-0.40.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sourceforge.net/projects/yad-dialog/files/${name}.tar.xz";
|
url = "mirror://sourceforge/yad-dialog/files/${name}.tar.xz";
|
||||||
sha256 = "1x0fsv8nfkm8lchdawnf3zw79jaqbnvhv87sk5r8g86knv8vgl62";
|
sha256 = "1x0fsv8nfkm8lchdawnf3zw79jaqbnvhv87sk5r8g86knv8vgl62";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://yad-dialog.sourceforge.net/;
|
homepage = https://sourceforge.net/projects/yad-dialog/;
|
||||||
description = "GUI dialog tool for shell scripts";
|
description = "GUI dialog tool for shell scripts";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a
|
Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
downloadPage = "http://sourceforge.net/projects/ipmiutil/files/ipmiutil/";
|
downloadPage = "https://sourceforge.net/projects/ipmiutil/files/ipmiutil/";
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url http://sourceforge.net/projects/ipmiutil/files/
|
url https://sourceforge.net/projects/ipmiutil/files/
|
||||||
SF_version_tarball
|
SF_version_tarball
|
||||||
SF_redirect
|
SF_redirect
|
||||||
minimize_overwrite
|
minimize_overwrite
|
||||||
|
@ -7,7 +7,7 @@ let
|
|||||||
dbrev = "4548";
|
dbrev = "4548";
|
||||||
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
||||||
driverdb = fetchurl {
|
driverdb = fetchurl {
|
||||||
url = "http://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
||||||
sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f";
|
sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f";
|
||||||
name = "smartmontools-drivedb.h";
|
name = "smartmontools-drivedb.h";
|
||||||
};
|
};
|
||||||
@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools for monitoring the health of hard drives";
|
description = "Tools for monitoring the health of hard drives";
|
||||||
homepage = http://smartmontools.sourceforge.net/;
|
homepage = https://www.smartmontools.org/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ peti ];
|
maintainers = with maintainers; [ peti ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
Loading…
Reference in New Issue
Block a user