Your message dated Thu, 29 Feb 2024 16:12:02 +0000
with message-id <[email protected]>
and subject line Bug#1062877: fixed in s6 2.12.0.0-2.1
has caused the Debian Bug report #1062877,
regarding s6: 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.)
--
1062877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062877
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: s6
Version: 2.12.0.0-2
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
s6 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 s6
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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 s6-2.12.0.0/debian/changelog s6-2.12.0.0/debian/changelog
--- s6-2.12.0.0/debian/changelog 2023-11-07 21:49:58.000000000 +0000
+++ s6-2.12.0.0/debian/changelog 2024-02-03 21:05:43.000000000 +0000
@@ -1,3 +1,10 @@
+s6 (2.12.0.0-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]> Sat, 03 Feb 2024 21:05:43
+0000
+
s6 (2.12.0.0-2) unstable; urgency=medium
* Source only upload for testing migration
diff -Nru s6-2.12.0.0/debian/control s6-2.12.0.0/debian/control
--- s6-2.12.0.0/debian/control 2023-11-07 21:49:58.000000000 +0000
+++ s6-2.12.0.0/debian/control 2024-02-03 21:05:43.000000000 +0000
@@ -13,14 +13,16 @@
Vcs-Git: https://salsa.debian.org/zhsj/s6.git
Vcs-Browser: https://salsa.debian.org/zhsj/s6
-Package: libs6-2.12
+Package: libs6-2.12t64
+Provides: ${t64:Provides}
+Replaces: libs6-2.12
Architecture: any
Section: libs
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
-Breaks:
+Breaks:libs6-2.12 (<< ${source:Version}),
s6 (<< 2.8.0.1),
Description: small and secure supervision software suite (shared library)
s6 is a small suite of programs for UNIX, designed to allow process
@@ -38,7 +40,7 @@
Section: libdevel
Multi-Arch: same
Depends:
- libs6-2.12 (= ${binary:Version}),
+ libs6-2.12t64 (= ${binary:Version}),
${misc:Depends},
Description: small and secure supervision software suite (development files)
s6 is a small suite of programs for UNIX, designed to allow process
diff -Nru s6-2.12.0.0/debian/libs6-2.12.install
s6-2.12.0.0/debian/libs6-2.12.install
--- s6-2.12.0.0/debian/libs6-2.12.install 2023-11-07 21:49:58.000000000
+0000
+++ s6-2.12.0.0/debian/libs6-2.12.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru s6-2.12.0.0/debian/libs6-2.12.symbols
s6-2.12.0.0/debian/libs6-2.12.symbols
--- s6-2.12.0.0/debian/libs6-2.12.symbols 2023-11-07 21:49:58.000000000
+0000
+++ s6-2.12.0.0/debian/libs6-2.12.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,63 +0,0 @@
-libs6.so.2.12 libs6-2.12 #MINVER#
-* Build-Depends-Package: libs6-dev
- ftrigr1_zero@Base 2.7.2.0
- ftrigr_ack@Base 2.7.2.0
- ftrigr_check@Base 2.7.2.0
- ftrigr_checksa@Base 2.7.2.0
- ftrigr_end@Base 2.7.2.0
- ftrigr_start@Base 2.7.2.0
- ftrigr_startf@Base 2.7.2.0
- ftrigr_subscribe@Base 2.7.2.0
- ftrigr_unsubscribe@Base 2.7.2.0
- ftrigr_update@Base 2.7.2.0
- ftrigr_updateb@Base 2.7.2.0
- ftrigr_wait_and@Base 2.7.2.0
- ftrigr_wait_or@Base 2.7.2.0
- ftrigr_zero@Base 2.7.2.0
- ftrigw_clean@Base 2.7.2.0
- ftrigw_fifodir_make@Base 2.7.2.0
- ftrigw_notify@Base 2.7.2.0
- ftrigw_notifyb@Base 2.7.2.0
- ftrigw_notifyb_nosig@Base 2.7.2.0
- s6_accessrules_backend_cdb@Base 2.7.2.0
- s6_accessrules_backend_fs@Base 2.7.2.0
- s6_accessrules_keycheck_ip4@Base 2.7.2.0
- s6_accessrules_keycheck_ip6@Base 2.7.2.0
- s6_accessrules_keycheck_reversedns@Base 2.7.2.0
- s6_accessrules_keycheck_uidgid@Base 2.7.2.0
- s6_accessrules_params_free@Base 2.7.2.0
- s6_accessrules_uidgid_cdb@Base 2.7.2.0
- s6_accessrules_uidgid_fs@Base 2.7.2.0
- s6_dtally_pack@Base 2.7.2.0
- s6_dtally_read@Base 2.7.2.0
- s6_dtally_unpack@Base 2.7.2.0
- s6_dtally_write@Base 2.7.2.0
- s6_fdholder_delete@Base 2.7.2.0
- s6_fdholder_delete_async@Base 2.7.2.0
- s6_fdholder_end@Base 2.7.2.0
- s6_fdholder_getdump@Base 2.7.2.0
- s6_fdholder_list@Base 2.7.2.0
- s6_fdholder_list_async@Base 2.7.2.0
- s6_fdholder_list_cb@Base 2.7.2.0
- s6_fdholder_retrieve_cb@Base 2.7.2.0
- s6_fdholder_retrieve_maybe_delete@Base 2.7.2.0
- s6_fdholder_retrieve_maybe_delete_async@Base 2.7.2.0
- s6_fdholder_setdump@Base 2.7.2.0
- s6_fdholder_start@Base 2.7.2.0
- s6_fdholder_store@Base 2.7.2.0
- s6_fdholder_store_async@Base 2.7.2.0
- s6_instance_chdirservice@Base 2.11.2.0
- s6_servicedir_file_list@Base 2.11.2.0
- s6_servicedir_instances_recreate_offline@Base 2.11.3.0
- s6_servicedir_instances_recreate_offline_tmp@Base 2.11.3.0
- s6_supervise_link@Base 2.10.0.0
- s6_supervise_link_names@Base 2.11.0.0
- s6_supervise_unlink@Base 2.10.0.0
- s6_supervise_unlink_names@Base 2.11.0.0
- s6_svc_ok@Base 2.7.2.0
- s6_svc_write@Base 2.7.2.0
- s6_svc_writectl@Base 2.7.2.0
- s6_svstatus_pack@Base 2.7.2.0
- s6_svstatus_read@Base 2.7.2.0
- s6_svstatus_unpack@Base 2.7.2.0
- s6_svstatus_write@Base 2.7.2.0
diff -Nru s6-2.12.0.0/debian/libs6-2.12t64.install
s6-2.12.0.0/debian/libs6-2.12t64.install
--- s6-2.12.0.0/debian/libs6-2.12t64.install 1970-01-01 00:00:00.000000000
+0000
+++ s6-2.12.0.0/debian/libs6-2.12t64.install 2023-11-07 21:49:58.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru s6-2.12.0.0/debian/libs6-2.12t64.lintian-overrides
s6-2.12.0.0/debian/libs6-2.12t64.lintian-overrides
--- s6-2.12.0.0/debian/libs6-2.12t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ s6-2.12.0.0/debian/libs6-2.12t64.lintian-overrides 2024-02-03
21:05:43.000000000 +0000
@@ -0,0 +1 @@
+libs6-2.12t64: package-name-doesnt-match-sonames libs6-2.12
diff -Nru s6-2.12.0.0/debian/libs6-2.12t64.symbols
s6-2.12.0.0/debian/libs6-2.12t64.symbols
--- s6-2.12.0.0/debian/libs6-2.12t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ s6-2.12.0.0/debian/libs6-2.12t64.symbols 2024-02-03 21:05:43.000000000
+0000
@@ -0,0 +1,63 @@
+libs6.so.2.12 libs6-2.12t64 #MINVER#
+* Build-Depends-Package: libs6-dev
+ ftrigr1_zero@Base 2.7.2.0
+ ftrigr_ack@Base 2.7.2.0
+ ftrigr_check@Base 2.7.2.0
+ ftrigr_checksa@Base 2.7.2.0
+ ftrigr_end@Base 2.7.2.0
+ ftrigr_start@Base 2.7.2.0
+ ftrigr_startf@Base 2.7.2.0
+ ftrigr_subscribe@Base 2.7.2.0
+ ftrigr_unsubscribe@Base 2.7.2.0
+ ftrigr_update@Base 2.7.2.0
+ ftrigr_updateb@Base 2.7.2.0
+ ftrigr_wait_and@Base 2.7.2.0
+ ftrigr_wait_or@Base 2.7.2.0
+ ftrigr_zero@Base 2.7.2.0
+ ftrigw_clean@Base 2.7.2.0
+ ftrigw_fifodir_make@Base 2.7.2.0
+ ftrigw_notify@Base 2.7.2.0
+ ftrigw_notifyb@Base 2.7.2.0
+ ftrigw_notifyb_nosig@Base 2.7.2.0
+ s6_accessrules_backend_cdb@Base 2.7.2.0
+ s6_accessrules_backend_fs@Base 2.7.2.0
+ s6_accessrules_keycheck_ip4@Base 2.7.2.0
+ s6_accessrules_keycheck_ip6@Base 2.7.2.0
+ s6_accessrules_keycheck_reversedns@Base 2.7.2.0
+ s6_accessrules_keycheck_uidgid@Base 2.7.2.0
+ s6_accessrules_params_free@Base 2.7.2.0
+ s6_accessrules_uidgid_cdb@Base 2.7.2.0
+ s6_accessrules_uidgid_fs@Base 2.7.2.0
+ s6_dtally_pack@Base 2.7.2.0
+ s6_dtally_read@Base 2.7.2.0
+ s6_dtally_unpack@Base 2.7.2.0
+ s6_dtally_write@Base 2.7.2.0
+ s6_fdholder_delete@Base 2.7.2.0
+ s6_fdholder_delete_async@Base 2.7.2.0
+ s6_fdholder_end@Base 2.7.2.0
+ s6_fdholder_getdump@Base 2.7.2.0
+ s6_fdholder_list@Base 2.7.2.0
+ s6_fdholder_list_async@Base 2.7.2.0
+ s6_fdholder_list_cb@Base 2.7.2.0
+ s6_fdholder_retrieve_cb@Base 2.7.2.0
+ s6_fdholder_retrieve_maybe_delete@Base 2.7.2.0
+ s6_fdholder_retrieve_maybe_delete_async@Base 2.7.2.0
+ s6_fdholder_setdump@Base 2.7.2.0
+ s6_fdholder_start@Base 2.7.2.0
+ s6_fdholder_store@Base 2.7.2.0
+ s6_fdholder_store_async@Base 2.7.2.0
+ s6_instance_chdirservice@Base 2.11.2.0
+ s6_servicedir_file_list@Base 2.11.2.0
+ s6_servicedir_instances_recreate_offline@Base 2.11.3.0
+ s6_servicedir_instances_recreate_offline_tmp@Base 2.11.3.0
+ s6_supervise_link@Base 2.10.0.0
+ s6_supervise_link_names@Base 2.11.0.0
+ s6_supervise_unlink@Base 2.10.0.0
+ s6_supervise_unlink_names@Base 2.11.0.0
+ s6_svc_ok@Base 2.7.2.0
+ s6_svc_write@Base 2.7.2.0
+ s6_svc_writectl@Base 2.7.2.0
+ s6_svstatus_pack@Base 2.7.2.0
+ s6_svstatus_read@Base 2.7.2.0
+ s6_svstatus_unpack@Base 2.7.2.0
+ s6_svstatus_write@Base 2.7.2.0
--- End Message ---
--- Begin Message ---
Source: s6
Source-Version: 2.12.0.0-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
s6, 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 s6 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: Thu, 29 Feb 2024 15:39:39 +0000
Source: s6
Architecture: source
Version: 2.12.0.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062877
Changes:
s6 (2.12.0.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062877
Checksums-Sha1:
1b23765c78d5ec04d5a75a0033306d37832387ee 2076 s6_2.12.0.0-2.1.dsc
77fab000c83caff697ff13dbf1e4539968f215bf 4544 s6_2.12.0.0-2.1.debian.tar.xz
9a39d5f6306a2525a2e6cd5081677728946d22f1 7016 s6_2.12.0.0-2.1_source.buildinfo
Checksums-Sha256:
0da459b2284a265387a8ed226c068a12c98c7a7a0d5b0db04824572f6afa09aa 2076
s6_2.12.0.0-2.1.dsc
8337373c1cda534a3220a607d5c3f716a43d51da4c46a3819531a6f383d25a7c 4544
s6_2.12.0.0-2.1.debian.tar.xz
7f1d56bdf9b4121880cb9d9327ccf6734b08907f0cc7746f106106eb518ec705 7016
s6_2.12.0.0-2.1_source.buildinfo
Files:
bf5f851386ebbf746c09bc6015fab48d 2076 admin optional s6_2.12.0.0-2.1.dsc
50673e7b7bfa3a89cc4c4cdab5f730bb 4544 admin optional
s6_2.12.0.0-2.1.debian.tar.xz
b9a0e89f0a122e6a71ab4dfdedf8debd 7016 admin optional
s6_2.12.0.0-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpUgACgkQFZ61xO/I
d0zmsg//QW3gTiS9Ppny36C9w2XmcSbyXwLiIGks/vVtY8OOVhQQONWCNHJItxrY
mGZ1sA3kWOGhtYUiwLim4+t0qJiWy/xNyCgJBfw1UpM8Vy2Bl5JKb6zClIulNQR5
M6NtaD3aaH96ev5Lk2fIcVc57ORjPW7tIpVBtB/uVPQ7ZNR8jQ83SIr0MSutZyQv
G9w4lG3OCNUkRcNiEPRg7QY03zppOi5falOU4Z6E+eesc7oJCovZ/Y51hscnANPZ
3Zi0e3R1uS8zppuJ1xa/wI2+xbybq1Dyu5r8O82mpkTWKa5GykFk7Fivd446yzdX
Z3xcny8kvQOtLC/JqQ4fU6f3sUIdI7X0leN2BKk9vEbcgKnNqZF3ylXt/R/lQ+YX
ZC2KyiC94Z/npBujif5yw/Dy/32qHODX7vAeKbnY7kgPRofidakfdKdjT12RIPrr
Zj2rl6EvMYELMGsrN7HYfpxLUPE00+PHmmgK9V4SxH6nN/sLIPi8xGkTahLCnpWf
2SAwdFvLlFyWehqg2H5JSCybibWGFGB8ZokeAcwSWn6UENKPU4fH7NaXVRdygPdu
3aHNVKGG7Y7LCEw77d2Gyem7Ebh0L3mhGrPpEZG05s/Ct0wh7ljNEVVAwOEexrxQ
zchCd9E4NQp4+d0YFopC8FA3/r4KOPCA5egEz92CZaRsMTltkuA=
=JNV6
-----END PGP SIGNATURE-----
pgp4VP3TXEmEy.pgp
Description: PGP signature
--- End Message ---