Commit graph

11 commits

Author SHA1 Message Date
mef
2cb1591a71 Update 0.10 to 0.19
-------------------
0.11    04 June 2011
        * fixes for Net::LDAP::Server 0.43, per patch from RT
	https://rt.cpan.org/Ticket/Display.html?id=68577

0.12    27 Jan 2012
        * added stop() method in response to https://rt.cpan.org/Ticket/Display.html?id=69615
          removed DESTROY() method since it was a no-op.
        * RT 74425 - conditional debug output
        * RT 74416 - allow for instantiating with an existing socket object
        * RT 74461 - return requested attributes in auto_schema mode

0.13    17 April 2012
        * RT 76270 - attributes add/delete/replace

0.14    27 July 2012
        * RT 78612 - search scope patch from Thomas Sibley

0.15    21 Sept 2012
        * RT 79776 - Net::LDAP >= 0.44 causes stop() to hang indefinitely. Added an alarm()
          workaround to kill() the problem pid if waitpid() hangs.

0.16    25 Oct 2012
        * RT 80360 - return correct LDAP constant if entry does not exist
          Patch from Joni Salonen.
        * RT 80377 - return correct LDAP constant for variety of conditions.
          Patches from Rafael Porres Molina.

0.17    2 Feb 2013
        * fix regression introduced in 0.16 via 4896a0418ecf704723d91b9d8efae662c0260e79
          (issue RT 80360)

0.18    14 March 2013
        * RT 83905 - server->stop() with waitpid+kill may take a second or two to work,
          so check+sleep for 10 seconds before returning.

0.19    30 April 2013
        * patches from chorny @github patching Windows hanging bug (RT #84836)
2015-02-13 13:30:06 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
71ef470122 Updating devel/p5-Net-LDAP-Server-Test from 0.8.0.01 to 0.10
pkgsrc changes:
- add license
- adjust download directory

Upstream changes (since 0.08_01 - upstream version of packaged 0.8.0.01):
0.10    15 June 2010
        * ditch the pseudo-sleep() delay in forking child, instead using
          a pipe() check.  Patch from David Leadbeater via
          https://rt.cpan.org/Public/Bug/Display.html?id=56987
        * quiet line noise when primaryGroupID not used. Patch from Ted
          Katseres via https://rt.cpan.org/Public/Bug/Display.html?id=58337

0.09    17 Feb 2010
        * wrap print to $socket handle in {} braces for perl 5.6.x
        * rewrite _sid2string() and _string2sid() with better pack/unpack
          magic. Thanks to David Lowe.

0.08    26 Aug 2009
        * make debugging messages optional with LDAP_DEBUG env var
        * add support for Net::LDAP::Control (specifically,
          Net::LDAP::Control::Paged)
2010-09-22 06:09:30 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
fa498eb004 Update to version 0.8.0.01.
This is only a package version change: the version 0.8.0.01 is IMHO
more accurate, wrt to the Perl 5 module version, than the previous
version 0.80.100.
Yes this makes the package version decreasing. Sorry... Please bear
with me.
2009-03-11 21:43:35 +00:00
seb
c6bb27c001 No need for any languages to build this package: empty USE_LANGUAGES. 2009-03-08 22:03:50 +00:00
seb
b4c56f5a17 Initial import of p5-Net-LDAP-Server-Test version 0.80.100,
upstream version 0.08_01, in the NetBSD Packages Collection.

The Perl 5 module Net::LDAP::Server::Test allows you to test to
Net::LDAP code without having a real LDAP server available.
2009-03-07 22:10:47 +00:00