From: Clif H. <ch...@po...> - 2001-04-11 02:08:51
|
Looks like we have a problem on this release when you do a make test. I get the following errors; /apps/clif/perls/perl-ldap-0.22_02 15 : make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......ok t/01canon_dn........Name "main::reforig" used only once: possible typo at t/01canon_dn.t line 86. Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. FAILED tests 23-28 Failed 6/28 tests, 78.57% okay t/02filter..........ok t/50populate........skipping test on this platform t/51search..........skipping test on this platform t/52modify..........skipping test on this platform t/53schema..........ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/01canon_dn.t 28 6 21.43% 23-28 3 tests skipped. Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% okay. make: *** [test_dynamic] Error 29 Once we fix these errors I think we should release .23. Regards, Clif Harden ch...@po... Graham Barr wrote: > > Whoops, sorry the file had the wrong permissions. It is there now > > Graham. > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > I think it is about time we looked forward to a 0.23 release. > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > The release notes are > > > > > > perl-ldap 0.23 > > ================================ > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > * Fixed SASL bind to call challenge with serverSaslCreds > > * Fixed some uninit errors in Net::LDAP::Entry > > * Various documention updates > > * Added Net::LDAP::Util::canonical_dn > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > contains non-printable characters > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > and nameForms into Net::LDAP::Schema > > * The ->schema method in Net::LDAP has changed how it finds the > > schema to return. The new method is more correct, but there may > > be a possibility that this change has created an incompatability. > > * New control module Net::LDAP::Control::ProxyAuth from > > Olivier Dubois added > > > > > > If I have missed anything please let me know. > > > > Graham. > > -- |
From: Graham B. <gb...@po...> - 2001-04-11 09:39:10
|
OK, I have fixed these error in CVS. If a few people could test this release on some real scripts I will make a .23 release. Graham. On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > Looks like we have a problem on this release when > you do a make test. I get the following errors; > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00ldif-entry......ok > t/01canon_dn........Name "main::reforig" used only once: possible typo > at t/01canon_dn.t line 86. > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > FAILED tests 23-28 > Failed 6/28 tests, 78.57% okay > t/02filter..........ok > t/50populate........skipping test on this platform > t/51search..........skipping test on this platform > t/52modify..........skipping test on this platform > t/53schema..........ok > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------------- > t/01canon_dn.t 28 6 21.43% 23-28 > 3 tests skipped. > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > okay. > make: *** [test_dynamic] Error > 29 > > > Once we fix these errors I think we should release .23. > > Regards, > > Clif Harden ch...@po... > > > > > Graham Barr wrote: > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > Graham. > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > I think it is about time we looked forward to a 0.23 release. > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > The release notes are > > > > > > > > > perl-ldap 0.23 > > > ================================ > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > * Fixed some uninit errors in Net::LDAP::Entry > > > * Various documention updates > > > * Added Net::LDAP::Util::canonical_dn > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > contains non-printable characters > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > and nameForms into Net::LDAP::Schema > > > * The ->schema method in Net::LDAP has changed how it finds the > > > schema to return. The new method is more correct, but there may > > > be a possibility that this change has created an incompatability. > > > * New control module Net::LDAP::Control::ProxyAuth from > > > Olivier Dubois added > > > > > > > > > If I have missed anything please let me know. > > > > > > Graham. > > > > > -- > > |
From: Clif H. <cl...@di...> - 2001-04-11 12:04:15
|
New set of errors. Here is the print out. /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 bin/ldapsearch.PL > /home/clif/perls/perl-ldap-0.22_02 60 : make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......ok t/01canon_dn........Sequence (?<...) not recognized at blib/lib/Net/LDAP/Util.pm line 293. BEGIN failed--compilation aborted at t/01canon_dn.t line 3. dubious Test returned status 2 (wstat 512, 0x200) t/02filter........../^(\\.|[^\\*]*)*\*/: regexp *+ operand could be empty at blib/lib/Net/LDAP/Filter.pm line 122. BEGIN failed--compilation aborted at t/02filter.t line 4. dubious Test returned status 2 (wstat 512, 0x200) t/50populate........skipping test on this platform t/51search..........skipping test on this platform t/52modify..........skipping test on this platform t/53schema..........Ambiguous use of {entry} resolved to {"entry"} at blib/lib/Net/LDAP/Schema.pm line 575. ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/01canon_dn.t 2 512 ?? ?? % ?? t/02filter.t 2 512 ?? ?? % ?? Failed 2/7 test scripts, 71.43% okay. 0/14 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 29 Regards, Clif > > OK, I have fixed these error in CVS. > > If a few people could test this release on some real scripts > I will make a .23 release. > > Graham. > > On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > > > > Looks like we have a problem on this release when > > you do a make test. I get the following errors; > > > > > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > t/00ldif-entry......ok > > t/01canon_dn........Name "main::reforig" used only once: possible typo > > at t/01canon_dn.t line 86. > > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > > FAILED tests 23-28 > > Failed 6/28 tests, 78.57% okay > > t/02filter..........ok > > t/50populate........skipping test on this platform > > t/51search..........skipping test on this platform > > t/52modify..........skipping test on this platform > > t/53schema..........ok > > Failed Test Status Wstat Total Fail Failed List of failed > > ------------------------------------------------------------------------------- > > t/01canon_dn.t 28 6 21.43% 23-28 > > 3 tests skipped. > > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > > okay. > > make: *** [test_dynamic] Error > > 29 > > > > > > Once we fix these errors I think we should release .23. > > > > Regards, > > > > Clif Harden ch...@po... > > > > > > > > > > Graham Barr wrote: > > > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > > > Graham. > > > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > > I think it is about time we looked forward to a 0.23 release. > > > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > > > The release notes are > > > > > > > > > > > > perl-ldap 0.23 > > > > ================================ > > > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > > * Fixed some uninit errors in Net::LDAP::Entry > > > > * Various documention updates > > > > * Added Net::LDAP::Util::canonical_dn > > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > > contains non-printable characters > > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > > and nameForms into Net::LDAP::Schema > > > > * The ->schema method in Net::LDAP has changed how it finds the > > > > schema to return. The new method is more correct, but there may > > > > be a possibility that this change has created an incompatability. > > > > * New control module Net::LDAP::Control::ProxyAuth from > > > > Olivier Dubois added > > > > > > > > > > > > If I have missed anything please let me know. > > > > > > > > Graham. > > > > > > > > -- > > > > > > |
From: Graham B. <gb...@po...> - 2001-04-11 12:32:13
|
Ah, now you are running with 5.00404, I don't have a copy of that handy. But at some point we are going to have to drop support for older versions of perl. Graham. On Wed, Apr 11, 2001 at 07:05:25AM -0500, Clif Harden wrote: > > New set of errors. > > Here is the print out. > > > /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 bin/ldapsearch.PL > > > /home/clif/perls/perl-ldap-0.22_02 60 : make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00ldif-entry......ok > t/01canon_dn........Sequence (?<...) not recognized at blib/lib/Net/LDAP/Util.pm line 293. > BEGIN failed--compilation aborted at t/01canon_dn.t line 3. > dubious > Test returned status 2 (wstat 512, 0x200) > t/02filter........../^(\\.|[^\\*]*)*\*/: regexp *+ operand could be empty at blib/lib/Net/LDAP/Filter.pm line 122. > BEGIN failed--compilation aborted at t/02filter.t line 4. > dubious > Test returned status 2 (wstat 512, 0x200) > t/50populate........skipping test on this platform > t/51search..........skipping test on this platform > t/52modify..........skipping test on this platform > t/53schema..........Ambiguous use of {entry} resolved to {"entry"} at blib/lib/Net/LDAP/Schema.pm line 575. > ok > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------------- > t/01canon_dn.t 2 512 ?? ?? % ?? > t/02filter.t 2 512 ?? ?? % ?? > Failed 2/7 test scripts, 71.43% okay. 0/14 subtests failed, 100.00% okay. > make: *** [test_dynamic] Error 29 > > > Regards, > > Clif > > > > > > > OK, I have fixed these error in CVS. > > > > If a few people could test this release on some real scripts > > I will make a .23 release. > > > > Graham. > > > > On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > > > > > > > Looks like we have a problem on this release when > > > you do a make test. I get the following errors; > > > > > > > > > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > > t/00ldif-entry......ok > > > t/01canon_dn........Name "main::reforig" used only once: possible typo > > > at t/01canon_dn.t line 86. > > > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > > > FAILED tests 23-28 > > > Failed 6/28 tests, 78.57% okay > > > t/02filter..........ok > > > t/50populate........skipping test on this platform > > > t/51search..........skipping test on this platform > > > t/52modify..........skipping test on this platform > > > t/53schema..........ok > > > Failed Test Status Wstat Total Fail Failed List of failed > > > ------------------------------------------------------------------------------- > > > t/01canon_dn.t 28 6 21.43% 23-28 > > > 3 tests skipped. > > > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > > > okay. > > > make: *** [test_dynamic] Error > > > 29 > > > > > > > > > Once we fix these errors I think we should release .23. > > > > > > Regards, > > > > > > Clif Harden ch...@po... > > > > > > > > > > > > > > > Graham Barr wrote: > > > > > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > > > > > Graham. > > > > > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > > > I think it is about time we looked forward to a 0.23 release. > > > > > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > > > > > The release notes are > > > > > > > > > > > > > > > perl-ldap 0.23 > > > > > ================================ > > > > > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > > > * Fixed some uninit errors in Net::LDAP::Entry > > > > > * Various documention updates > > > > > * Added Net::LDAP::Util::canonical_dn > > > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > > > contains non-printable characters > > > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > > > and nameForms into Net::LDAP::Schema > > > > > * The ->schema method in Net::LDAP has changed how it finds the > > > > > schema to return. The new method is more correct, but there may > > > > > be a possibility that this change has created an incompatability. > > > > > * New control module Net::LDAP::Control::ProxyAuth from > > > > > Olivier Dubois added > > > > > > > > > > > > > > > If I have missed anything please let me know. > > > > > > > > > > Graham. > > > > > > > > > > > -- > > > > > > > > > > > > > > |
From: Chris R. <chr...@me...> - 2001-04-11 12:43:00
|
Graham Barr <gb...@po...> wrote: > Ah, now you are running with 5.00404, I don't have a copy of that handy. > > But at some point we are going to have to drop support for older versions > of perl. > > Graham. What is the minimum version of perl that perl-ldap needs? We should test for that in Makefile.PL. Cheers, Chris |
From: Clif H. <cl...@di...> - 2001-04-11 13:03:54
|
> > Graham Barr <gb...@po...> wrote: > > Ah, now you are running with 5.00404, I don't have a copy of that handy. > > > > But at some point we are going to have to drop support for older versions > > of perl. > > > > Graham. > > What is the minimum version of perl that perl-ldap needs? We should test > for that in Makefile.PL. > > Cheers, > > Chris > > In my opinion the lowest version should be 5.004. All previous perl-ldap verisons installed with no problem(s) on 5.004. This is the first version that I know of that has had problems on 5.004. If we are going to set the mimimum version to 5.00503 then I think we need to let users (list) know about this well in advance of doing it. Regards, Clif Harden INTERNET: c-h...@ti... |
From: Graham B. <gb...@po...> - 2001-04-11 13:09:34
|
> > What is the minimum version of perl that perl-ldap needs? We should test > > for that in Makefile.PL. > > In my opinion the lowest version should be 5.004. > > All previous perl-ldap verisons installed with no > problem(s) on 5.004. This is the first version that I > know of that has had problems on 5.004. > > If we are going to set the mimimum version to 5.00503 > then I think we need to let users (list) know about this > well in advance of doing it. Well that is fine. As I said "as some point" we need to drop support for older versions. I am happy to support them as long as supporting older versions does not hold back new features. Right now I don't think that is the case. The problem we currently have are probably just oversights, in which case we should fix them. Graham. |
From: Christoph N. <en...@ap...> - 2001-04-11 15:41:45
|
Test errors on: RedHat 6.2 2.2.18 i686 [enigma@perelandra perl-ldap-0.22_02]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......ok t/01canon_dn........Name "main::reforig" used only once: possible typo at t/01canon_dn.t line 86. Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. FAILED tests 23-28 Failed 6/28 tests, 78.57% okay t/02filter..........ok t/50populate........skipping test on this platform t/51search..........skipping test on this platform t/52modify..........skipping test on this platform t/53schema..........ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/01canon_dn.t 28 6 21.43% 23-28 3 tests skipped. Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% okay. make: *** [test_dynamic] Error 29 I just grabbed http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz and compiled - Christoph On Wed, 11 Apr 2001, Graham Barr wrote: > OK, I have fixed these error in CVS. > > If a few people could test this release on some real scripts > I will make a .23 release. > > Graham. > > On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > > > > Looks like we have a problem on this release when > > you do a make test. I get the following errors; > > > > > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > t/00ldif-entry......ok > > t/01canon_dn........Name "main::reforig" used only once: possible typo > > at t/01canon_dn.t line 86. > > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > > FAILED tests 23-28 > > Failed 6/28 tests, 78.57% okay > > t/02filter..........ok > > t/50populate........skipping test on this platform > > t/51search..........skipping test on this platform > > t/52modify..........skipping test on this platform > > t/53schema..........ok > > Failed Test Status Wstat Total Fail Failed List of failed > > ------------------------------------------------------------------------------- > > t/01canon_dn.t 28 6 21.43% 23-28 > > 3 tests skipped. > > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > > okay. > > make: *** [test_dynamic] Error > > 29 > > > > > > Once we fix these errors I think we should release .23. > > > > Regards, > > > > Clif Harden ch...@po... > > > > > > > > > > Graham Barr wrote: > > > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > > > Graham. > > > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > > I think it is about time we looked forward to a 0.23 release. > > > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > > > The release notes are > > > > > > > > > > > > perl-ldap 0.23 > > > > ================================ > > > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > > * Fixed some uninit errors in Net::LDAP::Entry > > > > * Various documention updates > > > > * Added Net::LDAP::Util::canonical_dn > > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > > contains non-printable characters > > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > > and nameForms into Net::LDAP::Schema > > > > * The ->schema method in Net::LDAP has changed how it finds the > > > > schema to return. The new method is more correct, but there may > > > > be a possibility that this change has created an incompatability. > > > > * New control module Net::LDAP::Control::ProxyAuth from > > > > Olivier Dubois added > > > > > > > > > > > > If I have missed anything please let me know. > > > > > > > > Graham. > > > > > > > > -- > > > > > > |
From: Graham B. <gb...@po...> - 2001-04-11 16:38:53
|
For those who do not have CVS access there is now a fixed release at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_03.tar.gz This does not yet have any fixes for 5.004 Graham. On Wed, Apr 11, 2001 at 08:41:44AM -0700, Christoph Neumann wrote: > > Test errors on: > RedHat 6.2 2.2.18 i686 > > [enigma@perelandra perl-ldap-0.22_02]$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00ldif-entry......ok > t/01canon_dn........Name "main::reforig" used only once: possible typo at > t/01canon_dn.t line 86. > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > FAILED tests 23-28 > Failed 6/28 tests, 78.57% okay > t/02filter..........ok > t/50populate........skipping test on this platform > t/51search..........skipping test on this platform > t/52modify..........skipping test on this platform > t/53schema..........ok > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------------- > t/01canon_dn.t 28 6 21.43% 23-28 > 3 tests skipped. > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% okay. > make: *** [test_dynamic] Error 29 > > I just grabbed > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > and compiled > > - Christoph > > > On Wed, 11 Apr 2001, Graham Barr wrote: > > > OK, I have fixed these error in CVS. > > > > If a few people could test this release on some real scripts > > I will make a .23 release. > > > > Graham. > > > > On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > > > > > > > Looks like we have a problem on this release when > > > you do a make test. I get the following errors; > > > > > > > > > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > > t/00ldif-entry......ok > > > t/01canon_dn........Name "main::reforig" used only once: possible typo > > > at t/01canon_dn.t line 86. > > > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > > > FAILED tests 23-28 > > > Failed 6/28 tests, 78.57% okay > > > t/02filter..........ok > > > t/50populate........skipping test on this platform > > > t/51search..........skipping test on this platform > > > t/52modify..........skipping test on this platform > > > t/53schema..........ok > > > Failed Test Status Wstat Total Fail Failed List of failed > > > ------------------------------------------------------------------------------- > > > t/01canon_dn.t 28 6 21.43% 23-28 > > > 3 tests skipped. > > > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > > > okay. > > > make: *** [test_dynamic] Error > > > 29 > > > > > > > > > Once we fix these errors I think we should release .23. > > > > > > Regards, > > > > > > Clif Harden ch...@po... > > > > > > > > > > > > > > > Graham Barr wrote: > > > > > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > > > > > Graham. > > > > > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > > > I think it is about time we looked forward to a 0.23 release. > > > > > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > > > > > The release notes are > > > > > > > > > > > > > > > perl-ldap 0.23 > > > > > ================================ > > > > > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > > > * Fixed some uninit errors in Net::LDAP::Entry > > > > > * Various documention updates > > > > > * Added Net::LDAP::Util::canonical_dn > > > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > > > contains non-printable characters > > > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > > > and nameForms into Net::LDAP::Schema > > > > > * The ->schema method in Net::LDAP has changed how it finds the > > > > > schema to return. The new method is more correct, but there may > > > > > be a possibility that this change has created an incompatability. > > > > > * New control module Net::LDAP::Control::ProxyAuth from > > > > > Olivier Dubois added > > > > > > > > > > > > > > > If I have missed anything please let me know. > > > > > > > > > > Graham. > > > > > > > > > > > -- > > > > > > > > > > > > |
From: Clif H. <ch...@po...> - 2001-04-12 04:02:31
|
Graham Barr wrote: > > For those who do not have CVS access there is now a fixed release at > > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_03.tar.gz > > This does not yet have any fixes for 5.004 > > Graham. > Loaded and tested on my Linux Mandrake 6.2 system, perl version 5.005_03 and OpenLdap 2.0.7. I loaded and displayed a couple of jpegPhotos, pulled schema and records using the tklkup script in the contrib section. I did not have any problems. Regards, Clif Harden ch...@po... |
From: Graham B. <gb...@po...> - 2001-04-12 14:28:15
|
OK, sounds good. Although I have only had a handful of people test things. However I am unable to get perl5.00404 to compile here, so unless someone can send me some patches, 0.23 is unlikely to be 5.00404 compatable. Graham. On Wed, Apr 11, 2001 at 11:05:46PM -0500, Clif Harden wrote: > Graham Barr wrote: > > > > For those who do not have CVS access there is now a fixed release at > > > > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_03.tar.gz > > > > This does not yet have any fixes for 5.004 > > > > Graham. > > > > Loaded and tested on my Linux Mandrake 6.2 system, perl version > 5.005_03 and OpenLdap 2.0.7. > > I loaded and displayed a couple of jpegPhotos, pulled schema and records > using the tklkup script in the contrib section. > > I did not have any problems. > > Regards, > > Clif Harden ch...@po... > |
From: Graham B. <gb...@po...> - 2001-04-12 16:44:46
|
OK, I finally got 5.00404 compiled. http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_04.tar.gz should work with 5.00404 Graham. On Thu, Apr 12, 2001 at 03:26:16PM +0100, Graham Barr wrote: > OK, sounds good. Although I have only had a handful of people test things. > > However I am unable to get perl5.00404 to compile here, so unless > someone can send me some patches, 0.23 is unlikely to be 5.00404 compatable. > > Graham. > > On Wed, Apr 11, 2001 at 11:05:46PM -0500, Clif Harden wrote: > > Graham Barr wrote: > > > > > > For those who do not have CVS access there is now a fixed release at > > > > > > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_03.tar.gz > > > > > > This does not yet have any fixes for 5.004 > > > > > > Graham. > > > > > > > Loaded and tested on my Linux Mandrake 6.2 system, perl version > > 5.005_03 and OpenLdap 2.0.7. > > > > I loaded and displayed a couple of jpegPhotos, pulled schema and records > > using the tklkup script in the contrib section. > > > > I did not have any problems. > > > > Regards, > > > > Clif Harden ch...@po... > > |
From: Clif H. <cl...@di...> - 2001-04-18 02:37:04
|
It does work on 5.004. Regards, Clif 1> > OK, I finally got 5.00404 compiled. > > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_04.tar.gz > > should work with 5.00404 > > Graham. > |
From: Graham B. <gb...@po...> - 2001-04-19 15:25:36
|
OK, Well I have heard of no problems, so I will make a release either tonight or tomorrow. Graham. On Tue, Apr 17, 2001 at 09:38:11PM -0500, Clif Harden wrote: > > It does work on 5.004. > > Regards, > > Clif > > > > 1> > > OK, I finally got 5.00404 compiled. > > > > http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_04.tar.gz > > > > should work with 5.00404 > > > > Graham. > > > |