summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-24 04:23:11 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-24 04:23:11 +0100
commit8162a820446888b9ed45003dc7c9e955bce8d381 (patch)
tree5eb59cffd4b619c561e16bc638e1b42873c81ade /www-apps/radicale/files
parentwww-apps/radicale: Bump to v1.1.6 (diff)
downloadgentoo-8162a820446888b9ed45003dc7c9e955bce8d381.tar.gz
gentoo-8162a820446888b9ed45003dc7c9e955bce8d381.tar.bz2
gentoo-8162a820446888b9ed45003dc7c9e955bce8d381.zip
www-apps/radicale: Security cleanup (bug #618176)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-apps/radicale/files')
-rw-r--r--www-apps/radicale/files/radicale-1.1.1-config.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/www-apps/radicale/files/radicale-1.1.1-config.patch b/www-apps/radicale/files/radicale-1.1.1-config.patch
deleted file mode 100644
index 4eb286f8d400..000000000000
--- a/www-apps/radicale/files/radicale-1.1.1-config.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/config b/config
-index 453a45e..10c1595 100644
---- a/config
-+++ b/config
-@@ -146,7 +146,7 @@ http_password_parameter =
- #custom_handler =
-
- # File for rights management from_file
--#file = ~/.config/radicale/rights
-+file = /etc/radicale/rights
-
-
- [storage]
-@@ -163,7 +163,7 @@ file = ~/.config/radicale/rights
- #custom_handler =
-
- # Folder for storing local collections, created if not present
--#filesystem_folder = ~/.config/radicale/collections
-+filesystem_folder = /var/lib/radicale/
-
- # Database URL for SQLAlchemy
- # dialect+driver://user:password@host/dbname[?key=value..]
-diff --git a/logging b/logging
---- a/logging
-+++ b/logging
-@@ -45,7 +45,7 @@ formatter = simple
- [handler_file]
- # File handler
- class = FileHandler
--args = ('/var/log/radicale',)
-+args = ('/var/log/radicale/radicale.log',)
- formatter = full
-
-