Accepting request 82069 from devel:languages:perl

- 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

OBS-URL: https://build.opensuse.org/request/show/82069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ldap?expand=0&rev=19
This commit is contained in:
Sascha Peilicke 2011-09-14 13:02:50 +00:00 committed by Git OBS Bridge
commit f1c77f5025
4 changed files with 50 additions and 39 deletions

View File

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

3
perl-ldap-0.43.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
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
* Entry.pod: fix typos [Peter Marschall]
* extend Net::LDAP::Entry->update() to take LDIF objects
* Specify that we want to use the 'ldap' scheme to verify certificates
- licence correction
-------------------------------------------------------------------
Fri Jan 7 14:45:33 UTC 2011 - vcizek@novell.com
@ -61,7 +79,7 @@ Tue Jul 28 09:52:19 CEST 2009 - rbos@opensuse.org
-------------------------------------------------------------------
Mon Feb 23 16:11:13 CET 2009 - anicka@suse.cz
- update to 0.39
- update to 0.39
* Several fixes to the handling of IntermediateMessage and LDAP
Content synchronisation
* Fix dsmt test to not fail on win32
@ -74,7 +92,7 @@ Mon Feb 23 16:11:13 CET 2009 - anicka@suse.cz
-------------------------------------------------------------------
Wed Sep 10 18:03:52 CEST 2008 - anicka@suse.cz
- update to 0.37
- update to 0.37
* Add Modify Increment (RFC 4525) support
* Add Content Synchronization (RFC 4453) support
* Added controls for PreRead & PostRead
@ -95,7 +113,7 @@ Tue Jul 15 23:17:52 CEST 2008 - jw@suse.de
-------------------------------------------------------------------
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
- update to 0.34
- 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
@ -166,7 +184,7 @@ Mon Jun 16 20:52:21 CEST 2003 - mjancar@suse.cz
-------------------------------------------------------------------
Mon May 19 11:30:30 CEST 2003 - ro@suse.de
- remove perllocal.pod
- remove perllocal.pod
-------------------------------------------------------------------
Sat Dec 28 18:58:18 CET 2002 - prehak@suse.cz
@ -245,10 +263,10 @@ Wed Aug 23 09:18:33 CEST 2000 - cihlar@suse.cz
-------------------------------------------------------------------
Fri Mar 24 17:34:08 MET 2000 - ug@suse.de
- new version 0.14 -> 0.15
- new version 0.14 -> 0.15
-------------------------------------------------------------------
Thu Mar 23 11:27:01 MET 2000 - ug@suse.de
- added to distribution
- added to distribution

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-ldap (Version 0.4001)
# spec file for package perl-ldap
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,54 +15,47 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-ldap
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
BuildRequires: perl-macros
Version: 0.4001
Version: 0.43
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
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Url: http://cpan.org/modules/by-module/Net/
License: GPL-1.0+ or Artistic
Summary: Client Interface for LDAP Servers
Source: perl-ldap-%{version}.tar.bz2
Url: http://cpan.org/modules/by-module/Net/
Group: Development/Libraries/Perl
Source: perl-ldap-%{version}.tar.gz
BuildRequires: perl-Authen-SASL
BuildRequires: perl-Convert-ASN1
BuildRequires: perl-IO-Socket-SSL
BuildRequires: perl-XML-Parser
BuildRequires: perl-macros
Requires: perl-Convert-ASN1
Requires: perl-URI
Requires: perl-XML-Parser
Provides: perl-Net-LDAP = %{version}
Provides: perl_ldp
Obsoletes: perl-Net-LDAP < %{version}
Obsoletes: perl_ldp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
A Client interface for LDAP servers.
Authors:
--------
<gbarr@pobox.com> (Graham Barr)
%package ssl
License: Artistic License ..
Summary: SSL Extension to perl-ldap
Group: Development/Libraries/Perl
Requires: %{name} = %{version} perl-IO-Socket-SSL
%{perl_requires}
AutoReqProv: on
Requires: %{name} = %{version}
Requires: perl-IO-Socket-SSL
Provides: p_ldaps
Obsoletes: p_ldaps
%{perl_requires}
%description ssl
A Client interface for LDAP servers.
Authors:
--------
Graham Barr <gbarr@pobox.com>
%prep
%setup -q -n perl-ldap-%{version}
@ -77,11 +70,11 @@ make %{?_smp_mflags}
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
make DESTDIR=%{buildroot} install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root)