Skip to content

Commit

Permalink
libnet-ldapapi-perl (3.0.4-1) unstable; urgency=medium
Browse files Browse the repository at this point in the history
  * New upstream release.
  * Fix undef comparison
  * Misc variable initializations to quiet warnings
  * Fixed sasl mechanisms initializtion
  * Examples cleanup
  * LDAPv3 extended operation support
  * New developer mode test suite
  * Fixed quanah/net-ldapapi#3: ldap_set_rebind_proc XS being called with
    invalid arguments from set_rebind_proc
  * Fixed quanah/net-ldapapi#6: ldap_sasl_bind has wrong prototype in
    LDAPapi.xs
  * Fixed quanah/net-ldapapi#8: search_s() clobbers ATTRS parameter
  * Fixed quanah/net-ldapapi#11: result() blocking when called with output
    from rename()
  * Fixed quanah/net-ldapapi#20: ldap_result() doesn't honour passed
    timeout value
  * Fixed quanah/net-ldapapi#21: ldap_set_option(LDAP_OPT_TIMEOUT, 1) on
    OpenLDAP returns -1
  * Fixed quanah/net-ldapapi#28: Server control responses get eaten after
    a NULL character in the berval
  * Fixed quanah/net-ldapapi#30: ldap_search_ext() and ldap_search_ext_s()
    segfault when used with timeout
  * Fixed quanah/net-ldapapi#31: ldap_result() and ldap_url_search_st()
    timeout parameters have a granularity of 1 second
  * Fixed quanah/net-ldapapi#40: Server control requests get eaten after a
    NULL character in the berval
  * Correct merge problem with POD error.
  * Update standards version to 3.9.8 (no changes required).

[dgit import package libnet-ldapapi-perl 3.0.4-1]
  • Loading branch information
whm committed Aug 14, 2016
1 parent 05565cb commit 6835b5f
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LDAPapi.pm
Expand Up @@ -2468,6 +2468,8 @@ Net::LDAPapi - Perl5 Module Supporting LDAP API
=head1 SUPPORTED METHODS
=over 4
=item abandon MSGID SCTRLS CCTRLS
This cancels an asynchronous LDAP operation that has not completed. It
Expand Down
89 changes: 89 additions & 0 deletions debian/changelog
@@ -0,0 +1,89 @@
libnet-ldapapi-perl (3.0.4-1) unstable; urgency=medium

* New upstream release.
* Fix undef comparison
* Misc variable initializations to quiet warnings
* Fixed sasl mechanisms initializtion
* Examples cleanup
* LDAPv3 extended operation support
* New developer mode test suite
* Fixed quanah/net-ldapapi#3: ldap_set_rebind_proc XS being called with
invalid arguments from set_rebind_proc
* Fixed quanah/net-ldapapi#6: ldap_sasl_bind has wrong prototype in
LDAPapi.xs
* Fixed quanah/net-ldapapi#8: search_s() clobbers ATTRS parameter
* Fixed quanah/net-ldapapi#11: result() blocking when called with output
from rename()
* Fixed quanah/net-ldapapi#20: ldap_result() doesn't honour passed
timeout value
* Fixed quanah/net-ldapapi#21: ldap_set_option(LDAP_OPT_TIMEOUT, 1) on
OpenLDAP returns -1
* Fixed quanah/net-ldapapi#28: Server control responses get eaten after
a NULL character in the berval
* Fixed quanah/net-ldapapi#30: ldap_search_ext() and ldap_search_ext_s()
segfault when used with timeout
* Fixed quanah/net-ldapapi#31: ldap_result() and ldap_url_search_st()
timeout parameters have a granularity of 1 second
* Fixed quanah/net-ldapapi#40: Server control requests get eaten after a
NULL character in the berval
* Correct merge problem with POD error.
* Update standards version to 3.9.8 (no changes required).

-- Bill MacAllister <bill@ca-zephyr.org> Sun, 14 Aug 2016 00:57:20 -0700

libnet-ldapapi-perl (3.0.3-7) unstable; urgency=low

* Initial upload to Debian. (Closes: #500174)
* Patch upstream POD documentation to fix syntax errors.
* Add a watch file.
* Add Homepage control field.
* Switch to the new proposed copyright format and update dates.
* Add ${misc:Depends} to dependencies.
* Update to debhelper compatibility level V7.
- Use debhelper rule minimization with overrides.
* Update standards version to 3.8.1 (no changes required).
* Add myself as an uploader.

-- Russ Allbery <rra@debian.org> Tue, 17 Mar 2009 17:27:48 -0700

libnet-ldapapi-perl (3.0.3-6) unstable; urgency=low

* Turn on gcc optimization.
* Some package cleanup. Remove explicit version dependancies. Remove
meaningless comments.

-- Bill MacAllister <whm@stanford.edu> Sat, 15 Nov 2008 22:47:01 -0800

libnet-ldapapi-perl (3.0.3-5) unstable; urgency=low

* Change the dependencies to be less stringent.

-- Bill MacAllister <whm@stanford.edu> Sun, 19 Oct 2008 23:08:38 -0700

libnet-ldapapi-perl (3.0.3-4) unstable; urgency=low

* Removed unnecessary rmdir.
* Updated standards version to 3.8.0.
* Adding examples to package.

-- Bill MacAllister <whm@stanford.edu> Thu, 25 Sep 2008 10:47:25 -0700

libnet-ldapapi-perl (3.0.3-3) unstable; urgency=low

* Correct an error in the build process.

-- Bill MacAllister <whm@stanford.edu> Thu, 4 Sep 2008 14:22:41 -0700

libnet-ldapapi-perl (3.0.3-2) unstable; urgency=low

* Fix up the package to make sure the module is installed in the
correct directory.

-- Bill MacAllister <whm@stanford.edu> Thu, 4 Sep 2008 00:20:02 -0700

libnet-ldapapi-perl (3.0.3-1) unstable; urgency=low

* Initial release

-- Bill MacAllister <whm@stanford.edu> Wed, 3 Sep 2008 22:51:50 -0700

1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
7
18 changes: 18 additions & 0 deletions debian/control
@@ -0,0 +1,18 @@
Source: libnet-ldapapi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50), perl, libldap2-dev, libsasl2-dev
Maintainer: Bill MacAllister <bill@ca-zephyr.org>
Uploaders: Russ Allbery <rra@debian.org>
Standards-Version: 3.9.8
Homepage: https://github.com/quanah/net-ldapapi

Package: libnet-ldapapi-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
libconvert-asn1-perl
Description: Perl bindings for OpenLDAP C API
Net::LDAPapi provides a Perl interface to the OpenLDAP C libraries.
Both the original "C API" and new "Perl OO" style interface methods
are supported. This module differs from Net::LDAP in that it
uses C bindings to achieve significant performance improvements.
20 changes: 20 additions & 0 deletions debian/copyright
@@ -0,0 +1,20 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=443
Upstream-Name: Net-LDAPapi
Upstream-Maintainer: Quanah Gibson-Mount <mishikal@yahoo.com>
Upstream-Source: http://sf.net/projects/net-ldapapi/

Files: *
Copyright: 2007 Quanah Gibson-Mount. All rights reserved
2007, 2008, 2009 Board of Trustees, Leland Stanford Jr. University
2003 Howard Chu. All rights reserved.
1998 Clayton Donley. All rights reserved.
License: GPL-1+ | Artistic
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
.
Perl is distributed under either the Artistic License or the GPL (version
1 or later). The full text of the current version of the GPL is
available in Debian systems in /usr/share/common-licenses/GPL. The full
text of the Artistic License is available on Debian systems in
/usr/share/common-licenses/Artistic.
3 changes: 3 additions & 0 deletions debian/docs
@@ -0,0 +1,3 @@
Credits
README
Todo
1 change: 1 addition & 0 deletions debian/examples
@@ -0,0 +1 @@
examples/*
33 changes: 33 additions & 0 deletions debian/rules
@@ -0,0 +1,33 @@
#!/usr/bin/make -f
%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- --sasl=/usr/include/sasl

# Suppress the test suite since it requires interactivity.
override_dh_auto_test:

override_dh_compress:
dh_compress -X examples

binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs Todo README
dh_installexamples
dh_installchangelogs Changes
dh_link
dh_strip
dh_compress -X examples
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary
2 changes: 2 additions & 0 deletions debian/watch
@@ -0,0 +1,2 @@
version=3
http://sf.net/net-ldapapi/Net-LDAPapi-([\d.]+)\.tar\.gz

0 comments on commit 6835b5f

Please sign in to comment.