Your message dated Thu, 07 Mar 2024 00:34:48 +0000
with message-id <e1ri1ii-00akft...@fasolo.debian.org>
and subject line Bug#1065509: fixed in mysql-8.0 8.0.36-2
has caused the Debian Bug report #1065509,
regarding mysql-8.0 ftbfs with test failure on 32bit time_t64
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.)


-- 
1065509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mysql-8.0
Version: 8.0.36-1
Severity: serious
Tags: sid trixie

here seen on armhf:

[...]
[ 58%] main.compare                             w4  [ pass ]   2171
[ 58%] main.func_unixtime_32bits                w1  [ fail ]
        Test ended at 2024-03-05 17:31:14

CURRENT_TEST: main.func_unixtime_32bits

CURRENT_TEST: main.func_unixtime_32bits
--- /<<PKGBUILDDIR>>/mysql-test/r/func_unixtime_32bits.result 2023-12-12 21:09:36.000000000 +0300 +++ /<<PKGBUILDDIR>>/builddir/mysql-test/var/1/log/func_unixtime_32bits.reject 2024-03-05 20:31:13.393008921 +0300
@@ -12,7 +12,7 @@
 2038-01-19 06:14:07
 select from_unixtime(2147483648);
 from_unixtime(2147483648)
-NULL
+2038-01-19 06:14:08
 select from_unixtime(0);
 from_unixtime(0)
 1970-01-01 03:00:00
@@ -32,26 +32,26 @@
 2147483647
 select unix_timestamp(from_unixtime(2147483648));
 unix_timestamp(from_unixtime(2147483648))
-NULL
+2147483648
 # check for invalid dates
 # bad year
 select unix_timestamp('2039-01-20 01:00:00');
 unix_timestamp('2039-01-20 01:00:00')
-0
+2179087200
 select unix_timestamp('1968-01-20 01:00:00');
 unix_timestamp('1968-01-20 01:00:00')
 0
 # bad month
 select unix_timestamp('2038-02-10 01:00:00');
 unix_timestamp('2038-02-10 01:00:00')
-0
+2149365600
 select unix_timestamp('1969-11-20 01:00:00');
 unix_timestamp('1969-11-20 01:00:00')
 0
 # bad day
 select unix_timestamp('2038-01-20 01:00:00');
 unix_timestamp('2038-01-20 01:00:00')
-0
+2147551200
 select unix_timestamp('1969-12-30 01:00:00');
 unix_timestamp('1969-12-30 01:00:00')
 0
@@ -71,7 +71,7 @@
 # check bad date, close to the boundary (we cut them off in the very end)
 select unix_timestamp('2038-01-19 07:14:07');
 unix_timestamp('2038-01-19 07:14:07')
-0
+2147487247
 # ------ 1. func_time.test   END
 # ------ 2. time_zone.test   BEGIN
 #
@@ -84,20 +84,20 @@
 unix_timestamp('2038-01-19 04:14:07'),
 unix_timestamp('2038-01-19 04:14:08');
unix_timestamp('1970-01-01 01:00:00') unix_timestamp('1970-01-01 01:00:01') unix_timestamp('2038-01-19 04:14:07') unix_timestamp('2038-01-19 04:14:08')
-0      1       2147483647      0
+0      1       2147483647      2147483648
 set time_zone=default;
 # ------ 2. time_zone.test   END
 # ------ 3. time_zone2.test   BEGIN
 select convert_tz('2038-01-19 04:14:08', '+01:00', 'UTC');
 convert_tz('2038-01-19 04:14:08', '+01:00', 'UTC')
-2038-01-19 04:14:08
+2038-01-19 03:14:08
 select convert_tz('2103-01-01 04:00:00', 'MET', 'UTC');
 convert_tz('2103-01-01 04:00:00', 'MET', 'UTC')
-2103-01-01 04:00:00
+2103-01-01 03:00:00
 Will work on a 64 bits time system, no-op on 32 bits time
 select convert_tz('3001-01-18 23:59:59', 'UTC', '+01:00');
 convert_tz('3001-01-18 23:59:59', 'UTC', '+01:00')
-3001-01-18 23:59:59
+3001-01-19 00:59:59
 Will not work, beyond range of UNIX timestamp support
 select convert_tz('3001-01-19 00:00:00', 'UTC', '+01:00');
 convert_tz('3001-01-19 00:00:00', 'UTC', '+01:00')
@@ -123,12 +123,12 @@
 (32536771199.9999999);
 SELECT a, FROM_UNIXTIME(a) FROM t1;
 a      FROM_UNIXTIME(a)
-32536771199.9999990    NULL
-32536771199.9999990    NULL
-32536771199.9999991    NULL
-32536771199.9999992    NULL
-32536771199.9999993    NULL
-32536771199.9999994    NULL
+32536771199.9999990    3001-01-18 23:59:59.999999
+32536771199.9999990    3001-01-18 23:59:59.999999
+32536771199.9999991    3001-01-18 23:59:59.999999
+32536771199.9999992    3001-01-18 23:59:59.999999
+32536771199.9999993    3001-01-18 23:59:59.999999
+32536771199.9999994    3001-01-18 23:59:59.999999
 32536771199.9999995    NULL
 32536771199.9999996    NULL
 32536771199.9999997    NULL
@@ -148,7 +148,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 03:14:07    NULL    NULL    NULL    NULL
+2038-01-19 03:14:07 2038-01-19 03:14:08 2038-01-19 03:14:08.000000 3001-01-18 23:59:59 NULL
 SET time_zone=default;
 SELECT
 FROM_UNIXTIME(2147483647) AS c1,
@@ -157,7 +157,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 06:14:07    NULL    NULL    NULL    NULL
+2038-01-19 06:14:07 2038-01-19 06:14:08 2038-01-19 06:14:08.000000 3001-01-19 02:59:59 NULL
 SET sql_mode=time_truncate_fractional;
 SET time_zone='+00:00';
 SELECT
@@ -167,7 +167,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 03:14:07    NULL    2038-01-19 03:14:07.999999      NULL    NULL
+2038-01-19 03:14:07 2038-01-19 03:14:08 2038-01-19 03:14:07.999999 3001-01-18 23:59:59 3001-01-18 23:59:59.999999
 SET time_zone=default;
 SELECT
 FROM_UNIXTIME(2147483647) AS c1,
@@ -176,7 +176,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 06:14:07    NULL    2038-01-19 06:14:07.999999      NULL    NULL
+2038-01-19 06:14:07 2038-01-19 06:14:08 2038-01-19 06:14:07.999999 3001-01-19 02:59:59 3001-01-19 02:59:59.999999
 SET sql_mode=default;
 # ------ 4. type_temporal_fractional.test   END
 # ------ 5 and 6. type_timestamp{_explicit}.test   BEGIN
@@ -194,15 +194,19 @@
 INSERT INTO t1 (f2,f3) VALUES (NOW(), NULL);
 INSERT INTO t1 (f2,f3) VALUES (NOW(), ASCII(NULL));
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME('9999999999'));
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 INSERT INTO t1 (f2,f3) VALUES (NOW(), TIME(NULL));
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME(99999999990));
 UPDATE t1 SET f2=NOW(), f3=FROM_UNIXTIME('9999999999') WHERE f1=1;
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 SELECT f1,f2-f3 FROM t1;
 f1     f2-f3
-1      0
+1      20010909044659
 2      0
 3      0
-4      0
+4      20010909044659
 5      0
 6      0
 DROP TABLE t1;
@@ -218,13 +222,15 @@
 INSERT INTO t1 (f2,f3) VALUES (NOW(), ASCII(NULL));
 ERROR 23000: Column 'f3' cannot be null
INSERT INTO t1 (f2,f3) VALUES (NOW(), COALESCE(FROM_UNIXTIME('9999999999'), "0000-00-00 00:00:00"));
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 INSERT INTO t1 (f2,f3) VALUES (NOW(), TIME(NULL));
 ERROR 23000: Column 'f3' cannot be null
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME(99999999990));
 ERROR 23000: Column 'f3' cannot be null
 UPDATE t1 SET f2=NOW(), f3=FROM_UNIXTIME('9999999999') WHERE f1=1;
 Warnings:
-Warning        1048    Column 'f3' cannot be null
+Warning        1264    Out of range value for column 'f3' at row 1
 SELECT f1,f2-f3 FROM t1;
 f1     f2-f3
 1      20010909044659
@@ -239,26 +245,26 @@
 2038-01-19 12:14:07
 SELECT FROM_UNIXTIME(2147483648);
 FROM_UNIXTIME(2147483648)
-NULL
+2038-01-19 12:14:08
 SELECT UNIX_TIMESTAMP("2038-01-19 12:14:07");
 UNIX_TIMESTAMP("2038-01-19 12:14:07")
 2147483647
 # Overflow:
 SELECT UNIX_TIMESTAMP("2038-01-19 12:14:08");
 UNIX_TIMESTAMP("2038-01-19 12:14:08")
-0
+2147483648
 SET TIME_ZONE = "US/Pacific";
 SELECT FROM_UNIXTIME(2147483647);
 FROM_UNIXTIME(2147483647)
 2038-01-18 19:14:07
 SELECT FROM_UNIXTIME(2147483648);
 FROM_UNIXTIME(2147483648)
-NULL
+2038-01-18 19:14:08
 SELECT UNIX_TIMESTAMP('2038-01-18 19:14:07');
 UNIX_TIMESTAMP('2038-01-18 19:14:07')
 2147483647
 # Overflow:
 SELECT UNIX_TIMESTAMP('2038-01-18 19:14:08');
 UNIX_TIMESTAMP('2038-01-18 19:14:08')
-0
+2147483648
 SET TIME_ZONE = DEFAULT;

mysqltest: Result content mismatch


The result from queries just before the failure was:
2147483647
# Overflow:
SELECT UNIX_TIMESTAMP("2038-01-19 12:14:08");
UNIX_TIMESTAMP("2038-01-19 12:14:08")
2147483648
SET TIME_ZONE = "US/Pacific";
SELECT FROM_UNIXTIME(2147483647);
FROM_UNIXTIME(2147483647)
2038-01-18 19:14:07
SELECT FROM_UNIXTIME(2147483648);
FROM_UNIXTIME(2147483648)
2038-01-18 19:14:08
SELECT UNIX_TIMESTAMP('2038-01-18 19:14:07');
UNIX_TIMESTAMP('2038-01-18 19:14:07')
2147483647
# Overflow:
SELECT UNIX_TIMESTAMP('2038-01-18 19:14:08');
UNIX_TIMESTAMP('2038-01-18 19:14:08')
2147483648
SET TIME_ZONE = DEFAULT;
safe_process[71240]: Child process: 71241, exit: 1

- the logfile can be found in '/<<PKGBUILDDIR>>/builddir/mysql-test/var/log/main.func_unixtime_32bits/func_unixtime_32bits.log'

Retrying test main.func_unixtime_32bits, attempt(2/3).

[ 58%] main.func_unixtime_32bits                w1  [ retry-fail ]
        Test ended at 2024-03-05 17:31:36

CURRENT_TEST: main.func_unixtime_32bits
--- /<<PKGBUILDDIR>>/mysql-test/r/func_unixtime_32bits.result 2023-12-12 21:09:36.000000000 +0300 +++ /<<PKGBUILDDIR>>/builddir/mysql-test/var/1/log/func_unixtime_32bits.reject 2024-03-05 20:31:36.312878319 +0300
@@ -12,7 +12,7 @@
 2038-01-19 06:14:07
 select from_unixtime(2147483648);
 from_unixtime(2147483648)
-NULL
+2038-01-19 06:14:08
 select from_unixtime(0);
 from_unixtime(0)
 1970-01-01 03:00:00
@@ -32,26 +32,26 @@
 2147483647
 select unix_timestamp(from_unixtime(2147483648));
 unix_timestamp(from_unixtime(2147483648))
-NULL
+2147483648
 # check for invalid dates
 # bad year
 select unix_timestamp('2039-01-20 01:00:00');
 unix_timestamp('2039-01-20 01:00:00')
-0
+2179087200
 select unix_timestamp('1968-01-20 01:00:00');
 unix_timestamp('1968-01-20 01:00:00')
 0
 # bad month
 select unix_timestamp('2038-02-10 01:00:00');
 unix_timestamp('2038-02-10 01:00:00')
-0
+2149365600
 select unix_timestamp('1969-11-20 01:00:00');
 unix_timestamp('1969-11-20 01:00:00')
 0
 # bad day
 select unix_timestamp('2038-01-20 01:00:00');
 unix_timestamp('2038-01-20 01:00:00')
-0
+2147551200
 select unix_timestamp('1969-12-30 01:00:00');
 unix_timestamp('1969-12-30 01:00:00')
 0
@@ -71,7 +71,7 @@
 # check bad date, close to the boundary (we cut them off in the very end)
 select unix_timestamp('2038-01-19 07:14:07');
 unix_timestamp('2038-01-19 07:14:07')
-0
+2147487247
 # ------ 1. func_time.test   END
 # ------ 2. time_zone.test   BEGIN
 #
@@ -84,20 +84,20 @@
 unix_timestamp('2038-01-19 04:14:07'),
 unix_timestamp('2038-01-19 04:14:08');
unix_timestamp('1970-01-01 01:00:00') unix_timestamp('1970-01-01 01:00:01') unix_timestamp('2038-01-19 04:14:07') unix_timestamp('2038-01-19 04:14:08')
-0      1       2147483647      0
+0      1       2147483647      2147483648
 set time_zone=default;
 # ------ 2. time_zone.test   END
 # ------ 3. time_zone2.test   BEGIN
 select convert_tz('2038-01-19 04:14:08', '+01:00', 'UTC');
 convert_tz('2038-01-19 04:14:08', '+01:00', 'UTC')
-2038-01-19 04:14:08
+2038-01-19 03:14:08
 select convert_tz('2103-01-01 04:00:00', 'MET', 'UTC');
 convert_tz('2103-01-01 04:00:00', 'MET', 'UTC')
-2103-01-01 04:00:00
+2103-01-01 03:00:00
 Will work on a 64 bits time system, no-op on 32 bits time
 select convert_tz('3001-01-18 23:59:59', 'UTC', '+01:00');
 convert_tz('3001-01-18 23:59:59', 'UTC', '+01:00')
-3001-01-18 23:59:59
+3001-01-19 00:59:59
 Will not work, beyond range of UNIX timestamp support
 select convert_tz('3001-01-19 00:00:00', 'UTC', '+01:00');
 convert_tz('3001-01-19 00:00:00', 'UTC', '+01:00')
@@ -123,12 +123,12 @@
 (32536771199.9999999);
 SELECT a, FROM_UNIXTIME(a) FROM t1;
 a      FROM_UNIXTIME(a)
-32536771199.9999990    NULL
-32536771199.9999990    NULL
-32536771199.9999991    NULL
-32536771199.9999992    NULL
-32536771199.9999993    NULL
-32536771199.9999994    NULL
+32536771199.9999990    3001-01-18 23:59:59.999999
+32536771199.9999990    3001-01-18 23:59:59.999999
+32536771199.9999991    3001-01-18 23:59:59.999999
+32536771199.9999992    3001-01-18 23:59:59.999999
+32536771199.9999993    3001-01-18 23:59:59.999999
+32536771199.9999994    3001-01-18 23:59:59.999999
 32536771199.9999995    NULL
 32536771199.9999996    NULL
 32536771199.9999997    NULL
@@ -148,7 +148,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 03:14:07    NULL    NULL    NULL    NULL
+2038-01-19 03:14:07 2038-01-19 03:14:08 2038-01-19 03:14:08.000000 3001-01-18 23:59:59 NULL
 SET time_zone=default;
 SELECT
 FROM_UNIXTIME(2147483647) AS c1,
@@ -157,7 +157,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 06:14:07    NULL    NULL    NULL    NULL
+2038-01-19 06:14:07 2038-01-19 06:14:08 2038-01-19 06:14:08.000000 3001-01-19 02:59:59 NULL
 SET sql_mode=time_truncate_fractional;
 SET time_zone='+00:00';
 SELECT
@@ -167,7 +167,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 03:14:07    NULL    2038-01-19 03:14:07.999999      NULL    NULL
+2038-01-19 03:14:07 2038-01-19 03:14:08 2038-01-19 03:14:07.999999 3001-01-18 23:59:59 3001-01-18 23:59:59.999999
 SET time_zone=default;
 SELECT
 FROM_UNIXTIME(2147483647) AS c1,
@@ -176,7 +176,7 @@
 FROM_UNIXTIME(32536771199) AS c4,
 FROM_UNIXTIME(32536771199.9999999) AS c5;
 c1     c2      c3      c4      c5
-2038-01-19 06:14:07    NULL    2038-01-19 06:14:07.999999      NULL    NULL
+2038-01-19 06:14:07 2038-01-19 06:14:08 2038-01-19 06:14:07.999999 3001-01-19 02:59:59 3001-01-19 02:59:59.999999
 SET sql_mode=default;
 # ------ 4. type_temporal_fractional.test   END
 # ------ 5 and 6. type_timestamp{_explicit}.test   BEGIN
@@ -194,15 +194,19 @@
 INSERT INTO t1 (f2,f3) VALUES (NOW(), NULL);
 INSERT INTO t1 (f2,f3) VALUES (NOW(), ASCII(NULL));
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME('9999999999'));
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 INSERT INTO t1 (f2,f3) VALUES (NOW(), TIME(NULL));
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME(99999999990));
 UPDATE t1 SET f2=NOW(), f3=FROM_UNIXTIME('9999999999') WHERE f1=1;
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 SELECT f1,f2-f3 FROM t1;
 f1     f2-f3
-1      0
+1      20010909044659
 2      0
 3      0
-4      0
+4      20010909044659
 5      0
 6      0
 DROP TABLE t1;
@@ -218,13 +222,15 @@
 INSERT INTO t1 (f2,f3) VALUES (NOW(), ASCII(NULL));
 ERROR 23000: Column 'f3' cannot be null
INSERT INTO t1 (f2,f3) VALUES (NOW(), COALESCE(FROM_UNIXTIME('9999999999'), "0000-00-00 00:00:00"));
+Warnings:
+Warning        1264    Out of range value for column 'f3' at row 1
 INSERT INTO t1 (f2,f3) VALUES (NOW(), TIME(NULL));
 ERROR 23000: Column 'f3' cannot be null
 INSERT INTO t1 (f2,f3) VALUES (NOW(), FROM_UNIXTIME(99999999990));
 ERROR 23000: Column 'f3' cannot be null
 UPDATE t1 SET f2=NOW(), f3=FROM_UNIXTIME('9999999999') WHERE f1=1;
 Warnings:
-Warning        1048    Column 'f3' cannot be null
+Warning        1264    Out of range value for column 'f3' at row 1
 SELECT f1,f2-f3 FROM t1;
 f1     f2-f3
 1      20010909044659
@@ -239,26 +245,26 @@
 2038-01-19 12:14:07
 SELECT FROM_UNIXTIME(2147483648);
 FROM_UNIXTIME(2147483648)
-NULL
+2038-01-19 12:14:08
 SELECT UNIX_TIMESTAMP("2038-01-19 12:14:07");
 UNIX_TIMESTAMP("2038-01-19 12:14:07")
 2147483647
 # Overflow:
 SELECT UNIX_TIMESTAMP("2038-01-19 12:14:08");
 UNIX_TIMESTAMP("2038-01-19 12:14:08")
-0
+2147483648
 SET TIME_ZONE = "US/Pacific";
 SELECT FROM_UNIXTIME(2147483647);
 FROM_UNIXTIME(2147483647)
 2038-01-18 19:14:07
 SELECT FROM_UNIXTIME(2147483648);
 FROM_UNIXTIME(2147483648)
-NULL
+2038-01-18 19:14:08
 SELECT UNIX_TIMESTAMP('2038-01-18 19:14:07');
 UNIX_TIMESTAMP('2038-01-18 19:14:07')
 2147483647
 # Overflow:
 SELECT UNIX_TIMESTAMP('2038-01-18 19:14:08');
 UNIX_TIMESTAMP('2038-01-18 19:14:08')
-0
+2147483648
 SET TIME_ZONE = DEFAULT;

mysqltest: Result content mismatch


The result from queries just before the failure was:
2147483647
# Overflow:
SELECT UNIX_TIMESTAMP("2038-01-19 12:14:08");
UNIX_TIMESTAMP("2038-01-19 12:14:08")
2147483648
SET TIME_ZONE = "US/Pacific";
SELECT FROM_UNIXTIME(2147483647);
FROM_UNIXTIME(2147483647)
2038-01-18 19:14:07
SELECT FROM_UNIXTIME(2147483648);
FROM_UNIXTIME(2147483648)
2038-01-18 19:14:08
SELECT UNIX_TIMESTAMP('2038-01-18 19:14:07');
UNIX_TIMESTAMP('2038-01-18 19:14:07')
2147483647
# Overflow:
SELECT UNIX_TIMESTAMP('2038-01-18 19:14:08');
UNIX_TIMESTAMP('2038-01-18 19:14:08')
2147483648
SET TIME_ZONE = DEFAULT;
safe_process[71381]: Child process: 71382, exit: 1

- the logfile can be found in '/<<PKGBUILDDIR>>/builddir/mysql-test/var/log/main.func_unixtime_32bits/func_unixtime_32bits.log'

Test main.func_unixtime_32bits has failed 2 times, no more retries.

--- End Message ---
--- Begin Message ---
Source: mysql-8.0
Source-Version: 8.0.36-2
Done: Lena Voytek <lena.voy...@canonical.com>

We believe that the bug you reported is fixed in the latest version of
mysql-8.0, 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 1065...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lena Voytek <lena.voy...@canonical.com> (supplier of updated mysql-8.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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Mar 2024 07:26:25 -0700
Source: mysql-8.0
Built-For-Profiles: noudeb
Architecture: source
Version: 8.0.36-2
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Lena Voytek <lena.voy...@canonical.com>
Closes: 1065289 1065496 1065509
Changes:
 mysql-8.0 (8.0.36-2) unstable; urgency=medium
 .
   * debian/rules: Use system zlib to enforce 64 bit time_t (Closes: #1065496)
   * debian/patches/disable_64bits_time_armhf.patch: Remove - using 64 bit armhf
     time now (Closes: #1065509)
   * debian/control: Add explicit libtirpc-dev dependency (Closes: #1065289)
Checksums-Sha1:
 20e5818b47da48890c949c9e40d9a50446728e44 3727 mysql-8.0_8.0.36-2.dsc
 e3074b32aae5284a3fefe7d5249e671f8092a298 145192 
mysql-8.0_8.0.36-2.debian.tar.xz
 539f2df61cf8ddccb24110da4e69e9cf0026d458 10273 
mysql-8.0_8.0.36-2_source.buildinfo
Checksums-Sha256:
 84e96a2cfc842775cb3abcf57dbf483a5833dfab776637069519f3caadbe80c3 3727 
mysql-8.0_8.0.36-2.dsc
 14eef9c8ebe6c8f024d0f415279a93ca8cea61bed61d32a569b43125632fb866 145192 
mysql-8.0_8.0.36-2.debian.tar.xz
 a2a376b85371767402500a473a7c80fd22f5823f6abeac3d2bbfdc9c01f98957 10273 
mysql-8.0_8.0.36-2_source.buildinfo
Files:
 425b068c64dc5b9bbe814ef4eb4ef1a5 3727 database optional mysql-8.0_8.0.36-2.dsc
 744f1276710936c64c4dee7f80213214 145192 database optional 
mysql-8.0_8.0.36-2.debian.tar.xz
 7b32785d23432f2e1f61a44db1b4dfca 10273 database optional 
mysql-8.0_8.0.36-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEY+78PeFNUUbOfyS/NLitfZUp55MFAmXpA/MACgkQNLitfZUp
55NJkA/+I/KUuuK5orXHOLqyFv1VBm2pdCt4kO3WHJUhqfQV631du3FDjIW2RGSZ
Qt14fR5F55bxDpWVnT+9SR/aaSSJG3SJZVwzePDyCp54l/Y79DRMaYG5jtLe2NDN
hU/s502fYNvAqHBTtmg4ru3vO1R1hJKFSxXqp6uiBXnIYW1WyMh6q2HDmvtM3xf+
WH2SXrdLjQthiF7VZjmEQIdGvcA6Y5BHVMZbC6xsNOCdAx481pdEN//hNmQYNr1s
4KMMCqvJ2xxQW9CPOewR4Rmx6fJLIxc0cujvOiL0Oc1FzLIC7zi1Gvgl8hYJqDx+
CXTfinB5tHLBI80x0qvbbUQfKnI1C0piw0+wSWPMjjZVP5j06DRhpdd2EIRtuEe9
8evN3kJ/N3GDgQqSqTbAhFJJTUmG7vTQoEZK7xeIeyadxaSyHKzL5vuzubQ1dL0T
10qT3XWGCmDDC0uzz20DtuqzvUHbAABIpkU/hBO4Km48/VVHU3pZBpiOWm9dO0AY
R9TQ9iXaDWavrL4VfoJf36SkXVT72Yez78JS8no9GLk0W9Dpit1mAaA0pgL18Eu+
H5tfybHSZyrtRV9jfeJmZjfxsZgg4ByCwxebosB3R4IgeXq7t2JQ4s9rteh5LouK
nNlb12TgnLUNr60vDK/k7fHfz1bmbJPtsOehYEsF12bN1DmOCxE=
=ls3F
-----END PGP SIGNATURE-----

Attachment: pgpmd6HKeBsvT.pgp
Description: PGP signature


--- End Message ---

Reply via email to