[packages/dokuwiki] disable updatecheck in default installs for security reasons

glen glen at pld-linux.org
Sat Oct 13 17:30:43 CEST 2012


commit eb3c9a2007ddd3d769b550ddb478d210735527f4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Oct 13 18:13:44 2012 +0300

    disable updatecheck in default installs for security reasons

 dokuwiki-config.patch | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/dokuwiki-config.patch b/dokuwiki-config.patch
index d2be31c..8101468 100644
--- a/dokuwiki-config.patch
+++ b/dokuwiki-config.patch
@@ -1,5 +1,5 @@
---- dokuwiki-2012-06-23/conf/dokuwiki.php	2012-06-23 13:09:12.871130284 +0300
-+++ dokuwiki-2012-06-24/conf/dokuwiki.php	2012-07-07 15:08:02.939975138 +0300
+--- dokuwiki-2012-06-24/conf/dokuwiki.php	2012-07-07 15:08:02.939975138 +0300
++++ dokuwiki-2012-09-23/conf/dokuwiki.php	2012-10-13 18:12:31.417612300 +0300
 @@ -19,8 +19,9 @@
  $conf['template']    = 'dokuwiki';         //see lib/tpl directory
  $conf['tagline']     = '';                //tagline in header (if template supports it)
@@ -12,6 +12,15 @@
  $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
  $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
  $conf['cookiedir']   = '';                //path to use in cookies - blank for basedir
+@@ -139,7 +140,7 @@
+ $conf['rss_show_summary'] = 1;           //Add revision summary to title? 0|1
+ 
+ /* Advanced Settings */
+-$conf['updatecheck'] = 1;                //automatically check for new releases?
++$conf['updatecheck'] = 0;                //automatically check for new releases?
+ $conf['userewrite']  = 0;                //this makes nice URLs: 0: off 1: .htaccess 2: internal
+ $conf['useslash']    = 0;                //use slash instead of colon? only when rewrite is on
+ $conf['sepchar']     = '_';              //word separator character in page names; may be a
 --- dokuwiki-2012-09-10/install.php~	2012-09-10 18:03:15.000000000 +0300
 +++ dokuwiki-2012-09-10/install.php	2012-09-10 18:03:48.869223181 +0300
 @@ -56,7 +56,7 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki.git/commitdiff/b87189d5550823540b85ff0ebb7907056a1611f6



More information about the pld-cvs-commit mailing list