Treewide: use https for SourceForge

c0bw3b 0ea604ac 88ce525e

+27 -27
+2 -2
pkgs/applications/networking/mailreaders/realpine/default.nix
··· 36 36 license = stdenv.lib.licenses.asl20; 37 37 maintainers = [stdenv.lib.maintainers.raskin]; 38 38 platforms = stdenv.lib.platforms.linux; 39 - homepage = http://re-alpine.sf.net/; 40 - downloadPage = "http://sourceforge.net/projects/re-alpine/files/"; 39 + homepage = https://sourceforge.net/projects/re-alpine/; 40 + downloadPage = "https://sourceforge.net/projects/re-alpine/files/"; 41 41 }; 42 42 }
+1 -1
pkgs/applications/science/chemistry/gwyddion/default.nix
··· 6 6 stdenv.mkDerivation { 7 7 name = "gwyddion-${version}"; 8 8 src = fetchurl { 9 - url = "http://sourceforge.net/projects/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz"; 9 + url = "mirror://sourceforge/gwyddion/files/gwyddion/${version}/gwyddion-${version}.tar.xz"; 10 10 sha256 = "119iw58ac2wn4cas6js8m7r1n4gmmkga6b1y711xzcyjp9hshgwx"; 11 11 }; 12 12 nativeBuildInputs = [ pkgconfig ];
+1 -1
pkgs/applications/science/math/fricas/default.nix
··· 8 8 inherit name; 9 9 10 10 src = fetchurl { 11 - url = "http://sourceforge.net/projects/fricas/files/fricas/${version}/${name}-full.tar.bz2"; 11 + url = "mirror://sourceforge/fricas/files/fricas/${version}/${name}-full.tar.bz2"; 12 12 sha256 = "156k9az1623y5808j845c56z2nvvdrm48dzg1v0ivpplyl7vp57x"; 13 13 }; 14 14
+1 -1
pkgs/applications/science/misc/golly/beta.nix
··· 46 46 license = stdenv.lib.licenses.gpl2; 47 47 maintainers = [stdenv.lib.maintainers.raskin]; 48 48 platforms = stdenv.lib.platforms.linux; 49 - downloadPage = "http://sourceforge.net/projects/golly/files/golly"; 49 + downloadPage = "https://sourceforge.net/projects/golly/files/golly"; 50 50 }; 51 51 }
+1 -1
pkgs/applications/science/misc/golly/default.nix
··· 35 35 license = stdenv.lib.licenses.gpl2; 36 36 maintainers = [stdenv.lib.maintainers.raskin]; 37 37 platforms = stdenv.lib.platforms.linux; 38 - downloadPage = "http://sourceforge.net/projects/golly/files/golly"; 38 + downloadPage = "https://sourceforge.net/projects/golly/files/golly"; 39 39 }; 40 40 }
+1 -1
pkgs/applications/science/misc/golly/default.upstream
··· 1 - url http://sourceforge.net/projects/golly/files/golly/ 1 + url https://sourceforge.net/projects/golly/files/golly/ 2 2 version_link '[-][0-9.]+/$' 3 3 SF_version_tarball 'src' 4 4 SF_redirect
+1 -1
pkgs/applications/window-managers/stalonetray/default.nix
··· 23 23 24 24 passthru = { 25 25 updateInfo = { 26 - downloadPage = "http://sourceforge.net/projects/stalonetray/files/"; 26 + downloadPage = "https://sourceforge.net/projects/stalonetray/files/"; 27 27 }; 28 28 }; 29 29 }
+1 -1
pkgs/development/libraries/cyrus-sasl/default.nix
··· 24 24 ./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519 25 25 (fetchpatch { 26 26 name = "CVE-2013-4122.patch"; 27 - url = "http://sourceforge.net/projects/miscellaneouspa/files/glibc217/cyrus-sasl-2.1.26-glibc217-crypt.diff"; 27 + url = "mirror://sourceforge/miscellaneouspa/files/glibc217/cyrus-sasl-2.1.26-glibc217-crypt.diff"; 28 28 sha256 = "05l7dh1w9d5fvzg0pjwzqh0fy4ah8y5cv6v67s4ssbq8xwd4pkf2"; 29 29 }) 30 30 ] ++ lib.optional stdenv.isFreeBSD (
+1 -1
pkgs/development/libraries/dssi/default.nix
··· 24 24 ]; 25 25 platforms = platforms.linux; 26 26 license = licenses.lgpl21; 27 - downloadPage = "http://sourceforge.net/projects/dssi/files/dssi/"; 27 + downloadPage = "https://sourceforge.net/projects/dssi/files/dssi/"; 28 28 }; 29 29 }
+1 -1
pkgs/development/libraries/libipfix/default.nix
··· 4 4 name = "libipfix-${version}"; 5 5 version = "110209"; 6 6 src = fetchurl { 7 - url = "http://sourceforge.net/projects/libipfix/files/libipfix/libipfix_110209.tgz"; 7 + url = "mirror://sourceforge/libipfix/files/libipfix/libipfix_110209.tgz"; 8 8 sha256 = "0h7v0sxjjdc41hl5vq2x0yhyn04bczl11bqm97825mivrvfymhn6"; 9 9 }; 10 10 meta = with stdenv.lib; {
+2 -2
pkgs/games/blobby/default.nix
··· 5 5 name = "blobby-volley-${version}"; 6 6 7 7 src = fetchurl { 8 - url = "http://softlayer-ams.dl.sourceforge.net/project/blobby/Blobby%20Volley%202%20%28Linux%29/1.0/blobby2-linux-1.0.tar.gz"; 8 + url = "mirror://sourceforge/blobby/Blobby%20Volley%202%20%28Linux%29/1.0/blobby2-linux-1.0.tar.gz"; 9 9 sha256 = "1qpmbdlyhfbrdsq4vkb6cb3b8mh27fpizb71q4a21ala56g08yms"; 10 10 }; 11 11 ··· 32 32 platforms = with stdenv.lib.platforms; linux; 33 33 maintainers = with stdenv.lib.maintainers; [raskin]; 34 34 homepage = http://blobby.sourceforge.net/; 35 - downloadPage = "http://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/"; 35 + downloadPage = "https://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/"; 36 36 inherit version; 37 37 }; 38 38 }
+1 -1
pkgs/games/blobby/default.upstream
··· 1 - url http://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/ 1 + url https://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/ 2 2 SF_version_dir 3 3 version_link '[.]tar[.][^.]+/download$' 4 4 SF_redirect
+3 -3
pkgs/os-specific/linux/bridge-utils/default.nix
··· 22 22 ''; 23 23 24 24 meta = { 25 - description = "http://sourceforge.net/projects/bridge/"; 26 - homepage = http://www.linux-foundation.org/en/Net:Bridge/; 27 - license = "GPL"; 25 + description = "https://sourceforge.net/projects/bridge/"; 26 + homepage = https://wiki.linuxfoundation.org/networking/bridge; 27 + license = stdenv.lib.licenses.gpl2Plus; 28 28 platforms = stdenv.lib.platforms.linux; 29 29 }; 30 30 }
+1 -1
pkgs/os-specific/linux/firejail/default.nix
··· 52 52 maintainers = [stdenv.lib.maintainers.raskin]; 53 53 platforms = stdenv.lib.platforms.linux; 54 54 homepage = https://l3net.wordpress.com/projects/firejail/; 55 - downloadPage = "http://sourceforge.net/projects/firejail/files/firejail/"; 55 + downloadPage = "https://sourceforge.net/projects/firejail/files/firejail/"; 56 56 }; 57 57 }
+1 -1
pkgs/os-specific/linux/firejail/default.upstream
··· 1 - url http://sourceforge.net/projects/firejail/files/firejail/ 1 + url https://sourceforge.net/projects/firejail/files/firejail/ 2 2 version_link '[-][0-9.]+[.]tar[.][a-z0-9]+/download$' 3 3 SF_redirect
+1 -1
pkgs/tools/filesystems/smbnetfs/default.nix
··· 16 16 maintainers = with maintainers; [ raskin ]; 17 17 platforms = platforms.linux; 18 18 license = licenses.gpl2; 19 - downloadPage = "http://sourceforge.net/projects/smbnetfs/files/smbnetfs"; 19 + downloadPage = "https://sourceforge.net/projects/smbnetfs/files/smbnetfs"; 20 20 updateWalker = true; 21 21 inherit version; 22 22 homepage = https://sourceforge.net/projects/smbnetfs/;
+1 -1
pkgs/tools/filesystems/smbnetfs/default.upstream
··· 1 - url http://sourceforge.net/projects/smbnetfs/files/smbnetfs/ 1 + url https://sourceforge.net/projects/smbnetfs/files/smbnetfs/ 2 2 version_link '[-][0-9.]+[a-z]*/$' 3 3 version_link '[.]tar[.][a-z0-9]+/download$' 4 4 SF_redirect
+2 -2
pkgs/tools/misc/yad/default.nix
··· 5 5 name = "yad-0.40.0"; 6 6 7 7 src = fetchurl { 8 - url = "http://sourceforge.net/projects/yad-dialog/files/${name}.tar.xz"; 8 + url = "mirror://sourceforge/yad-dialog/files/${name}.tar.xz"; 9 9 sha256 = "1x0fsv8nfkm8lchdawnf3zw79jaqbnvhv87sk5r8g86knv8vgl62"; 10 10 }; 11 11 ··· 26 26 ''; 27 27 28 28 meta = { 29 - homepage = http://yad-dialog.sourceforge.net/; 29 + homepage = https://sourceforge.net/projects/yad-dialog/; 30 30 description = "GUI dialog tool for shell scripts"; 31 31 longDescription = '' 32 32 Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a
+1 -1
pkgs/tools/system/ipmiutil/default.nix
··· 26 26 maintainers = with maintainers; [ raskin ]; 27 27 platforms = platforms.linux; 28 28 license = licenses.bsd3; 29 - downloadPage = "http://sourceforge.net/projects/ipmiutil/files/ipmiutil/"; 29 + downloadPage = "https://sourceforge.net/projects/ipmiutil/files/ipmiutil/"; 30 30 inherit version; 31 31 }; 32 32 }
+1 -1
pkgs/tools/system/ipmiutil/default.upstream
··· 1 - url http://sourceforge.net/projects/ipmiutil/files/ 1 + url https://sourceforge.net/projects/ipmiutil/files/ 2 2 SF_version_tarball 3 3 SF_redirect 4 4 minimize_overwrite
+2 -2
pkgs/tools/system/smartmontools/default.nix
··· 7 7 dbrev = "4548"; 8 8 drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB"; 9 9 driverdb = fetchurl { 10 - url = "http://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw"; 10 + url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw"; 11 11 sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f"; 12 12 name = "smartmontools-drivedb.h"; 13 13 }; ··· 36 36 37 37 meta = with stdenv.lib; { 38 38 description = "Tools for monitoring the health of hard drives"; 39 - homepage = http://smartmontools.sourceforge.net/; 39 + homepage = https://www.smartmontools.org/; 40 40 license = licenses.gpl2Plus; 41 41 maintainers = with maintainers; [ peti ]; 42 42 platforms = with platforms; linux ++ darwin;