diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-12 08:07:09 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-12 08:07:09 +0000 |
commit | a4af869d1c3be4d124bc2ae0e07ef0aab96059af (patch) | |
tree | 0d777325451270db73197cd2dd84673bcd46b5c9 /main | |
parent | 958c51c8be3413d901d243828cae37d764eceea2 (diff) | |
download | aports-a4af869d1c3be4d124bc2ae0e07ef0aab96059af.tar.bz2 aports-a4af869d1c3be4d124bc2ae0e07ef0aab96059af.tar.xz |
main/roundcubemail: upgrade to 0.8.3
Diffstat (limited to 'main')
-rw-r--r-- | main/roundcubemail/APKBUILD | 6 | ||||
-rw-r--r-- | main/roundcubemail/fix-dirs.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 792cc3e2e9..b06aaa793d 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=roundcubemail -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" @@ -73,5 +73,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -md5sums="aac1dc605e97e2dbe99adac24596c798 roundcubemail-0.8.2.tar.gz -1a134edb94ff52e8a046725e485a381d fix-dirs.patch" +md5sums="4782f811d07643f0fcc9848ea4b13166 roundcubemail-0.8.3.tar.gz +987406fd8f12719544aeb057973b368e fix-dirs.patch" diff --git a/main/roundcubemail/fix-dirs.patch b/main/roundcubemail/fix-dirs.patch index 84fb971975..0500c591bf 100644 --- a/main/roundcubemail/fix-dirs.patch +++ b/main/roundcubemail/fix-dirs.patch @@ -2,15 +2,15 @@ diff --git a/installer/index.php b/installer/index.php index 7ed5224..f9f8241 100644 --- a/installer/index.php +++ b/installer/index.php -@@ -32,7 +32,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE); +@@ -43,7 +43,7 @@ ini_set('display_errors', 1); define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); -define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +define('RCMAIL_CONFIG_DIR', '/etc/roundcube'); + define('RCMAIL_CHARSET', 'UTF-8'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; - $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; diff --git a/program/include/iniset.php b/program/include/iniset.php index 10ae11e..f9d3d92 100755 --- a/program/include/iniset.php |