lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23386 from lsix/update_gnupg21

gnupg21: 2.1.18 -> 2.1.19

authored by

Graham Christensen and committed by
GitHub
33b738be 2a385516

+4 -15
+2 -2
pkgs/development/libraries/libgpg-error/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libgpg-error-${version}"; 5 - version = "1.26"; 5 + version = "1.27"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnupg/libgpg-error/${name}.tar.bz2"; 9 - sha256 = "0sgfia0syq78k1c9h10rkhc1nfv5v097icrprlx2x4qn074wnjsc"; 9 + sha256 = "1li95ni122fzinzlmxbln63nmgij63irxfvi52ws4zfbzv3am4sg"; 10 10 }; 11 11 12 12 postPatch = "sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure";
+2 -13
pkgs/tools/security/gnupg/21.nix
··· 15 15 stdenv.mkDerivation rec { 16 16 name = "gnupg-${version}"; 17 17 18 - version = "2.1.18"; 18 + version = "2.1.19"; 19 19 20 20 src = fetchurl { 21 21 url = "mirror://gnupg/gnupg/${name}.tar.bz2"; 22 - sha256 = "157rrv3ly9j2k0acz43nhiba5hfl6h7048jvj55wwqjmgsmnyk6h"; 22 + sha256 = "1w4vccmb5l50lm4yrz9vkdj7whbfvzx543r55362kkj1aqgyvk26"; 23 23 }; 24 24 25 25 buildInputs = [ ··· 31 31 32 32 patches = [ 33 33 ./fix-libusb-include-path.patch 34 - # TODO: Remove the following two patches on the next gnupg release after 2.1.18 35 - (fetchpatch { 36 - name = "scd-Backport-two-fixes-from-master"; 37 - url = "https://anonscm.debian.org/git/pkg-gnupg/gnupg2.git/plain/debian/patches/0028-scd-Backport-two-fixes-from-master.patch?h=debian/2.1.18-6"; 38 - sha256 = "01l2s4s7kp6j2f3qd371arq7pfphvncc9k1m63rqm0kyzy9jk20k"; 39 - }) 40 - (fetchpatch { 41 - name = "scd-Fix-use-case-of-PC-SC"; 42 - url = "https://anonscm.debian.org/git/pkg-gnupg/gnupg2.git/plain/debian/patches/0029-scd-Fix-use-case-of-PC-SC.patch?h=debian/2.1.18-6"; 43 - sha256 = "0lxqj614fialbqs2x0z13q5ikq2rc9xwphmkly179qs03d4mawsz"; 44 - }) 45 34 ]; 46 35 postPatch = stdenv.lib.optionalString stdenv.isLinux '' 47 36 sed -i 's,"libpcsclite\.so[^"]*","${pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c