[Pkg-gnupg-commit] [gnupg1] branch master updated (ec01fec -> 21929a0)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Aug 2 06:35:08 UTC 2017


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

dkg pushed a change to branch master
in repository gnupg1.

      from  ec01fec   preparing release
       new  06db04b   Post release updates
       new  82bc22a   po: Update Norwegian translation
       new  f2acaa5   tools: Fix option parsing for gpg-zip.
       new  23944d0   spelling: Correct achived to achieved.
       new  bb61191   gpg: Fix exporting of zero length user ID packets.
       new  2c2121f   g10: Fix secmem leak.
       new  7b045f5   doc: Fix typo.
       new  782f804   mpi: Fix ARM assembler in longlong.h.
       new  b38f448   mpi: Simplify mpi_powm.
       new  12029f8   mpi: Same computation for square and multiply for mpi_pow.
       new  554ded4   mpi: Minor fix for mpi_pow.
       new  8fd9f72   rsa: Add exponent blinding.
       new  994d5b7   rsa: Allow different build directory.
       new  1b1f448   rsa: Reduce secmem pressure.
       new  6b4abf1   gpg: Fix memory leak.
       new  aababe2   indent: Fix indentation of an if block.
       new  9937aa8   build: Avoid check gpg --version during make distcheck.
       new  5f7667e   po: Update Norwegian translation
       new  6153268   Release 1.4.22
       new  712a7ba   New upstream version 1.4.22
       new  37e3715   Updated version 1.4.22 from 'upstream/1.4.22'
       new  17350ac   refresh patches
       new  e72a9d4   convert to debhelper 10
       new  c05ee9d   bump Standards-Version to 4.0.0 (no changes needed)
       new  348dd27   drop gpgv1.4-udeb (Closes: #867685)
       new  a4bddf4   use pkg-info.mk for SOURCE_DATE_EPOCH
       new  e272cc2   lintian binaries-have-file-conflict got smarter; drop unnecessary override
       new  8e1d660   Import dutch po file (Closes: #845695)
       new  ea76be2   undocument unimplemented --faked-system-time (Closes: #760354)
       new  21929a0   prepare debian release

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                                          |  329 +-
 NEWS                                               |   10 +
 README                                             |    6 +-
 VERSION                                            |    2 +-
 cipher/Makefile.am                                 |    2 +-
 cipher/rsa.c                                       |   40 +-
 configure.ac                                       |    4 +-
 debian/changelog                                   |   18 +
 debian/compat                                      |    2 +-
 debian/control                                     |   26 +-
 debian/gpgv1.4-udeb.install                        |    1 -
 ...id-looking-for-git-info-during-autoreconf.patch |    4 +-
 .../patches/0002-Update-Danish-translation.patch   |    2 +-
 .../0003-change-package-name-to-gnupg1.patch       |    4 +-
 ...hange-default-digest-algorithm-to-SHA256.patch} |    0
 ...0005-spelling-correct-achived-to-achieved.patch |   22 -
 ...ch => 0006-po-Update-Spanish-translation.patch} |   28 +-
 .../0007-Import-dutch-po-file-Closes-845695.patch  |   82 +
 ...unimplemented-faked-system-time-Closes-76.patch |   26 +
 debian/patches/series                              |    7 +-
 debian/rules                                       |   10 +-
 debian/source/lintian-overrides                    |    2 -
 doc/gnupg1.info                                    | 4398 -------------
 doc/gpg.texi                                       |    4 +-
 doc/stamp-vti                                      |    4 +-
 doc/version.texi                                   |    4 +-
 g10/Makefile.am                                    |    9 +
 g10/build-packet.c                                 |    7 +-
 g10/keygen.c                                       |   24 +-
 g10/keylist.c                                      |   36 +-
 g10/textfilter.c                                   |    1 +
 gnupg.spec                                         |    2 +-
 mpi/longlong.h                                     |    6 +-
 mpi/mpi-pow.c                                      |  161 +-
 po/be.po                                           |    2 +-
 po/ca.po                                           |    2 +-
 po/cs.po                                           |    2 +-
 po/da.po                                           |    2 +-
 po/de.po                                           |    2 +-
 po/el.po                                           |    2 +-
 po/en at boldquot.po                                  |   10 +-
 po/en at quot.po                                      |   10 +-
 po/eo.po                                           |    2 +-
 po/es.po                                           |    2 +-
 po/et.po                                           |    2 +-
 po/fi.po                                           |    2 +-
 po/fr.po                                           |    2 +-
 po/gl.po                                           |    2 +-
 po/gnupg.pot                                       |    4 +-
 po/hu.po                                           |    2 +-
 po/id.po                                           |    2 +-
 po/it.po                                           |    2 +-
 po/ja.po                                           |    2 +-
 po/nb.po                                           | 6725 ++++++++++++++++----
 po/nl.po                                           |    2 +-
 po/pl.po                                           |    2 +-
 po/pt.po                                           |    2 +-
 po/pt_BR.po                                        |    2 +-
 po/ro.po                                           |    2 +-
 po/ru.po                                           |    2 +-
 po/sk.po                                           |    2 +-
 po/sv.po                                           |    2 +-
 po/tr.po                                           |    2 +-
 po/uk.po                                           |    2 +-
 po/zh_CN.po                                        |    2 +-
 po/zh_TW.po                                        |    2 +-
 tools/gpg-zip.in                                   |   10 +-
 67 files changed, 6076 insertions(+), 6022 deletions(-)
 delete mode 100644 debian/gpgv1.4-udeb.install
 rename debian/patches/{0006-gpg-Change-default-digest-algorithm-to-SHA256.patch => 0005-gpg-Change-default-digest-algorithm-to-SHA256.patch} (100%)
 delete mode 100644 debian/patches/0005-spelling-correct-achived-to-achieved.patch
 rename debian/patches/{0007-Updated-Spanish-translation-from-Venturi.patch => 0006-po-Update-Spanish-translation.patch} (77%)
 create mode 100644 debian/patches/0007-Import-dutch-po-file-Closes-845695.patch
 create mode 100644 debian/patches/0008-undocument-unimplemented-faked-system-time-Closes-76.patch
 delete mode 100644 doc/gnupg1.info

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



More information about the Pkg-gnupg-commit mailing list