[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690389: unblock: phpbb3/3.0.10-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package phpbb3, it fixes an important regression,
#678544, preventing to setup a remote mysql server, and add a new
debconf translation.

The attached debdiff excludes the PO file.

Thanks in advance, regards

David

unblock phpbb3/3.0.10-3

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru --exclude po phpbb3-3.0.10/debian/changelog phpbb3-3.0.10/debian/changelog
--- phpbb3-3.0.10/debian/changelog	2012-02-04 19:44:19.000000000 -0400
+++ phpbb3-3.0.10/debian/changelog	2012-10-06 11:40:47.000000000 -0400
@@ -1,3 +1,13 @@
+phpbb3 (3.0.10-3) unstable; urgency=low
+
+  * New Brazilian Portuguese debconf translation by J.S.Júnior
+   (closes: #663496).
+  * debian/dbapps-lib: Correct handling of dbc_dbserver when configuring mysql
+    connection parameters, thanks to Liam Young for the patch (the #613060 fix
+    was not correct, LP: #997782, closes: #678544).
+
+ -- David Prévot <taffit@debian.org>  Sat, 06 Oct 2012 11:40:37 -0400
+
 phpbb3 (3.0.10-2) unstable; urgency=low
 
   * Update Czech translation (closes: #658650).
diff -Nru --exclude po phpbb3-3.0.10/debian/dbapps-lib phpbb3-3.0.10/debian/dbapps-lib
--- phpbb3-3.0.10/debian/dbapps-lib	2011-03-06 23:05:17.000000000 -0400
+++ phpbb3-3.0.10/debian/dbapps-lib	2012-10-06 11:34:02.000000000 -0400
@@ -14,7 +14,8 @@
     ERR=
     case $dbc_dbtype in
         mysql )
-            echo $sql | mysql ${dbc_dbserver:+-h $dbc_dbserver} ${dbc_dbserver:--h localhost} ${dbc_dbport:+--port $dbc_dbport} -u $dbc_dbuser -p$dbc_dbpass $dbc_dbname -s || run_sql_fail $dbc_dbtype
+            l_dbc_dbserver=${dbc_dbserver:- localhost}
+            echo $sql | mysql -h ${l_dbc_dbserver} ${dbc_dbport:+--port $dbc_dbport} -u $dbc_dbuser -p$dbc_dbpass $dbc_dbname -s || run_sql_fail $dbc_dbtype
             ;;
         pgsql )
             if [ -z "${dbc_dbserver}" ]; then

Reply to: