[libnet-https-any-perl] 03/06: Update the description and dependencies for new upstream release

Niko Tyni ntyni at moszumanska.debian.org
Fri Sep 30 07:41:54 UTC 2016


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

ntyni pushed a commit to branch master
in repository libnet-https-any-perl.

commit b75f287910f666b2b03238238f1aef3642196a91
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri Sep 30 10:26:35 2016 +0300

    Update the description and dependencies for new upstream release
---
 debian/changelog |  2 ++
 debian/control   | 22 ++++++++--------------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3645a33..41b40ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libnet-https-any-perl (0.12-1) UNRELEASED; urgency=medium
 
   [ Niko Tyni ]
   * Import new upstream release.
+    + the LWP / Crypt::SSLeay alternative codepath has been removed, so
+      update the description and dependencies accordingly
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:33:45 +0200
 
diff --git a/debian/control b/debian/control
index b393002..d362ec1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,20 +22,14 @@ Package: libnet-https-any-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libnet-ssleay-perl | libcrypt-ssleay-perl,
-         libnet-ssleay-perl | libwww-perl,
+         libnet-ssleay-perl,
          libtie-ixhash-perl,
          liburi-perl
-Description: simple wrapper around the two available SSL modules
- Net::HTTPS::Any is a simple wrapper around either of the two available SSL
- modules. It offers a unified API for sending GET and POST requests over HTTPS
- and receiving responses.
+Description: wrapper around Net::SSLeay
+ This is a wrapper around Net::SSLeay providing a simple interface for the use
+ of Business::OnlinePayment.
  .
- It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ).
- .
- Using LWP::Protocol::https 6.02 or later, the LWP path actually uses
- Net::SSLeay also instead of Crypt::SSLeay.  Going forward that makes this
- module more of historical interest, especially so since modern LWP has its own
- mechanism to force use of Crypt::SSLeay:
- .
-  $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL";
+ It used to allow switching between Net::SSLeay and Crypt::SSLeay
+ implementations, but that was obsoleted.  If you need to do that, use LWP
+ instead.  You can set $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL" for
+ Crypt::SSLeay instead of the default Net::SSLeay (since 6.02).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-https-any-perl.git



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