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

Sergej Pupykin spupykin at archlinux.org
Thu Feb 26 17:27:01 UTC 2015


    Date: Thursday, February 26, 2015 @ 18:27:01
  Author: spupykin
Revision: 128301

upgpkg: roundcubemail 1.1.0-5

upd

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-26 17:19:39 UTC (rev 128300)
+++ PKGBUILD	2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 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'
-         'f11b17e2a80b383cde4af963fb307541')
+         'afa5113b40709550573f32d032b388b8')
 
 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-02-26 17:19:39 UTC (rev 128300)
+++ apache.conf	2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,5 +3,4 @@
     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