From 147effa3988bd376dd0fe4da53531e1e6fe91568ea49ef180081dfffd10eef38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 May 2019 08:23:36 +0000 Subject: [PATCH] Accepting request 706483 from home:pmonrealgonzalez:branches:Base:System - Update to 2.2.16 * gpg: Fixed i18n markup of some strings. * gpg: Allow deletion of subkeys with --delete-[secret-]key. * gpg: Do not bail on an invalid packet in the local keyring. * gpg: Do not allow creation of user ids larger than our parser allows. * gpg: Do not delete any keys if --dry-run is passed. * gpg: Fix using --decrypt along with --use-embedded-filename. * gpg: Improve the photo image viewer selection. * gpg: enable OpenPGP export of cleartext keys with comments. * gpg: Do not print a hint to use the deprecated --keyserver option. * gpg: Change update_keysig_packet to replace SHA-1 by SHA-256. * gpg: Use just the addrspec from the Signer's UID. * gpg: Accept also armored data from the WKD. * gpg: Set a limit of 5 to the number of keys imported from the WKD. * gpg: Don't use EdDSA algo ID for ECDSA curves. * agent: Stop scdaemon after reload when disable_scdaemon. * agent: For SSH key, don't put NUL-byte at the end. * agent: correct length for uri and comment on 64-bit big-endian platforms * dirmngr: Allow for other hash algorithms than SHA-1 in OCSP. * dirmngr: Improve domaininfo cache update algorithm. * dirmngr: Better error code for http status 413. * g10: Fix possible null dereference. * g10: Fix double free when locating by mbox. * g10: Fix symmetric cipher algo constant for ECDH. * sm: Avoid confusing diagnostic for the default key. * sm: Fix a warning in an es_fopencooie function. * gpgconf: Before --launch check that the config file is fine. * gpgconf: Support --homedir for --launch. * build: Update m4/iconv.m4. * doc: correct documentation for gpgconf --kill. OBS-URL: https://build.opensuse.org/request/show/706483 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=229 --- gnupg-2.2.15.tar.bz2 | 3 --- gnupg-2.2.15.tar.bz2.sig | Bin 310 -> 0 bytes gnupg-2.2.16.tar.bz2 | 3 +++ gnupg-2.2.16.tar.bz2.sig | Bin 0 -> 310 bytes gpg2.changes | 36 ++++++++++++++++++++++++++++++++++++ gpg2.spec | 2 +- 6 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 gnupg-2.2.15.tar.bz2 delete mode 100644 gnupg-2.2.15.tar.bz2.sig create mode 100644 gnupg-2.2.16.tar.bz2 create mode 100644 gnupg-2.2.16.tar.bz2.sig diff --git a/gnupg-2.2.15.tar.bz2 b/gnupg-2.2.15.tar.bz2 deleted file mode 100644 index eabca8c..0000000 --- a/gnupg-2.2.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb8ce298d7b36558ffc48aec961b14c830ff1783eef7a623411188b5e0f5d454 -size 6705912 diff --git a/gnupg-2.2.15.tar.bz2.sig b/gnupg-2.2.15.tar.bz2.sig deleted file mode 100644 index 6a63f63dd95e76ef55fad1fdfecb2cc851716a5ca280b5445f16bdacac637828..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$iFgcmN6s5G0#9 z(oZGhw(Us=|3<{%-uW@ zfaZAr!dFE<5*lABm`sN(_9(kX6ah9ExE8J=93G$(vaB(;^ShFf)xyD&ahCIo$2#=u zJbg_mnXrzdZ+1Z*h~!4Q3u9q+pC*1ziN1v2QZYB<6Cp|~bFcILH7=2w4*q`HMu#{z z9K&XzF!8^1T)&3EOIsmo@?CF8aQ0$lA=82}0i5G0#9 z(oZGhwxD(g|56ycpg_wNkOOsfXL9eiLy>9CC}o!z)Jv^8s_ONQlbC#9f9nK789wHi z+jf|wEt;|5tTJYTuPdfRx`CV-%fw>5nM?9N^UD5#85YMn zjBco3bj0eGfk>E(1A|X5u_e&f2}oN^vKZVT*g#q?u`FWA@|glq;&CZ~4}840oPNh~ IS)6sbbua#x(f|Me literal 0 HcmV?d00001 diff --git a/gpg2.changes b/gpg2.changes index c530315..af0295a 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu May 30 08:00:37 UTC 2019 - Pedro Monreal Gonzalez + +- Update to 2.2.16 + * gpg: Fixed i18n markup of some strings. + * gpg: Allow deletion of subkeys with --delete-[secret-]key. + * gpg: Do not bail on an invalid packet in the local keyring. + * gpg: Do not allow creation of user ids larger than our parser allows. + * gpg: Do not delete any keys if --dry-run is passed. + * gpg: Fix using --decrypt along with --use-embedded-filename. + * gpg: Improve the photo image viewer selection. + * gpg: enable OpenPGP export of cleartext keys with comments. + * gpg: Do not print a hint to use the deprecated --keyserver option. + * gpg: Change update_keysig_packet to replace SHA-1 by SHA-256. + * gpg: Use just the addrspec from the Signer's UID. + * gpg: Accept also armored data from the WKD. + * gpg: Set a limit of 5 to the number of keys imported from the WKD. + * gpg: Don't use EdDSA algo ID for ECDSA curves. + * agent: Stop scdaemon after reload when disable_scdaemon. + * agent: For SSH key, don't put NUL-byte at the end. + * agent: correct length for uri and comment on 64-bit big-endian platforms + * dirmngr: Allow for other hash algorithms than SHA-1 in OCSP. + * dirmngr: Improve domaininfo cache update algorithm. + * dirmngr: Better error code for http status 413. + * g10: Fix possible null dereference. + * g10: Fix double free when locating by mbox. + * g10: Fix symmetric cipher algo constant for ECDH. + * sm: Avoid confusing diagnostic for the default key. + * sm: Fix a warning in an es_fopencooie function. + * gpgconf: Before --launch check that the config file is fine. + * gpgconf: Support --homedir for --launch. + * build: Update m4/iconv.m4. + * doc: correct documentation for gpgconf --kill. + * scd: Add dummy option --application-priority. + * common: Fix AWK portability. + ------------------------------------------------------------------- Thu Mar 28 08:48:36 UTC 2019 - Karol Babioch diff --git a/gpg2.spec b/gpg2.spec index 3bbb94f..6130623 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.2.15 +Version: 2.2.16 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later