Merge pull request #13842 from tg-x/pax-utils-1.1.6

pax-utils: 1.1.1 -> 1.1.6
This commit is contained in:
joachifm 2016-03-12 16:39:35 +00:00
commit 53e96040c9

View File

@ -2,21 +2,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pax-utils-${version}"; name = "pax-utils-${version}";
version = "1.1.1"; version = "1.1.6";
src = fetchurl { src = fetchurl {
url = "http://dev.gentoo.org/~vapier/dist/${name}.tar.xz"; url = "https://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
sha256 = "0gldvyr96jgbcahq7rl3k4krzyhvlz95ckiqh3yhink56s5z58cy"; sha256 = "04hvsizzspfzfq6hhfif7ya9nwsc0cs6z6n2bq1zfh7agd8nqhzm";
}; };
makeFlags = [ makeFlags = [
"DESTDIR=$(out)"
"PREFIX=$(out)" "PREFIX=$(out)"
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A suite of tools for PaX/grsecurity"; description = "A suite of tools for PaX/grsecurity";
homepage = "http://dev.gentoo.org/~vapier/dist/"; homepage = "https://dev.gentoo.org/~vapier/dist/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];