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

Sergej Pupykin spupykin at archlinux.org
Thu Jul 24 12:02:09 UTC 2014


    Date: Thursday, July 24, 2014 @ 14:02:09
  Author: spupykin
Revision: 116305

upgpkg: roundcubemail 1.0.2-3

upd

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 11:30:33 UTC (rev 116304)
+++ PKGBUILD	2014-07-24 12:02:09 UTC (rev 116305)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net"
@@ -17,7 +17,7 @@
 source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
 	apache.conf)
 md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
-         'afa5113b40709550573f32d032b388b8')
+         'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -45,10 +45,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	2014-07-24 11:30:33 UTC (rev 116304)
+++ apache.conf	2014-07-24 12:02:09 UTC (rev 116305)
@@ -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