Your message dated Sat, 18 Jul 2009 09:18:28 +0000
with message-id <[email protected]>
and subject line Bug#536548: fixed in mysql-dfsg-5.0 5.0.83-1
has caused the Debian Bug report #536548,
regarding mysql-dfsg-5.0: Updated 45_warn-CLI-passwords.dpatch for 5.0.83
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.)


-- 
536548: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536548
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mysql-dfsg-5.0
Version: 5.0.83-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch


I've attached an updated version of 45_warn-CLI-passwords.dpatch so that
it applies cleanly to 5.0.83.


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-24-server (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- debian/patches/45_warn-CLI-passwords.dpatch 2009-02-15 16:44:02 +0000
+++ debian/patches/45_warn-CLI-passwords.dpatch 2009-07-10 21:27:07 +0000
@@ -5,10 +5,22 @@
 ## DP: warn-CLI-passwords
 
 @DPATCH@
-
---- old/client/mysqladmin.cc.orig      2005-11-15 01:12:30.000000000 +0100
-+++ new/client/mysqladmin.cc   2005-11-22 00:17:41.327082273 +0100
-@@ -154,7 +154,7 @@
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysql.cc 
mysql-dfsg-5.0-5.1.30really5.0.83/client/mysql.cc
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysql.cc 2009-05-29 
14:15:31.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/client/mysql.cc  2009-07-10 
17:24:45.000000000 -0400
+@@ -1395,7 +1395,7 @@
+    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
+ #endif
+   {"password", 'p',
+-   "Password to use when connecting to server. If password is not given it's 
asked from the tty.",
++   "Password to use when connecting to server. If password is not given it's 
asked from the tty. WARNING: This is insecure as the password is visible for 
anyone through /proc for a short time.",
+    0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
+ #ifdef __WIN__
+   {"pipe", 'W', "Use named pipes to connect to server.", 0, 0, 0, GET_NO_ARG,
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqladmin.cc 
mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqladmin.cc
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqladmin.cc    2009-05-29 
14:15:31.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqladmin.cc     2009-07-10 
17:24:45.000000000 -0400
+@@ -153,7 +153,7 @@
    {"host", 'h', "Connect to host.", (gptr*) &host, (gptr*) &host, 0, GET_STR,
     REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
    {"password", 'p',
@@ -17,20 +29,10 @@
     0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
  #ifdef __WIN__
    {"pipe", 'W', "Use named pipes to connect to server.", 0, 0, 0, GET_NO_ARG,
---- old/client/mysql.cc.orig   2005-11-15 01:12:45.000000000 +0100
-+++ new/client/mysql.cc        2005-11-22 00:17:41.329082230 +0100
-@@ -621,7 +621,7 @@
-    0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
- #endif
-   {"password", 'p',
--   "Password to use when connecting to server. If password is not given it's 
asked from the tty.",
-+   "Password to use when connecting to server. If password is not given it's 
asked from the tty. WARNING: This is insecure as the password is visible for 
anyone through /proc for a short time.",
-    0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
- #ifdef __WIN__
-   {"pipe", 'W', "Use named pipes to connect to server.", 0, 0, 0, GET_NO_ARG,
---- old/client/mysqldump.c.orig        2005-11-15 01:12:38.000000000 +0100
-+++ new/client/mysqldump.c     2005-11-22 00:17:41.332082165 +0100
-@@ -323,7 +323,7 @@
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqldump.c 
mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqldump.c
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqldump.c      2009-05-29 
14:15:32.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqldump.c       2009-07-10 
17:24:45.000000000 -0400
+@@ -357,7 +357,7 @@
     "Sorts each table's rows by primary key, or first unique key, if such a 
key exists.  Useful when dumping a MyISAM table to be loaded into an InnoDB 
table, but will make the dump itself take considerably longer.",
     (gptr*) &opt_order_by_primary, (gptr*) &opt_order_by_primary, 0, GET_BOOL, 
NO_ARG, 0, 0, 0, 0, 0, 0},
    {"password", 'p',
@@ -39,19 +41,103 @@
     0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
  #ifdef __WIN__
    {"pipe", 'W', "Use named pipes to connect to server.", 0, 0, 0, GET_NO_ARG,
---- old/client/mysqlshow.c.orig        2005-11-15 01:12:47.000000000 +0100
-+++ new/client/mysqlshow.c     2005-11-22 00:17:41.333082144 +0100
-@@ -185,7 +185,7 @@
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqlshow.c 
mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqlshow.c
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/client/mysqlshow.c      2009-05-29 
14:15:32.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/client/mysqlshow.c       2009-07-10 
17:24:45.000000000 -0400
+@@ -186,7 +186,7 @@
    {"keys", 'k', "Show keys for table.", (gptr*) &opt_show_keys,
     (gptr*) &opt_show_keys, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
    {"password", 'p',
 -   "Password to use when connecting to server. If password is not given it's 
asked from the tty.",
 +   "Password to use when connecting to server. If password is not given it's 
asked from the tty. WARNING: Providing a password on command line is insecure 
as it is visible through /proc to anyone for a short time.", 
     0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
-   {"port", 'P', "Port number to use for connection.", (gptr*) &opt_mysql_port,
-    (gptr*) &opt_mysql_port, 0, GET_UINT, REQUIRED_ARG, MYSQL_PORT, 0, 0, 0, 0,
---- old/scripts/mysqlaccess.sh.orig    2005-11-15 01:12:32.000000000 +0100
-+++ new/scripts/mysqlaccess.sh 2005-11-22 00:17:41.352081736 +0100
+   {"port", 'P', "Port number to use for connection or 0 for default to, in "
+    "order of preference, my.cnf, $MYSQL_TCP_PORT, "
+diff -urNad 
mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_convert_table_format.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_convert_table_format.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_convert_table_format.sh   
2009-05-29 14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_convert_table_format.sh    
2009-07-10 17:24:50.000000000 -0400
+@@ -121,6 +121,8 @@
+ 
+ --password='password'
+   Password for the current user.
++  WARNING: Providing a password on command line is insecure as it is visible
++  through /proc to anyone for a short time.
+ 
+ --port=port
+   TCP/IP port to connect to if host is not "localhost".
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_explain_log.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_explain_log.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_explain_log.sh    
2009-05-29 14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_explain_log.sh     
2009-07-10 17:24:51.000000000 -0400
+@@ -342,6 +342,9 @@
+     The MySQL username to use when connecting to the server
+ --password=PASSWORD, -p=PASSWORD
+     The password to use when connecting to the server
++    WARNING: Providing a password on command line is
++    insecure as it is visible through /proc to anyone
++    for a short time.
+ --socket=SOCKET, -s=SOCKET
+     The socket file to use when connecting to the server
+ --printerror=1, -e 1
+@@ -380,7 +383,7 @@
+ 
+ =head1 USAGE
+ 
+-mysql_explain_log [--date=YYMMDD] --host=dbhost] [--user=dbuser] 
[--password=dbpw] [--socket=/path/to/socket] [--printerror=1] < logfile
++mysql_explain_log [--date=YYMMDD] --host=dbhost] [--user=dbuser] 
[--password=dbpw (INSECURE)] [--socket=/path/to/socket] [--printerror=1] < 
logfile
+ 
+ --help, -h
+     Display this help message
+@@ -392,6 +395,8 @@
+     The MySQL username to use when connecting to the server
+ --password=PASSWORD, -p=PASSWORD
+     The password to use when connecting to the server
++    WARNING: Providing a password on command line is insecure
++    as it is visible through /proc to anyone for a short time.
+ --socket=SOCKET, -s=SOCKET
+     The socket file to use when connecting to the server
+ --printerror=1, -e 1
+diff -urNad 
mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_fix_privilege_tables.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_fix_privilege_tables.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_fix_privilege_tables.sh   
2009-05-29 14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_fix_privilege_tables.sh    
2009-07-10 17:24:51.000000000 -0400
+@@ -49,6 +49,10 @@
+ 
+ case "$1" in
+     --no-defaults|--defaults-file=*|--defaults-extra-file=*)
++#
++# WARNING: Providing a password on command line is insecure as it is visible
++# through /proc to anyone for a short time.
++#
+       defaults="$1"; shift
+       ;;
+ esac
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_setpermission.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_setpermission.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_setpermission.sh  
2009-05-29 14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_setpermission.sh   
2009-07-10 17:24:51.000000000 -0400
+@@ -641,6 +641,9 @@
+ 
+ --user                : is the username to connect with.
+ --password    : the password of the username.
++                  WARNING: Providing a password on command line is
++                  insecure as it is visible through /proc to anyone
++                  for a short time.
+ --host                : the host to connect to.
+ --socket      : the socket to connect to.
+ --port                : the port number of the host to connect to.
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_tableinfo.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_tableinfo.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysql_tableinfo.sh      
2009-05-29 14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysql_tableinfo.sh       
2009-07-10 17:24:51.000000000 -0400
+@@ -462,6 +462,8 @@
+ =item -p, --password=#     
+ 
+ password to use when connecting to server
++WARNING: Providing a password on command line is insecure as it is visible
++through /proc to anyone for a short time.
+ 
+ =item -h, --host=#     
+ 
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqlaccess.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqlaccess.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqlaccess.sh  2009-05-29 
14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqlaccess.sh   2009-07-10 
17:24:45.000000000 -0400
 @@ -74,11 +74,17 @@
  
    -u, --user=#         username for logging in to the db
@@ -70,20 +156,10 @@
    -H, --rhost=#        remote MySQL-server to connect to
        --old_server     connect to old MySQL-server (before v3.21) which 
                         does not yet know how to handle full where clauses.
---- old/scripts/mysql_convert_table_format.sh.orig     2005-11-15 
01:12:45.000000000 +0100
-+++ new/scripts/mysql_convert_table_format.sh  2005-11-22 00:17:41.353081714 
+0100
-@@ -107,6 +107,8 @@
- 
- --password='password'
-   Password for the current user.
-+  WARNING: Providing a password on command line is insecure as it is visible
-+  through /proc to anyone for a short time.
- 
- --port=port
-   TCP/IP port to connect to if host is not "localhost".
---- old/scripts/mysqld_multi.sh.orig   2005-11-15 01:12:46.000000000 +0100
-+++ new/scripts/mysqld_multi.sh        2005-11-22 00:17:41.355081671 +0100
-@@ -730,6 +730,9 @@
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqld_multi.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqld_multi.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqld_multi.sh 2009-05-29 
14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqld_multi.sh  2009-07-10 
17:24:50.000000000 -0400
+@@ -675,6 +675,9 @@
  mysqladmin = /path/to/mysqladmin/mysqladmin
  socket     = /tmp/mysql.sock3
  port       = 3308
@@ -93,21 +169,9 @@
  pid-file   = @localstate...@3/hostname.pid3
  datadir    = @localstate...@3
  language   = @datadir@/mysql/swedish
---- old/scripts/mysql_fix_privilege_tables.sh.orig     2005-11-15 
01:12:47.000000000 +0100
-+++ new/scripts/mysql_fix_privilege_tables.sh  2005-11-22 00:17:41.357081628 
+0100
-@@ -33,6 +33,10 @@
- 
- case "$1" in
-     --no-defaults|--defaults-file=*|--defaults-extra-file=*)
-+#
-+# WARNING: Providing a password on command line is insecure as it is visible
-+# through /proc to anyone for a short time.
-+#
-       defaults="$1"; shift
-       ;;
- esac
---- old/scripts/mysqlhotcopy.sh.orig   2005-11-15 01:12:47.000000000 +0100
-+++ new/scripts/mysqlhotcopy.sh        2005-11-22 00:17:41.358081607 +0100
+diff -urNad mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqlhotcopy.sh 
mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqlhotcopy.sh
+--- mysql-dfsg-5.0-5.1.30really5.0.83~/scripts/mysqlhotcopy.sh 2009-05-29 
14:19:19.000000000 -0400
++++ mysql-dfsg-5.0-5.1.30really5.0.83/scripts/mysqlhotcopy.sh  2009-07-10 
17:26:06.000000000 -0400
 @@ -32,6 +32,7 @@
  
    mysqlhotcopy --method='scp -Bq -i /usr/home/foo/.ssh/identity' --user=root 
--password=secretpassword \
@@ -123,12 +187,12 @@
 +                       WARNING: Providing a password on command line is
 +                       insecure as it is visible through /proc to anyone
 +                       for a short time.
-   -h, --host=#         Hostname for local server when connecting over TCP/IP
+   -h, --host=#         hostname for local server when connecting over TCP/IP
    -P, --port=#         port to use when connecting to local server with TCP/IP
    -S, --socket=#       socket to use when connecting to local server
-@@ -1025,6 +1029,9 @@
+@@ -961,6 +965,9 @@
  one of the config files, normally /etc/my.cnf or your personal ~/.my.cnf.
- (See the chapter 'my.cnf Option Files' in the manual)
+ (See the chapter 'my.cnf Option Files' in the manual.)
  
 +WARNING: Providing a password on command line is insecure as it is visible
 +through /proc to anyone for a short time.
@@ -136,56 +200,3 @@
  =item -h, -h, --host=#
  
  Hostname for local server when connecting over TCP/IP.  By specifying this
---- old/scripts/mysql_setpermission.sh.orig    2005-11-15 01:12:30.000000000 
+0100
-+++ new/scripts/mysql_setpermission.sh 2005-11-22 00:17:41.359081585 +0100
-@@ -647,6 +647,9 @@
- 
- --user                : is the username to connect with.
- --password    : the password of the username.
-+                  WARNING: Providing a password on command line is
-+                  insecure as it is visible through /proc to anyone
-+                  for a short time.
- --host                : the host to connect to.
- --socket      : the socket to connect to.
- --port                : the port number of the host to connect to.
---- old/scripts/mysql_tableinfo.sh.orig        2005-11-15 01:12:32.000000000 
+0100
-+++ new/scripts/mysql_tableinfo.sh     2005-11-22 00:17:41.360081564 +0100
-@@ -462,6 +462,8 @@
- =item -p, --password=#     
- 
- password to use when connecting to server
-+WARNING: Providing a password on command line is insecure as it is visible
-+through /proc to anyone for a short time.
- 
- =item -h, --host=#     
- 
---- old/scripts/mysql_explain_log.sh   2007-02-20 18:49:37.000000000 +0100
-+++ new/scripts/mysql_explain_log.sh   2007-03-22 22:32:26.000000000 +0100
-@@ -341,6 +341,9 @@
-     The MySQL username to use when connecting to the server
- --password=PASSWORD, -p=PASSWORD
-     The password to use when connecting to the server
-+    WARNING: Providing a password on command line is
-+    insecure as it is visible through /proc to anyone
-+    for a short time.
- --socket=SOCKET, -s=SOCKET
-     The socket file to use when connecting to the server
- --printerror=1, -e 1
-@@ -379,7 +382,7 @@
- 
- =head1 USAGE
- 
--mysql_explain_log [--date=YYMMDD] --host=dbhost] [--user=dbuser] 
[--password=dbpw] [--socket=/path/to/socket] [--printerror=1] < logfile
-+mysql_explain_log [--date=YYMMDD] --host=dbhost] [--user=dbuser] 
[--password=dbpw (INSECURE)] [--socket=/path/to/socket] [--printerror=1] < 
logfile
- 
- --help, -h
-     Display this help message
-@@ -391,6 +394,8 @@
-     The MySQL username to use when connecting to the server
- --password=PASSWORD, -p=PASSWORD
-     The password to use when connecting to the server
-+    WARNING: Providing a password on command line is insecure
-+    as it is visible through /proc to anyone for a short time.
- --socket=SOCKET, -s=SOCKET
-     The socket file to use when connecting to the server
- --printerror=1, -e 1


--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.0
Source-Version: 5.0.83-1

We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive:

libmysqlclient15-dev_5.0.83-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.83-1_amd64.deb
libmysqlclient15off_5.0.83-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.83-1_amd64.deb
mysql-client-5.0_5.0.83-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.83-1_amd64.deb
mysql-client_5.0.83-1_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.83-1_all.deb
mysql-common_5.0.83-1_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.83-1_all.deb
mysql-dfsg-5.0_5.0.83-1.diff.gz
  to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.83-1.diff.gz
mysql-dfsg-5.0_5.0.83-1.dsc
  to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.83-1.dsc
mysql-dfsg-5.0_5.0.83.orig.tar.gz
  to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.83.orig.tar.gz
mysql-server-5.0_5.0.83-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.83-1_amd64.deb
mysql-server_5.0.83-1_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.83-1_all.deb



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.
Norbert Tretkowski <[email protected]> (supplier of updated mysql-dfsg-5.0 
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: SHA1

Format: 1.8
Date: Sat, 18 Jul 2009 08:18:53 +0200
Source: mysql-dfsg-5.0
Binary: libmysqlclient15off libmysqlclient15-dev mysql-common mysql-client-5.0 
mysql-server-5.0 mysql-server mysql-client
Architecture: source all amd64
Version: 5.0.83-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Norbert Tretkowski <[email protected]>
Description: 
 libmysqlclient15-dev - MySQL database development files
 libmysqlclient15off - MySQL database client library
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.0 - MySQL database client binaries
 mysql-common - MySQL database common files
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.0 - MySQL database server binaries
Closes: 536548
Changes: 
 mysql-dfsg-5.0 (5.0.83-1) unstable; urgency=low
 .
   * New upstream release.
   * Update patches:
     + debian/patches/45_warn-CLI-passwords.dpatch (closes: #536548)
     + debian/patches/60_disabled_tests.dpatch
Checksums-Sha1: 
 eaa7fc51416199a9f4810aee1f65c56c052500c9 1706 mysql-dfsg-5.0_5.0.83-1.dsc
 9582363caee2628a6c25877c185685e6a4230ce3 20248542 
mysql-dfsg-5.0_5.0.83.orig.tar.gz
 06bffb6f838a02ad3fcb0cb54a6541c7a68e15dc 295188 mysql-dfsg-5.0_5.0.83-1.diff.gz
 723c128ad4ec031f91a74957f9b420b29c66e688 61064 mysql-common_5.0.83-1_all.deb
 d77541be83cdb19aecb47cc7e9537dba0c3275f1 55290 mysql-server_5.0.83-1_all.deb
 d219d1484b83831df55f99ede8b36edd04b0664d 53096 mysql-client_5.0.83-1_all.deb
 e2968595ff88bf555cf3a94e0efb9344a3b8b11c 1900134 
libmysqlclient15off_5.0.83-1_amd64.deb
 ee489d1215c8c7e33ea3fa41c05b5550cf9713d3 7630156 
libmysqlclient15-dev_5.0.83-1_amd64.deb
 9315bb20a4a58017ee5c475d44f3f237de192c4d 8244802 
mysql-client-5.0_5.0.83-1_amd64.deb
 1506f856e2d52666fcfa5dd227c54c15f67fe4bb 27524050 
mysql-server-5.0_5.0.83-1_amd64.deb
Checksums-Sha256: 
 5a91e9ce698c1f90c02a181890cb778ecd0b63a364b6047eadf8bccdbc41a7cc 1706 
mysql-dfsg-5.0_5.0.83-1.dsc
 3e7fb2978c4418a7c7ceaf38e9a80048f22e3bdd3bc84aa501b7408b3254ab77 20248542 
mysql-dfsg-5.0_5.0.83.orig.tar.gz
 bfd83107b718d7b6ce51cefcc9bc73394ffe6892048d38ef19c3ea4c176413e1 295188 
mysql-dfsg-5.0_5.0.83-1.diff.gz
 02abc6e8f7e4e557f89ad23706661f2b25792dc1c1051831695e6f70029c8d7e 61064 
mysql-common_5.0.83-1_all.deb
 3e86eb82807bb234e88842513fd742607985fb15f444fcccdccb025e85e9c19f 55290 
mysql-server_5.0.83-1_all.deb
 2f730d1702bc07df4c4fafb37eea5923204bb2ab21b595242337b96977bd6c61 53096 
mysql-client_5.0.83-1_all.deb
 e275c1aa16596400803077f1831dde6d1d73fff49f0dc626ccf49db925945f69 1900134 
libmysqlclient15off_5.0.83-1_amd64.deb
 cf83f58fdc93f6d332721aa2a16dc9e5025ea03d5933d5de24b7050d5c1dde5e 7630156 
libmysqlclient15-dev_5.0.83-1_amd64.deb
 8f5e54ebda7ef2b0e2005c3c163d9de791691a803787561088a43852aba6f868 8244802 
mysql-client-5.0_5.0.83-1_amd64.deb
 3b656751fd63ec23b9eadd605880dcdc4cc33d79ae15026a13b802aa5273ad5c 27524050 
mysql-server-5.0_5.0.83-1_amd64.deb
Files: 
 05b44bb99ab4ac15f169df600b41c38f 1706 misc optional mysql-dfsg-5.0_5.0.83-1.dsc
 29d8f65bf908dbab8ff8c09e3a6f7315 20248542 misc optional 
mysql-dfsg-5.0_5.0.83.orig.tar.gz
 bc67c8b0ef1c4c4e1c4890e81cd89403 295188 misc optional 
mysql-dfsg-5.0_5.0.83-1.diff.gz
 5551cea5f91e8cde863978a83888cff5 61064 misc optional 
mysql-common_5.0.83-1_all.deb
 6719468985238dae5d7c7ada4f68a331 55290 misc optional 
mysql-server_5.0.83-1_all.deb
 db74954eb82160da75daac794853f3cb 53096 misc optional 
mysql-client_5.0.83-1_all.deb
 eea49fcb7b7f5eb429c1ee22d247bfe1 1900134 libs optional 
libmysqlclient15off_5.0.83-1_amd64.deb
 9eb796ea57ede0d6d6997e6464dbe091 7630156 libdevel optional 
libmysqlclient15-dev_5.0.83-1_amd64.deb
 d676445f0efacae71895118ef519df4e 8244802 misc optional 
mysql-client-5.0_5.0.83-1_amd64.deb
 4a45c80d0af8690147bdc092bc9e3204 27524050 misc optional 
mysql-server-5.0_5.0.83-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkphfRUACgkQr/RnCw96jQFx+ACeJfOIrW0KV9TwylCQRTS62Vn3
jJkAnArC+m7+Vxp2qgYoEy/gDsMDn5iA
=2CE6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to