[libcrypt-ssleay-perl] annotated tag upstream/0.73.04 created (now a6edca3)
gregor herrmann
gregoa at debian.org
Fri Nov 6 16:43:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/0.73.04
in repository libcrypt-ssleay-perl.
at a6edca3 (tag)
tagging 324f546dcaf60768ff94fa2e60eeaf02455d604c (commit)
replaces upstream/0.72
tagged by gregor herrmann
on Fri Nov 6 17:18:09 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 0.73.04
A. Sinan Unur (118):
Add .git to MANIFEST.SKIP
Update META.yml
Clean up README.
Add wishful thinking to TODO
Bump up version number in lib/Net/SSL.pm
Fix permissions on certs/*.pem to 0644. *Windows* **Sigh**
Add some comments to OpenSSL version parsing
Change author in Makefile.PL
Update POD in SSLeay.pm
Add information to Changes.
Bump version number in SSLeay.pm
Add BeOS directories in the search paths and order
POD fixes + bump version number
Update MANIFEST.SKIP and META.yml
Fix RT #73755 and streamline t/02-live.t
RT #73754 Add LWP::Protocol::https to PREREQ_PM
Don't use \d in regex patterns when we mean [0-9].
RT #64054: Try to handle incomplete reads/writes better in SSLeay.xs rather than following the proposed fix.
Bump up version number
Apply patch from RT #70565. Bump version number & update changes.
Fix permissions.
Apply patch to add SNI support by Ben Morrow (RT #61883)
Bump up version to 0.59_03
Update Changes and bump up version number before uploading to CPAN.
Add previous authors to AUTHOR array in Makefile.PL and update copyright.
Apply patch from Jan Dubois for Bug #62150: CRYPT_SSLEAY_free() may call the
Fix typo in POD: Bug #63513: Malformed RT queue URL in documentation
Reorganize SSL_read and SSL_write in SSLeay.xs. Maybe handling the
live test should use method and url passed to construct request and test
Bump up version number.
ExtUtils::MakeMaker pre-6.5701 cannot handle array of authors
Bump up version number to 0.61_04 after fixing authors handling in
Stop trying to distinguish between good & bad zero returns from underlying
Re-organize Makefile.PL to deal with RT #61324 and RT #61249
Bump up version number.
Update Changes.
Fix RT URL in README.
Update license to Artistic License 2.0
Fix Makefile.PL for VC complier
Bundle OpenSSL::Versions with dist.
Drastically simplify Makefile.PL
Stop trying to cater to pre-2000 OpenSSL in SSLeay.xs
Bump up version number.
Add .gitattributes. Use LF line-endings everywhere.
Re-write sections of README. Add markdown formatting.
Rename README to README.md so GitHub formats it nicely.
Use titlecase in README.md sections.
Fix some typos in README.md.
Add README.md to MANIFEST, remove README.
No need to bundle OpenSSL::Versions now that we're using a simpler
Update POD and bump up version number.
Forgot to update Changes.
Bump up version.
Print output of 'openssl version -a' in Makefile.PL
In Makefile.PL, try to build a simple executable using OpenSSL, and bail out
Add a simpl executable to build using OpenSSL before writing Makefile.PL.
-lz should come last in LIBS
Sanitize end of proxy string in Net::SSL (via Mark Allen)
Merge pull request #2 from zebardy/master
Merge pull request #3 from chorny/master
Add documentation item for Net::SSL::pending
Bump up version to 0.65_03
RT #90803: Check blocking state with boolean test, not integer value
Add a comment explaning the change in test
RT#86425 Fix spelling errors in documentation
Update Changes and bump up version number in preparation for upload to PAUSE
Use isa_ok, replace plan with done_testing
Allow incpath and lbpath command line arguments to Makefile.PL
Address RT bugs #88786, #88269, #78848, and #79477
Update Changes
Make sure live test uses Net::SSL to connect
Improve handling of custom locations & library list.
Update docs & tweak Makefile.PL
RT#94626 Fix typo in Makefile.PL
Add travis configuration file
Avoid test failures with Strawberry Perl
Address build issues with Strawberry Perl. Also,
Remove trailing white space
Check for OpenSSL Heartbleed bug at build time
Don't miss OpenSSL 1.0.2-beta1 in Heartbleed check
Update README.md
Warn user Crypt::SSLeay may not really be needed
Streamline basic tests
Expose all info obtained via SSLeay_version
Add Heartbleed warning to POD
Add contents of inc to repository
Various housecleaning bits
Heartbleed bug warning should not cause test failure
Include version api changes missed in previous commit
Update manifests, add relevant test scripts
Delay showing 'do you need Crypt::SSLeay'
Use ERR_get_error_string_n to avoid buffer-overflow
Use a define'd constant rather than sizeof
Check RAND_load_file failure correctly
Use new name for OpenSSL_add_all_algorithms
const qualify some pointers, use define'd length for buffer
RT #79212 allow `.` match when reading header in Net::SSL
Update Changes and bump version number
Add link to Security.Stackexchange thread
Remove TODO from boilerplate tests
Updated Changes and version for 0.66 release
Bump up version in Net::SSL and prepare new release
RT #94974 failure to use try/catch properly
Heartbleed heuristic gives warning, not failure
Fix RT #98108, and version handling during initialization.
Remove unused %CIPHERS from SSLeay.pm & other cleanup
Disable SSLv3 by default. Use decent cipher list.
Update Changes for 0.73_01
Don't declare random_bytes in the middle of a block
Allow user to allow SSLv3 via environment variable at runtime
Update for version 0.73_02
Clean up Crypt::SSLeay::MainContext
Remove unnecessary buffer copying in SSL_CTX_new
Inherit from IO::Socket::IP if available
Clean up info callback used when debugging is enabled
Clean up SSL_new
Use IO::Socket::IP if available, and clean up
Don't die if IO::Socket::IP is not installed.
Aaron Moses (1):
Add access to the openssl pending attribute of the ssl connection object.
Alexandr Ciornii (3):
upgrade Makefile.PL
add MIN_PERL_VERSION
Fix test on non-English locale on Linux
David Landgren (14):
import Crypt-SSLeay 0.52_01 from CPAN
import Crypt-SSLeay 0.52_02 from CPAN
import Crypt-SSLeay 0.53 from CPAN
import Crypt-SSLeay 0.53_01 from CPAN
import Crypt-SSLeay 0.53_02 from CPAN
import Crypt-SSLeay 0.53_03 from CPAN
import Crypt-SSLeay 0.53_04 from CPAN
import Crypt-SSLeay 0.53_05 from CPAN
import Crypt-SSLeay 0.54 from CPAN
import Crypt-SSLeay 0.55 from CPAN
import Crypt-SSLeay 0.56 from CPAN
import Crypt-SSLeay 0.56_01 from CPAN
import Crypt-SSLeay 0.57 from CPAN
import Crypt-SSLeay 0.57_01 from CPAN
Gisle Aas (5):
initial import of Crypt-SSLeay 0.01 from CPAN
import Crypt-SSLeay 0.02 from CPAN
import Crypt-SSLeay 0.03 from CPAN
import Crypt-SSLeay 0.06 from CPAN
import Crypt-SSLeay 0.07 from CPAN
Joshua Chamas (27):
import Crypt-SSLeay 0.10 from CPAN
import Crypt-SSLeay 0.11 from CPAN
import Crypt-SSLeay 0.12 from CPAN
import Crypt-SSLeay 0.14 from CPAN
import Crypt-SSLeay 0.15 from CPAN
import Crypt-SSLeay 0.16 from CPAN
import Crypt-SSLeay 0.17 from CPAN
import Crypt-SSLeay 0.18 from CPAN
import Crypt-SSLeay 0.19 from CPAN
import Crypt-SSLeay 0.21 from CPAN
import Crypt-SSLeay 0.22 from CPAN
import Crypt-SSLeay 0.23 from CPAN
import Crypt-SSLeay 0.25 from CPAN
import Crypt-SSLeay 0.27 from CPAN
import Crypt-SSLeay 0.29 from CPAN
import Crypt-SSLeay 0.31 from CPAN
import Crypt-SSLeay 0.33 from CPAN
import Crypt-SSLeay 0.35 from CPAN
import Crypt-SSLeay 0.37 from CPAN
import Crypt-SSLeay 0.39 from CPAN
import Crypt-SSLeay 0.40 from CPAN
import Crypt-SSLeay 0.41 from CPAN
import Crypt-SSLeay 0.43 from CPAN
import Crypt-SSLeay 0.45 from CPAN
import Crypt-SSLeay 0.47 from CPAN
import Crypt-SSLeay 0.49 from CPAN
import Crypt-SSLeay 0.51 from CPAN
Sinan Unur (6):
Improve version detection. Should fix RT 52408
Fix include path related issues, improve OpenSSL detection, Add
Development release 0.57_04. See Changes file.
Pre 0.57_05 release
POD changes before 0.57_05 release
Final commit for 0.57_05 before uploading to CPAN
Yoshinori TAKESAKO (1):
import Crypt-SSLeay 0.51 from CPAN
gregor herrmann (1):
Imported Upstream version 0.73.04
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-ssleay-perl.git
More information about the Pkg-perl-cvs-commits
mailing list