- 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
This commit is contained in:
parent
e4661d2f55
commit
e928449af3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a
|
|
||||||
size 254501
|
|
3
perl-ldap-0.44.tar.gz
Normal file
3
perl-ldap-0.44.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c398f32bf598ee139d111b5fd91cda1e77ca0fb3a57e9616909efdec5d4cacb
|
||||||
|
size 262973
|
@ -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
|
Mon Sep 5 01:34:51 UTC 2011 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ldap
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-ldap
|
Name: perl-ldap
|
||||||
Version: 0.43
|
Version: 0.44
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic
|
|
||||||
Summary: Client Interface for LDAP Servers
|
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
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://cpan.org/modules/by-module/Net/
|
||||||
Source: perl-ldap-%{version}.tar.gz
|
Source: perl-ldap-%{version}.tar.gz
|
||||||
BuildRequires: perl-Authen-SASL
|
BuildRequires: perl-Authen-SASL
|
||||||
BuildRequires: perl-Convert-ASN1
|
BuildRequires: perl-Convert-ASN1
|
||||||
@ -44,8 +43,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
A Client interface for LDAP servers.
|
A Client interface for LDAP servers.
|
||||||
|
|
||||||
%package ssl
|
%package ssl
|
||||||
License: Artistic License ..
|
|
||||||
Summary: SSL Extension to perl-ldap
|
Summary: SSL Extension to perl-ldap
|
||||||
|
License: Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: perl-IO-Socket-SSL
|
Requires: perl-IO-Socket-SSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user