Hello community, here is the log from the commit of package perl-ldap for openSUSE:Factory checked in at 2015-02-16 22:12:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-ldap (Old) and /work/SRC/openSUSE:Factory/.perl-ldap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ldap" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-ldap/perl-ldap.changes 2013-09-09 19:47:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-ldap.new/perl-ldap.changes 2015-02-16 22:12:53.000000000 +0100 @@ -1,0 +2,334 @@ +Fri Feb 13 20:26:25 UTC 2015 - [email protected] + +- update to 0.64 + +0.64 -- Thu Jun 19 17:48:08 CEST 2014 + +Bug Fixes: +* LDAP.pm: set SSL_cipher_list correctly +* RT#96203: LDAP.pm: use correct length for syswrite +* LDIF.pm: fix next outside loop in _write_one_entry +* Entry.pod: fix typo + +0.63 -- Sun Jun 1 12:42:59 CEST 2014 + +Enhancements: +* Entry.pm: accept options for update() in the LDIF case +* LDIF.pm: + - implement writing controls + - refactor _write_entry + - check for decoding errors in LWP-based URLs + +Bug Fixes: +* RT#95001: Do not set SSL_ciphers to ALL by default +* Entry.pm: delete(): return $self if called w/o args + +0.62 -- Sun Apr 6 11:25:05 CEST 2014 + +Enhancements: +Util.pm: remove superfluous space from POD +FAQ.pm: update perl-ldap & Perl version numbers + +Bug Fixes: +RT#94357: t/08time.t: skip tests on too old Perl versions +RT#94341: FAQ.pm: fix incorrect instruction +jpegDisplay.pl: overhaul to make it work again + +0.61 -- Sat Mar 29 17:21:45 CET 2014 + +Enhancements: +* {LDAP,LDIF}.pod: update documentation of raw => REGEX +* support LWP-supproted URLs when reading LDIFs (incl. tests) +* add test for Net::LDAP::Util's time functions +* tests: set default OpenLDAP DB type to mdb + +Bug Fixes: +* RT#94047: Control.pm: add missing word in POD +* RT#93945: Util.pm: make sure $dec is defined +* LDIF.pm: when reading LDIFs, allow control values to be absent +* Control/ProxyAuth.pm: fix initialization using value => ... +* Util.pm: fix corner cases in time conversion functions + +0.60 -- Sat Mar 8 14:00:02 CET 2014 + +Enhancements: +* IO::Socket::IP support + - if installed in version 0.20 or higher, prefer it over IO::Socket::INET* + - use IO::Socket::INET* as fallback if it isn't installed + - this solves RT#93122, which IMHO is not really a bug of perl-ldap +* remove trailing whitespace in contrib/* + +0.59 -- Tue Mar 4 16:21:15 CET 2014 + +Bug Fixes: +* Handle SASL security layers correctly on rebind + Thanks Ben Morrow <[email protected]> +* Control/Paged.pm: fix typo in POD sample code + +Enhancements: +* t/60cancel.t: add explanation about potential cause of failure +* LDAP.pm: accessor method sasl for Authen::SASL object +* LDAP.pm: adapt socket() to support SASL layers +* Message.pod: consolidate dcwocumentation of control() +* Control.pm: documentation update +* LDAP.pod: add note about IO::Socket::IP and Timeout +* LDIF.pm: overhaul + - set error when write fails + - simplify _read_entry + - simplify _write_entry + - coding style harmonization + - error checks when reading changetype: delete + - make _error() return undef/empty list, adapt callers + - refactor handling DNs when reading + - new method _read_attribute_value() + +0.58 -- Mon Dec 23 17:35:53 CET 2013 + +Bug Fixes: +* RT#91210: Paged.pm: fix example code +* RT#90459: LDAP.pm: make LDAPS work after LDAP+start_tls +* RT#91177: AD.pm: fix change_ADpassword() +* RT#88792: Constant.pm: add LDAP_CONTROL_SORTRESPONSE + +Enhancements: +* Filter.pod: remove misleading text +* typo fixes +* RT#91156: add META.json +* DSML.pm, Protocol/ldap.pm: use MIME::Base64::decode() +* make MIME::Base64 mandatory +* README: update optional modules, slight reorganization +* Entry.pod: update documentation of N:L:E->update +* Makefile.PL: require Text::Soundex for tests + +0.57 -- Sun Jul 21 18:35:12 CEST 2013 + +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". + +Bug Fixes: +* LDAP.pm: new parameter bind(sasl_host => SASLHOST) +* Entry.pm: ignore options when update()ing LDIF +* Entry.pm: let update() fail correctly on illegal target +* RT#86053: FAQ.pod: fix spelling error +* *.{pm,pod}: lots of more grammar & spelling fixes / harmonizations + +Enhancements: +* LDAP.pm: use data_ready() in process() +* Util.pm: simplify return on error +* Constant.pm: add constant LDAP_CONTROL_NOOP +* Schema.pm: call isa() as recommented in UNIVERSAL.pm + +0.56 -- Sat Jun 8 13:14:47 CEST 2013 + +Bug Fixes: +* RT#85941: LDAP.pm: new method data_ready() +* RT#84886: Control/Relax.pm: fix typo in documentation + +Enhancements: +* FAQ.pod: add more directory servers +* t/07filtermatch.t: skip some tests unless Text::Soundex is installed +* t/74matchedvalues.t: new, tests for MatchedValues control +* t/73assert.t: new, tests for Assertion control +* LDIF.pm: overhaul + - flexibilize mode handling, accept PerlIO layers + - get rid of dependency on Symbol & SelectSaver + - convert _write_... to object methods + - use indirect file handles for URLs +* LWP/Protocol/ldap.pm: use regex as 1st arg to split() + +0.55 -- Tue Apr 23 11:18:15 CEST 2013 + +Bug Fixes: +RT#84410: PersistentSearch.pm: use $message->pop_entry() in example +RT#84774: Constant.pm: unbreak Novell eDirectory constants + +Enhancements: +Control/ManageDsaIT.pm: update documentation & simplify a bit +Control/Relax.pm: new +Constant.pm: add LDAP_CONTROL_RELAX +LDAP.pod: omit space from filter in synopsis +FAQ.pod: don't talk of "2 lines" when there's only one +Extra/eDirectory.pm: fix typo, space police + +0.54 -- Fri Mar 29 12:07:40 CET 2013 + +Bug Fixes: +* RT#73202: LDIF.pm: Base64-encode values ending in spaces +* RT#83815: fix typo/bug in example for root_dse + +Enhancements: +* FAQ.pod: mention Dancer::Plugin::LDAP, update example +* Extra/eDirectory.pm: new; extensions for eDirectory +* Constant.pm: add constants for Novell eDirectory +* LDIF.pm: clean up handling of mode parameter +* LDIF.pm: partially support controls when reading +* Util.pm: add time conversion functions +* Makefile.PL: update recommends, add comments on core modules +* FAQ.pod: update info on required/optional modules +* LDAP.pod,FAQ.pod: harmonize documentation of scope values + +0.53 -- Sat Jan 26 18:23:35 CET 2013 + +Bug Fixes: +* various clarification & fixes in documentation +* t/7{1pre,2post}read.t: don't use deprecated methods + +Enhancements: +* Filter.pm: new method negate() +* Util.pm: new function ldap_url_parse() +* RT#77716: LDAP.pm: new option keepalive for new() +* LDAP.pm: convert scheme to lowercase in new() +* FAQ.pod: how to search all members of a large AD group +* FAQ.pod: how to do nested group searches in AD + +0.52 -- Tue Jan 1 13:54:22 CET 2013 + +Bug Fixes: +* fix PreRead & PostRead controls +* AD.pm: fix typo in documentation + ++++ 137 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/perl-ldap/perl-ldap.changes ++++ and /work/SRC/openSUSE:Factory/.perl-ldap.new/perl-ldap.changes Old: ---- perl-ldap-0.44.tar.gz New: ---- perl-ldap-0.64.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-ldap.spec ++++++ --- /var/tmp/diff_new_pack.v3rdA0/_old 2015-02-16 22:12:53.000000000 +0100 +++ /var/tmp/diff_new_pack.v3rdA0/_new 2015-02-16 22:12:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-ldap # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: perl-ldap %define cpan_name perl-ldap -Version: 0.44 +Version: 0.64 Release: 0 Summary: Client Interface for LDAP Servers License: GPL-1.0+ or Artistic-1.0 ++++++ perl-ldap-0.44.tar.gz -> perl-ldap-0.64.tar.gz ++++++ ++++ 28512 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
