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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Apr 8 13:24:00 UTC 2014


    Date: Tuesday, April 8, 2014 @ 15:24:00
  Author: spupykin
Revision: 108974

upgpkg: roundcubemail 1.0.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-08 12:14:41 UTC (rev 108973)
+++ PKGBUILD	2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=roundcubemail
-pkgver=0.9.5
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,8 +16,8 @@
 options=('!strip')
 source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
 	apache.conf)
-md5sums=('757f6ab3306d4abf8da6664ae65138d7'
-         '88d8ef3ae01ec84cc09b35bcb100dccb')
+md5sums=('325f79deeadb8993ca8a20f0077f2535'
+         '9ef887b19632239911b287ce0e270ae8')
 
 package() {
   mkdir -p ${pkgdir}/etc/webapps/roundcubemail

Modified: apache.conf
===================================================================
--- apache.conf	2014-04-08 12:14:41 UTC (rev 108973)
+++ apache.conf	2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,6 @@
 <Directory "/usr/share/webapps/roundcubemail">
     AllowOverride All
     Options FollowSymlinks
-    Order allow,deny
-    Allow from all
+    Require all granted
     php_admin_value open_basedir "/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
 </Directory>




More information about the arch-commits mailing list