Projects
Kolab:3.4
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 24
View file
iRony.spec
Changed
@@ -20,7 +20,7 @@ Name: iRony Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DAV for Kolab Groupware Group: Applications/Internet @@ -30,6 +30,8 @@ Source0: http://mirror.kolabsys.com/pub/releases/iRony-%{version}+dep.tar.gz Source1: iRony.conf +Patch1: iRony-0.2.3-2335.patch + BuildArch: noarch Requires: roundcubemail @@ -49,6 +51,8 @@ %prep %setup -q +%patch1 -p1 + %build %install @@ -101,6 +105,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Wed Oct 16 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2.3-2 +- Ship fix for #2335 + * Tue Oct 8 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2.3-1 - New upstream version
View file
iRony-0.2.3-2335.patch
Added
@@ -0,0 +1,21 @@ +commit 5dfcf76244890a30c17db0a7b9e52cc83abc2751 +Author: Thomas <tb@woodcrest.local> +Date: Thu Oct 10 18:23:38 2013 +0200 + + Don't rely on position for photo encoding parameter (#2335) + +diff --git a/lib/Kolab/CardDAV/ContactsBackend.php b/lib/Kolab/CardDAV/ContactsBackend.php +index 414805a..eec0bf3 100644 +--- a/lib/Kolab/CardDAV/ContactsBackend.php ++++ b/lib/Kolab/CardDAV/ContactsBackend.php +@@ -885,8 +885,8 @@ class ContactsBackend extends CardDAV\Backend\AbstractBackend + break; + + case 'PHOTO': +- $param = $prop->parameters[0]; +- if ($param->value && strtolower($param->value) == 'b' || strtolower($param->name) == 'base64') { ++ $param = $prop->offsetGet('encoding') ?: $prop->parameters[0]; ++ if ($param->value && (strtolower($param->value) == 'b' || strtolower($param->value) == 'base64') || strtolower($param->name) == 'base64') { + $contact['photo'] = base64_decode($prop->value); + } + break;
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.2.3-2) unstable; urgency=low + + * Ship fix for #2335 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 16 Oct 2013 13:10:00 +0200 + irony (0.2.3-1) unstable; urgency=low * New upstream version
View file
debian.series
Added
@@ -0,0 +1,1 @@ +iRony-0.2.3-2335.patch -p1
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.2.3-1 +Version: 0.2.3-2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
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
.