From 8b81497c82a4e88e65baaeff8d7650cd8fc108b771c41e7a8129fdf76543078e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 5 Sep 2011 07:59:31 +0000 Subject: [PATCH 1/2] - 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 --- perl-ldap-0.4001.tar.bz2 | 3 --- perl-ldap-0.43.tar.gz | 3 +++ perl-ldap.changes | 15 +++++++++++ perl-ldap.spec | 57 ++++++++++++++++++---------------------- 4 files changed, 43 insertions(+), 35 deletions(-) delete mode 100644 perl-ldap-0.4001.tar.bz2 create mode 100644 perl-ldap-0.43.tar.gz diff --git a/perl-ldap-0.4001.tar.bz2 b/perl-ldap-0.4001.tar.bz2 deleted file mode 100644 index d2f9a8a..0000000 --- a/perl-ldap-0.4001.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4123eaa8f6586fc3f73b790c874b517fe9cf47fe794ea644c16706a711ea1ee9 -size 217818 diff --git a/perl-ldap-0.43.tar.gz b/perl-ldap-0.43.tar.gz new file mode 100644 index 0000000..3c003ba --- /dev/null +++ b/perl-ldap-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a +size 254501 diff --git a/perl-ldap.changes b/perl-ldap.changes index 8798236..3bbc88e 100644 --- a/perl-ldap.changes +++ b/perl-ldap.changes @@ -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 diff --git a/perl-ldap.spec b/perl-ldap.spec index 2b201db..55b30ef 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -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: --------- - (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 - %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) From e4661d2f559ee966e258e3cd0bdf0e9460e2545af0a1df48d606f2a8304f3c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 14 Sep 2011 08:52:33 +0000 Subject: [PATCH 2/2] cleaned changes a bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ldap?expand=0&rev=27 --- perl-ldap.changes | 29 ++++++++++++++++------------- perl-ldap.spec | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/perl-ldap.changes b/perl-ldap.changes index 3bbc88e..309bc57 100644 --- a/perl-ldap.changes +++ b/perl-ldap.changes @@ -3,14 +3,17 @@ 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] + 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 [Peter Marschall] - * Specify that we want to use the 'ldap' scheme to verify certificates. [Kevan Carstensen] + * extend Net::LDAP::Entry->update() to take LDIF objects + * Specify that we want to use the 'ldap' scheme to verify certificates - licence correction ------------------------------------------------------------------- @@ -76,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 @@ -89,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 @@ -110,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 @@ -181,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 @@ -260,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 diff --git a/perl-ldap.spec b/perl-ldap.spec index 55b30ef..01b1f7d 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -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. #