Projects
Kolab:3.4:Updates
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 31
View file
chwala.spec
Changed
@@ -32,7 +32,7 @@ Name: chwala Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Glorified WebDAV, done right Group: Applications/Internet @@ -42,6 +42,7 @@ Source2: chwala.logrotate Patch1: chwala-0.2-suhosin.session.encrypt-php_flag.patch +Patch2: chwala-0.2-support-recent-libkolab-changes.patch BuildArch: noarch @@ -70,6 +71,7 @@ %setup -q %patch1 -p1 +%patch2 -p1 %build @@ -134,6 +136,9 @@ %attr(0750,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Thu Feb 25 2014 Daniel Hoffend <dh@dotlan.net> - 0.2-4 +- applied fix for recent libkolab changes + * Thu Jan 23 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2-3 - Correct any suhosin.session.encrypt setting using .htaccess - Correct source of chwala.conf
View file
chwala-0.2-support-recent-libkolab-changes.patch
Added
@@ -0,0 +1,22 @@ +From e112f1c2b390e06e4d804c5958bfa24db733c475 Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Mon, 10 Feb 2014 08:12:59 +0000 +Subject: Replace array_shift() call with direct index access to support recent libkolab changes + +where select() method can return an object implementing ArrayAccess interface. +--- +diff --git a/lib/kolab/kolab_file_storage.php b/lib/kolab/kolab_file_storage.php +index 06ffc20..eaf61cb 100644 +--- a/lib/kolab/kolab_file_storage.php ++++ b/lib/kolab/kolab_file_storage.php +@@ -872,7 +872,7 @@ class kolab_file_storage implements file_storage + array('filename', '=', $file_name) + )); + +- return array_shift($files); ++ return $files[0]; + } + + /** +-- +cgit v0.8.2.1
View file
chwala.dsc
Changed
@@ -2,7 +2,7 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.2-0~kolab6 +Version: 0.2-0~kolab7 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://kolab.org/about/chwala/
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +chwala (0.2-0~kolab7) unstable; urgency=low + + * applied fix for recent libkolab changes + + -- Daniel Hoffend <dh@dotlan.net> Tue, 25 Feb 2014 13:37:23 +0200 + chwala (0.2-0~kolab6) unstable; urgency=low * Bump release to rebuild the debian packages
View file
debian.series
Changed
@@ -1,1 +1,2 @@ chwala-0.2-suhosin.session.encrypt-php_flag.patch -p1 +chwala-0.2-support-recent-libkolab-changes.patch -p1
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
.