Your message dated Thu, 29 Feb 2024 16:11:07 +0000
with message-id <[email protected]>
and subject line Bug#1064325: fixed in rrdtool 1.7.2-4.1
has caused the Debian Bug report #1064325,
regarding rrdtool: 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.)


-- 
1064325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rrdtool
Version: 1.7.2-4
Severity: important
Tags: patch pending sid trixie
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
rrdtool 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 rrdtool
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru rrdtool-1.7.2/debian/changelog rrdtool-1.7.2/debian/changelog
--- rrdtool-1.7.2/debian/changelog      2021-11-18 16:35:17.000000000 +0000
+++ rrdtool-1.7.2/debian/changelog      2024-02-19 23:07:48.000000000 +0000
@@ -1,3 +1,10 @@
+rrdtool (1.7.2-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Mon, 19 Feb 2024 23:07:48 +0000
+
 rrdtool (1.7.2-4) unstable; urgency=medium
 
   [ Jean-Michel Vourgère ]
diff -Nru rrdtool-1.7.2/debian/control rrdtool-1.7.2/debian/control
--- rrdtool-1.7.2/debian/control        2021-11-18 15:37:38.000000000 +0000
+++ rrdtool-1.7.2/debian/control        2024-02-19 23:07:48.000000000 +0000
@@ -56,7 +56,10 @@
  Those setups usually run into I/O related problems. RRDCacheD's goal is to
  alleviate these problems.
 
-Package: librrd8
+Package: librrd8t64
+Provides: ${t64:Provides}
+Replaces: librrd8
+Breaks: librrd8 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -78,7 +81,7 @@
 Multi-Arch: same
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: librrd8 (= ${binary:Version}), ${misc:Depends}
+Depends: librrd8t64 (= ${binary:Version}), ${misc:Depends}
 Description: time-series data storage and display system (development)
  The Round Robin Database Tool (RRDtool) is a system to store and display
  time-series data (e.g. network bandwidth, machine-room temperature,
diff -Nru rrdtool-1.7.2/debian/librrd8.install 
rrdtool-1.7.2/debian/librrd8.install
--- rrdtool-1.7.2/debian/librrd8.install        2019-09-01 13:55:56.000000000 
+0000
+++ rrdtool-1.7.2/debian/librrd8.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/librrd.so.*
diff -Nru rrdtool-1.7.2/debian/librrd8.symbols 
rrdtool-1.7.2/debian/librrd8.symbols
--- rrdtool-1.7.2/debian/librrd8.symbols        2019-10-19 20:38:16.000000000 
+0000
+++ rrdtool-1.7.2/debian/librrd8.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,93 +0,0 @@
-librrd.so.8 librrd8 #MINVER#
-* Build-Depends-Package: librrd8-dev
- rrd_add_ptr@Base 1.4~rc2
- rrd_add_ptr_chunk@Base 1.5.3
- rrd_add_strdup@Base 1.4~rc2
- rrd_add_strdup_chunk@Base 1.5.3
- rrd_cf_conv@Base 1.7.0
- rrd_clear_error@Base 1.3.0
- rrd_close@Base 1.3.0
- rrd_create@Base 1.3.0
- rrd_create_r2@Base 1.5.3
- rrd_create_r@Base 1.3.0
- rrd_dontneed@Base 1.3.0
- rrd_dump@Base 1.3.0
- rrd_dump_cb_r@Base 1.4~rc2+20091004
- rrd_dump_opt_r@Base 1.7.1
- rrd_dump_r@Base 1.3.0
- rrd_fetch@Base 1.3.0
- rrd_fetch_cb_register@Base 1.5.3
- rrd_fetch_r@Base 1.3.0
- rrd_first@Base 1.3.0
- rrd_first_r@Base 1.3.0
- rrd_flush@Base 1.3.0
- rrd_flushcached@Base 1.4~rc2
- rrd_free@Base 1.3.0
- rrd_free_context@Base 1.3.0
- rrd_free_ptrs@Base 1.4~rc2
- rrd_freemem@Base 1.3.0
- rrd_get_context@Base 1.3.0
- rrd_get_error@Base 1.3.0
- rrd_graph@Base 1.3.0
- rrd_graph_v@Base 1.3.0
- rrd_info@Base 1.3.0
- rrd_info_free@Base 1.3.0
- rrd_info_print@Base 1.3.0
- rrd_info_push@Base 1.3.0
- rrd_info_r@Base 1.4~rc2
- rrd_init@Base 1.3.0
- rrd_last@Base 1.3.0
- rrd_last_r@Base 1.3.0
- rrd_lastupdate@Base 1.3.0
- rrd_lastupdate_r@Base 1.4~rc2
- rrd_lcd@Base 1.7.0
- rrd_list@Base 1.7.0
- rrd_list_r@Base 1.7.0
- rrd_lock@Base 1.3.0
- rrd_mkdir_p@Base 1.4~rc2+20091004
- rrd_new_context@Base 1.3.0
- rrd_open@Base 1.3.0
- rrd_parsetime@Base 1.3.0
- rrd_proc_start_end@Base 1.3.0
- rrd_random@Base 1.4~rc2
- rrd_read@Base 1.3.0
- rrd_reduce_data@Base 1.7.0
- rrd_resize@Base 1.3.0
- rrd_restore@Base 1.3.0
- rrd_scaled_duration@Base 1.5.3
- rrd_seek@Base 1.3.0
- rrd_set_error@Base 1.3.0
- rrd_set_to_DINF@Base 1.3.0
- rrd_set_to_DNAN@Base 1.3.0
- rrd_snprintf@Base 1.5.3
- rrd_strerror@Base 1.3.0
- rrd_strtod@Base 1.5.3
- rrd_strtodbl@Base 1.5.3
- rrd_strversion@Base 1.3.0
- rrd_tell@Base 1.3.0
- rrd_test_error@Base 1.3.0
- rrd_tune@Base 1.3.0
- rrd_update@Base 1.3.0
- rrd_update_r@Base 1.3.0
- rrd_update_v@Base 1.3.0
- rrd_update_v_r@Base 1.5.3
- rrd_updatex_r@Base 1.5.3
- rrd_version@Base 1.3.0
- rrd_write@Base 1.3.0
- rrd_xport@Base 1.3.0
- rrdc_connect@Base 1.4~rc2
- rrdc_create@Base 1.6.0
- rrdc_create_r2@Base 1.6.0
- rrdc_disconnect@Base 1.4~rc2
- rrdc_fetch@Base 1.6.0
- rrdc_first@Base 1.6.0
- rrdc_flush@Base 1.4~rc2
- rrdc_flush_if_daemon@Base 1.6.0
- rrdc_forget@Base 1.6.0
- rrdc_info@Base 1.6.0
- rrdc_is_any_connected@Base 1.6.0
- rrdc_is_connected@Base 1.4~rc2
- rrdc_last@Base 1.6.0
- rrdc_stats_free@Base 1.4~rc2
- rrdc_stats_get@Base 1.4~rc2
- rrdc_update@Base 1.4~rc2
diff -Nru rrdtool-1.7.2/debian/librrd8t64.install 
rrdtool-1.7.2/debian/librrd8t64.install
--- rrdtool-1.7.2/debian/librrd8t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ rrdtool-1.7.2/debian/librrd8t64.install     2019-09-01 13:55:56.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/librrd.so.*
diff -Nru rrdtool-1.7.2/debian/librrd8t64.lintian-overrides 
rrdtool-1.7.2/debian/librrd8t64.lintian-overrides
--- rrdtool-1.7.2/debian/librrd8t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ rrdtool-1.7.2/debian/librrd8t64.lintian-overrides   2024-02-19 
23:07:48.000000000 +0000
@@ -0,0 +1 @@
+librrd8t64: package-name-doesnt-match-sonames librrd8
diff -Nru rrdtool-1.7.2/debian/librrd8t64.symbols 
rrdtool-1.7.2/debian/librrd8t64.symbols
--- rrdtool-1.7.2/debian/librrd8t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ rrdtool-1.7.2/debian/librrd8t64.symbols     2024-02-19 23:07:48.000000000 
+0000
@@ -0,0 +1,93 @@
+librrd.so.8 librrd8t64 #MINVER#
+* Build-Depends-Package: librrd8-dev
+ rrd_add_ptr@Base 1.4~rc2
+ rrd_add_ptr_chunk@Base 1.5.3
+ rrd_add_strdup@Base 1.4~rc2
+ rrd_add_strdup_chunk@Base 1.5.3
+ rrd_cf_conv@Base 1.7.0
+ rrd_clear_error@Base 1.3.0
+ rrd_close@Base 1.3.0
+ rrd_create@Base 1.3.0
+ rrd_create_r2@Base 1.5.3
+ rrd_create_r@Base 1.3.0
+ rrd_dontneed@Base 1.3.0
+ rrd_dump@Base 1.3.0
+ rrd_dump_cb_r@Base 1.4~rc2+20091004
+ rrd_dump_opt_r@Base 1.7.1
+ rrd_dump_r@Base 1.3.0
+ rrd_fetch@Base 1.3.0
+ rrd_fetch_cb_register@Base 1.5.3
+ rrd_fetch_r@Base 1.3.0
+ rrd_first@Base 1.3.0
+ rrd_first_r@Base 1.3.0
+ rrd_flush@Base 1.3.0
+ rrd_flushcached@Base 1.4~rc2
+ rrd_free@Base 1.3.0
+ rrd_free_context@Base 1.3.0
+ rrd_free_ptrs@Base 1.4~rc2
+ rrd_freemem@Base 1.3.0
+ rrd_get_context@Base 1.3.0
+ rrd_get_error@Base 1.3.0
+ rrd_graph@Base 1.3.0
+ rrd_graph_v@Base 1.3.0
+ rrd_info@Base 1.3.0
+ rrd_info_free@Base 1.3.0
+ rrd_info_print@Base 1.3.0
+ rrd_info_push@Base 1.3.0
+ rrd_info_r@Base 1.4~rc2
+ rrd_init@Base 1.3.0
+ rrd_last@Base 1.3.0
+ rrd_last_r@Base 1.3.0
+ rrd_lastupdate@Base 1.3.0
+ rrd_lastupdate_r@Base 1.4~rc2
+ rrd_lcd@Base 1.7.0
+ rrd_list@Base 1.7.0
+ rrd_list_r@Base 1.7.0
+ rrd_lock@Base 1.3.0
+ rrd_mkdir_p@Base 1.4~rc2+20091004
+ rrd_new_context@Base 1.3.0
+ rrd_open@Base 1.3.0
+ rrd_parsetime@Base 1.3.0
+ rrd_proc_start_end@Base 1.3.0
+ rrd_random@Base 1.4~rc2
+ rrd_read@Base 1.3.0
+ rrd_reduce_data@Base 1.7.0
+ rrd_resize@Base 1.3.0
+ rrd_restore@Base 1.3.0
+ rrd_scaled_duration@Base 1.5.3
+ rrd_seek@Base 1.3.0
+ rrd_set_error@Base 1.3.0
+ rrd_set_to_DINF@Base 1.3.0
+ rrd_set_to_DNAN@Base 1.3.0
+ rrd_snprintf@Base 1.5.3
+ rrd_strerror@Base 1.3.0
+ rrd_strtod@Base 1.5.3
+ rrd_strtodbl@Base 1.5.3
+ rrd_strversion@Base 1.3.0
+ rrd_tell@Base 1.3.0
+ rrd_test_error@Base 1.3.0
+ rrd_tune@Base 1.3.0
+ rrd_update@Base 1.3.0
+ rrd_update_r@Base 1.3.0
+ rrd_update_v@Base 1.3.0
+ rrd_update_v_r@Base 1.5.3
+ rrd_updatex_r@Base 1.5.3
+ rrd_version@Base 1.3.0
+ rrd_write@Base 1.3.0
+ rrd_xport@Base 1.3.0
+ rrdc_connect@Base 1.4~rc2
+ rrdc_create@Base 1.6.0
+ rrdc_create_r2@Base 1.6.0
+ rrdc_disconnect@Base 1.4~rc2
+ rrdc_fetch@Base 1.6.0
+ rrdc_first@Base 1.6.0
+ rrdc_flush@Base 1.4~rc2
+ rrdc_flush_if_daemon@Base 1.6.0
+ rrdc_forget@Base 1.6.0
+ rrdc_info@Base 1.6.0
+ rrdc_is_any_connected@Base 1.6.0
+ rrdc_is_connected@Base 1.4~rc2
+ rrdc_last@Base 1.6.0
+ rrdc_stats_free@Base 1.4~rc2
+ rrdc_stats_get@Base 1.4~rc2
+ rrdc_update@Base 1.4~rc2

--- End Message ---
--- Begin Message ---
Source: rrdtool
Source-Version: 1.7.2-4.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rrdtool, 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 rrdtool 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:29:46 +0000
Source: rrdtool
Architecture: source
Version: 1.7.2-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian RRDtool Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1064325
Changes:
 rrdtool (1.7.2-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064325
Checksums-Sha1:
 0c5acf167db9b2ebc8ae5f5941b10aec099c824c 2721 rrdtool_1.7.2-4.1.dsc
 8a8f302fe3fe634e14fbb89bb9a7f7d4eeb708d0 28560 rrdtool_1.7.2-4.1.debian.tar.xz
 3eda2bb5e47fe265d5e64325b77dcbfdfcfed18b 14775 
rrdtool_1.7.2-4.1_source.buildinfo
Checksums-Sha256:
 91ee2358f7ae17a67323e5ba7fb8881c4d8784911e182a8f08edf56d64d7d85d 2721 
rrdtool_1.7.2-4.1.dsc
 9a86f4faf678296cf9938ca91d3734b3c308ccc6c04db3a66ea36172a4afd0df 28560 
rrdtool_1.7.2-4.1.debian.tar.xz
 acbe4a89c74fafaed352c1ca090099987d8efd1407eef0f6d75a9f4913d24a80 14775 
rrdtool_1.7.2-4.1_source.buildinfo
Files:
 9f03cb8e943b1309eaf9bda4b2e222fc 2721 utils optional rrdtool_1.7.2-4.1.dsc
 c270270454a17c06a18a787846dc9c71 28560 utils optional 
rrdtool_1.7.2-4.1.debian.tar.xz
 4191b011ac1dc86625aaa4c0799a4586 14775 utils optional 
rrdtool_1.7.2-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgoyMACgkQFZ61xO/I
d0wt2hAAkUozU/A3htV1z50uyCSr+SyFDlvJMrIUUCFAbJhw0Gxgr1Xvfu8hjoGF
sO9IMJv6tanoeHtXevP63eL4nYSSvX3NiPTcnrlrxbFX9idAku15auI4rmtdoUpn
cW2uJgyUCAyihBPlwr0ItZ+aPT3vRuZB7a+DGZLf3shx3HBsricK77o/Ky/tC7Ik
Rbtg/2C63BAY1tcRFmcEWYzWivni/g4GSpkbHKD5C3E4w3AUBBrtHqSDsm2lIDcH
7akySvfgR3iJJZEZ2I/dU5ifb1whvknCZWJMh4F9EQdU5G9eSDcqogVxzDoZTL1g
806SGkHs5eB27zyDIdn/vu8q7Gt/eI6U9E4IHGJYap0SmnlTUyNKFVnaDULnjwtu
UGitccG7qBBBw83OeYjRPlHbTLrlb2QYTGoyocjnjivbAjEpmqIhVsNPVtmi0fsl
3pUaxiAP5pMOcyzTE1rKo6626h0WYlLtwW6YnCCmpHOe5Xo+Ey+rmVTxFkAN+37S
EXWm28XZjARVY74q2sqvdydPZL3ZJb6798mcu33ET4CQKozcjQ0OZkSihP/90C6n
a8b3XYYV7+NCWGbD87YnvJC/hjJKqO+PXAD7ckB4+u2uaynfrrFVwphgPLx7cU8K
vhlTJ8j/O/RTJ28LRUW3jRMAywuvuRqnG6plLpiYi97y/qQUeeM=
=HjyT
-----END PGP SIGNATURE-----

Attachment: pgpxdWiQOMLbE.pgp
Description: PGP signature


--- End Message ---

Reply via email to