Merge pull request #50989 from c0bw3b/cleanup/repo.or.cz
Treewide: use HTTPS for repo.or.cz and SF.net
This commit is contained in:
commit
2b2b8af9f4
@ -9,12 +9,12 @@ in stdenv.mkDerivation rec {
|
|||||||
version = "8";
|
version = "8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://repo.or.cz/a2jmidid.git/snapshot/7383d268c4bfe85df9f10df6351677659211d1ca.tar.gz";
|
url = "https://repo.or.cz/a2jmidid.git/snapshot/7383d268c4bfe85df9f10df6351677659211d1ca.tar.gz";
|
||||||
sha256 = "06dgf5655znbvrd7fhrv8msv6zw8vk0hjqglcqkh90960mnnmwz7";
|
sha256 = "06dgf5655znbvrd7fhrv8msv6zw8vk0hjqglcqkh90960mnnmwz7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig makeWrapper wafHook ];
|
||||||
buildInputs = [ makeWrapper alsaLib dbus libjack2 python dbus-python ];
|
buildInputs = [ alsaLib dbus libjack2 python dbus-python ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/a2j_control --set PYTHONPATH $PYTHONPATH
|
wrapProgram $out/bin/a2j_control --set PYTHONPATH $PYTHONPATH
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://repo.or.cz/w/llpp.git;
|
homepage = https://repo.or.cz/w/llpp.git;
|
||||||
description = "A MuPDF based PDF pager written in OCaml";
|
description = "A MuPDF based PDF pager written in OCaml";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
@ -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
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Import svn, mercurial into git";
|
description = "Import svn, mercurial into git";
|
||||||
homepage = http://repo.or.cz/w/fast-export.git;
|
homepage = https://repo.or.cz/w/fast-export.git;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.koral ];
|
maintainers = [ maintainers.koral ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
@ -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; {
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
patches = let
|
patches = let
|
||||||
fp = name: sha256:
|
fp = name: sha256:
|
||||||
fetchpatch {
|
fetchpatch {
|
||||||
url = "http://sources.debian.net/data/main/libt/libtar/1.2.20-4/debian/patches/${name}.patch";
|
url = "https://sources.debian.net/data/main/libt/libtar/1.2.20-4/debian/patches/${name}.patch";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C library for manipulating POSIX tar files";
|
description = "C library for manipulating POSIX tar files";
|
||||||
homepage = http://repo.or.cz/libtar;
|
homepage = https://repo.or.cz/libtar;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
|
@ -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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
From: Thomas Perl <m@thp.io>
|
From: Thomas Perl <m@thp.io>
|
||||||
Description: Fix FTBFS
|
Description: Fix FTBFS
|
||||||
Origin: upstream, http://repo.or.cz/w/tennix.git/commitdiff/6144cb7626dfdc0820a0036af83a531e8e68bae6
|
Origin: upstream, https://repo.or.cz/w/tennix.git/commitdiff/6144cb7626dfdc0820a0036af83a531e8e68bae6
|
||||||
Bug-Debian: http://bugs.debian.org/664907
|
Bug-Debian: https://bugs.debian.org/664907
|
||||||
|
|
||||||
--- tennix-1.1.orig/archivetool.cc
|
--- tennix-1.1.orig/archivetool.cc
|
||||||
+++ tennix-1.1/archivetool.cc
|
+++ tennix-1.1/archivetool.cc
|
||||||
|
@ -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;
|
||||||
|
@ -314,8 +314,8 @@ with pkgs;
|
|||||||
... # For hash agility
|
... # For hash agility
|
||||||
}@args: fetchzip ({
|
}@args: fetchzip ({
|
||||||
inherit name;
|
inherit name;
|
||||||
url = "http://repo.or.cz/${repo}.git/snapshot/${rev}.tar.gz";
|
url = "https://repo.or.cz/${repo}.git/snapshot/${rev}.tar.gz";
|
||||||
meta.homepage = "http://repo.or.cz/${repo}.git/";
|
meta.homepage = "https://repo.or.cz/${repo}.git/";
|
||||||
} // removeAttrs args [ "repo" "rev" ]) // { inherit rev; };
|
} // removeAttrs args [ "repo" "rev" ]) // { inherit rev; };
|
||||||
|
|
||||||
fetchNuGet = callPackage ../build-support/fetchnuget { };
|
fetchNuGet = callPackage ../build-support/fetchnuget { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user