Date: Monday, September 29, 2014 @ 12:39:37
  Author: spupykin
Revision: 119761

upgpkg: cgit 0.10.2-2

upd

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-09-29 10:36:19 UTC (rev 119760)
+++ PKGBUILD    2014-09-29 10:39:37 UTC (rev 119761)
@@ -7,7 +7,7 @@
 
 pkgname=cgit
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A web interface for git written in plain C"
 arch=('i686' 'x86_64')
 url="http://git.zx2c4.com/cgit/";
@@ -20,7 +20,7 @@
 source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
        "apache.example.conf")
 md5sums=('6682d597f6e3e76645a254c7be537bd3'
-         'bd5696bea0654bfcf98f249b1a36737d')
+         '8266cbc541d14297b8513e670c3dfe23')
 
 prepare() {
   cd "$pkgname-$pkgver"

Modified: apache.example.conf
===================================================================
--- apache.example.conf 2014-09-29 10:36:19 UTC (rev 119760)
+++ apache.example.conf 2014-09-29 10:39:37 UTC (rev 119761)
@@ -5,8 +5,7 @@
 <Directory "/usr/share/webapps/cgit/">
        AllowOverride None
        Options None
-       Order allow,deny
-       Allow from all
+       Require all granted
        AuthType Basic
        AuthName cgit
        AuthUserFile /etc/httpd/conf/passwd
@@ -16,8 +15,7 @@
 <Directory "/usr/lib/cgit/">
        AllowOverride None
        Options ExecCGI FollowSymlinks
-       Order allow,deny
-       Allow from all
+       Require all granted
        AuthType Basic
        AuthName cgit
        AuthUserFile /etc/httpd/conf/passwd

Reply via email to