Your message dated Sun, 03 Jul 2016 05:55:45 +0000
with message-id <[email protected]>
and subject line Bug#829264: fixed in php-horde-activesync 2.35.0-1
has caused the Debian Bug report #829264,
regarding php-horde-activesync: update for MySQL 5.7 compatibility by setting
root password
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 [email protected]
immediately.)
--
829264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829264
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php-horde-activesync
Version: 2.34.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Update test compatibility with MySQL 5.7 (LP: #1568015).
Thanks for considering the patch.
*** /tmp/tmpvIXQYx/php-horde-activesync_2.34.0-1ubuntu1.debdiff
diff -Nru php-horde-activesync-2.34.0/debian/tests/control
php-horde-activesync-2.34.0/debian/tests/control
--- php-horde-activesync-2.34.0/debian/tests/control 2016-06-08
12:00:51.000000000 -0700
+++ php-horde-activesync-2.34.0/debian/tests/control 2016-07-01
12:28:02.000000000 -0700
@@ -1,3 +1,3 @@
Tests: phpunit
-Restrictions: needs-recommends isolation-container
+Restrictions: needs-recommends needs-root isolation-container
Depends: @, php-cli, php-horde-test, php-sqlite3, mysql-server, php-mysql
diff -Nru php-horde-activesync-2.34.0/debian/tests/phpunit
php-horde-activesync-2.34.0/debian/tests/phpunit
--- php-horde-activesync-2.34.0/debian/tests/phpunit 2016-06-08
12:00:51.000000000 -0700
+++ php-horde-activesync-2.34.0/debian/tests/phpunit 2016-07-01
12:04:20.000000000 -0700
@@ -2,11 +2,11 @@
set -e
-export
ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
-export
ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
-export
ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
+export
ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
+export
ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
+export
ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
-mysql -e 'create database IF NOT EXISTS test;' -uroot
+mysql -e "create database IF NOT EXISTS test; ALTER USER 'root'@'localhost'
IDENTIFIED WITH 'mysql_native_password' BY 'r00t';" -uroot
cd Horde_ActiveSync*/test/./Horde/ActiveSync
phpunit -v .
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.0-24-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd
--- End Message ---
--- Begin Message ---
Source: php-horde-activesync
Source-Version: 2.35.0-1
We believe that the bug you reported is fixed in the latest version of
php-horde-activesync, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mathieu Parent <[email protected]> (supplier of updated php-horde-activesync
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 03 Jul 2016 07:12:11 +0200
Source: php-horde-activesync
Binary: php-horde-activesync
Architecture: source all
Version: 2.35.0-1
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers <[email protected]>
Changed-By: Mathieu Parent <[email protected]>
Description:
php-horde-activesync - ${phppear:summary}
Closes: 829264
Changes:
php-horde-activesync (2.35.0-1) unstable; urgency=medium
.
* New upstream version 2.35.0
* Update for MySQL 5.7 compatibility by setting root password
(Closes: #829264). Patch by Nishanth Aravamudan from Ubuntu.
Checksums-Sha1:
dc7a02f2e84913f3e0f5874ff905c8bd8f6eb9d4 2088 php-horde-activesync_2.35.0-1.dsc
945cd38849c9e8637c4e1bb516db406c290ae451 374676
php-horde-activesync_2.35.0.orig.tar.gz
5ef29788163e2190af256f06aae8f196e661c165 3772
php-horde-activesync_2.35.0-1.debian.tar.xz
a775666ba0b7fd0e2d86fc4fe896f8c0d2102bad 225566
php-horde-activesync_2.35.0-1_all.deb
Checksums-Sha256:
a0331dac99dab06eb2e81b0526592ee90eb2d6a0dc02fa37d7b3a5c4bee1bf4f 2088
php-horde-activesync_2.35.0-1.dsc
828e011ca0cdde82e385b157589bc32e3e5c55ffb9de706cfd68df5f55fce2ae 374676
php-horde-activesync_2.35.0.orig.tar.gz
97ce7db9393d09cb3ca6ed85e59d2f0a0be62d5fa6d74efcbad638112762f005 3772
php-horde-activesync_2.35.0-1.debian.tar.xz
9f00f30d142e1e2f48f68daede3b3da9b3a4150ce317fdf30d8e1b4c295e5a87 225566
php-horde-activesync_2.35.0-1_all.deb
Files:
7e202f76d0cedd3030fba3ecd69b162a 2088 php extra
php-horde-activesync_2.35.0-1.dsc
8484a2f42739cb320212bda3edd408af 374676 php extra
php-horde-activesync_2.35.0.orig.tar.gz
f70720d88fc736b084a41211ef7f854a 3772 php extra
php-horde-activesync_2.35.0-1.debian.tar.xz
d17570900d7942eece97095ceceadba8 225566 php extra
php-horde-activesync_2.35.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXeJ+SAAoJEK4DmARmaB+loFgQAK03Yp3ID8RzHdScKxs28b0K
IFiBfcDB76hSYv+F+nSiTLKA34TWO2QS4LksAmaPI9u67rSWGSiMXYmjv23gJJ6n
YqhUjv5oHs2Qhaaoo+M44NwPDq22azAetrScq6Id/fMfG4PRPh4G5rDkBnGciRNU
wBTXWKd5S76JJbLjfnddb8j5+lLwrc8JwT758sNTyLqgV0LSTRQsXIEaJ5Nvhziq
ZGMLK2m5u5wUiKyNnyTLEcMIvbO9lk9tW9oexHmG7KjZnGWIKW9vc6MpuEfiN5cl
4M5sDrGyjFG+GFC75hHRCpmc0mGNVPG9R5uXaLHhIEb2JCuF0XMt6+jFRAfZ7CKG
dKbFsH+NxFcytjLjaXMGlNJhRBzs/kvKzO3W2dCiuDmPDEtpc8oWMHy1DEL9SzhC
3E0MqtfWwhHQs5pYCJTpaG/yIomXL2KUWJmbNMpoSqhd3uwQ8R0cJR5YQj8+JI1w
Vo5aw7TZqusvvmZAgpOqAxRN65LgaziTjgYAFNv50WU6vOcQ5zxoPC2c2q12tlO+
06KgRyNzETnDuxsTm7vJ7publqRuj4Z1u03AhN4OX6+JoTAlhnoftMqpWrWtv9tx
9rJ1yn2elMd2QgI8vY4Zuc2XFTwchtOR658OVbY7+E/LH1oWOyoo2+WFvYY0w/e+
2crnmBNAxxM8Ltp6sVnA
=nWP8
-----END PGP SIGNATURE-----
--- End Message ---