[Pkg-gnupg-commit] [gnupg2] branch master updated (956c848 -> 6a3565b)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Sep 6 21:57:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a change to branch master
in repository gnupg2.

      from  956c848   prepare debian release
       new  d6b40a9   Post release updates
       new  977fc5f   g10: Write status error on error of --quick-revoke-uid.
       new  23107ba   tests: Improve documentation.
       new  2d6832a   po: Update Russian translation
       new  e6f8411   gpg: default to --no-auto-key-retrieve.
       new  6e596b2   gpgscm: Fix -Wimplicit-fallthrough warnings.
       new  0161225   gpgconf: Make WoT settings configurable by gpgconf.
       new  cbe54b2   tests: Move some functions into a common module.
       new  c23a699   tests: Add tests for the PGP trust model.
       new  e6fa6b0   po: Update Japanese translation
       new  6158811   agent: Fix string translation for Windows
       new  fd0e5b6   po: Update Norwegian translation
       new  008ae0b   build: Change SWDB tag "gnupg21" to "gnupg22".
       new  b917cb6   tests: Do not run trust-pgp-4.scm
       new  565e486   gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".
       new  02a5df6   build: Remove obsolete option from autogen.rc
       new  757302c   indent: Change comment style on two functions
       new  b065a69   gpg: Fix memory leak in sig-check.
       new  13821e1   gpg: Fix memory leak while running --check-trustdb.
       new  45d5f58   scd: Convey the correct length for Le
       new  24462fe   po: Auto update
       new  9d80fb8   Release 2.2.0
       new  7c5fbce   New upstream version 2.2.0
       new  06190ab   Updated version 2.2.0 from 'upstream/2.2.0'
       new  6611ab5   drop patches already upstream
       new  4c2c83d   updated patches
       new  65013ea   import bugfix from upstream
       new  6f5aa1e   Standards-Version: bump to 4.1.0 (no changes needed)
       new  59e75f1   prepare debian release
       new  6a3565b   dirmngr and gpgv-static are Multi-arch: foreign (Closes: #874111)

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  135 ++
 Makefile.am                                        |    2 +-
 NEWS                                               |   14 +
 README                                             |   25 +-
 VERSION                                            |    2 +-
 agent/agent.h                                      |    2 +-
 autogen.rc                                         |    4 +-
 build-aux/speedo.mk                                |    4 +-
 configure.ac                                       |   20 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    4 +-
 .../0013-gpg-default-to-no-auto-key-retrieve.patch |   68 -
 .../patches/0013-scd-Fix-for-large-ECC-keys.patch  |   70 +
 ...status-error-on-error-of-quick-revoke-uid.patch |   30 -
 ...0003-Avoid-simple-memory-dumps-via-ptrace.patch |    4 +-
 ...-threads-to-interrupt-main-select-loop-wi.patch |    2 +-
 debian/patches/series                              |    3 +-
 doc/defsincdate                                    |    2 +-
 doc/gpg.texi                                       |    2 +-
 doc/whats-new-in-2.1.txt                           |   49 +-
 g10/gpg.c                                          |   19 +-
 g10/keyedit.c                                      |    5 +-
 g10/sig-check.c                                    |  141 +-
 g10/trustdb.c                                      |    3 +
 po/ca.po                                           |  506 ++---
 po/cs.po                                           |  506 ++---
 po/da.po                                           |  506 ++---
 po/de.po                                           |  506 ++---
 po/el.po                                           |  506 ++---
 po/en at boldquot.po                                  |  510 ++---
 po/en at quot.po                                      |  510 ++---
 po/eo.po                                           |  506 ++---
 po/es.po                                           |  506 ++---
 po/et.po                                           |  506 ++---
 po/fi.po                                           |  506 ++---
 po/fr.po                                           |  506 ++---
 po/gl.po                                           |  506 ++---
 po/gnupg2.pot                                      |  508 ++---
 po/hu.po                                           |  506 ++---
 po/id.po                                           |  506 ++---
 po/it.po                                           |  506 ++---
 po/ja.po                                           |  540 ++---
 po/nb.po                                           | 2076 +++++---------------
 po/pl.po                                           |  506 ++---
 po/pt.po                                           |  506 ++---
 po/ro.po                                           |  506 ++---
 po/ru.po                                           |  599 +++---
 po/sk.po                                           |  506 ++---
 po/sv.po                                           |  506 ++---
 po/tr.po                                           |  506 ++---
 po/uk.po                                           |  506 ++---
 po/zh_CN.po                                        |  506 ++---
 po/zh_TW.po                                        |  506 ++---
 scd/app-openpgp.c                                  |    4 +-
 tests/gpgscm/scheme.c                              |   14 +-
 tests/openpgp/Makefile.am                          |   24 +-
 tests/openpgp/README                               |   43 +-
 tests/openpgp/defs.scm                             |   24 +
 tests/openpgp/tofu.scm                             |   24 -
 tests/openpgp/trust-pgp-1.scm                      |   76 +
 tests/openpgp/trust-pgp-2.scm                      |   39 +
 tests/openpgp/{4gb-packet.scm => trust-pgp-3.scm}  |   18 +-
 tests/openpgp/trust-pgp-4.scm                      |   37 +
 tests/openpgp/trust-pgp/alice.sec.asc              |   11 +
 tests/openpgp/trust-pgp/bobby.sec.asc              |   11 +
 tests/openpgp/trust-pgp/carol.sec.asc              |   11 +
 tests/openpgp/trust-pgp/common.scm                 |   66 +
 tests/openpgp/trust-pgp/david.sec.asc              |   11 +
 tests/openpgp/trust-pgp/frank.sec.asc              |   11 +
 tests/openpgp/trust-pgp/grace.sec.asc              |   11 +
 tests/openpgp/trust-pgp/heidi.sec.asc              |   11 +
 tests/openpgp/trust-pgp/scenario1.asc              |   75 +
 tests/openpgp/trust-pgp/scenario2.asc              |   70 +
 tests/openpgp/trust-pgp/scenario3.asc              |   58 +
 tests/openpgp/trust-pgp/scenario4.asc              |   84 +
 tools/gpgconf-comp.c                               |   16 +-
 tools/gpgconf.c                                    |    2 +-
 77 files changed, 8739 insertions(+), 9012 deletions(-)
 delete mode 100644 debian/patches/0013-gpg-default-to-no-auto-key-retrieve.patch
 create mode 100644 debian/patches/0013-scd-Fix-for-large-ECC-keys.patch
 delete mode 100644 debian/patches/0014-g10-Write-status-error-on-error-of-quick-revoke-uid.patch
 create mode 100755 tests/openpgp/trust-pgp-1.scm
 create mode 100755 tests/openpgp/trust-pgp-2.scm
 copy tests/openpgp/{4gb-packet.scm => trust-pgp-3.scm} (58%)
 create mode 100755 tests/openpgp/trust-pgp-4.scm
 create mode 100644 tests/openpgp/trust-pgp/alice.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/bobby.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/carol.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/common.scm
 create mode 100644 tests/openpgp/trust-pgp/david.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/frank.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/grace.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/heidi.sec.asc
 create mode 100644 tests/openpgp/trust-pgp/scenario1.asc
 create mode 100644 tests/openpgp/trust-pgp/scenario2.asc
 create mode 100644 tests/openpgp/trust-pgp/scenario3.asc
 create mode 100644 tests/openpgp/trust-pgp/scenario4.asc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list