diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2016-12-02 00:20:50 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2016-12-02 00:20:50 +0100 |
commit | 2b24983fdeba0b41cbb17a2bb0722963893ad211 (patch) | |
tree | 742f05b80fad884b447b5caaecb32fe46297885d /gnupg | |
parent | 8420cf889861f352320302b7eecffb327a925f01 (diff) | |
parent | b23d793389118e4e1bc2b5eab92ec359ce874c80 (diff) | |
download | opt-2b24983fdeba0b41cbb17a2bb0722963893ad211.tar.gz opt-2b24983fdeba0b41cbb17a2bb0722963893ad211.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/.footprint | 1 | ||||
-rw-r--r-- | gnupg/.md5sum | 2 | ||||
-rw-r--r-- | gnupg/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/gnupg/.footprint b/gnupg/.footprint index 80e9dbbf3..0800ca9f0 100644 --- a/gnupg/.footprint +++ b/gnupg/.footprint @@ -18,6 +18,7 @@ drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/gpg-check-pattern -rwxr-xr-x root/root usr/lib/gpg-preset-passphrase -rwxr-xr-x root/root usr/lib/gpg-protect-tool +-rwxr-xr-x root/root usr/lib/gpg-wks-client -rwxr-xr-x root/root usr/lib/scdaemon drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/addgnupghome diff --git a/gnupg/.md5sum b/gnupg/.md5sum index 4093d14ec..d76683a5e 100644 --- a/gnupg/.md5sum +++ b/gnupg/.md5sum @@ -1 +1 @@ -808d10b89c1f0de8d4d2a556aa36b623 gnupg-2.1.15.tar.bz2 +bfb53004773a014d401694f94229fc00 gnupg-2.1.16.tar.bz2 diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile index 0949fc4fd..5c0cb2eb7 100644 --- a/gnupg/Pkgfile +++ b/gnupg/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libgcrypt, libassuan, libksba, pinentry, npth name=gnupg -version=2.1.15 +version=2.1.16 release=1 source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2) |