[libcrypt-gcrypt-perl] branch master updated (e742a3f -> 4ab9220)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Aug 21 21:28:29 UTC 2013


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

dkg pushed a change to branch master
in repository libcrypt-gcrypt-perl.

     omits  e742a3f   preparing 1.24-1 release
     omits  6f15fc3   removed .shipit from debian "master" branch since it is not shipped with the upstream tarball
     omits  0dc9e1a   Merge commit 'upstream/1.24'
     omits  837af5a   Imported Upstream version 1.24
     omits  fc681e7   preparing for 1.23 release
     omits  e9b4ba8   Merge branch 'svn'
     omits  03f5703   Merge commit 'upstream/1.23'
     omits  28ac290   Imported Upstream version 1.23
     omits  a1abed6   Checking in changes prior to tagging of version 1.23_04.  Changelog diff is:
     omits  71283f7   warn sprintf was not required here.
     omits  fda9328   encoded gcrypt versioned dependency in the build-deps
     omits  0c2d6d9   Merge branch 'svn'
     omits  6eb697e   take advantage of new feature in Devel::CheckLib to test for gcrypt version 1.3.0 or later
     omits  67325cb   Update Devel::CheckLib to 0.699_001, thanks to Corion for pointing me to features of the new version: http://perlmonks.org/?node_id=813223
     omits  25fd6ac   Merge remote branch 'remotes/trunk'
     omits  9b5f92d   Merge branch 'svn'
     omits  156543b   Error in previous commit. Commented shell commands were changed to "warn sprintf" too.
     omits  c0accaf   Changed printf to warn sprintf in test in order to get the output in CPAN testers reports.
     omits  90f8f9d   Checking in changes prior to tagging of version 1.23_03.  Changelog diff is:
     omits  299093c   Make 07-thread.t fail correctly where perl isn't compiled with thread support.
     omits  b371a24   auto-initialize the library with 32K of secure memory to match defaults introduced in gcrypt 1.4.3
     omits  66cc162   adjust t/07-thread.t to use native perl thread synchronization primitives instead of less-portable socketpair()
     omits  5973daf   Checking in changes prior to tagging of version 1.23_02.  Changelog diff is:
     omits  69e9c5c   Changelog line for the recent #ifdef change.
     omits  642c5e3   Forgot the changelog entry.
     omits  fba5bcd   Pass threading test on MacOS X.
     omits  514fcb5   More verbose output. (dkg)
     omits  ae3b650   Skip 07-thread.t if Perl isn't compiled with support for threads.
     omits  2f53607   Checking in changes prior to tagging of version 1.23_01.  Changelog diff is:
     omits  ba2588b   Only link to Pthread if perl defines USE_ITHREADS and I_PTHREAD.
     omits  1744e73   Send libgcrypt versions to STDERR in order to have them shown by make test output.
     omits  cd55342   Merge remote branch 'remotes/trunk'
     omits  9955278   finally fully syncing whitespace with upstream
     omits  72d4d64   added new version-test functions
     omits  3d68162   syncing Changelog with upstream
     omits  a174aff   added new version-test functions
     omits  25616f7   fixed line endings in t/07-thread.t
     omits  004c2f4   fixed a typo
     omits  bc8f30d   Fixed a memory leak.
     omits  7bbbe3a   Optimized setiv. (dkg)
     omits  9576e74   Cleanup whitespace.
     omits  e3bf90e   fix memory leak in cg_setkey()
     omits  7725b7e   optimize setiv to avoid unnecessary memory allocations and resets
     omits  54c6d0b   syncing whitespace with aar again
     omits  c35d830   Added a non-threaded test in 07-thread.t in order to better debug threading bugs.
     omits  827366b   syncing whitespace with aar
     omits  475877d   merged non-threaded tests into threaded tests for ease of maintenance
     omits  5624ce0   merging perlisms for test scripts from aar
     omits  68da165   more whitespace cleanup
     omits  c9b29e0   Merge branch 'master' into md
     omits  960e685   cleanup whitespace
     omits  905d937   added a more exhaustive non-threaded cipher test
     omits  88e4e7e   Only test with supported algorithms. (Still unstable.)
     omits  79bf34e   Little cleanup.
     omits  7344584   New cipher_algo_available() package function (Daniel Kahn Gillmor).
     omits  cfe7c8a   New digest_algo_available() package function.
     omits  f83a70d   report problems more explicitly when a decryption fails
     omits  8a7ebfe   only run tests for algorithms which are available.
     omits  c28fc7f   only test available ciphers
     omits  1d618bd   Made 07-thread.t compatible with older threads.
     omits  cb6fe2b   Use sha1 instead of sha512 (more common).
     omits  8275bbf   added cipher_algo_available()
     omits  1ca5da9   simplify digest_algo_available()
     omits  fe92a7f   simplified t/07-thread.t
     omits  b6e5e86   implement digest_algo_available()
     omits  4f0c584   fixing line endings on tests
     omits  0f7ada7   switch clone test to use sha1 (more common than sha512)
     omits  76d4bcf   updated some documentation
     omits  912cc8c   renaming the digest clone test.
     omits  5147640   included changes/fixes from aar
     omits  9081cf5   Minor fixes.
     omits  e4191ff   Skip the threads test unless we have a modern threads.pm.
     omits  31b1bd5   Message digests.
     omits  7c87a1e   New 07-thread.t test.
     omits  453b964   fix memory leak in start()
     omits  1ffdff6   added copy() operator to duplicate a digest
     omits  4cd3e16   listed digest algorithms in pod
     omits  0d6c8f8   added HMAC test vectors for message digests
     omits  43ab80b   test correct handle after digest creation
     omits  d731984   die if the object is not properly created when testing digests
     omits  1cae14e   setkey if this is an hmac digest
     omits  023ee70   added initial implementation of message digests
     omits  636d6d7   updated debian/changelog
     omits  8d061b3   merged upstream 1.22
     omits  91ffeed   Imported Upstream version 1.22
     omits  336a6fd   Checking in changes prior to tagging of version 1.22.  Changelog diff is:
     omits  5d7fe4c   Now thread-safe.
     omits  2e7e3c4   added test of multi-threaded digest activity.
     omits  6ae78b8   removed debugging statements.  silly me.
     omits  c0d0a6d   altered initialization procedure to prepare for pthreads
     omits  7441c68   added upstream changes from aar to initialize library
     omits  4632c9a   applying known debian bug number for package release
     omits  fecb861   added some build-dependencies to run the full test suites
     omits  65af7ab   updated packaging details poorly guessed by dh-make-perl
     omits  e5c894b   initial dh-make-perl debian packaging
     omits  4d01406   Imported Upstream version 1.21
     omits  596773d   Checking in changes prior to tagging of version 1.21.  Changelog diff is:
     omits  5c419d4   Aggiunto .DS_Store a MANIFEST.SKIP
     omits  59037ff   - aggiornato Devel::CheckLib e finito di adattare Makefile.PL al suo uso; - pulito codice di Makefile.PL; - spostate in README le istruzioni che prima venivano date da Makefile.PL.
     omits  9d4697f   Spostamento di GCrypt.pm dentro lib/Crypt.
     omits  3933755   Converted tabs to spaces.
     omits  a1030de   Added Devel::CheckLib.
     omits  ceab14b   Checking in changes prior to tagging of version 1.20.  Changelog diff is:
     omits  35e2584   Removed a hanging printf() statement.
     omits  5291c4e   Checking in changes prior to tagging of version 1.19.  Changelog diff is:
     omits  e284086   Checking in changes prior to tagging of version 1.18.  Changelog diff is:
     omits  ba40a84   Improvements to make CPANTS happy.
     omits  37d1baf   Little POD improvement.
     omits  e6c9d5b   New "none" padding method.
     omits  a9f09e3   typo in changelog
     omits  825e95e   Added an optimization to make the new API a bit retrocompatible in some special cases.
     omits  28af9db   [API CHANGE] ->finish() is now required after decrypting, because the previous implementation contained a bug when decrypting data in multiple calls to ->decrypt(): the module tried to strip padding at every call, thus removing wrong bytes in some cases. Added the 06-multi.t test and a warning for users who don't call the ->finish() method.
     omits  ac6912a   Added explicit requirement for 5.6.0.
     omits  4b5032f   Checking in changes prior to tagging of version 1.17.  Changelog diff is:
     omits  5d0f537   Updated docs to confirm compatibility with libgcrypt 1.2.4
     omits  8c2fe4f   Updated/cleaned package files.
     omits  4b22671   Removed warnings on platforms with signed chars (untested)
     omits  c29765f   Let's exit 0 if libgcrypt is not available so that CPAN Testers don't generate useless reports.
     omits  d5596ef   Initial import of CPAN version 1.16.
     omits  bc6da85   Initial directory structure.
      adds  90154d5   Initial directory structure.
      adds  2cc46b9   Initial import of CPAN version 1.16.
      adds  4419a55   Let's exit 0 if libgcrypt is not available so that CPAN Testers don't generate useless reports.
      adds  7b60aa1   Removed warnings on platforms with signed chars (untested)
      adds  fe8700f   Updated/cleaned package files.
      adds  3dbccbb   Updated docs to confirm compatibility with libgcrypt 1.2.4
      adds  82a9459   Checking in changes prior to tagging of version 1.17.  Changelog diff is:
      adds  9519665   Added explicit requirement for 5.6.0.
      adds  fc241b2   [API CHANGE] ->finish() is now required after decrypting, because the previous implementation contained a bug when decrypting data in multiple calls to ->decrypt(): the module tried to strip padding at every call, thus removing wrong bytes in some cases. Added the 06-multi.t test and a warning for users who don't call the ->finish() method.
      adds  b46eb9e   Added an optimization to make the new API a bit retrocompatible in some special cases.
      adds  d5a8553   typo in changelog
      adds  66c18bb   New "none" padding method.
      adds  9a9b182   Little POD improvement.
      adds  d311a58   Improvements to make CPANTS happy.
      adds  812c8a9   Checking in changes prior to tagging of version 1.18.  Changelog diff is:
      adds  ae61620   Checking in changes prior to tagging of version 1.19.  Changelog diff is:
      adds  4a38cc0   Removed a hanging printf() statement.
      adds  09b0bb0   Checking in changes prior to tagging of version 1.20.  Changelog diff is:
      adds  214ba54   Added Devel::CheckLib.
      adds  650a459   Converted tabs to spaces.
      adds  1201b83   Spostamento di GCrypt.pm dentro lib/Crypt.
      adds  ae8e8de   - aggiornato Devel::CheckLib e finito di adattare Makefile.PL al suo uso; - pulito codice di Makefile.PL; - spostate in README le istruzioni che prima venivano date da Makefile.PL.
      adds  d26c2cc   Aggiunto .DS_Store a MANIFEST.SKIP
      adds  f4ffb0e   Checking in changes prior to tagging of version 1.21.  Changelog diff is:
      adds  0d6d317   Now thread-safe.
      adds  77e53ae   Checking in changes prior to tagging of version 1.22.  Changelog diff is:
      adds  c6f277d   New 07-thread.t test.
      adds  532d340   Message digests.
      adds  bafa784   Skip the threads test unless we have a modern threads.pm.
      adds  68e5663   Minor fixes.
      adds  a041d0c   Use sha1 instead of sha512 (more common).
      adds  2061cc4   Made 07-thread.t compatible with older threads.
      adds  2444c7b   New digest_algo_available() package function.
      adds  3d63b23   New cipher_algo_available() package function (Daniel Kahn Gillmor).
      adds  2602b0f   Little cleanup.
      adds  fc732b6   Only test with supported algorithms. (Still unstable.)
      adds  f423700   Added a non-threaded test in 07-thread.t in order to better debug threading bugs.
      adds  747bcce   Cleanup whitespace.
      adds  44c02bb   Optimized setiv. (dkg)
      adds  5bf9024   Fixed a memory leak.
      adds  63b83ac   fixed a typo
      adds  d85ef3e   fixed line endings in t/07-thread.t
      adds  af00b09   added new version-test functions
      adds  8f8a877   Send libgcrypt versions to STDERR in order to have them shown by make test output.
      adds  e5400d1   Only link to Pthread if perl defines USE_ITHREADS and I_PTHREAD.
      adds  90be8c7   Checking in changes prior to tagging of version 1.23_01.  Changelog diff is:
      adds  e61ab95   Skip 07-thread.t if Perl isn't compiled with support for threads.
      adds  3fc0e0c   More verbose output. (dkg)
      adds  2871f62   Pass threading test on MacOS X.
      adds  9c1d7f5   Forgot the changelog entry.
      adds  daeea96   Changelog line for the recent #ifdef change.
      adds  7c7bbde   Checking in changes prior to tagging of version 1.23_02.  Changelog diff is:
      adds  0a2015f   adjust t/07-thread.t to use native perl thread synchronization primitives instead of less-portable socketpair()
      adds  b696829   auto-initialize the library with 32K of secure memory to match defaults introduced in gcrypt 1.4.3
      adds  73541df   Make 07-thread.t fail correctly where perl isn't compiled with thread support.
      adds  ef05f0d   Checking in changes prior to tagging of version 1.23_03.  Changelog diff is:
      adds  406d81f   Changed printf to warn sprintf in test in order to get the output in CPAN testers reports.
      adds  2fb9edd   Error in previous commit. Commented shell commands were changed to "warn sprintf" too.
      adds  92925ce   Update Devel::CheckLib to 0.699_001, thanks to Corion for pointing me to features of the new version: http://perlmonks.org/?node_id=813223
      adds  04d1247   take advantage of new feature in Devel::CheckLib to test for gcrypt version 1.3.0 or later
      adds  1aa4efd   warn sprintf was not required here.
      adds  eac8527   Checking in changes prior to tagging of version 1.23_04.  Changelog diff is:
      adds  ae4bcf6   Checking in changes prior to tagging of version 1.23.  Changelog diff is:
      adds  fb19500   updated version number to match distributed tarball
      adds  fe4665a   added initial work to support Crypt::GCrypt::MPI
      adds  4b3342f   added note in GCrypt.pm POD referring to Crypt::GCrypt::MPI so people can find it
      adds  171727b   added explicit copy() method to Crypt::GCrypt::MPI objects
      adds  1e27dd2   added more detailed documentation about Crypt::GCrypt::MPI::copy() vs =
      adds  677c420   Fixed warnings on MacOS X 10.4.
      adds  0875dc4   No need to load the XS from Crypt::GCrypt::MPI. Just let Crypt::GCrypt do that.
      adds  1bfa245   perl reference counting of objects works fine, no dangers of double-destruction
      adds  d262be5   update number of tests in t/20-mpi.t
      adds  2c4a610   fixing documentation of C::G::MPI->gcd()
      adds  b17d60a   Almost all methods of Crypt::GCrypt::MPI now return the Crypt::GCrypt::MPI object to allow chaining of method calls.
      adds  afebd65   describe chained MPI operations in pod
      adds  3a2993d   fix mistaken language in FIXME comment
      adds  c87f15e   added C:G:MPI->mutually_prime($other)
      adds  a657242   removed FIXME that was addressed with C:G:MPI->mutually_prime()
      adds  7e3e104   Checking in changes prior to tagging of version 1.24.  Changelog diff is:
      adds  2b92f78   Getting things ready for 1.24.
      adds  e97be27   fixed closing angle-bracket after dkg e-mail address
      adds  45af0ac   Set CLONE_SKIP to avoid Crypt::GCrypt objects to be shared among threads
      adds  802d8c2   Prepare to release 1.25
      adds  4387974   Enable the use of $Config{ccflags} during build (Thanks, Dominic Hargreaves)
      adds  de2f03c   update Devel::CheckLib
      adds  9ab9aff   specify pod encoding
      adds  135142a   Merge pull request #1 from trinitum/5.18-fixes
      adds  4ab9220   Release 1.26

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e742a3f)
            \
             N -- N -- N   refs/heads/master (4ab9220)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .shipit                          |    3 +
 Changelog                        |   10 ++++
 MANIFEST.SKIP                    |    1 +
 META.yml                         |   10 ----
 Makefile.PL                      |   23 +++++++-
 debian/changelog                 |   23 --------
 debian/compat                    |    1 -
 debian/control                   |   16 ------
 debian/copyright                 |   26 ---------
 debian/libcrypt-gcrypt-perl.docs |    1 -
 debian/rules                     |    4 --
 debian/source/format             |    1 -
 debian/watch                     |    2 -
 inc/Devel/CheckLib.pm            |  112 +++++++++++++++++++++++++++++---------
 lib/Crypt/GCrypt.pm              |    6 +-
 lib/Crypt/GCrypt/MPI.pm          |    4 +-
 16 files changed, 130 insertions(+), 113 deletions(-)
 create mode 100644 .shipit
 delete mode 100644 META.yml
 delete mode 100644 debian/changelog
 delete mode 100644 debian/compat
 delete mode 100644 debian/control
 delete mode 100644 debian/copyright
 delete mode 100644 debian/libcrypt-gcrypt-perl.docs
 delete mode 100755 debian/rules
 delete mode 100644 debian/source/format
 delete mode 100644 debian/watch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-gcrypt-perl.git



More information about the Pkg-perl-cvs-commits mailing list