[Pkg-gnupg-commit] [gnupg2] branch experimental updated (8b81126 -> 7d533a8)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jun 17 00:14:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to branch experimental
in repository gnupg2.
from 8b81126 document gpgv --weak-digest in --help
new c3db6f5 Post release updates.
new ff870d5 po: Update Japanese translation.
new d33b35f gpg: Request a "save" after cmd "check" fixed something.
new 693838f gpg: Fix buglet in the check_all_keysigs function.
new ac9ff64 gpg: Allow unattended deletion of secret keys.
new 83a90a9 g10: Fix signature checking.
new ff71521 gpg: Emit new status line KEY_CONSIDERED.
new cf97769 dirmngr: Adjust the WKD lookup to specs version -01.
new a69d3c1 gpg: Add --weak-digest to gpgv's help screen.
new 437c97a gpg: Print "[ never ]" instead of err for validity.
new fd973ee gpg: Fix the TOFU_STATS_LONG status.
new 027c4e5 gpg: Pass CTRL object down to the trust functions
new 754b1c4 gpg: Store the Tofu meta handle for databases in CTRL.
new 8abd1f5 gpg: Remove debug output accidently introduced with 027c4e5.
new 006a612 gpg: Explicitly close a combined Tofu DB.
new b1ba460 gpg: Avoid name spaces clash with future sqlite versions.
new 78bb084 gpg: Speed up key listing in Tofu mode.
new 5beb6ab g10: Fix typo in comment.
new a54e89a tests: Add export test.
new 41b10c6 tests: Add logging to fake pinentry.
new 4994153 tests: Add support for a passphrase queue to fake pinentry.
new b9d1e09 tests: Test the pinentry interactions when exporting keys.
new 9bbb841 gpg, w32: Fix build regression.
new f7426b7 common,w32: Silence an unused arg warning message.
new 2421f7f common: Add simple dynamic array function.
new 91bc783 gpgtar: Simplify code by using ccparray.
new 7402809 build: Switch to new URL for swdb.lst
new b3e043b configure: Detection of libusb on FreeBSD.
new 6c957c3 gpg: Keep current and total of PROGESS status lines small enough.
new 96c7901 common: Make use of default_errsource in exechelp.
new 5d991e3 common: Extend gnupg_create_inbound_pipe et al.
new d755bcb build: Remove obsolete tests for funopen and fopencookie.
new ad75ca9 tools: Improve debug output of rfc822parse.
new 512c56a common: Speedup closing fds before an exec.
new e6d9a2d common: Simplify the fd closing patch 512c56a.
new 44a3245 common: Allow a second input stream for gnupg_exec_tool_stream.
new 239a4d5 common: Add a status callback to gnupg_exec_tool_stream.
new 903328a build: Fix URL.
new 67a4bc8 gpg: New status code NOTATION_FLAGS.
new db1ecc8 g10: Allow User ID length >= 256.
new c9f9fab common: Add comments on how to enable backtrace().
new 072acb6 common: New function openpgp_is_curve_supported.
new d837f6b gpg: Do not abort on certain invalid packets.
new 8f2a053 gpg: New command --quick-addkey.
new dcc4cd8 gpg: Improve the new parse_subkey_algostr_usagestr fucntion.
new 01285f9 gpg: Extend the --quick-gen-key command.
new 1b460f0 gpg: Try to use the passphrase from the primary for --quick-addkey.
new 8d976a6 gpg: Add the fingerprint to KEY_CREATED for subkeys.
new 79b7a8a w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.
new e792eb1 indent: Wrap strings in debug messages.
new b047388 gpg: Implement --keyid-format=none.
new 1d1cb86 gpg: Add option --with-subkey-fingerprint.
new 7257ea2 gpg: Use --keyid-format=none by default.
new abeeb84 gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.
new 650abba po: Update Japanese translation.
new 22a7ef0 Replace use of opt.homedir by accessor functions.
new fb88f37 common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
new 36550dd common: New function gnupg_socketdir.
new 0faf895 Do not try to remove the enclosing directory of sockets.
new 173fa97 Do not use no-libgcrypt dummy for tools
new def512e gpgconf: Add option --homedir
new aab8a0b Implement /run/user/UID/gnupg based sockets.
new cf49104 gpgconf: New commands --create-socketdir and --remove-socketdir.
new 6790115 w32: Fix recent build regression.
new 8127043 Explicitly restrict socket permissions.
new 5cc1613 speedo,w32: Distribute gpg-preset-passphrase.
new 00f30cc g10: report whether key in agent is passphrase-protected or not
new 7de7432 g10: Add openpgp_protected flag to agent secret key export functions
new a3cb72a g10: Allow receiving cleartext secret keys from agent
new c41c46f g10: Export cleartext keys as cleartext
new 5ba99d9 common: New function split_fields.
new 334e993 gpg: Remove C-99ism, re-indent, and simplify one function.
new 2494ce1 common: Fix bad printf format in t-stringhelp.c
new 18b03e7 gpg,indent: Re-indent and chnage var names in sign.c
new 08c82b1 gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.
new 61e7fd6 gpg: New option --disable-signer-uid, create Signer's UID sub-packet.
new 9e126af gpg: Un-deprecate option --auto-key-retrieve.
new 8d0ff5c speedo,w32: Add gpg-preset-passphrase also to the uninstaller.
new 5ddccf4 doc: Consistently use 'keyserver'.
new 1affdf1 gpg: Split tofu's get_trust function into several smaller ones.
new f980cd2 gpg: Avoid endless loop in a tofu error case.
new 2423238 doc: Add files and envvars to a new index.
new 5f9bd7a gpgsm: Allow ciphers AES192 and SERPENT256
new 5faddcb dirmngr: Print ldap error if bind fails
new f989b6e dirmngr: Try ldap protocol V3 as fallback
new b7e3dfc ldap: Improve info output for v3 fallback
new b56aebe gpg: Print the subkey's curve and not the primary key curve.
new e44dd87 tools: Fix typo in function name of symcryptrun.
new 4d7d292 Add missing files so that make distcheck works again,
new c4c4de3 speedo,w32: Take gpg-preset-passphrase from libexec.
new 69f1b0b po: Update German translation
new 2273e4f po: Update Russian translation.
new d4ce1b0 po: Update Ukrainian translation
new 2ba8afb po: Auto-update
new b3df4e2 Release 2.1.13
new 8c42c9f Imported Upstream version 2.1.13
new 621d056 Merge tag 'upstream/2.1.13' into experimental
new e12653a dropping upstream patches already applied
new 473b454 import upstream patch
new 19e2e26 rely entirely on gpgconf for socket paths instead of trying to figure them out manually
new 1d853e6 move to newer libusb to enable smartcards
new 7d533a8 preparing for 2.1.13
The 102 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 | 548 +++++
NEWS | 50 +
VERSION | 2 +-
agent/agent.h | 1 -
agent/command-ssh.c | 4 +-
agent/command.c | 69 +-
agent/findkey.c | 12 +-
agent/gpg-agent.c | 42 +-
agent/preset-passphrase.c | 7 +-
agent/protect-tool.c | 7 +-
agent/trustlist.c | 24 +-
autogen.sh | 2 +-
build-aux/getswdb.sh | 4 +-
build-aux/speedo.mk | 4 +-
build-aux/speedo/w32/inst.nsi | 2 +
common/Makefile.am | 4 +-
common/asshelp.c | 20 +-
common/asshelp.h | 2 -
common/call-gpg.c | 8 +-
common/ccparray.c | 147 ++
common/{ssh-utils.h => ccparray.h} | 26 +-
common/exechelp-posix.c | 160 +-
common/exechelp-w32.c | 26 +-
common/exechelp-w32ce.c | 19 +-
common/exechelp.h | 19 +-
common/exectool.c | 211 +-
common/exectool.h | 19 +-
common/get-passphrase.c | 4 -
common/get-passphrase.h | 1 -
common/homedir.c | 272 ++-
common/logging.c | 15 +-
common/openpgp-oid.c | 33 +-
common/openpgpdefs.h | 2 +-
common/status-codes.h | 80 +-
common/status.h | 2 +
common/stringhelp.c | 38 +
common/stringhelp.h | 4 +
common/sysutils.c | 4 +-
common/t-ccparray.c | 93 +
common/t-stringhelp.c | 78 +
common/util.h | 8 +-
configure.ac | 27 +-
debian/Xsession.d/90gpg-agent | 7 +-
debian/changelog | 9 +
debian/control | 2 +-
...warning.patch => 0001-avoid-beta-warning.patch} | 2 +-
...002-Avoid-simple-memory-dumps-via-ptrace.patch} | 14 +-
...another-race-condition-for-trustdb-access.patch | 53 +
...st-a-save-after-cmd-check-fixed-something.patch | 30 -
...-buglet-in-the-check_all_keysigs-function.patch | 36 -
...-gpgv-document-weak-digest-in-help-output.patch | 23 -
debian/patches/series | 8 +-
dirmngr/Makefile.am | 9 +-
dirmngr/dirmngr-client.c | 1 -
dirmngr/dirmngr.c | 29 +-
dirmngr/dirmngr.h | 3 +-
dirmngr/dirmngr_ldap.c | 15 +-
dirmngr/http.c | 2 +-
dirmngr/ldap-wrapper.c | 4 +-
dirmngr/server.c | 25 +-
doc/DETAILS | 38 +-
doc/defsincdate | 2 +-
doc/dirmngr.texi | 1 +
doc/gnupg.info | 371 +--
doc/gnupg.info-1 | 362 +--
doc/gnupg.info-2 | 702 ++++--
doc/gnupg.texi | 17 +-
doc/gpg-agent.texi | 26 +-
doc/gpg.texi | 163 +-
doc/gpgsm.texi | 27 +-
doc/opt-homedir.texi | 3 +
doc/scdaemon.texi | 3 +-
doc/sysnotes.texi | 28 -
doc/tools.texi | 11 +
doc/yat2m.c | 1 +
g10/Makefile.am | 2 +-
g10/build-packet.c | 10 +-
g10/call-agent.c | 143 +-
g10/call-agent.h | 11 +-
g10/call-dirmngr.c | 1 -
g10/delkey.c | 8 +-
g10/export.c | 261 +-
g10/free-packet.c | 3 +
g10/getkey.c | 220 +-
g10/gpg.c | 143 +-
g10/gpg.h | 10 +
g10/gpgcompose.c | 8 +-
g10/{sqlite.c => gpgsql.c} | 30 +-
g10/gpgsql.h | 61 +
g10/gpgv.c | 30 +-
g10/import.c | 2 +-
g10/keydb.c | 2 +-
g10/keydb.h | 2 +-
g10/keyedit.c | 268 +-
g10/keygen.c | 633 +++--
g10/keyid.c | 30 +-
g10/keylist.c | 251 +-
g10/keyserver.c | 6 +-
g10/main.h | 12 +-
g10/mainproc.c | 187 +-
g10/migrate.c | 4 +-
g10/options.h | 7 +-
g10/packet.h | 11 +-
g10/parse-packet.c | 18 +-
g10/photoid.c | 13 +-
g10/photoid.h | 5 +-
g10/pkclist.c | 31 +-
g10/progress.c | 60 +-
g10/revoke.c | 16 +-
g10/server.c | 4 +-
g10/seskey.c | 9 +-
g10/sig-check.c | 13 +-
g10/sign.c | 155 +-
g10/sqlite.h | 62 -
g10/tdbio.c | 5 +-
g10/test-stubs.c | 24 +-
g10/tofu.c | 1111 ++++-----
g10/tofu.h | 17 +-
g10/trust.c | 31 +-
g10/trustdb.c | 45 +-
g10/trustdb.h | 27 +-
g13/be-encfs.c | 4 +-
g13/g13-common.h | 1 -
g13/g13-syshelp.c | 10 +-
g13/g13.c | 15 +-
g13/server.c | 4 +-
kbx/keybox-defs.h | 1 -
po/ca.po | 1951 +++++++--------
po/cs.po | 1956 +++++++--------
po/da.po | 1956 +++++++--------
po/de.po | 1958 +++++++--------
po/el.po | 1951 +++++++--------
po/en at boldquot.po | 1958 +++++++--------
po/en at quot.po | 1958 +++++++--------
po/eo.po | 1950 +++++++--------
po/es.po | 1956 +++++++--------
po/et.po | 1951 +++++++--------
po/fi.po | 1951 +++++++--------
po/fr.po | 1954 +++++++--------
po/gl.po | 1951 +++++++--------
po/gnupg2.pot | 1950 +++++++--------
po/hu.po | 1951 +++++++--------
po/id.po | 1959 +++++++--------
po/it.po | 1961 +++++++--------
po/ja.po | 2357 +++++++++---------
po/nb.po | 1950 +++++++--------
po/pl.po | 1956 +++++++--------
po/pt.po | 1950 +++++++--------
po/ro.po | 1952 +++++++--------
po/ru.po | 2481 +++++++++----------
po/sk.po | 1951 +++++++--------
po/sv.po | 1958 +++++++--------
po/tr.po | 1956 +++++++--------
po/uk.po | 2570 ++++++++++----------
po/zh_CN.po | 1952 +++++++--------
po/zh_TW.po | 1954 +++++++--------
scd/command.c | 6 +-
scd/scdaemon.c | 26 +-
scd/scdaemon.h | 1 -
sm/call-agent.c | 1 -
sm/call-dirmngr.c | 2 +-
sm/gpgsm.c | 25 +-
sm/gpgsm.h | 1 -
sm/keydb.c | 2 +-
sm/server.c | 4 +-
tests/openpgp/Makefile.am | 4 +-
tests/openpgp/export.test | 110 +
tests/openpgp/fake-pinentry.c | 216 +-
tools/Makefile.am | 18 +-
tools/gpg-check-pattern.c | 4 +-
tools/gpg-connect-agent.c | 11 +-
tools/gpgconf-comp.c | 4 +-
tools/gpgconf.c | 74 +-
tools/gpgtar-create.c | 52 +-
tools/gpgtar-extract.c | 23 +-
tools/gpgtar-list.c | 23 +-
tools/rfc822parse.c | 7 +-
tools/symcryptrun.c | 10 +-
178 files changed, 35111 insertions(+), 31886 deletions(-)
create mode 100644 common/ccparray.c
copy common/{ssh-utils.h => ccparray.h} (58%)
create mode 100644 common/t-ccparray.c
rename debian/patches/{0002-avoid-beta-warning.patch => 0001-avoid-beta-warning.patch} (97%)
rename debian/patches/{0003-Avoid-simple-memory-dumps-via-ptrace.patch => 0002-Avoid-simple-memory-dumps-via-ptrace.patch} (89%)
create mode 100644 debian/patches/0003-g10-Fix-another-race-condition-for-trustdb-access.patch
delete mode 100644 debian/patches/0003-gpg-Request-a-save-after-cmd-check-fixed-something.patch
delete mode 100644 debian/patches/0004-gpg-Fix-buglet-in-the-check_all_keysigs-function.patch
delete mode 100644 debian/patches/0005-gpgv-document-weak-digest-in-help-output.patch
rename g10/{sqlite.c => gpgsql.c} (90%)
create mode 100644 g10/gpgsql.h
delete mode 100644 g10/sqlite.h
create mode 100755 tests/openpgp/export.test
--
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