[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri Mar 7 10:49:54 UTC 2014
Date: Friday, March 7, 2014 @ 11:49:53
Author: bpiotrowski
Revision: 106760
upgpkg: phpmyadmin 4.1.9-1
- new upstream release
- drop example configuration for Apache (FS#39213)
Modified:
phpmyadmin/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-07 09:44:14 UTC (rev 106759)
+++ PKGBUILD 2014-03-07 10:49:53 UTC (rev 106760)
@@ -6,7 +6,7 @@
# Contributor: Simon Lackerbauer <calypso "at" strpg.org>
pkgname=phpmyadmin
-pkgver=4.1.8
+pkgver=4.1.9
pkgrel=1
pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
arch=('any')
@@ -17,7 +17,7 @@
backup=(etc/webapps/phpmyadmin/config.inc.php)
install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('d774ad005d0f03d2fc8c840cedb35571c24a7a265c1a4a50ecad67f3d531ddb2')
+sha256sums=('f7cc55460e0518cf8911a84a88699904a052dbd63ac1ce83e27467a449657c13')
package() {
_instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
@@ -28,15 +28,4 @@
ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-
- cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf <<EOF
- Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"
- <Directory "/usr/share/webapps/phpMyAdmin">
- AllowOverride All
- Options FollowSymlinks
- Order allow,deny
- Allow from all
- php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
- </Directory>
-EOF
}
More information about the arch-commits
mailing list