[arch-commits] Commit in dokuwiki/trunk (PKGBUILD apache.example.conf)

Sergej Pupykin spupykin at archlinux.org
Thu Jan 7 19:29:50 UTC 2021


    Date: Thursday, January 7, 2021 @ 19:29:49
  Author: spupykin
Revision: 812607

upgpkg: dokuwiki 20200729-2

Modified:
  dokuwiki/trunk/PKGBUILD
  dokuwiki/trunk/apache.example.conf

---------------------+
 PKGBUILD            |    4 ++--
 apache.example.conf |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 19:27:27 UTC (rev 812606)
+++ PKGBUILD	2021-01-07 19:29:49 UTC (rev 812607)
@@ -7,7 +7,7 @@
 _pkgver=${_pkgver/_/}
 _pkgver=${_pkgver/rc/}
 [[ $pkgver == *"rc" ]] && _release=candidate || _release=stable
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple to use and highly versatile Open Source wiki software'
 arch=('any')
 url='https://www.dokuwiki.org/'
@@ -19,7 +19,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz"
         'apache.example.conf')
 sha256sums=('cc1cd9f00095fea327baa79d8f02c904fe1c37bc3f8fd9999eaf646ee9928884'
-            '6d6f19b545ca98573761f522fa837a4d2d3de932d21e593ac882ef57b13f0bb1')
+            '237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
 
 package() {
   cd "$pkgdir"

Modified: apache.example.conf
===================================================================
--- apache.example.conf	2021-01-07 19:27:27 UTC (rev 812606)
+++ apache.example.conf	2021-01-07 19:29:49 UTC (rev 812607)
@@ -2,7 +2,6 @@
 <Directory /usr/share/webapps/dokuwiki/>
     Options +FollowSymLinks
     AllowOverride All
-    order allow,deny
-    allow from all
+    Require all granted
     php_admin_value open_basedir "/tmp/:/usr/share/webapps/dokuwiki/:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/"
 </Directory>



More information about the arch-commits mailing list