debian/0002755000000000000000000000000012233221426007165 5ustar debian/compat0000644000000000000000000000000211626736300010370 0ustar 7 debian/rules0000755000000000000000000000003611626736300010251 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011626736300010474 5ustar debian/source/format0000644000000000000000000000001411626736300011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000035311626736300010224 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Net-SSLGlue/ .*/Net-SSLGlue-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000274312233220240011034 0ustar libnet-sslglue-perl (1.04-1) unstable; urgency=low * New upstream release (Closes: #726409) * Update Standards-Version (no changes) -- Dominic Hargreaves Sun, 27 Oct 2013 14:18:07 +0000 libnet-sslglue-perl (1.01-1) unstable; urgency=low * New upstream release * Update Standards-Version (no changes) -- Dominic Hargreaves Fri, 06 Apr 2012 18:06:20 +0100 libnet-sslglue-perl (0.8-1) unstable; urgency=low * Add Vcs-* fields * New upstream release * Update Standards-Version (no changes) -- Dominic Hargreaves Mon, 29 Aug 2011 17:32:04 +0100 libnet-sslglue-perl (0.5-1) unstable; urgency=low * New upstream release (closes: #593555) - fix incorrect reference to startssl method (closes: #593556) - works with HTTPS proxies (closes: #593117) * Update Standards-Version (no changes) * Switch to minimal dh7 rules file * Update to debhelper compatibility level 7 * Update source format version to 3.0 (quilt) * Install examples -- Dominic Hargreaves Sat, 05 Feb 2011 16:40:18 +0000 libnet-sslglue-perl (0.2-2) unstable; urgency=low * Tighten dependency on libwww-perl to a suitably recent version (closes: #534184) * Update Standards-Version (no changes) -- Dominic Hargreaves Wed, 01 Jul 2009 19:09:15 +0100 libnet-sslglue-perl (0.2-1) unstable; urgency=low * Initial Release (closes: #529623) -- Dominic Hargreaves Wed, 20 May 2009 22:47:53 +0100 debian/control0000644000000000000000000000200612233220204010555 0ustar Source: libnet-sslglue-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.6.10-12), libio-socket-ssl-perl (>= 1.19), libwww-perl (>= 5.822), liburi-perl, libnet-ldap-perl Maintainer: Dominic Hargreaves Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Net-SSLGlue/ Vcs-Git: git://anonscm.debian.org/users/dom/libnet-sslglue-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libnet-sslglue-perl.git Package: libnet-sslglue-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl (>= 1.19), libwww-perl (>= 5.822), liburi-perl, libnet-ldap-perl Description: add/extend SSL support for common perl modules Some commonly used perl modules don't have SSL support at all, even if the protocol would support it. Others have SSL support, but most of them don't do proper checking of the servers certificate. . The Net::SSLGlue::* modules try to add SSL support or proper certificate to these modules. debian/docs0000644000000000000000000000001411626736300010040 0ustar TODO README debian/examples0000644000000000000000000000001311626736300010725 0ustar examples/* debian/copyright0000644000000000000000000000161511626736300011130 0ustar This is the debian package for the Net-SSLGlue module. It was created by Dominic Hargreaves using dh-make-perl. It was downloaded from http://search.cpan.org/dist/Net-SSLGlue/ This module and the modules in the Net::SSLGlue Hierarchy distributed together with this module are copyright 2008, Steffen Ullrich. All Rights Reserved. These modules are free software. They may be used, redistributed and/or modified under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. The Debian packaging is Copyright 2009, Dominic Hargreaves and is licensed under the same terms as the software itself (see above).