forked from pool/perl-ldap
		
	* Fix copy & paste errors in Net::LDAP::Message 0.42 -- Sat Sep 3 07:46:06 CDT 2011 * Check whether LDAP socket object has a peerhost() method defined before calling it. This fixes SASL authentication over UNIX domain (ldapi://) sockets. [Chris Mikkelson] 0.41 -- Sat Sep 3 07:37:31 CDT 2011 * use of non-localised $_ in Net::LDAP::Constant causes prolems in lemonldap-ng [Damyan Ivanov] * Added cn,o,ou to the default set of case-insensitive attributes [Kartik Subbarao] * Entry.pod: fix typos [Peter Marschall] * extend Net::LDAP::Entry->update() to take LDIF objects [Peter Marschall] * Specify that we want to use the 'ldap' scheme to verify certificates. [Kevan Carstensen] - licence correction OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ldap?expand=0&rev=26
		
			
				
	
	
		
			270 lines
		
	
	
		
			9.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			270 lines
		
	
	
		
			9.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| Mon Sep  5 01:34:51 UTC 2011 - vcizek@suse.com
 | |
| 
 | |
| - update to 0.43
 | |
|   * Fix copy & paste errors in Net::LDAP::Message
 | |
| 0.42 -- Sat Sep 3 07:46:06 CDT 2011
 | |
|   * Check whether LDAP socket object has a peerhost() method defined before calling it. This fixes SASL authentication over UNIX domain (ldapi://) sockets. [Chris Mikkelson]
 | |
| 0.41 -- Sat Sep 3 07:37:31 CDT 2011
 | |
|   * use of non-localised $_ in Net::LDAP::Constant causes prolems in lemonldap-ng [Damyan Ivanov]
 | |
|   * Added cn,o,ou to the default set of case-insensitive attributes [Kartik Subbarao]
 | |
|   * Entry.pod: fix typos [Peter Marschall]
 | |
|   * extend Net::LDAP::Entry->update() to take LDIF objects [Peter Marschall]
 | |
|   * Specify that we want to use the 'ldap' scheme to verify certificates. [Kevan Carstensen]
 | |
| - licence correction
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jan  7 14:45:33 UTC 2011 - vcizek@novell.com
 | |
| 
 | |
| - update to 0.4001
 | |
|  * Update Module::Install and generate META.yml
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Dec  1 13:33:12 UTC 2010 - coolo@novell.com
 | |
| 
 | |
| - switch to perl_requires macro
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Nov 29 18:30:21 UTC 2010 - coolo@novell.com
 | |
| 
 | |
| - remove /var/adm/perl-modules
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Apr 19 21:30:15 CEST 2010 - dmueller@suse.de
 | |
| 
 | |
| - update to 0.4001:
 | |
|   * Update Module::Install and generate META.yml
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar 24 19:36:29 UTC 2010 - rbos@opensuse.org
 | |
| 
 | |
| - update to 0.40
 | |
|   * Avoid 'cookie parsing error' on OpenLDAP 2.3 [Mathieu Parent]
 | |
|   * Added e-syncRefreshRequired constant [Mathieu Parent]
 | |
|   * Minor typo fix in documentation [Quanah Gibson-Mount]
 | |
|   * Update CREDITS for Mathieu Parent
 | |
|   * Remove runtime dependency on DATA handle for constants
 | |
|   * Clarify documentation for gen_password
 | |
|   * Allow caller to pass Authen::SASL client_new object
 | |
|   * fix typo [Peter Marschall]
 | |
|   * use current IO::Socket::SSL's method start_SSL instead of deprecated function socketToSSL; raise required IO::Socket:SSL version appropriately [Peter Marschall]
 | |
|   * FilterMatch.pm: fix regex treatment in _{cis,exact}_substrings(). [Peter Marschall]
 | |
|   * FilterMatch.pm: correct # of args in function declarations/definitions [Peter Marschall]
 | |
|   * Don't duplicate documentation [Mathieu Parent]
 | |
|   * Added numcmp option to compare attributes numerically. [Kartik Subbarao]
 | |
|   * Avoid infinite loop when authenticating with EXTERNAL mechanism
 | |
|   * Add Net::LDAP::Extension::Refresh as described in RFC2589 [Etienne Bagnoud]
 | |
|   * RT#40068 Fix tests to work with 2.4.11
 | |
|   * Add ldif method to Net::LDAP::Entry
 | |
|   * RT#46111 Make LWP::Protocol::ldap return ldif when requested
 | |
|   * RT#51165 Compact multiple consecutive spaces in Net::LDAP::Util::canonical_dn
 | |
|   * RT#46125 Add LWP::Protocol::ldaps to support ldaps: urls
 | |
|   * RT#44110 Fix Net::LDAP::LDIF->current_lines
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
 | |
| 
 | |
| - enable parallel build
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 28 09:52:19 CEST 2009 - rbos@opensuse.org
 | |
| 
 | |
| - Added patch SyncRequestCookie.patch to avoid 'cookie parsing error'
 | |
|   in combination with openldap-2.3
 | |
| - Added chmod -x to prevent a rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb 23 16:11:13 CET 2009 - anicka@suse.cz
 | |
| 
 | |
| - update to 0.39 
 | |
|  * Several fixes to the handling of IntermediateMessage and LDAP
 | |
|    Content synchronisation
 | |
|  * Fix dsmt test to not fail on win32
 | |
|  * Fix Net::LDAP::Util to not cause Undefined subroutine
 | |
|    &Net::LDAP::Util::ldap_error_desc
 | |
|  * Fix bug in Net::LDAP::Extension using wrong field for resultCode
 | |
|  * Fix Net::LDAP::Control::PasswordPolicy decoding bug.
 | |
|  * Net::LDAP::Extension::SetPassword now supports controls
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 10 18:03:52 CEST 2008 - anicka@suse.cz
 | |
| 
 | |
| - update to 0.37 
 | |
|  * Add Modify Increment (RFC 4525) support
 | |
|  * Add Content Synchronization (RFC 4453) support
 | |
|  * Added controls for PreRead & PostRead
 | |
|  * Added vendorName/vendorVersion (RFC 3045) to root_dse()
 | |
|  * add option to support IPv6
 | |
|  * Allow Entry->deleted to be called with a single value is well
 | |
|    as array ref
 | |
|  * Added Net::LDAP::Control::PasswordPolicy to support draft RFC
 | |
|  * bugfixes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 15 23:17:52 CEST 2008 - jw@suse.de
 | |
| 
 | |
| - perl-ldap does not conform to our naming conventions for perl packages.
 | |
|   Added a Provides: perl-Net-LDAP to make user's life easier.
 | |
|   (Using version numbers, to allow future package rename)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
 | |
| 
 | |
| - update to 0.34 
 | |
|   * Improve dealing with mixed case attributes in Net::LDAP::Entry
 | |
|   * Documentation fixes & updates
 | |
|   * Don't let Net::LDAP->bind() die on SASL errors
 | |
|   * Fix case-folding in Net::LDAP::Util::ldap_explode_dn()
 | |
|   * Saner default for ldapi socket
 | |
|   * Update test suite to work with recent OpenLDAP versions
 | |
|   * The usual bunch of typo fixes
 | |
|   * Fix escaping on non-ascii characters in Net::LDAP::Filter
 | |
|   * Flexible handling of line ends in Net::LDAP::LDIF when reading
 | |
|   * Improve writing speed in Net::LDAP::LDIF
 | |
|   * Net::LDAP accessor methods for scheme, host, port, URI connected to
 | |
|   * New checkcrl option to Net::LDAP->new() to do CRL checking
 | |
|   * New package Net::LDAP::Filtermatch for client side filtering
 | |
|   * More ASN1 messages handled in Net::LDAP:ASN: IntermediateResponse
 | |
|   * Option 'raw' to return Perl UTF-8 strings from queries (requires Perl 5.8)
 | |
|   * Support  Active Directory's extendedAttributeInfo schema information
 | |
|   * Method to find matchingrule for an attribute in Net::LDAP:Schema
 | |
|   * Updated build dependecies: GSSAPI support, ..
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan 25 21:40:07 CET 2006 - mls@suse.de
 | |
| 
 | |
| - converted neededforbuild to BuildRequires
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul 27 11:55:30 CEST 2005 - mt@suse,de
 | |
| 
 | |
| - update to 0.33
 | |
| - fixed file list to be more exact
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jun 20 20:26:03 CEST 2004 - ro@suse.de
 | |
| 
 | |
| - fix find command in specfile
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Feb 28 01:27:57 CET 2004 - ro@suse.de
 | |
| 
 | |
| - fix requires for /usr/local
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jan 11 10:47:17 CET 2004 - adrian@suse.de
 | |
| 
 | |
| - build as user
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 22 16:08:49 CEST 2003 - mjancar@suse.cz
 | |
| 
 | |
| - require the perl version we build with
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 24 14:55:47 CEST 2003 - mjancar@suse.cz
 | |
| 
 | |
| - update to 0.29
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul 18 17:33:59 CEST 2003 - mjancar@suse.cz
 | |
| 
 | |
| - adapt to perl-5.8.1
 | |
| - use %perl_process_packlist
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jun 16 20:52:21 CEST 2003 - mjancar@suse.cz
 | |
| 
 | |
| - update to 0.28
 | |
| - fix filelist
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon May 19 11:30:30 CEST 2003 - ro@suse.de
 | |
| 
 | |
| - remove perllocal.pod 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Dec 28 18:58:18 CET 2002 - prehak@suse.cz
 | |
| 
 | |
| - updated to version 0.26
 | |
| - added perl-Authen-SASL to neededforbuild
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 11 17:47:15 CEST 2002 - prehak@suse.cz
 | |
| 
 | |
| - used %{version} in subpackage's Requires
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 29 12:36:54 CEST 2002 - mls@suse.de
 | |
| 
 | |
| - Fixed neededforbuild for perl-5.8.0
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 11 11:33:07 CEST 2002 - prehak@suse.cz
 | |
| 
 | |
| - update to version 0.251
 | |
| - added more documentation and contrib
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  2 17:40:06 MEST 2002 - mls@suse.de
 | |
| 
 | |
| - remove race in .packlist generation
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 17 19:49:53 CET 2002 - rvasice@suse.cz
 | |
| 
 | |
| - update to version 0.25
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug 14 16:34:03 CEST 2001 - rvasice@suse.cz
 | |
| 
 | |
| - update to version 0.24
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 26 14:06:34 CEST 2001 - cihlar@suse.cz
 | |
| 
 | |
| - added make test
 | |
| - fixed neededforbuild
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 14 11:02:01 CET 2000 - cihlar@suse.cz
 | |
| 
 | |
| - renamed perl_ldp -> perl-ldap
 | |
|           p_ldaps  -> perl-ldap-ssl
 | |
| - update to version 0.22
 | |
| - bzipped sources
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep 15 11:16:28 CEST 2000 - choeger@suse.de
 | |
| 
 | |
| - update to version 0.21
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug 29 10:09:02 CEST 2000 - cihlar@suse.cz
 | |
| 
 | |
| - splited to perl_ldp and p_ldaps
 | |
| - removed p_iossl from neededforbuild
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 23 13:13:49 CEST 2000 - cihlar@suse.cz
 | |
| 
 | |
| - added p_iossl to Requires and neededforbuild
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 23 09:18:33 CEST 2000 - cihlar@suse.cz
 | |
| 
 | |
| - update to version 0.20
 | |
| - added BuildRoot
 | |
| - bzipped sources
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Mar 24 17:34:08 MET 2000 - ug@suse.de
 | |
| 
 | |
| - new version 0.14 -> 0.15 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Mar 23 11:27:01 MET 2000 - ug@suse.de
 | |
| 
 | |
| - added to distribution 
 | |
| 
 |