super: get patch from salsa.debian.org
http://anonscm.debian.org/cgit is not available anymore
This commit is contained in:
parent
7fef6f9a59
commit
6b4433cfe6
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch { url = http://anonscm.debian.org/cgit/users/robert/super.git/plain/debian/patches/14-Fix-unchecked-setuid-call.patch;
|
(fetchpatch { url = https://salsa.debian.org/debian/super/raw/debian/3.30.0-7/debian/patches/14-Fix-unchecked-setuid-call.patch;
|
||||||
sha256 = "08m9hw4kyfjv0kqns1cqha4v5hkgp4s4z0q1rgif1fnk14xh7wqh";
|
sha256 = "08m9hw4kyfjv0kqns1cqha4v5hkgp4s4z0q1rgif1fnk14xh7wqh";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = "sysconfdir=$(out)/etc localstatedir=$(TMPDIR)";
|
installFlags = "sysconfdir=$(out)/etc localstatedir=$(TMPDIR)";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.ucolick.org/~will/;
|
homepage = "https://www.ucolick.org/~will/#super";
|
||||||
description = "Allows users to execute scripts as if they were root";
|
description = "Allows users to execute scripts as if they were root";
|
||||||
longDescription =
|
longDescription =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user