summaryrefslogtreecommitdiff
path: root/app-office/radicale/radicale-0.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app-office/radicale/radicale-0.7.1.ebuild (renamed from app-office/radicale/radicale-0.7.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-office/radicale/radicale-0.7.ebuild b/app-office/radicale/radicale-0.7.1.ebuild
index 3c0d783..51431a9 100644
--- a/app-office/radicale/radicale-0.7.ebuild
+++ b/app-office/radicale/radicale-0.7.1.ebuild
@@ -26,6 +26,11 @@ RDEPEND="ssl? ( >=dev-lang/python-2.6.6[ssl] )
ldap? ( dev-python/python-ldap )
fastcgi? ( dev-python/flup )"
+# radicale's authentication against PAM is not possible here:
+# Gentoo has not included the package
+# also it seems old, which is bad with respect to
+# http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-1502
+
S=${WORKDIR}/${MY_P}
RDIR=/var/lib/radicale
@@ -37,6 +42,7 @@ pkg_setup() {
}
src_prepare() {
+ # fix pathes
sed -i -e "s:^\(filesystem_folder = \).*$:\1${RDIR}:g" \
config || die
sed -i -e "s;^\(args = ('/var/log/radicale\);\1/radicale.log;" \