debian/0000755000000000000000000000000012264327310007166 5ustar debian/rules0000755000000000000000000000012412264327270010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: dh_auto_clean rm -rf temp/ debian/control0000644000000000000000000000335012264327270010577 0ustar Source: libnet-ldap-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , gregor herrmann , Ansgar Burchardt , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libauthen-sasl-perl, libconvert-asn1-perl, libdigest-hmac-perl, libgssapi-perl, libio-socket-inet6-perl, libio-socket-ssl-perl, libjson-perl, liburi-perl, libxml-sax-perl, libxml-sax-writer-perl, libwww-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ldap-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-ldap-perl.git Homepage: http://ldap.perl.org/ Package: libnet-ldap-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libconvert-asn1-perl Recommends: libgssapi-perl, libwww-perl Suggests: libauthen-sasl-perl, libdigest-hmac-perl, libio-socket-inet6-perl, libio-socket-ssl-perl, libjson-perl, liburi-perl, libxml-parser-perl, libxml-sax-perl Description: client interface to LDAP servers Net::LDAP is a collection of Perl modules that implement an interface to various LDAP services. The module is capable of searching directories or performing maintenance functions such as adding, deleting or modifying entries. debian/source/0000755000000000000000000000000012264327270010473 5ustar debian/source/format0000644000000000000000000000001412264327270011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003230312264327270011046 0ustar libnet-ldap-perl (1:0.5800-1) unstable; urgency=medium [ Xavier Guimard ] * Bump Standards-Version to 3.9.5 * Move libwww-perl dependency to recommended dependencies (Closes: #720331) [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. -- gregor herrmann Sat, 11 Jan 2014 21:50:46 +0100 libnet-ldap-perl (1:0.5700-1) unstable; urgency=low * New upstream release. Fixes "Net::LDAP passes the wrong remote server identity to SASL" (Closes: #573596) * Drop spelling.patch, merged upstream. * Add a debian/NEWS entry about the new parameter bind(sasl_host => SASLHOST). * debian/copyright: update Upstream-Contact field. -- gregor herrmann Fri, 26 Jul 2013 18:15:20 +0200 libnet-ldap-perl (1:0.5600-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.5600 (Closes: #686792) * Bumps Standard-Version to 3.9.4 * Replace spelling patch, now included in upstream, by a new one * Add myself in d/copyright and d/changelog * Update copyright to format 1.0 and update years + Add eDirectory.pm license * Remove unnecessary version dependency (libio-socket-ssl-perl) * Remove libdigest-md5-perl dependency (in perl core now) * Add override_dh_clean target to remove temp/ directory * Add libgssapi-perl in Recommends: * Update years in d/copyright [ gregor herrmann ] * debian/copyright: add more new third-party files. * Update package list in Suggests and Build-Depends-Indep. -- Xavier Guimard Tue, 11 Jun 2013 06:45:19 +0200 libnet-ldap-perl (1:0.4400-1) unstable; urgency=low * New upstream release. * Remove patch 0001-un-break-certificate-verification.patch. * Update spelling patch. * Update upstream and packaging copyright information. -- gregor herrmann Wed, 08 Feb 2012 00:28:33 +0100 libnet-ldap-perl (1:0.4300-2) unstable; urgency=low * Add patch 0001-un-break-certificate-verification.patch, taken from upstream's "next" branch (commits a3c4f7f from Peter Marschall and db0b090 from Graham Barr): un-break certificate verification. (Closes: #640883) -- gregor herrmann Fri, 02 Dec 2011 15:34:41 +0100 libnet-ldap-perl (1:0.4300-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release (closes: #640324). * Remove localize-dollar_.patch, applied upstream. * Drop pod-ellipsis.patch, not needed anymore. * Add one more correction to fix-pod-spelling.patch. * debian/copyright: update years of copyright and license stanzas. * Set Standards-Version to 3.9.2 (no further changes). * Bump debhelper compatibility level to 8. * Add version to libio-socket-ssl-perl in Build-Depends-Indep and Suggests. -- gregor herrmann Sun, 04 Sep 2011 14:33:20 +0200 libnet-ldap-perl (1:0.4001-2) unstable; urgency=high * add localize-dollar_.patch, fixing using of non-localized $_ in Net::LDAP::Constant, causing FTBFS in lemonldap-ng (Closes: #577340) -- Damyan Ivanov Mon, 19 Apr 2010 23:54:25 +0300 libnet-ldap-perl (1:0.4001-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Fix for multiple consecutive spaces in canonical_dn, as described in RT#51165 (Closes: #553188) + Avoid escaping regular expressions twice (Closes: #540938) * Standards-Version 3.8.4 (drop perl version dep) * Add myself to Uploaders and Copyright * Rewrite control description * Use new short debhelper rules format * Use 3.0 (quilt) source format * Update copyright information * Move to new DEP5 copyright format * Add a patch to fix POD spelling errors [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/watch: add uversionmangle to catch potential two-digit versions in the future. -- Jonathan Yu Sat, 03 Apr 2010 13:44:07 -0400 libnet-ldap-perl (1:0.39-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. -- Ansgar Burchardt Sun, 02 Nov 2008 12:41:51 +0100 libnet-ldap-perl (1:0.38-1) unstable; urgency=low * New upstream release. * debian/control: remove leading article and capital letter from short description. -- gregor herrmann Fri, 26 Sep 2008 17:01:15 +0200 libnet-ldap-perl (1:0.37-1) unstable; urgency=low * New upstream release (closes: #499566). * Remove sasl-round-robin.patch, integrated upstreams. * debian/copyright: switch to new format, add information about inc/Module/*. * Refresh debian/rules, no functional changes. * Remove lintian override about the non-breakable URL, not needed any more. * Add /me to Uploaders. * Add patch pod-ellipsis.patch to work around a POD/man problem. -- gregor herrmann Sat, 20 Sep 2008 01:19:35 +0200 libnet-ldap-perl (1:0.36-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control + add Vcs-Svn, Vcs-Browser and Homepage field (source stanza) + Maintainer set to Debian Perl Group (was: Florian Ragwitz ) + add myself to Uploaders * Add debian/watch. * New upstream release + update upstream years of copyright + this was downloaded from CPAN, adjust debian/copyright * Convert debian/rules to a very short one thanks to debhelper 7 * remove temp/ during clean * add libxml-sax-writer-perl to (wrapped) build-depends to enable additional test. t/05dsml.t now passes. Closes: #434108 * Upstream LDIF.pm now really doesn't wrap below 40 chars. Closes: #435666 * add patch from Dominic Hargreaves fixing GSSAPI authenticaton against round-robin LDAP servers. Closes: #478022 + add quilt to build process + add README.source * package conforms to Policy 3.8.0 * split Build-Depends-Indep off Build-Depends * add lintian override about a warning about a non-breakable URL in FAQ(3pm) -- Damyan Ivanov Sun, 15 Jun 2008 19:50:15 +0300 libnet-ldap-perl (1:0.34-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't fail when perl is smart enough not to create empty dirs. (Closes: 467865) -- Marc 'HE' Brockschmidt Sun, 06 Apr 2008 12:26:36 +0200 libnet-ldap-perl (1:0.34-1) unstable; urgency=low * New upstream release (Closes: #432931). + Ships with an improved recursive-ldap-delete.pl (Closes: #322872). * Don't ignore make distclean errors. * Update Standards-Version to 3.7.2 (no changes). * Update my Maintainer address. * Run the test suite. -- Florian Ragwitz Sun, 15 Jul 2007 17:09:49 +0200 libnet-ldap-perl (1:0.33-2) unstable; urgency=low * Changed Architecture back from any to all (Closes: #323297). -- Florian Ragwitz Tue, 16 Aug 2005 01:01:59 +0200 libnet-ldap-perl (1:0.33-1) unstable; urgency=low * New upstream version (Closes: #306378). * Added epoch (0.33 lt 0.3202). * New Maintainer (Closes: #322101). * Rewrote debian/rules. * Updated Standards-Version. -- Florian Ragwitz Thu, 11 Aug 2005 21:46:17 +0200 libnet-ldap-perl (0.3202-3) unstable; urgency=medium * Applied a patch to fix ldif and moddn, closes: #272705. * Applied a patch got from SVN and suggested by upstream author; closes: #276926. -- Davide Puricelli (evo) Sat, 9 Apr 2005 18:42:51 +0200 libnet-ldap-perl (0.3202-2) unstable; urgency=high * Added a missing Build-Depends on libconvert-asn1-perl; closes: #270016. -- Davide Puricelli (evo) Tue, 14 Sep 2004 23:09:52 +0200 libnet-ldap-perl (0.3202-1) unstable; urgency=high * New upstream version, closes: #258819. * Enhanced Build-Depends field of debian/control. * Added a fix from svn, thanks Peter Marschall. -- Davide Puricelli (evo) Sat, 21 Aug 2004 16:52:02 +0200 libnet-ldap-perl (0.31-1) unstable; urgency=low * New upstream version; closes: #228337. -- Davide Puricelli (evo) Fri, 23 Jan 2004 19:33:06 +0100 libnet-ldap-perl (0.30-1) unstable; urgency=low * New upstream version. -- Davide Puricelli (evo) Thu, 23 Oct 2003 18:20:31 +0200 libnet-ldap-perl (0.29-1) unstable; urgency=medium * New upstream version, closes: #194682. * Removed useless MANIFEST file, closes: #207487. * Fixed two minor spelling bugs, closes: #207769, #208034. * Updated RFC 2254 link, closes: #207783. * Added libauthen-sasl-perl and libxml-sax-perl to Suggests field. -- Davide Puricelli (evo) Sun, 7 Sep 2003 12:23:20 +0200 libnet-ldap-perl (0.26-2) unstable; urgency=low * debian/copyright: added a pointer to Perl license; closes: #157619. -- Davide Puricelli (evo) Mon, 2 Sep 2002 10:54:41 +0200 libnet-ldap-perl (0.26-1) unstable; urgency=low * New upstream version: - start_tls now works with libio-socket-ssl-perl 0.81. closes: #150413, #151896. * Fixed timeout problem on sparc; closes: #147663. -- Davide Puricelli (evo) Fri, 2 Aug 2002 14:08:29 +0200 libnet-ldap-perl (0.25-2) unstable; urgency=low * Fixed output for $ldif->write_entry method; closes: #130610. * Fixed Net::LDAP::Search manpage; closes: #65915. -- Davide Puricelli (evo) Thu, 24 Jan 2002 12:55:15 +0100 libnet-ldap-perl (0.25-1) unstable; urgency=low * New upstream version; closes: #124125. -- Davide Puricelli (evo) Sun, 16 Dec 2001 19:16:07 +0100 libnet-ldap-perl (0.24-3) unstable; urgency=low * Added a patch to not overwrite $sasl->user in bind(), closes: #114555. Thanks to Jean Charles Delepine -- Davide Puricelli (evo) Mon, 8 Oct 2001 12:33:53 +0200 libnet-ldap-perl (0.24-2) unstable; urgency=low * debian/control: s/libnet-socketssl-perl/libio-socket-ssl-perl. closes: #111408. -- Davide Puricelli (evo) Sat, 8 Sep 2001 22:10:36 +0200 libnet-ldap-perl (0.24-1) unstable; urgency=low * New upstream version. -- Davide Puricelli (evo) Sat, 21 Jul 2001 15:12:26 +0200 libnet-ldap-perl (0.22-2) unstable; urgency=low * Updated debian/rules because of perl 5.6 and new perl policy. -- Davide Puricelli (evo) Thu, 15 Feb 2001 22:08:39 +0100 libnet-ldap-perl (0.22-1) unstable; urgency=low * New upstream version. -- Davide Puricelli (evo) Mon, 18 Sep 2000 18:47:17 +0200 libnet-ldap-perl (0.20-1) unstable; urgency=low * New maintainer. * New upstream version; closes: #63549. * Fixed debian/rules to get rid of cruft in .diff.gz. -- Davide Puricelli (evo) Sun, 6 Aug 2000 20:04:32 +0200 libnet-ldap-perl (0.13-1) unstable; urgency=low * New upstream version -- Ben Collins Thu, 25 Nov 1999 08:18:24 -0500 libnet-ldap-perl (0.12-1) unstable; urgency=low * New upstream version * Updated URL in debian/copyright file * Now removes URI/ldap.pm since liburi-perl now supplies it, closes: #41110 -- Ben Collins Mon, 12 Jul 1999 09:46:15 -0400 libnet-ldap-perl (0.11-2) unstable; urgency=low * Fixed perl dep for new packages -- Ben Collins Tue, 6 Jul 1999 07:22:32 -0400 libnet-ldap-perl (0.11-1) unstable; urgency=low * New upstream version * Fixes problem with doing ~= searches -- Ben Collins Sat, 8 May 1999 19:47:08 -0400 libnet-ldap-perl (0.10-1) unstable; urgency=low * New upstream version * Reverted attrs parsing change * Package is actually arch 'all' and not 'any' -- Ben Collins Sun, 18 Apr 1999 10:16:23 -0400 libnet-ldap-perl (0.08-4) unstable; urgency=low * Fixed attrs parsing when doing searches -- Ben Collins Sat, 17 Apr 1999 19:42:29 -0400 libnet-ldap-perl (0.08-3) unstable; urgency=low * Fixed Search.pm from erroring out when no search results were returned closes: #35350 * Fixed incorrect make args which kept man pages from being installed without errors -- Ben Collins Sat, 17 Apr 1999 16:15:42 -0400 libnet-ldap-perl (0.08-2) unstable; urgency=low * Added depends for libconvert-ber-perl (closes #32073) -- Ben Collins Mon, 18 Jan 1999 15:09:24 -0500 libnet-ldap-perl (0.08-1) unstable; urgency=low * Initial Release. -- Ben Collins Mon, 21 Dec 1998 20:31:01 -0500 debian/NEWS0000644000000000000000000000114412264327270007672 0ustar libnet-ldap-perl (1:0.5700-1) unstable; urgency=low COMPATIBILITY WARNING: The bug fix "LDAP.pm: new parameter bind(sasl_host => SASLHOST)" is an incompatible change that may break some corner-case configurations * that use SASL for authentication and * where the SASL host name differs from the host name connecting to. The incompatible change was necessary as it was not possible to fix the issue which was introduced in perl-ldap 0.37 in a compatible way. See Net::LDAP's manual page for the details on "sasl_host". -- gregor herrmann Fri, 26 Jul 2013 18:12:35 +0200 debian/libnet-ldap-perl.examples0000644000000000000000000000002012264327270014056 0ustar bin/* contrib/* debian/compat0000644000000000000000000000000212264327270010371 0ustar 8 debian/copyright0000644000000000000000000001410112264327270011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: perl-ldap Source: https://metacpan.org/release/perl-ldap/ Upstream-Contact: Peter Marschall Files: * Copyright: 1997-2011, Graham Barr License: Artistic or GPL-1+ Files: lib/Net/LDAP/Extra/eDirectory.pm Copyright: 2013, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAP/Control/EntryChange.pm lib/Net/LDAP/Control/PersistentSearch.pm Copyright: 2004-2008, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAP/Control/PreRead.pm lib/Net/LDAP/Control/PostRead.pm Copyright: 2008, 2011, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAP/Control/PasswordPolicy.pm Copyright: 2008, Chris Ridd License: Artistic or GPL-1+ Files: lib/Net/LDAP/Control/SyncDone.pm lib/Net/LDAP/Control/SyncRequest.pm lib/Net/LDAP/Control/SyncState.pm lib/Net/LDAP/Intermediate/SyncInfo.pm lib/Net/LDAP/Intermediate.pm Copyright: 2008, Mathieu Parent License: Artistic or GPL-1+ Files: lib/Net/LDAP/Extension/Refresh.pm Copyright: 2010, Etienne Bagnoud License: Artistic or GPL-1+ Files: lib/Net/LDAP/Extra/AD.pm lib/LWP/Protocol/ldap.pm lib/LWP/Protocol/ldapi.pm lib/LWP/Protocol/ldaps.pm contrib/LWPsearch.pl contrib/schema2ad.pl Copyright: 2012, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAP/FAQ.pod Copyright: 1999-2004, Graham Barr 2012, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAP/FilterMatch.pm Copyright: 2005-2006, Hans Klunder 2005-2006, Peter Marschall License: Artistic or GPL-1+ Files: lib/Net/LDAPI.pm Copyright: 2003-2004, Derrik Pates License: Artistic or GPL-1+ Files: lib/Net/LDAPS.pm Copyright: 2000-2004, Chris Ridd 2000-2004, Graham Barr License: Artistic or GPL-1+ Files: lib/Net/LDAP/Control/Assertion.pm lib/Net/LDAP/Control/MatchedValues.pm lib/Net/LDAP/Extension/Cancel.pm Copyright: 2011, Peter Marschall License: Artistic or GPL-1+ Files: contrib/jpegDisplay.pl contrib/jpegLoad.pl contrib/tklkup Copyright: 1999-2003, Clif Harden License: Artistic or GPL-1+ Files: contrib/simple-proxy.pl Copyright: 2006, Hans Klunder License: Artistic or GPL-1+ Files: data/*.schema Copyright: 1998-2012, The OpenLDAP Foundation License: OpenLDAP Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 1998-1999, Ben Collins 2000-2005, Davide Puricelli (evo) 2005-2007, Florian Ragwitz 2008, Ansgar Burchardt 2008-2010, Damyan Ivanov 2008, Marc 'HE' Brockschmidt 2008-2014, gregor herrmann 2010, Jonathan Yu 2012-2013, Xavier Guimard License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: OpenLDAP The OpenLDAP Public License Version 2.8, 17 August 2003 . Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source form must retain copyright statements and notices, . 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution, and . 3. Redistributions must contain a verbatim copy of this document. . The OpenLDAP Foundation may revise this license from time to time. Each revision is distinguished by a version number. You may use this Software under terms of this license revision or under the terms of any subsequent revision of the license. . THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The names of the authors and copyright holders must not be used in advertising or otherwise to promote the sale, use or other dealing in this Software without specific, written prior permission. Title to copyright in this Software shall at all times remain with copyright holders. . OpenLDAP is a registered trademark of the OpenLDAP Foundation. . Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, California, USA. All Rights Reserved. Permission to copy and distribute verbatim copies of this document is granted. debian/watch0000644000000000000000000000022512264327270010223 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&00/ \ https://metacpan.org/release/perl-ldap/ .+/perl-ldap-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-ldap-perl.docs0000644000000000000000000000001512264327270013174 0ustar TODO CREDITS