dpkg: 1.18.10 -> 1.18.14

This commit is contained in:
Tobias Geerinckx-Rice 2016-11-13 18:00:34 +01:00
parent 4fd9a60874
commit 7f71b89454
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2,19 +2,19 @@
stdenv.mkDerivation rec {
name = "dpkg-${version}";
version = "1.18.10";
version = "1.18.14";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "1ibdidmc8nfiigadfpl3xrccrxw6hvmqiqqizy1v265s87d28m82";
sha256 = "0njd8pdq1vx70sjlgymi79lijg05fmd8vxnqndzhjjb0a8cf920p";
};
postPatch = ''
# dpkg tries to force some dependents like debian-devscripts to use
# -fstack-protector-strong - not (yet?) a good idea. Disable for now:
substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
--replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
'';
# postPatch = ''
# # dpkg tries to force some dependents like debian-devscripts to use
# # -fstack-protector-strong - not (yet?) a good idea. Disable for now:
# substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
# --replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
# '';
configureFlags = [
"--disable-dselect"