Your message dated Sat, 10 Nov 2012 13:32:34 +0000
with message-id <e1txbao-0003t8...@franck.debian.org>
and subject line Bug#680917: fixed in roundcube 0.7.2-6
has caused the Debian Bug report #680917,
regarding roundcube-core: Symbolic link not allowed or link target not
accessible: js/jquery-ui.min.js
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
680917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: roundcube
Version: 0.7.1-1~bpo60+1
Severity: normal
Hi,
I've noticed multiple lines in httpd's error.log like this:
| [Mon Jul 09 08:49:14 2012] [error] [client xyz] Symbolic link not allowed
| or link target not accessible:
| /var/lib/roundcube/plugins/jqueryui/js/jquery-ui.min.js, referer:
| https://mail.DOMAIN/roundcube/?_task=mail&_mbox=INBOX&_refresh=1
After a short look I see several broken links in plugins/jqueryui directory:
| css -> ../../../javascript/jquery-ui/css
| js/i18n -> ../../../../javascript/jquery-ui/ui/i18n
| js/jquery-ui.min.js -> ../../../../javascript/jquery-ui/jquery-ui.min.js
| (config.inc.php too but shouldn't make a difference)
The reason for this broken links is that ../../../javascript get resolved
to /var/lib/javascript but the correct location is /usr/share/javascript.
Cheers
-- System Information:
Debian Release: 6.0.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages roundcube-core depends on:
ii apache2 2.2.16-6+squeeze7 Apache HTTP Server metapackage
ii apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional n
ii dbconfig-common 1.8.46+squeeze.0 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii libjs-jquery 1.6.4-1~bpo60+1 JavaScript library for dynamic web
ii libjs-jquery-ui 1.8.dfsg-3 JavaScript UI library for dynamic
ii libmagic1 5.04-5+squeeze2 File type determination library us
ii php-auth 1.6.2-1 PHP PEAR modules for creating an a
ii php-mail-mime 1.8.0-2 PHP PEAR module for creating MIME
ii php-mdb2 2.5.0b2-1 PHP PEAR module to provide a commo
ii php-net-smtp 1.4.2-3 PHP PEAR module implementing SMTP
ii php-net-socket 1.0.9-2 PHP PEAR Network Socket Interface
ii php5 5.3.3-7+squeeze13 server-side, HTML-embedded scripti
ii php5-gd 5.3.3-7+squeeze13 GD module for php5
ii php5-intl 5.3.3-7+squeeze13 internationalisation module for ph
ii php5-mcrypt 5.3.3-7+squeeze13 MCrypt module for php5
ii php5-pspell 5.3.3-7+squeeze13 pspell module for php5
ii roundcube-sqlite 0.7.1-1~bpo60+1 metapackage providing sqlite depen
ii tinymce 3.3.8+dfsg0-0.1 platform independent web based Jav
ii ucf 3.0025+nmu1 Update Configuration File: preserv
roundcube-core recommends no packages.
Versions of packages roundcube-core suggests:
ii php-auth-sasl 1.0.4-1 Abstraction of various SASL mechan
pn php-crypt-gpg <none> (no description available)
ii roundcube-plugins 0.7.1-1~bpo60+1 skinnable AJAX based webmail solut
roundcube depends on no packages.
-- Configuration Files:
/etc/logrotate.d/roundcube-core changed:
/var/log/roundcube/errors
/var/log/roundcube/sendmail
/var/log/roundcube/session
/var/log/roundcube/userlogins {
create 640 www-data adm
compress
delaycompress
missingok
notifempty
rotate 52
weekly
}
/etc/roundcube/htaccess changed:
AddType text/x-component .htc
<IfModule mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
php_value upload_max_filesize 20M
php_value post_max_size 6M
php_value memory_limit 64M
php_flag zlib.output_compression Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag zend.ze1_compatibility_mode Off
php_flag suhosin.session.encrypt Off
php_flag session.auto_start Off
php_value session.gc_maxlifetime 21600
php_value session.gc_divisor 500
php_value session.gc_probability 1
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^favicon.ico$ skins/default/images/favicon.ico
RewriteRule .svn/ - [F]
RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F]
</IfModule>
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>
<IfModule mod_headers.c>
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</IfModule>
FileETag MTime Size
<IfModule mod_autoindex.c>
Options -Indexes
</ifModule>
-- debconf information:
roundcube/upgrade-error: abort
roundcube/pgsql/authmethod-user: password
roundcube/purge: false
* roundcube/dbconfig-install: true
* roundcube/language: en_US
* roundcube/db/dbname: roundcube
roundcube/remote/newhost:
roundcube/pgsql/changeconf: false
roundcube/upgrade-backup: true
roundcube/install-error: abort
roundcube/mysql/admin-user: root
* roundcube/hosts:
roundcube/pgsql/authmethod-admin: ident
roundcube/dbconfig-remove:
roundcube/pgsql/admin-user: postgres
roundcube/internal/skip-preseed: false
roundcube/db/app-user:
roundcube/dbconfig-reinstall: false
roundcube/mysql/method: unix socket
roundcube/remove-error: abort
* roundcube/restart-webserver: false
* roundcube/dbconfig-upgrade: true
roundcube/remote/port:
roundcube/pgsql/method: unix socket
roundcube/pgsql/manualconf:
* roundcube/db/basepath: /var/lib/dbconfig-common/sqlite/roundcube
roundcube/pgsql/no-empty-passwords:
roundcube/passwords-do-not-match:
roundcube/internal/reconfiguring: false
* roundcube/reconfigure-webserver:
* roundcube/database-type: sqlite
roundcube/remote/host:
roundcube/missing-db-package-error: abort
--- End Message ---
--- Begin Message ---
Source: roundcube
Source-Version: 0.7.2-6
We believe that the bug you reported is fixed in the latest version of
roundcube, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 680...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated roundcube package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 10 Nov 2012 13:51:17 +0100
Source: roundcube
Binary: roundcube-core roundcube roundcube-sqlite roundcube-mysql
roundcube-pgsql roundcube-plugins
Architecture: source all
Version: 0.7.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian Roundcube Maintainers
<pkg-roundcube-maintain...@lists.alioth.debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Description:
roundcube - skinnable AJAX based webmail solution for IMAP servers - metapack
roundcube-core - skinnable AJAX based webmail solution for IMAP servers
roundcube-mysql - metapackage providing MySQL dependencies for RoundCube
roundcube-pgsql - metapackage providing PostgreSQL dependencies for RoundCube
roundcube-plugins - skinnable AJAX based webmail solution for IMAP servers -
plugins
roundcube-sqlite - transitional dummy package
Closes: 656886 680917
Changes:
roundcube (0.7.2-6) unstable; urgency=low
.
* Fix the symlink mess in postinst when upgrading from 0.5 to a more
recent version. Closes: #680917, #656886.
Checksums-Sha1:
4ed72c5338246b50e26e19a824b97a6b0a3bf4ea 1633 roundcube_0.7.2-6.dsc
8c5f78a1b47a1f012aed81890a865e2fa71d3f07 52767 roundcube_0.7.2-6.debian.tar.gz
0a4962b9d427900bcf18ae0e234205665118d8bf 1027044 roundcube-core_0.7.2-6_all.deb
c3f2defbed7b1781594cfde946789afb25f0fdc7 27326 roundcube_0.7.2-6_all.deb
fc7ecd507db4d5ae9782e09d1ef1aabf28baff27 27560 roundcube-sqlite_0.7.2-6_all.deb
90d0a66f406c9710b64637979a44f4f26f67fa2a 27260 roundcube-mysql_0.7.2-6_all.deb
2b761a47daac52382827590a964d2bf1f79cdfed 27268 roundcube-pgsql_0.7.2-6_all.deb
4719827bf85996031057f5cb6d0755bea4f5f098 322036
roundcube-plugins_0.7.2-6_all.deb
Checksums-Sha256:
6f2983da8178ed0095d832a7f94aa963fe48ab73acecdb68553c9a7ab9444a1a 1633
roundcube_0.7.2-6.dsc
3ba250963a25fe89d1c7b66b8b3bf4baa38449efcdc97ed82ceeeb9f3f67f1b4 52767
roundcube_0.7.2-6.debian.tar.gz
9b04ff5cc9907aba27007c18da5178e6faadf7280e305ed26f977db5fa0d0651 1027044
roundcube-core_0.7.2-6_all.deb
272ecc1c470a13efa9a1ef18f293b0208aff396266a0976db3d5cd086c48668e 27326
roundcube_0.7.2-6_all.deb
d2aa042c1ca9ba42eda3f79030fc9342444a636710641ddfcf93013cf20a1cee 27560
roundcube-sqlite_0.7.2-6_all.deb
ebb09783a77305bdcd8afcef23f978711f401dd27420ddc48431dfb36a0c8c77 27260
roundcube-mysql_0.7.2-6_all.deb
a9eefae4fcacdda682a7dccd82f5e8f4e1ca43810185b2ee814cc4ee80e751b3 27268
roundcube-pgsql_0.7.2-6_all.deb
ce50dceab2ee59c728ccccdbd0530a5ad152bb1f0a9d15d272ae34ba1ca0a2b6 322036
roundcube-plugins_0.7.2-6_all.deb
Files:
9427bc440753adbf12e9e88c563e953a 1633 web extra roundcube_0.7.2-6.dsc
312fadcfef1947e45dfff0338caccea5 52767 web extra
roundcube_0.7.2-6.debian.tar.gz
1ad7a309c44e3ada16108e5a6fe05070 1027044 web extra
roundcube-core_0.7.2-6_all.deb
6ebed1fa04b79a366f794e24d07e2a20 27326 web extra roundcube_0.7.2-6_all.deb
5814d8101867eb71bca9a002483d08e7 27560 oldlibs extra
roundcube-sqlite_0.7.2-6_all.deb
ea2b2ad0af2f882030bd7fd39e8796ba 27260 web extra
roundcube-mysql_0.7.2-6_all.deb
cdd1bf3f4403d6f3793a5de1f2d318e8 27268 web extra
roundcube-pgsql_0.7.2-6_all.deb
c3df9caa2ddc510a243781a3eb0f45d0 322036 web extra
roundcube-plugins_0.7.2-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlCeU1QACgkQKFvXofIqeU4NogCdE4KUndoz9EgtVaQvj7MU2ZhX
BRoAnjNf/7tXoLdoHOQT18qc8RwSO9ze
=KGJd
-----END PGP SIGNATURE-----
--- End Message ---