[Pkg-gnupg-commit] [libgpg-error] branch upstream updated (1a2d953 -> 994234c)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Mar 5 00:41:37 UTC 2017


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

dkg pushed a change to branch upstream
in repository libgpg-error.

      from  1a2d953   New upstream version 1.26
       new  b257cd7   po: Update Japanese translation.
       new  8976310   Post release updates
       new  8d844f6   Merge branch 'release-1.26'
       new  80ec003   Fix last merge.
       new  704c319   Fix macro GPGRT_GCC_VERSION
       new  19de4ce   doc,configure: Be consistent about preferring --with-libgpg-error-prefix
       new  66275ac   build: Modernize autogen.sh.
       new  55c4979   estream: Correctly set ERRNO to EOPNOTSUPP.
       new  4bfc211   Add Base64 decoder.
       new  67e51f9   syscfg: Add a sh3 architecture.
       new  3a2ee6d   New error code GPG_ERR_INV_NAME.
       new  c9e44c9   w32: Replace gpgrt locks in w32-streams by native critical sections.
       new  915e1bf   w32: Do not use the syscall clamps in pollable mode.
       new  be49b02   Rename internal functions of estream.
       new  a52f12c   Add a tracing framework.
       new  84aaa84   Use the new tracing ramework for estream.
       new  07d5bd9   w32: Fix gpgrt_poll for Windows.
       new  f27e516   Improve tracing of estream.
       new  f141fde   tests: New option --debug for t-poll.
       new  012f1bd   New public header gpgrt.h as alias for gpg-error.h
       new  77626a6   po: Update German translation
       new  8d45ec8   Add support for armv7-unknown-linux-gnueabihf.
       new  98593a5   po: Auto update
       new  c1668f6   Release 1.27
       new  994234c   New upstream version 1.27

The 25 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:
 AUTHORS                                            |   2 +-
 ChangeLog                                          | 421 +++++++++++++++++++++
 Makefile.am                                        |   3 +-
 NEWS                                               |  23 ++
 VERSION                                            |   2 +-
 autogen.rc                                         |   2 +
 autogen.sh                                         | 136 ++++++-
 configure.ac                                       |  36 +-
 doc/errorref.txt                                   |  22 +-
 doc/gpgrt.info                                     |  26 +-
 doc/gpgrt.texi                                     |   4 +-
 doc/stamp-vti                                      |   8 +-
 doc/version.texi                                   |   8 +-
 lang/cl/gpg-error.asd                              |   2 +-
 libgpg-error.spec                                  |   2 +-
 po/cs.po                                           | 226 +++++------
 po/da.po                                           | 226 +++++------
 po/de.po                                           | 244 ++++++------
 po/eo.po                                           | 226 +++++------
 po/fr.po                                           | 226 +++++------
 po/hu.po                                           | 226 +++++------
 po/it.po                                           | 226 +++++------
 po/ja.po                                           | 237 ++++++------
 po/libgpg-error.pot                                | 226 +++++------
 po/nl.po                                           | 226 +++++------
 po/pl.po                                           | 226 +++++------
 po/pt.po                                           | 226 +++++------
 po/ro.po                                           | 226 +++++------
 po/ru.po                                           | 226 +++++------
 po/sr.po                                           | 226 +++++------
 po/sv.po                                           | 226 +++++------
 po/uk.po                                           | 226 +++++------
 po/vi.po                                           | 226 +++++------
 po/zh_CN.po                                        | 226 +++++------
 po/zh_TW.po                                        | 226 +++++------
 src/Makefile.am                                    |  15 +-
 src/b64dec.c                                       | 279 ++++++++++++++
 src/err-codes.h                                    | 252 ++++++------
 src/err-codes.h.in                                 |   1 +
 src/estream.c                                      | 348 +++++++++++------
 src/gpg-error.def.in                               |   4 +
 src/gpg-error.h.in                                 |  19 +-
 src/gpg-error.m4                                   |   2 +-
 src/gpg-error.vers                                 |   4 +
 src/gpgrt-int.h                                    |  63 ++-
 src/init.c                                         | 103 ++++-
 src/mkheader.c                                     |   7 +
 .../lock-obj-pub.arm-unknown-linux-gnueabihf.h     |  23 --
 .../lock-obj-pub.armv5-unknown-linux-musleabi.h    |  23 --
 .../lock-obj-pub.armv6-unknown-linux-musleabihf.h  |  23 --
 ...-gnu.h => lock-obj-pub.sh3-unknown-linux-gnu.h} |   2 +-
 src/version.c                                      |   2 +-
 src/versioninfo.rc.in                              |   2 +-
 src/visibility.c                                   |  19 +
 src/visibility.h                                   |   7 +
 src/w32-estream.c                                  | 336 ++++++++--------
 tests/Makefile.am                                  |   2 +-
 tests/t-b64dec.c                                   | 123 ++++++
 tests/t-poll.c                                     |  50 +++
 59 files changed, 4185 insertions(+), 2770 deletions(-)
 create mode 100644 src/b64dec.c
 delete mode 100644 src/syscfg/lock-obj-pub.arm-unknown-linux-gnueabihf.h
 delete mode 100644 src/syscfg/lock-obj-pub.armv5-unknown-linux-musleabi.h
 delete mode 100644 src/syscfg/lock-obj-pub.armv6-unknown-linux-musleabihf.h
 copy src/syscfg/{lock-obj-pub.sh4-unknown-linux-gnu.h => lock-obj-pub.sh3-unknown-linux-gnu.h} (92%)
 create mode 100644 tests/t-b64dec.c

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



More information about the Pkg-gnupg-commit mailing list