This commit is contained in:
parent
431515266b
commit
e87f4dbf77
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60f1eb718c872d17ec8127e5c63e2c7bec0e5cd290459245200db0f49f7b79e4
|
|
||||||
size 195051
|
|
3
perl-ldap-0.34.tar.bz2
Normal file
3
perl-ldap-0.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b2f5d31bc555adc4c26c029a1797ba59b2245625dcb74e9b55e4adb8cab3981
|
||||||
|
size 213845
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- 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
|
||||||
|
* Fix case-folding in Net::LDAP::Util::ldap_explode_dn()
|
||||||
|
* Saner default for ldapi socket
|
||||||
|
* Update test suite to work with recent OpenLDAP versions
|
||||||
|
* The usual bunch of typo fixes
|
||||||
|
* Fix escaping on non-ascii characters in Net::LDAP::Filter
|
||||||
|
* Flexible handling of line ends in Net::LDAP::LDIF when reading
|
||||||
|
* Improve writing speed in Net::LDAP::LDIF
|
||||||
|
* Net::LDAP accessor methods for scheme, host, port, URI connected to
|
||||||
|
* New checkcrl option to Net::LDAP->new() to do CRL checking
|
||||||
|
* New package Net::LDAP::Filtermatch for client side filtering
|
||||||
|
* More ASN1 messages handled in Net::LDAP:ASN: IntermediateResponse
|
||||||
|
* Option 'raw' to return Perl UTF-8 strings from queries (requires Perl 5.8)
|
||||||
|
* Support Active Directory's extendedAttributeInfo schema information
|
||||||
|
* Method to find matchingrule for an attribute in Net::LDAP:Schema
|
||||||
|
* Updated build dependecies: GSSAPI support, ..
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:40:07 CET 2006 - mls@suse.de
|
Wed Jan 25 21:40:07 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,27 +1,28 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ldap (Version 0.33)
|
# spec file for package perl-ldap (Version 0.34)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-ldap
|
Name: perl-ldap
|
||||||
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
|
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
|
||||||
Version: 0.33
|
Version: 0.34
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: perl_ldp
|
Provides: perl_ldp
|
||||||
Obsoletes: perl_ldp
|
Obsoletes: perl_ldp
|
||||||
Requires: perl-URI perl-XML-Parser perl-Convert-ASN1
|
Requires: perl-URI perl-XML-Parser perl-Convert-ASN1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
URL: http://cpan.org/modules/by-module/Net/
|
Url: http://cpan.org/modules/by-module/Net/
|
||||||
Summary: Client Interface for LDAP Servers
|
Summary: Client Interface for LDAP Servers
|
||||||
Source: perl-ldap-%{version}.tar.bz2
|
Source: perl-ldap-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -40,7 +41,7 @@ Summary: SSL Extension to perl-ldap
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: %{name} = %{version} perl-IO-Socket-SSL
|
Requires: %{name} = %{version} perl-IO-Socket-SSL
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Provides: p_ldaps
|
Provides: p_ldaps
|
||||||
Obsoletes: p_ldaps
|
Obsoletes: p_ldaps
|
||||||
|
|
||||||
@ -54,12 +55,14 @@ Authors:
|
|||||||
Graham Barr <gbarr@pobox.com>
|
Graham Barr <gbarr@pobox.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n perl-ldap-%{version}
|
%setup -q -n perl-ldap-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
find contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/perl@/usr/bin/perl@"
|
find contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/perl@/usr/bin/perl@"
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -92,66 +95,86 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{perl_vendorlib}/Net
|
%dir %{perl_vendorlib}/Net
|
||||||
%{perl_vendorlib}/Net/LDAPS.pm
|
%{perl_vendorlib}/Net/LDAPS.pm
|
||||||
|
|
||||||
%changelog -n perl-ldap
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Mon Mar 10 2008 anicka@suse.cz
|
||||||
|
- 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
|
||||||
|
* Fix case-folding in Net::LDAP::Util::ldap_explode_dn()
|
||||||
|
* Saner default for ldapi socket
|
||||||
|
* Update test suite to work with recent OpenLDAP versions
|
||||||
|
* The usual bunch of typo fixes
|
||||||
|
* Fix escaping on non-ascii characters in Net::LDAP::Filter
|
||||||
|
* Flexible handling of line ends in Net::LDAP::LDIF when reading
|
||||||
|
* Improve writing speed in Net::LDAP::LDIF
|
||||||
|
* Net::LDAP accessor methods for scheme, host, port, URI connected to
|
||||||
|
* New checkcrl option to Net::LDAP->new() to do CRL checking
|
||||||
|
* New package Net::LDAP::Filtermatch for client side filtering
|
||||||
|
* More ASN1 messages handled in Net::LDAP:ASN: IntermediateResponse
|
||||||
|
* Option 'raw' to return Perl UTF-8 strings from queries (requires Perl 5.8)
|
||||||
|
* Support Active Directory's extendedAttributeInfo schema information
|
||||||
|
* Method to find matchingrule for an attribute in Net::LDAP:Schema
|
||||||
|
* Updated build dependecies: GSSAPI support, ..
|
||||||
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jul 27 2005 - mt@suse,de
|
* Wed Jul 27 2005 mt@suse,de
|
||||||
- update to 0.33
|
- update to 0.33
|
||||||
- fixed file list to be more exact
|
- fixed file list to be more exact
|
||||||
* Sun Jun 20 2004 - ro@suse.de
|
* Sun Jun 20 2004 ro@suse.de
|
||||||
- fix find command in specfile
|
- fix find command in specfile
|
||||||
* Sat Feb 28 2004 - ro@suse.de
|
* Sat Feb 28 2004 ro@suse.de
|
||||||
- fix requires for /usr/local
|
- fix requires for /usr/local
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
* Thu Jul 24 2003 mjancar@suse.cz
|
||||||
- update to 0.29
|
- update to 0.29
|
||||||
* Fri Jul 18 2003 - mjancar@suse.cz
|
* Fri Jul 18 2003 mjancar@suse.cz
|
||||||
- adapt to perl-5.8.1
|
- adapt to perl-5.8.1
|
||||||
- use %%perl_process_packlist
|
- use %%perl_process_packlist
|
||||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
* Mon Jun 16 2003 mjancar@suse.cz
|
||||||
- update to 0.28
|
- update to 0.28
|
||||||
- fix filelist
|
- fix filelist
|
||||||
* Mon May 19 2003 - ro@suse.de
|
* Mon May 19 2003 ro@suse.de
|
||||||
- remove perllocal.pod
|
- remove perllocal.pod
|
||||||
* Sat Dec 28 2002 - prehak@suse.cz
|
* Sat Dec 28 2002 prehak@suse.cz
|
||||||
- updated to version 0.26
|
- updated to version 0.26
|
||||||
- added perl-Authen-SASL to neededforbuild
|
- added perl-Authen-SASL to neededforbuild
|
||||||
* Wed Sep 11 2002 - prehak@suse.cz
|
* Wed Sep 11 2002 prehak@suse.cz
|
||||||
- used %%{version} in subpackage's Requires
|
- used %%{version} in subpackage's Requires
|
||||||
* Mon Jul 29 2002 - mls@suse.de
|
* Mon Jul 29 2002 mls@suse.de
|
||||||
- Fixed neededforbuild for perl-5.8.0
|
- Fixed neededforbuild for perl-5.8.0
|
||||||
* Thu Jul 11 2002 - prehak@suse.cz
|
* Thu Jul 11 2002 prehak@suse.cz
|
||||||
- update to version 0.251
|
- update to version 0.251
|
||||||
- added more documentation and contrib
|
- added more documentation and contrib
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Thu Jan 17 2002 - rvasice@suse.cz
|
* Thu Jan 17 2002 rvasice@suse.cz
|
||||||
- update to version 0.25
|
- update to version 0.25
|
||||||
* Tue Aug 14 2001 - rvasice@suse.cz
|
* Tue Aug 14 2001 rvasice@suse.cz
|
||||||
- update to version 0.24
|
- update to version 0.24
|
||||||
* Mon Mar 26 2001 - cihlar@suse.cz
|
* Mon Mar 26 2001 cihlar@suse.cz
|
||||||
- added make test
|
- added make test
|
||||||
- fixed neededforbuild
|
- fixed neededforbuild
|
||||||
* Tue Nov 14 2000 - cihlar@suse.cz
|
* Tue Nov 14 2000 cihlar@suse.cz
|
||||||
- renamed perl_ldp -> perl-ldap
|
- renamed perl_ldp -> perl-ldap
|
||||||
p_ldaps -> perl-ldap-ssl
|
p_ldaps -> perl-ldap-ssl
|
||||||
- update to version 0.22
|
- update to version 0.22
|
||||||
- bzipped sources
|
- bzipped sources
|
||||||
* Fri Sep 15 2000 - choeger@suse.de
|
* Fri Sep 15 2000 choeger@suse.de
|
||||||
- update to version 0.21
|
- update to version 0.21
|
||||||
* Tue Aug 29 2000 - cihlar@suse.cz
|
* Tue Aug 29 2000 cihlar@suse.cz
|
||||||
- splited to perl_ldp and p_ldaps
|
- splited to perl_ldp and p_ldaps
|
||||||
- removed p_iossl from neededforbuild
|
- removed p_iossl from neededforbuild
|
||||||
* Wed Aug 23 2000 - cihlar@suse.cz
|
* Wed Aug 23 2000 cihlar@suse.cz
|
||||||
- added p_iossl to Requires and neededforbuild
|
- added p_iossl to Requires and neededforbuild
|
||||||
* Wed Aug 23 2000 - cihlar@suse.cz
|
* Wed Aug 23 2000 cihlar@suse.cz
|
||||||
- update to version 0.20
|
- update to version 0.20
|
||||||
- added BuildRoot
|
- added BuildRoot
|
||||||
- bzipped sources
|
- bzipped sources
|
||||||
* Fri Mar 24 2000 - ug@suse.de
|
* Fri Mar 24 2000 ug@suse.de
|
||||||
- new version 0.14 -> 0.15
|
- new version 0.14 -> 0.15
|
||||||
* Thu Mar 23 2000 - ug@suse.de
|
* Thu Mar 23 2000 ug@suse.de
|
||||||
- added to distribution
|
- added to distribution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user