diff --git a/gnupg-2.2.1.tar.bz2 b/gnupg-2.2.1.tar.bz2 deleted file mode 100644 index feed3a5..0000000 --- a/gnupg-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb -size 6537959 diff --git a/gnupg-2.2.1.tar.bz2.sig b/gnupg-2.2.1.tar.bz2.sig deleted file mode 100644 index 1058b52..0000000 Binary files a/gnupg-2.2.1.tar.bz2.sig and /dev/null differ diff --git a/gnupg-2.2.2.tar.bz2 b/gnupg-2.2.2.tar.bz2 new file mode 100644 index 0000000..ef2b910 --- /dev/null +++ b/gnupg-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb62c7412ceb3b9422c6c7134a34ff01a560f98eb981c2d96829c1517c08197 +size 6546951 diff --git a/gnupg-2.2.2.tar.bz2.sig b/gnupg-2.2.2.tar.bz2.sig new file mode 100644 index 0000000..abc3926 Binary files /dev/null and b/gnupg-2.2.2.tar.bz2.sig differ diff --git a/gpg2.changes b/gpg2.changes index 030f07a..732643b 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 7 20:08:04 UTC 2017 - astieger@suse.com + +- GnuPG 2.2.2: + * gpg: Avoid duplicate key imports by concurrently running gpg + processes + * gpg: Fix creating on-disk subkey with on-card primary key + * gpg: Fix validity retrieval for multiple keyrings + * gpg: Fix --dry-run and import option show-only for secret keys + * gpg: Print "sec" or "sbb" for secret keys with import option + import-show + * gpg: Make import less verbose + * gpg: Add alias "Key-Grip" for parameter "Keygrip" and new + parameter "Subkey-Grip" to unattended key generation + * gpg: Improve "factory-reset" command for OpenPGP cards + * gpg: Ease switching Gnuk tokens into ECC mode by using the magic + keysize value 25519 + * gpgsm: Fix --with-colon listing in crt records for fields > 12. + * gpgsm: Do not expect X.509 keyids to be unique + * agent: Fix stucked Pinentry when using --max-passphrase-days + * agent: New option --s2k-count + * dirmngr: Do not follow https-to-http redirects + * dirmngr: Reduce default LDAP timeout from 100 to 15 seconds + * gpgconf: Ignore non-installed components for commands + --apply-profile and --apply-defaults + * Add configure option --enable-werror + ------------------------------------------------------------------- Tue Sep 19 19:12:53 UTC 2017 - astieger@suse.com diff --git a/gpg2.spec b/gpg2.spec index 1f3abec..1f7d0f3 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0+ @@ -106,6 +106,7 @@ date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99}) --with-default-trust-store-file=%{_sysconfdir}/ssl/ca-bundle.pem \ --enable-build-timestamp=$date \ --enable-gpg-is-gpg2 \ + --enable-Werror make %{?_smp_mflags}