Your message dated Wed, 28 Feb 2024 23:51:14 +0000
with message-id <e1rfthi-008zu9...@fasolo.debian.org>
and subject line Bug#1063158: fixed in mysql-connector-c++ 1.1.12-4.1
has caused the Debian Bug report #1063158,
regarding mysql-connector-c++: NMU diff for 64-bit time_t transition
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.)


-- 
1063158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063158
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mysql-connector-c++
Version: 1.1.12-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
mysql-connector-c++ as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for mysql-connector-c++
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru mysql-connector-c++-1.1.12/debian/changelog 
mysql-connector-c++-1.1.12/debian/changelog
--- mysql-connector-c++-1.1.12/debian/changelog 2019-08-14 08:09:09.000000000 
+0000
+++ mysql-connector-c++-1.1.12/debian/changelog 2024-02-05 13:45:22.000000000 
+0000
@@ -1,3 +1,10 @@
+mysql-connector-c++ (1.1.12-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 13:45:22 +0000
+
 mysql-connector-c++ (1.1.12-4) unstable; urgency=medium
 
   [ Rene Engelhard ]
diff -Nru mysql-connector-c++-1.1.12/debian/control 
mysql-connector-c++-1.1.12/debian/control
--- mysql-connector-c++-1.1.12/debian/control   2019-08-11 07:11:57.000000000 
+0000
+++ mysql-connector-c++-1.1.12/debian/control   2024-02-05 13:45:22.000000000 
+0000
@@ -18,7 +18,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libboost-dev, libmysqlcppconn7v5 (= ${binary:Version}), 
${misc:Depends}
+Depends: libboost-dev, libmysqlcppconn7t64 (= ${binary:Version}), 
${misc:Depends}
 Description: MySQL Connector for C++ (development files)
  MySQL Connector/C++ is a MySQL database connector for C++.
  .
@@ -26,7 +26,11 @@
  .
  This package contains the development files (headers, static library).
 
-Package: libmysqlcppconn7v5
+Package: libmysqlcppconn7t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libmysqlcppconn7v5
+Replaces: libmysqlcppconn7v5
+Breaks: libmysqlcppconn7v5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.install 
mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.install
--- mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.install       
1970-01-01 00:00:00.000000000 +0000
+++ mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.install       
2019-02-05 02:33:26.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmysqlcppconn.so.*
diff -Nru 
mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.lintian-overrides 
mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.lintian-overrides
--- mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
+++ mysql-connector-c++-1.1.12/debian/libmysqlcppconn7t64.lintian-overrides     
2024-02-05 13:45:22.000000000 +0000
@@ -0,0 +1 @@
+libmysqlcppconn7t64: package-name-doesnt-match-sonames libmysqlcppconn7v5
diff -Nru mysql-connector-c++-1.1.12/debian/libmysqlcppconn7v5.install 
mysql-connector-c++-1.1.12/debian/libmysqlcppconn7v5.install
--- mysql-connector-c++-1.1.12/debian/libmysqlcppconn7v5.install        
2019-02-05 02:33:26.000000000 +0000
+++ mysql-connector-c++-1.1.12/debian/libmysqlcppconn7v5.install        
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmysqlcppconn.so.*

--- End Message ---
--- Begin Message ---
Source: mysql-connector-c++
Source-Version: 1.1.12-4.1
Done: Benjamin Drung <bdr...@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated mysql-connector-c++ 
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: Wed, 28 Feb 2024 21:43:12 +0000
Source: mysql-connector-c++
Architecture: source
Version: 1.1.12-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063158
Changes:
 mysql-connector-c++ (1.1.12-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063158
Checksums-Sha1:
 ac376f840ae0f6f6224765fdb2770caa9afa3d9d 2337 
mysql-connector-c++_1.1.12-4.1.dsc
 773645eef72bacac58bb4cc54aee238e073603e9 30436 
mysql-connector-c++_1.1.12-4.1.debian.tar.xz
 97ea16edba9de79dbc024aaea1a282a6ff7b98fd 7358 
mysql-connector-c++_1.1.12-4.1_source.buildinfo
Checksums-Sha256:
 aa795b472cfa5f510fca8d7f81dd2147e6bb670eba28b73cf82b7b47fc53dd13 2337 
mysql-connector-c++_1.1.12-4.1.dsc
 8fd92883b89ce08dbc475cbe92d7bf2f1092fdb935747b46c80262f04a037eb5 30436 
mysql-connector-c++_1.1.12-4.1.debian.tar.xz
 0801c7bd17b3582f66cedf8d9757281181d8299f15e6588f92838af8f5296d57 7358 
mysql-connector-c++_1.1.12-4.1_source.buildinfo
Files:
 4844a17c7ea5853dff0f9f3702d342aa 2337 libs optional 
mysql-connector-c++_1.1.12-4.1.dsc
 18a23622d7259836d6091388ea2405ba 30436 libs optional 
mysql-connector-c++_1.1.12-4.1.debian.tar.xz
 3325d07fce53135e261a6cefaf9cdc28 7358 libs optional 
mysql-connector-c++_1.1.12-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfqScACgkQFZ61xO/I
d0z0fRAAo6ccFFIt4CWnGvdoIJ86KKGY8xvrRqa8I4KCF6C+cwJ/OSt0NCoS25Uv
UjbtH6Jrx2jUj5YHxREDFWruM7xY2BfWWBe5NuuaL0H8pKUQTc37h9AzvJaan9zq
pMrar4dVH53OtD2AMTWGzLMZk3jWmxdVb8jqTG33qR1QkkWC4eY8IvTczYl0jK1h
HjaElnsmcB7WU7QCOuX25EGwhsiMdHrvS+NrtVkIFrDwgN+5/Kyz+y7VRMRWiyJv
T3ulduKwmumshgkeEaLF+rvEh+GRsmfSj1M1sg3lU2D+zPptM2T2DXZMiPmT9/9z
LWBAkMbK/sI9T34D92ChyGq5wT18hcV9fRMe165ls5B86x2UO43/DpK7HAwLHRbM
BoGrK0SmKlP3z+nnDOwfCScQctAfqScNbbg966Lbj9RPd9LOPWxJfJ+JhHgmlC/6
4hOg0KYpEYVLVnr1LPtlX68BRSJmq8/tfzBpv8+4VU3CHuHZl8YIYWJ3ns5aqm5T
9ajT7JhGiklonv/KNWqiB49H5RAEY00MmAaVwk0nyP4EGhaNpn+HJoxV1t0M8Lzi
QiwNOY0mC8mCjTCq3gZ+BprjA0mNaGiHalGSvaZfmmXczFOgIJkxcG2SPxYdiW4D
jCZr5O5aA5ry/ah5N6SfiBxj2fdTt5QpevMj/u8UkmdxxI6RYv4=
=hWaC
-----END PGP SIGNATURE-----

Attachment: pgpnuqT1MtCZG.pgp
Description: PGP signature


--- End Message ---

Reply via email to