From e928449af38188da821877327fd91b88d78ea7450c859ba5711bc8f69a6463e7 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, 30 Jan 2012 09:27:16 +0000 Subject: [PATCH] - update to 0.44 Bug Fixes * un-break certificate verification * fixes for the ProxyAuthorization control * fix typos & spelling errors in POD Enhancements * MANIFEST.SKIP: sync with Perl 5.14.2's ExtUtils version * Makefile.PL: update resource info on repository * new extended operation Net::LDAP::Extension::Cancel * new control Net::LDAP::Control::MatchedValues * new control Net::LDAP::Control::Assertion * update reference documents in POD * extend documentation for Pre-Read & Post-Read controls * add error string for LDAP_VLV_ERROR * add result codes for VLV and cancel * add constant for DontUseCopy control * add constant for PermissiveModify control OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ldap?expand=0&rev=30 --- perl-ldap-0.43.tar.gz | 3 --- perl-ldap-0.44.tar.gz | 3 +++ perl-ldap.changes | 21 +++++++++++++++++++++ perl-ldap.spec | 13 ++++++------- 4 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 perl-ldap-0.43.tar.gz create mode 100644 perl-ldap-0.44.tar.gz diff --git a/perl-ldap-0.43.tar.gz b/perl-ldap-0.43.tar.gz deleted file mode 100644 index 3c003ba..0000000 --- a/perl-ldap-0.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a -size 254501 diff --git a/perl-ldap-0.44.tar.gz b/perl-ldap-0.44.tar.gz new file mode 100644 index 0000000..6763a6e --- /dev/null +++ b/perl-ldap-0.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c398f32bf598ee139d111b5fd91cda1e77ca0fb3a57e9616909efdec5d4cacb +size 262973 diff --git a/perl-ldap.changes b/perl-ldap.changes index 309bc57..a7c4241 100644 --- a/perl-ldap.changes +++ b/perl-ldap.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jan 30 02:35:07 UTC 2012 - vcizek@suse.com + +- update to 0.44 +Bug Fixes + * un-break certificate verification + * fixes for the ProxyAuthorization control + * fix typos & spelling errors in POD +Enhancements + * MANIFEST.SKIP: sync with Perl 5.14.2's ExtUtils version + * Makefile.PL: update resource info on repository + * new extended operation Net::LDAP::Extension::Cancel + * new control Net::LDAP::Control::MatchedValues + * new control Net::LDAP::Control::Assertion + * update reference documents in POD + * extend documentation for Pre-Read & Post-Read controls + * add error string for LDAP_VLV_ERROR + * add result codes for VLV and cancel + * add constant for DontUseCopy control + * add constant for PermissiveModify control + ------------------------------------------------------------------- Mon Sep 5 01:34:51 UTC 2011 - vcizek@suse.com diff --git a/perl-ldap.spec b/perl-ldap.spec index 01b1f7d..3701c0f 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ldap # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,14 +16,13 @@ # - Name: perl-ldap -Version: 0.43 -Release: 1 -License: GPL-1.0+ or Artistic +Version: 0.44 +Release: 0 Summary: Client Interface for LDAP Servers -Url: http://cpan.org/modules/by-module/Net/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://cpan.org/modules/by-module/Net/ Source: perl-ldap-%{version}.tar.gz BuildRequires: perl-Authen-SASL BuildRequires: perl-Convert-ASN1 @@ -44,8 +43,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build A Client interface for LDAP servers. %package ssl -License: Artistic License .. Summary: SSL Extension to perl-ldap +License: Artistic-1.0 Group: Development/Libraries/Perl Requires: %{name} = %{version} Requires: perl-IO-Socket-SSL