[libprotocol-acme-perl] branch master updated (52ceb0e -> c8c9389)
Salvatore Bonaccorso
carnil at debian.org
Sat Aug 13 17:31:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libprotocol-acme-perl.
from 52ceb0e Fix typo in changelog
adds 7b07420 Original commit
adds 0ed6fa2 Adding perl distribution files
adds 692b594 Adding more initial files
adds 3e96aa7 Added example client, client.pl
adds bfd6134 Adding POD documentation (incomplete)
adds 8243cab Added challenge modules
adds 6bb74a7 Restored 'example' names in client.pl
adds ba8fd57 Versioning and documentation fixes
adds 3e75ce9 Adding revoke support
adds af0587a Documentation updates and removal of the ECC module dependency
adds baa0d00 Bumped version number
adds e8e88d3 Added doc generation to Makefile
adds ff3735f Added the ability to use a native openssl binary rather than Crypt::OpenSSL::RSA
adds 6a5f677 Updated README
adds 9e4d84e Moved from using Digest::SHA2 to Digest::SHA
adds 42366f5 add repository information to makefile and POD
adds ffc089c Make this module agnostic as to PEM or DER input, don’t fork as much.
adds 70b16cc remove extra META_MERGE
adds 6c01d2c Merge pull request #5 from FGasper/pem_der_agnostic2
adds 80bc908 Updated README
adds f3d8732 Corrected handling around Crypt::OpenSSL::RSA
adds 313a07f Starting to add very necessary tests
adds cfdd2cd Improved Math::BigInt check
adds 03f19e4 Remove dupe REPOSITORY.
adds 2772109 Merge pull request #6 from FGasper/master
adds 493bc7f README and MANIFEST updates
adds e2e4921 Bring in Crypt::Format for DER/PEM conversion.
adds 16c7be1 Updated changes, added contributor info
adds 13eb76f Moved from LWP to HTTP::Tiny. Simplicity is a virtue.
adds 607df71 Updating README
adds 7f932d5 Making the calls more flexible
adds 0fb50f5 - create directory as required - call ssh with system as it will be quiet unless there is a problem and then we want to know anyway.
adds 61e1a55 oops lost the '.' ... here it is again
adds c9cc5b0 Merge pull request #11 from oetiker/ssh-fix
adds 9a15056 fix error handling
adds bf738bf Merge pull request #10 from oetiker/error-fixes
adds 1a2dd34 Marging with master
adds 4076d5a Changing the calling interface of account_key and sign
adds afbe703 Updating README
adds 4e3a4dc Make logging configurable
adds fdffd29 Update README.pod
adds 49ba016 Merge branch 'master' of https://github.com/sludin/Protocol-ACME
adds 37c6b0b Updated README
adds dc5f600 Minor documentation changes
adds 22ae13e Merge pull request #13 from pplu/master
adds a6c97fe Test cleanup
adds 562127c Tidy up error handling in SYNOPSIS.
adds 912c8e6 Merge pull request #14 from FGasper/err_handling_synopsis
adds 7e48d33 Fix hash key typo.
adds 7713aae Merge pull request #18 from FGasper/master
adds 62242b6 Various tweaks
adds 875eaa4 Convert a void-context map to a slice assignment.
adds 4045ca8 Merge pull request #19 from FGasper/master
adds acea66e Making JSON calls use caononical ordering
adds 68227f4 Refactor logger into separate module
adds 79ec5d1 make Exception.pm a separate file
adds 547f0e0 fix typos etc.
adds 5f0237c Merge pull request #20 from FGasper/lazy_load_and_modular
adds 3b92508 bettererrors
adds a87d5cd Merge pull request #21 from oetiker/fix-error
adds 00c1805 try to become the right user the creating files and directories locally
adds 82e53d4 Merge pull request #22 from oetiker/setuser
adds 7196e82 Added a 'chain' call to fetch the certificate chain after cert creation
adds ac0be32 Updated README
adds 9c1c81d Bumped version number
adds d29a31f Added mailto argument.
adds f98e374 Updating manifest file
adds 5783693 Bumped version numbers to play nicer with CPAN
adds 06d79f1 Removing challenge files and various fixes
adds d05a080 fix a few typos
adds f8f937a Merge pull request #24 from willamowius/master
adds 5581388 typos
adds 5d12cbc Merge pull request #25 from willamowius/master
adds b897778 Add missing module to Makefile.PL, clean debug, add use(), fix version num
adds bf74c73 Merge pull request #29 from FGasper/version_and_debug_and_makefile
adds 416f7a2 Merging
adds 3f0273f Change order of changing user and group id
adds 471617f Merge pull request #33 from twouters/fix-setgid
adds dfa7e94 Refactored logger and lowered dependencies.
adds 8cc784d Merge pull request #31 from melmothx/lowering-deps
adds 63b308f Updating Changes file
adds 1d5c5fd Bump to 0.13 and typo fixes
adds 90e7711 when a request is invalid ... complain
adds b1616ee Merge pull request #35 from oetiker/better-errors
adds 039b703 Merge branch 'master' of https://github.com/sludin/Protocol-ACME
adds a3c3343 A fail to merge forcing a move to 0.14
adds ca4b507 Changing version number in README.pod
adds b6a6aa3 Test fixes and installation tweaks
adds c9f449d Reverting changes from 90e7711 that got whacked by the last update
adds 33e91eb Adding dependencies that are implicit in HTTP::Tiny
adds 7be3833 Bumping version in README
adds 09eb239 Updated Changes
adds 76e083a Imported Upstream version 0.16
new 8c48204 Merge tag 'upstream/0.16'
new c8c9389 Update debian/changelog
The 2 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:
Changes | 4 ++++
META.json | 4 +++-
META.yml | 4 +++-
Makefile.PL | 2 ++
README.pod | 4 ++--
debian/changelog | 6 ++++++
lib/Protocol/ACME.pm | 16 ++++++++++++----
lib/Protocol/ACME/Challenge.pm | 2 +-
lib/Protocol/ACME/Challenge/LocalFile.pm | 2 +-
lib/Protocol/ACME/Challenge/Manual.pm | 2 +-
lib/Protocol/ACME/Challenge/SimpleSSH.pm | 2 +-
lib/Protocol/ACME/Exception.pm | 2 +-
lib/Protocol/ACME/Key.pm | 2 +-
lib/Protocol/ACME/Logger.pm | 2 +-
lib/Protocol/ACME/OpenSSL.pm | 2 +-
lib/Protocol/ACME/Utils.pm | 2 +-
16 files changed, 41 insertions(+), 17 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libprotocol-acme-perl.git
More information about the Pkg-perl-cvs-commits
mailing list