Your message dated Wed, 28 Feb 2024 22:27:43 +0000
with message-id <[email protected]>
and subject line Bug#1062948: fixed in mongo-c-driver 1.26.0-1.1
has caused the Debian Bug report #1062948,
regarding mongo-c-driver: 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 [email protected]
immediately.)
--
1062948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062948
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mongo-c-driver
Version: 1.25.4-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
mongo-c-driver 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 mongo-c-driver
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 mongo-c-driver-1.25.4/debian/changelog
mongo-c-driver-1.25.4/debian/changelog
--- mongo-c-driver-1.25.4/debian/changelog 2024-01-03 15:37:40.000000000
+0000
+++ mongo-c-driver-1.25.4/debian/changelog 2024-02-04 05:44:11.000000000
+0000
@@ -1,3 +1,10 @@
+mongo-c-driver (1.25.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sun, 04 Feb 2024 05:44:11 +0000
+
mongo-c-driver (1.25.4-1) unstable; urgency=medium
* New upstream release
diff -Nru mongo-c-driver-1.25.4/debian/control
mongo-c-driver-1.25.4/debian/control
--- mongo-c-driver-1.25.4/debian/control 2024-01-03 15:37:40.000000000
+0000
+++ mongo-c-driver-1.25.4/debian/control 2024-02-04 05:44:11.000000000
+0000
@@ -27,7 +27,7 @@
Section: libdevel
Architecture: any
Build-Profiles: <!pkg.mongo-c-driver.no-libmongocrypt>
-Depends: libmongoc-1.0-0 (= ${binary:Version}),
+Depends: libmongoc-1.0-0t64 (= ${binary:Version}),
libbson-dev (= ${binary:Version}),
libmongocrypt-dev,
libssl-dev,
@@ -44,7 +44,10 @@
This package contains all files necessary to develop applications which
use libmongoc.
-Package: libmongoc-1.0-0
+Package: libmongoc-1.0-0t64
+Provides: ${t64:Provides}
+Replaces: libmongoc-1.0-0
+Breaks: libmongoc-1.0-0 (<< ${source:Version})
Architecture: any
Build-Profiles: <!pkg.mongo-c-driver.no-libmongocrypt>
Depends: ${misc:Depends},
@@ -71,7 +74,7 @@
Package: libbson-dev
Section: libdevel
Architecture: any
-Depends: libbson-1.0-0 (= ${binary:Version}),
+Depends: libbson-1.0-0t64 (= ${binary:Version}),
${misc:Depends}
Description: Library to parse and generate BSON documents - dev files
libbson parses and generates BSON documents, the data format for
@@ -82,7 +85,10 @@
This package contains all files necessary to develop applications which
use libbson.
-Package: libbson-1.0-0
+Package: libbson-1.0-0t64
+Provides: ${t64:Provides}
+Replaces: libbson-1.0-0
+Breaks: libbson-1.0-0 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0.dirs
mongo-c-driver-1.25.4/debian/libbson-1.0-0.dirs
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0.dirs 2024-01-03
15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0.dirs 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0.install
mongo-c-driver-1.25.4/debian/libbson-1.0-0.install
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0.install 2024-01-03
15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libbson*.so.*
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0.lintian-overrides
mongo-c-driver-1.25.4/debian/libbson-1.0-0.lintian-overrides
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0.lintian-overrides
2024-01-03 15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# Chosen not to maintain a symbols file, we'll check ABI stability with other
-# tools.
-libbson-1.0-0: no-symbols-control-file
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.dirs
mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.dirs
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.dirs 1970-01-01
00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.dirs 2024-01-03
15:37:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.install
mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.install
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.install 2024-01-03
15:37:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libbson*.so.*
diff -Nru mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.lintian-overrides
mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.lintian-overrides
--- mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libbson-1.0-0t64.lintian-overrides
2024-02-04 05:44:11.000000000 +0000
@@ -0,0 +1,4 @@
+# Chosen not to maintain a symbols file, we'll check ABI stability with other
+# tools.
+libbson-1.0-0t64: no-symbols-control-file
+libbson-1.0-0t64: package-name-doesnt-match-sonames libbson-1.0-0
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.docs
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.docs
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.docs 2024-01-03
15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.docs 1970-01-01
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-debian/tmp/usr/share/mongo-c-driver/NEWS
-debian/tmp/usr/share/mongo-c-driver/README.rst
-debian/tmp/usr/share/mongo-c-driver/THIRD_PARTY_NOTICES
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.install
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.install
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.install 2024-01-03
15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmongoc-[0-9]*.so.*
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.lintian-overrides
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.lintian-overrides
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.lintian-overrides
2024-01-03 15:37:40.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# Chosen not to maintain a symbols file, we'll check ABI stability with other
-# tools.
-libmongoc-1.0-0: no-symbols-control-file
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.docs
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.docs
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.docs 1970-01-01
00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.docs 2024-01-03
15:37:40.000000000 +0000
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/mongo-c-driver/NEWS
+debian/tmp/usr/share/mongo-c-driver/README.rst
+debian/tmp/usr/share/mongo-c-driver/THIRD_PARTY_NOTICES
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.install
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.install
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.install 2024-01-03
15:37:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmongoc-[0-9]*.so.*
diff -Nru mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.lintian-overrides
mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.lintian-overrides
--- mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ mongo-c-driver-1.25.4/debian/libmongoc-1.0-0t64.lintian-overrides
2024-02-04 05:44:11.000000000 +0000
@@ -0,0 +1,4 @@
+# Chosen not to maintain a symbols file, we'll check ABI stability with other
+# tools.
+libmongoc-1.0-0t64: no-symbols-control-file
+libmongoc-1.0-0t64: package-name-doesnt-match-sonames libmongoc-1.0-0
--- End Message ---
--- Begin Message ---
Source: mongo-c-driver
Source-Version: 1.26.0-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mongo-c-driver, 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.
Benjamin Drung <[email protected]> (supplier of updated mongo-c-driver 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: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 20:18:34 +0000
Source: mongo-c-driver
Architecture: source
Version: 1.26.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Mongo C Driver Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062948
Changes:
mongo-c-driver (1.26.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062948
Checksums-Sha1:
a52f91549aa1b162a18656ad0608b4b0b67e3330 2745 mongo-c-driver_1.26.0-1.1.dsc
9ed89c8dbfdfb59bf9eb5c50a77146882cbf8980 12860
mongo-c-driver_1.26.0-1.1.debian.tar.xz
a40c0a350a1ff5be502581caabaec572204dddc8 9001
mongo-c-driver_1.26.0-1.1_source.buildinfo
Checksums-Sha256:
362590c50bc1d0ef9505f8f1a4005b70ce868dd8d3657123bcf95e7a6062611a 2745
mongo-c-driver_1.26.0-1.1.dsc
98da156895ec7952da24b92f8b5e34d822e8aa55e30b6444aa97449f7921b836 12860
mongo-c-driver_1.26.0-1.1.debian.tar.xz
488bd3e6bcb6a9961571640cc8ad81572407d0d5e7cef8bfe436c8df0d4f09df 9001
mongo-c-driver_1.26.0-1.1_source.buildinfo
Files:
1883ae6eced526fd6043eaa7e9705af0 2745 libs optional
mongo-c-driver_1.26.0-1.1.dsc
f10aa5d6f36d060e562d481f98540475 12860 libs optional
mongo-c-driver_1.26.0-1.1.debian.tar.xz
7377dc99b8dc51ccb0decf175062dc0a 9001 libs optional
mongo-c-driver_1.26.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXflZ0ACgkQFZ61xO/I
d0w7uw/+LlE6WurC3EFNcZbuDzqpCJcUBeHUo7GkasuByv/0yTaC7i+8QgyAiUY+
OBlkKqj/5uI4Zhp4qQOGI5Gu3VKPUepr+XsEp7K0b4cRXMS22/n207Ih5SE26nVs
8g7iT9POnEX89IUweoTRfww20e6hU3HGM6vcADNf4ZQmZjYQUB2kR3ME/g021ZEg
8aPCfTCbagVD8jkuqK6lW6oo5FP+iy9Ta8pas/XKAL9cBkgAphnQ272YdmbLwbCU
5GuRt7g2GVipRoi6zUg3OnbaGS+EkotIsa+7XmzKhyHXatoaINubrXHHsKLDk5ky
Jev3BXMQwLwCZ+PQ1/j/ka5OtxGxu49kAcfKTcT+sLlJ3z+4yAGmSt2inYWqu6Gt
KiizZIZBXR8fomDxPr4JaeGkeY93aC4/HudzFY4ps13qiXlORvr2+eJAYUxAFAPv
ICeQo9ItCso6J8RzyWadlcFKi5jH09wlvGSJIpui+3elERXYzhAzfqCF8239grL2
+/fbegH4h4U4ESPU7b101V8McATw0d5wCpNOQp6cCtpRSO4K9DjTaqYSFHhODa7M
55vVVdfjDYJVmIxkliYtg7x8ShkHnDD+fhLTPijNasCt4f5VwJdXFAsSAG+kBKxQ
FYggPLRlE5xFJrt9zpypyshjKpHn8+XowU25z8oHrzaV8Qf9zD8=
=ef/7
-----END PGP SIGNATURE-----
pgpHGHgvzew4m.pgp
Description: PGP signature
--- End Message ---