Accepting request 37007 from devel:languages:perl

Copy from devel:languages:perl/perl-ldap based on submit request 37007 from user coolo

OBS-URL: https://build.opensuse.org/request/show/37007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ldap?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2010-04-06 20:40:29 +00:00 committed by Git OBS Bridge
parent b8e039be10
commit dbc41f559e
5 changed files with 33 additions and 22 deletions

View File

@ -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',
};
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfb761328475bab37eb0528122b1325e9effb391a2749d25fd1f0c5c5b8c1948
size 221748

3
perl-ldap-0.40.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3e4c7aab4ee284162a0b58b56544fc3ab38139023b21249a1a8f3834d0ab24d
size 222138

View File

@ -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

View File

@ -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