Projects
Kolab:Winterfell
php-kolab-net-ldap3
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
php-kolab-net-ldap3.spec
Changed
@@ -24,8 +24,8 @@ %else Name: php-kolab-net-ldap3 %endif -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.0.7 +Release: 1%{?dist} Summary: Object oriented interface for searching and manipulating LDAP-entries Group: Development/Libraries License: GPLv3+ @@ -33,10 +33,6 @@ Source0: pear-Net-LDAP3-%{version}.tar.gz -Patch0001: 0001-Improve-setup-of-the-schema-cache-location.patch -Patch0002: 0002-Fix-regression-in-setting-LDAP-cache-file-path.patch -Patch0003: 0003-Fix-bug-where-ldapsearch-command-was-failing-when-co.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -53,10 +49,6 @@ %prep %setup -q -n pear-Net-LDAP3-%{version} -%patch0001 -p1 -%patch0002 -p1 -%patch0003 -p1 - %build %install @@ -79,6 +71,9 @@ %{_datadir}/%{php}/Net/LDAP3/Result.php %changelog +* Wed Jun 20 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.0.7-1 +- Release of version 1.0.7 + * Thu May 03 2018 Christoph Erhardt <kolab@sicherha.de> - 1.0.6-2 - Fix upgrade path
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +php-net-ldap3 (1.0.7-1~kolab1) unstable; urgency=low + + * Release version 1.0.7 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 20 Jun 2018 15:27:46 +0100 + php-net-ldap3 (1.0.6-1~kolab1) unstable; urgency=low * Release version 1.0.6
View file
debian.series
Changed
@@ -1,3 +0,0 @@ -0001-Improve-setup-of-the-schema-cache-location.patch -p1 -0002-Fix-regression-in-setting-LDAP-cache-file-path.patch -p1 -0003-Fix-bug-where-ldapsearch-command-was-failing-when-co.patch -p1
View file
pear-Net-LDAP3-1.0.6.tar.gz/lib/Net/LDAP3.php -> pear-Net-LDAP3-1.0.7.tar.gz/lib/Net/LDAP3.php
Changed
@@ -738,7 +738,7 @@ $moz_ldapsearch, '-x', '-h', - $this->_current_host, + preg_replace('|^[a-z]+://|i', '', $this->_current_host), '-p', $this->config_get('port', 389), '-b', @@ -2149,8 +2149,9 @@ ); $_ldap_schema_cache_cfg = array( - 'path' => "/tmp/" . $host . ":" . ($port ? $port : '389') . "-Net_LDAP2_Schema.cache", 'max_age' => 86400, + 'path' => sprintf('%s/%s-Net_LDAP2_Schema.cache', + sys_get_temp_dir() ?: '/tmp', str_replace('://', ':', $host) . (strpos($host, ":$port") ? '' : ":$port")), ); $_ldap = Net_LDAP2::connect($_ldap_cfg);
View file
php-net-ldap3.dsc
Changed
@@ -2,7 +2,7 @@ Source: php-net-ldap3 Binary: php-net-ldap3 Architecture: all -Version: 1.0.6-1~kolab1 +Version: 1.0.7-1~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Christoph Wickert <wickert@kolabsys.com> Homepage: http://kolab.org @@ -12,5 +12,5 @@ Package-List: php-net-ldap3 deb php optional Files: - 00000000000000000000000000000000 0 pear-Net-LDAP3-1.0.6.tar.gz + 00000000000000000000000000000000 0 pear-Net-LDAP3-1.0.7.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.