Your message dated Sat, 02 Mar 2024 02:42:58 +0000
with message-id <e1rgfl0-001wkc...@fasolo.debian.org>
and subject line Bug#1062855: fixed in rem 0.6.0-4.1
has caused the Debian Bug report #1062855,
regarding rem: 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.)
--
1062855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rem
Version: 0.6.0-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
rem 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 rem
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 rem-0.6.0/debian/changelog rem-0.6.0/debian/changelog
--- rem-0.6.0/debian/changelog 2020-09-19 09:19:39.000000000 +0000
+++ rem-0.6.0/debian/changelog 2024-02-03 20:27:24.000000000 +0000
@@ -1,3 +1,10 @@
+rem (0.6.0-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Sat, 03 Feb 2024 20:27:24
+0000
+
rem (0.6.0-4) unstable; urgency=medium
* build with hardening=+all
diff -Nru rem-0.6.0/debian/control rem-0.6.0/debian/control
--- rem-0.6.0/debian/control 2020-08-24 09:44:55.000000000 +0000
+++ rem-0.6.0/debian/control 2024-02-03 20:27:24.000000000 +0000
@@ -18,7 +18,10 @@
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/rem
Rules-Requires-Root: no
-Package: librem0
+Package: librem0t64
+Provides: ${t64:Provides}
+Replaces: librem0
+Breaks: librem0 (<< ${source:Version})
Section: libs
Architecture: any
Depends:
@@ -45,7 +48,7 @@
Architecture: any
Multi-Arch: same
Depends:
- librem0 (= ${binary:Version}),
+ librem0t64 (= ${binary:Version}),
${devlibs:Depends},
${misc:Depends},
Description: library for real-time audio and video processing (development)
diff -Nru rem-0.6.0/debian/librem0.lintian-overrides
rem-0.6.0/debian/librem0.lintian-overrides
--- rem-0.6.0/debian/librem0.lintian-overrides 2018-06-01 11:10:40.000000000
+0000
+++ rem-0.6.0/debian/librem0.lintian-overrides 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-# packaging is not linked into upstream code
-possible-gpl-code-linked-with-openssl
diff -Nru rem-0.6.0/debian/librem0.symbols rem-0.6.0/debian/librem0.symbols
--- rem-0.6.0/debian/librem0.symbols 2018-11-29 21:46:55.000000000 +0000
+++ rem-0.6.0/debian/librem0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,74 +0,0 @@
-# SymbolsHelper-Confirmed: 0.4.7 amd64
-librem.so.0 librem0 #MINVER#
- aubuf_alloc@Base 0.4.6
- aubuf_append@Base 0.4.6
- aubuf_cur_size@Base 0.4.6
- aubuf_debug@Base 0.4.6
- aubuf_flush@Base 0.4.6
- aubuf_get@Base 0.4.6
- aubuf_read@Base 0.4.6
- aubuf_write@Base 0.4.6
- auconv_from_s16@Base 0.4.7
- auconv_to_s16@Base 0.4.7
- aufile_open@Base 0.4.6
- aufile_read@Base 0.4.6
- aufile_write@Base 0.4.6
- aufmt_name@Base 0.4.7
- aufmt_sample_size@Base 0.4.7
- aumix_alloc@Base 0.4.6
- aumix_playfile@Base 0.4.6
- aumix_source_alloc@Base 0.4.6
- aumix_source_count@Base 0.4.6
- aumix_source_enable@Base 0.4.6
- aumix_source_flush@Base 0.4.6
- aumix_source_put@Base 0.4.6
- auresamp@Base 0.4.6
- auresamp_init@Base 0.4.6
- auresamp_setup@Base 0.4.6
- autone_dtmf@Base 0.4.6
- autone_sine@Base 0.4.6
- avc_config_decode@Base 0.6.0
- avc_config_encode@Base 0.6.0
- dtmf_dec_alloc@Base 0.5.2
- dtmf_dec_probe@Base 0.5.2
- dtmf_dec_reset@Base 0.5.2
- fir_filter@Base 0.4.6
- fir_reset@Base 0.4.6
- g711_A2l@Base 0.4.6
- g711_l2A@Base 0.4.6
- g711_l2u@Base 0.4.6
- g711_u2l@Base 0.4.6
- goertzel_init@Base 0.5.2
- goertzel_reset@Base 0.5.2
- goertzel_result@Base 0.5.2
- vidconv@Base 0.4.6
- vidconv_aspect@Base 0.4.6
- vidfmt_descv@Base 0.4.6
- vidfmt_name@Base 0.4.6
- vidframe_alloc@Base 0.4.6
- vidframe_copy@Base 0.4.7
- vidframe_draw_hline@Base 0.4.6
- vidframe_draw_point@Base 0.4.6
- vidframe_draw_rect@Base 0.4.6
- vidframe_draw_vline@Base 0.4.6
- vidframe_fill@Base 0.4.6
- vidframe_init@Base 0.4.6
- vidframe_init_buf@Base 0.4.6
- vidframe_size@Base 0.4.6
- vidmix_alloc@Base 0.4.6
- vidmix_source_alloc@Base 0.4.6
- vidmix_source_enable@Base 0.4.6
- vidmix_source_get_focus@Base 0.4.6
- vidmix_source_isenabled@Base 0.4.6
- vidmix_source_isrunning@Base 0.4.6
- vidmix_source_put@Base 0.4.6
- vidmix_source_set_content_hide@Base 0.4.6
- vidmix_source_set_focus@Base 0.4.6
- vidmix_source_set_focus_idx@Base 0.4.6
- vidmix_source_set_rate@Base 0.4.6
- vidmix_source_set_size@Base 0.4.6
- vidmix_source_start@Base 0.4.6
- vidmix_source_stop@Base 0.4.6
- vidmix_source_toggle_selfview@Base 0.4.6
- wav_header_decode@Base 0.4.6
- wav_header_encode@Base 0.4.6
diff -Nru rem-0.6.0/debian/librem0t64.lintian-overrides
rem-0.6.0/debian/librem0t64.lintian-overrides
--- rem-0.6.0/debian/librem0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ rem-0.6.0/debian/librem0t64.lintian-overrides 2024-02-03
20:27:24.000000000 +0000
@@ -0,0 +1,3 @@
+# packaging is not linked into upstream code
+possible-gpl-code-linked-with-openssl
+librem0t64: package-name-doesnt-match-sonames librem0
diff -Nru rem-0.6.0/debian/librem0t64.symbols
rem-0.6.0/debian/librem0t64.symbols
--- rem-0.6.0/debian/librem0t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ rem-0.6.0/debian/librem0t64.symbols 2024-02-03 20:27:24.000000000 +0000
@@ -0,0 +1,74 @@
+# SymbolsHelper-Confirmed: 0.4.7 amd64
+librem.so.0 librem0 #MINVER#
+ aubuf_alloc@Base 0.4.6
+ aubuf_append@Base 0.4.6
+ aubuf_cur_size@Base 0.4.6
+ aubuf_debug@Base 0.4.6
+ aubuf_flush@Base 0.4.6
+ aubuf_get@Base 0.4.6
+ aubuf_read@Base 0.4.6
+ aubuf_write@Base 0.4.6
+ auconv_from_s16@Base 0.4.7
+ auconv_to_s16@Base 0.4.7
+ aufile_open@Base 0.4.6
+ aufile_read@Base 0.4.6
+ aufile_write@Base 0.4.6
+ aufmt_name@Base 0.4.7
+ aufmt_sample_size@Base 0.4.7
+ aumix_alloc@Base 0.4.6
+ aumix_playfile@Base 0.4.6
+ aumix_source_alloc@Base 0.4.6
+ aumix_source_count@Base 0.4.6
+ aumix_source_enable@Base 0.4.6
+ aumix_source_flush@Base 0.4.6
+ aumix_source_put@Base 0.4.6
+ auresamp@Base 0.4.6
+ auresamp_init@Base 0.4.6
+ auresamp_setup@Base 0.4.6
+ autone_dtmf@Base 0.4.6
+ autone_sine@Base 0.4.6
+ avc_config_decode@Base 0.6.0
+ avc_config_encode@Base 0.6.0
+ dtmf_dec_alloc@Base 0.5.2
+ dtmf_dec_probe@Base 0.5.2
+ dtmf_dec_reset@Base 0.5.2
+ fir_filter@Base 0.4.6
+ fir_reset@Base 0.4.6
+ g711_A2l@Base 0.4.6
+ g711_l2A@Base 0.4.6
+ g711_l2u@Base 0.4.6
+ g711_u2l@Base 0.4.6
+ goertzel_init@Base 0.5.2
+ goertzel_reset@Base 0.5.2
+ goertzel_result@Base 0.5.2
+ vidconv@Base 0.4.6
+ vidconv_aspect@Base 0.4.6
+ vidfmt_descv@Base 0.4.6
+ vidfmt_name@Base 0.4.6
+ vidframe_alloc@Base 0.4.6
+ vidframe_copy@Base 0.4.7
+ vidframe_draw_hline@Base 0.4.6
+ vidframe_draw_point@Base 0.4.6
+ vidframe_draw_rect@Base 0.4.6
+ vidframe_draw_vline@Base 0.4.6
+ vidframe_fill@Base 0.4.6
+ vidframe_init@Base 0.4.6
+ vidframe_init_buf@Base 0.4.6
+ vidframe_size@Base 0.4.6
+ vidmix_alloc@Base 0.4.6
+ vidmix_source_alloc@Base 0.4.6
+ vidmix_source_enable@Base 0.4.6
+ vidmix_source_get_focus@Base 0.4.6
+ vidmix_source_isenabled@Base 0.4.6
+ vidmix_source_isrunning@Base 0.4.6
+ vidmix_source_put@Base 0.4.6
+ vidmix_source_set_content_hide@Base 0.4.6
+ vidmix_source_set_focus@Base 0.4.6
+ vidmix_source_set_focus_idx@Base 0.4.6
+ vidmix_source_set_rate@Base 0.4.6
+ vidmix_source_set_size@Base 0.4.6
+ vidmix_source_start@Base 0.4.6
+ vidmix_source_stop@Base 0.4.6
+ vidmix_source_toggle_selfview@Base 0.4.6
+ wav_header_decode@Base 0.4.6
+ wav_header_encode@Base 0.4.6
--- End Message ---
--- Begin Message ---
Source: rem
Source-Version: 0.6.0-4.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rem, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated rem 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: Sat, 02 Mar 2024 01:39:57 +0000
Source: rem
Architecture: source
Version: 0.6.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1062855
Changes:
rem (0.6.0-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062855
Checksums-Sha1:
b9990ccd2eac6adab8620b38b9bdb1f31aaa3db1 2077 rem_0.6.0-4.1.dsc
619dd0f6476de13550c1013d1a3c4ab1c5614d58 7484 rem_0.6.0-4.1.debian.tar.xz
b53f87e3d8238d3a905baba554fbdc02eef9a5a8 7625 rem_0.6.0-4.1_source.buildinfo
Checksums-Sha256:
7f9e152ef056ca9ad9244ac497bc5cc4358591fec0f3c5fe4a9702040dd80130 2077
rem_0.6.0-4.1.dsc
85bdba5a55c26aacafce030e6672ecdd45edd81cad3a51ea578b5d544376628a 7484
rem_0.6.0-4.1.debian.tar.xz
6a44d71c6db712c5601494e014ad7951e3b13a93df92c3b4e8e1c02fd782d6ad 7625
rem_0.6.0-4.1_source.buildinfo
Files:
061b42eca1433a86b8b5c904e7c9e400 2077 libs optional rem_0.6.0-4.1.dsc
b87633b98ff70f76bd53ff7d51d13a76 7484 libs optional rem_0.6.0-4.1.debian.tar.xz
1d5f611b804ccc68eb8e129106f2b9be 7625 libs optional
rem_0.6.0-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXii1kSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9NYMQAIn9eLWgrUobr35sjNpBo18an5M2jatk
OwqXkvTQlnbHoMWQwdjR0ngxgIGdFzd7fQ/T1N1kUSd2niSsTpn0uSM5Og9UvyHY
Zpa/j66uTGtzQ7GV/YLYxxa2cmUl7b+ZuJRmUC8LFvsE/loTRueVHPn9IthaAGxo
ZBVfoPeft3xaPvhyV3/v8ZUma+GzuLm3dfZYD6Z5ms2r7It922A8N13xMg/wYL9Z
ARNvu1zcbAwHOWK9127l5wQt87M03Rvu2CApTN32I5f8KrKGOkK01CMTxjixYxBJ
5i8x4t8MAKytWKoY+JSoBaJwIf//X93/r55Oy93S77EYhfvYOmFto+2cpZL0lQs0
XbtzDFqytKiYtS05ifvSXi754MB4OpYzRXj2NAo7zhVUaJtb6TJn03+G6MnHsAry
ex/a+OdL5YVOz+N4OMA2gnd+ErHZfsTcmIzpbgCqpQFH22h1xozeOF4M/eZeDMax
wAPNoKmEE1441CvekrUEiIuCHYwVThXY9w0J9crp3yIguk6dlYPxWJIcAdP02ROV
7OUWZ+caupboAHoVLglpOR77v5S7Rsb9xsZocjynp7C8XIKFVnuiInQ+hyzrZKUc
IvpQQnTl/zdfkvC169OfomGX3Ip8Iz/OVt0JcVOVS6UaIsPvO3YuvF5GCoLhiqLh
MXv36xoeEe/k
=ZuP1
-----END PGP SIGNATURE-----
pgp7XfwzEwJfh.pgp
Description: PGP signature
--- End Message ---