- 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/package/show/devel:languages:perl/perl-ldap?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
6bda3ff754
commit
8b81497c82
@@ -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
3
perl-ldap-0.43.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a
|
||||
size 254501
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ldap (Version 0.40)
|
||||
# spec file for package perl-ldap (Version 0.4001)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@@ -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
|
||||
Release: 5
|
||||
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/
|
||||
Version: 0.43
|
||||
Release: 1
|
||||
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)
|
||||
|
Reference in New Issue
Block a user