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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 2 15:09:30 UTC 2015


    Date: Monday, March 2, 2015 @ 16:09:30
  Author: spupykin
Revision: 128547

upgpkg: roundcubemail 1.1.0-7

upd

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

-------------+
 PKGBUILD    |   12 ++++++------
 apache.conf |    1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-02 14:37:24 UTC (rev 128546)
+++ PKGBUILD	2015-03-02 15:09:30 UTC (rev 128547)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net"
@@ -18,7 +18,7 @@
 source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
 	apache.conf)
 md5sums=('784b001753cebb9d0db59142f22e1764'
-         'afa5113b40709550573f32d032b388b8')
+         'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -46,10 +46,10 @@
   install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
   install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
 
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  cat <<'EOF' >$pkgdir/etc/php/conf.d/$pkgname.ini
-open_basedir = ${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-EOF
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <<'EOF' >$pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = ${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
 
   rm -rf temp logs
 }

Modified: apache.conf
===================================================================
--- apache.conf	2015-03-02 14:37:24 UTC (rev 128546)
+++ apache.conf	2015-03-02 15:09:30 UTC (rev 128547)
@@ -3,4 +3,5 @@
     AllowOverride All
     Options FollowSymlinks
     Require all granted
+    php_admin_value open_basedir "/tmp/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
 </Directory>



More information about the arch-commits mailing list