Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390815 - ebuild submission: www-apache/mod_caldav
Summary: ebuild submission: www-apache/mod_caldav
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Default Assignee for New Packages
URL: http://modcaldav.sourceforge.net/
Whiteboard:
Keywords:
: 213603 (view as bug list)
Depends on: 390443
Blocks:
  Show dependency tree
 
Reported: 2011-11-17 11:04 UTC by Jaco Kroon
Modified: 2018-03-20 13:54 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mod_caldav-0.1.10.ebuild (mod_caldav-0.1.10.ebuild,660 bytes, text/plain)
2011-11-17 11:05 UTC, Jaco Kroon
Details
85_mod_caldav.conf (85_mod_caldav.conf,714 bytes, text/plain)
2011-11-17 11:06 UTC, Jaco Kroon
Details
files/mod_caldav-0.1.10-basicauth.patch (mod_caldav-0.1.10-basicauth.patch,463 bytes, patch)
2012-01-03 00:29 UTC, Jaco Kroon
Details | Diff
files/mod_caldav-0.1.10-xmlcdata.patch (mod_caldav-0.1.10-xmlcdata.patch,548 bytes, patch)
2012-01-03 00:31 UTC, Jaco Kroon
Details | Diff
mod_caldav-0.1.10.ebuild (mod_caldav-0.1.10.ebuild,897 bytes, text/plain)
2012-01-03 00:33 UTC, Jaco Kroon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2011-11-17 11:04:31 UTC
mod_caldav for apache2.

Reproducible: Always
Comment 1 Jaco Kroon 2011-11-17 11:05:32 UTC
Created attachment 292871 [details]
mod_caldav-0.1.10.ebuild

ebuild file
Comment 2 Jaco Kroon 2011-11-17 11:06:14 UTC
Created attachment 292873 [details]
85_mod_caldav.conf

and the default config.
Comment 3 Jaco Kroon 2012-01-03 00:28:00 UTC
*** Bug 213603 has been marked as a duplicate of this bug. ***
Comment 4 Jaco Kroon 2012-01-03 00:29:14 UTC
Created attachment 297743 [details, diff]
files/mod_caldav-0.1.10-basicauth.patch

add basic auth ability to the caldav_client (test tool in source).
Comment 5 Jaco Kroon 2012-01-03 00:31:58 UTC
Created attachment 297745 [details, diff]
files/mod_caldav-0.1.10-xmlcdata.patch

mod_caldav doens't properly encode XML characters in the VCALENDAR (or any other prop for that matter) calendar-data, resulting in tools such as thunderbird chocking on X-ALT-DESC;FMTTYPE=text/html: elements such as those added by the Nokia N9 iCal client.  This patch takes the shotgun approach of enclosing all proprty data inside of <![CDATA[...]]> - this seems to work surprisingly well.
Comment 6 Jaco Kroon 2012-01-03 00:33:50 UTC
Created attachment 297747 [details]
mod_caldav-0.1.10.ebuild

I'm feeling confident that this ebuild should be OK, permitting we can sort out the mod_dav_acl ebuild (ebuild itself is OK, but it requires an additional patch to apache which is not so OK).