diff --git a/SyncRequestCookie.patch b/SyncRequestCookie.patch deleted file mode 100644 index b794b96..0000000 --- a/SyncRequestCookie.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/Net/LDAP/Control/SyncRequest.pm b/lib/Net/LDAP/Control/SyncRequest.pm -index 95cd716..d905d7b 100644 ---- a/lib/Net/LDAP/Control/SyncRequest.pm -+++ b/lib/Net/LDAP/Control/SyncRequest.pm -@@ -21,7 +21,7 @@ sub init { - unless (exists $self->{value}) { - $self->{asn} = { - mode => $self->{mode} || '1', -- cookie => $self->{cookie} || '', -+ cookie => $self->{cookie} || undef, - reloadHint => $self->{reloadHint} || '0', - }; - } diff --git a/perl-ldap-0.39.tar.bz2 b/perl-ldap-0.39.tar.bz2 deleted file mode 100644 index 2a822ab..0000000 --- a/perl-ldap-0.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfb761328475bab37eb0528122b1325e9effb391a2749d25fd1f0c5c5b8c1948 -size 221748 diff --git a/perl-ldap-0.40.tar.bz2 b/perl-ldap-0.40.tar.bz2 new file mode 100644 index 0000000..bc33fc3 --- /dev/null +++ b/perl-ldap-0.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e4c7aab4ee284162a0b58b56544fc3ab38139023b21249a1a8f3834d0ab24d +size 222138 diff --git a/perl-ldap.changes b/perl-ldap.changes index 51f0b14..2f5e7a8 100644 --- a/perl-ldap.changes +++ b/perl-ldap.changes @@ -1,10 +1,36 @@ +------------------------------------------------------------------- +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 - richard.bos@xs4all.nl +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 diff --git a/perl-ldap.spec b/perl-ldap.spec index 0d4574c..c483520 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-ldap (Version 0.39) +# spec file for package perl-ldap (Version 0.40) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,8 +20,8 @@ Name: perl-ldap BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser -Version: 0.39 -Release: 3 +Version: 0.40 +Release: 1 Provides: perl_ldp perl-Net-LDAP = %{version} Obsoletes: perl_ldp perl-Net-LDAP < %{version} Requires: perl-URI perl-XML-Parser perl-Convert-ASN1 @@ -32,7 +32,6 @@ License: Artistic License .. Url: http://cpan.org/modules/by-module/Net/ Summary: Client Interface for LDAP Servers Source: perl-ldap-%{version}.tar.bz2 -Patch0: SyncRequestCookie.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -65,7 +64,6 @@ Authors: %prep %setup -q -n perl-ldap-%{version} -%patch0 -p1 %build # Prevent rpmlint warning script-without-shebang