Your message dated Thu, 29 Feb 2024 19:41:16 +0000
with message-id <e1rfmhm-00cwdw...@fasolo.debian.org>
and subject line Bug#1063177: fixed in osmo-hlr 1.5.0+dfsg1-3.1
has caused the Debian Bug report #1063177,
regarding osmo-hlr: 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.)


-- 
1063177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: osmo-hlr
Version: 1.5.0+dfsg1-3
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
osmo-hlr 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 osmo-hlr
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 osmo-hlr-1.5.0+dfsg1/debian/changelog 
osmo-hlr-1.5.0+dfsg1/debian/changelog
--- osmo-hlr-1.5.0+dfsg1/debian/changelog       2022-10-15 07:42:29.000000000 
-0300
+++ osmo-hlr-1.5.0+dfsg1/debian/changelog       2024-02-05 13:04:59.000000000 
-0300
@@ -1,3 +1,10 @@
+osmo-hlr (1.5.0+dfsg1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 13:04:59 -0300
+
 osmo-hlr (1.5.0+dfsg1-3) unstable; urgency=medium
 
   * debian/rules: configure with --with-systemdsystemunitdir=no
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/control 
osmo-hlr-1.5.0+dfsg1/debian/control
--- osmo-hlr-1.5.0+dfsg1/debian/control 2022-10-15 07:42:29.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/control 2024-02-05 13:04:59.000000000 -0300
@@ -25,7 +25,10 @@
  which works over GSUP protocol. The subscribers are store in sqlite DB.
  It supports both 2G and 3G authentication.
 
-Package: libosmo-gsup-client0
+Package: libosmo-gsup-client0t64
+Provides: ${t64:Provides}
+Replaces: libosmo-gsup-client0
+Breaks: libosmo-gsup-client0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -42,7 +45,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-        libosmo-gsup-client0 (= ${binary:Version}),
+        libosmo-gsup-client0t64 (= ${binary:Version}),
         libosmocore-dev
 Description: Development headers of Osmocom GSUP client library
  This is a shared library that can be used to implement client programs for
@@ -51,7 +54,10 @@
  .
  This package contains the development headers.
 
-Package: libosmo-mslookup0
+Package: libosmo-mslookup0t64
+Provides: ${t64:Provides}
+Replaces: libosmo-mslookup0
+Breaks: libosmo-mslookup0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -68,7 +74,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-        libosmo-mslookup0 (= ${binary:Version}),
+        libosmo-mslookup0t64 (= ${binary:Version}),
         libosmocore-dev
 Pre-Depends: ${misc:Pre-Depends}
 Description: Development headers of Osmocom MS lookup library
@@ -81,7 +87,7 @@
 Architecture: any
 Section: utils
 Depends: ${shlibs:Depends},
-        libosmo-mslookup0 (= ${binary:Version}),
+        libosmo-mslookup0t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Utilities for Osmocom MS lookup
  The shared library libosmo-mslookup contains routines for looking up
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install    2022-10-15 
07:42:29.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install    1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libosmo-gsup-client*.so.*
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols    2022-10-15 
07:42:29.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols    1969-12-31 
21:00:00.000000000 -0300
@@ -1,30 +0,0 @@
-libosmo-gsup-client.so.0 libosmo-gsup-client0 #MINVER#
-* Build-Depends-Package: libosmo-gsup-client-dev
- _osmo_gsup_req_respond@Base 1.4.0
- _osmo_gsup_req_respond_err@Base 1.4.0
- _osmo_gsup_req_respond_msgt@Base 1.4.0
- osmo_cni_peer_id_cmp@Base 1.4.0
- osmo_cni_peer_id_is_empty@Base 1.4.0
- osmo_cni_peer_id_set@Base 1.4.0
- osmo_cni_peer_id_set_str@Base 1.4.0
- osmo_cni_peer_id_to_str@Base 1.4.0
- osmo_cni_peer_id_to_str_c@Base 1.4.0
- osmo_cni_peer_id_type_names@Base 1.4.0
- osmo_gsup_client_create2@Base 1.2.0
- osmo_gsup_client_create3@Base 1.4.0
- osmo_gsup_client_create@Base 1.2.0
- osmo_gsup_client_destroy@Base 1.2.0
- osmo_gsup_client_enc_send@Base 1.2.0
- osmo_gsup_client_msgb_alloc@Base 1.2.0
- osmo_gsup_client_send@Base 1.2.0
- osmo_gsup_make_response@Base 1.4.0
- osmo_gsup_message_to_str_buf@Base 1.4.0
- osmo_gsup_message_to_str_c@Base 1.4.0
- osmo_gsup_req_free@Base 1.4.0
- osmo_gsup_req_new@Base 1.4.0
- osmo_ipa_name_cmp@Base 1.4.0
- osmo_ipa_name_is_empty@Base 1.4.0
- osmo_ipa_name_set@Base 1.4.0
- osmo_ipa_name_set_str@Base 1.4.0
- osmo_ipa_name_to_str@Base 1.4.0
- osmo_ipa_name_to_str_c@Base 1.4.0
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.install 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.install
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.install 1969-12-31 
21:00:00.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.install 2022-10-15 
07:42:29.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libosmo-gsup-client*.so.*
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.lintian-overrides 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.lintian-overrides
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.lintian-overrides       
1969-12-31 21:00:00.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.lintian-overrides       
2024-02-05 13:04:59.000000000 -0300
@@ -0,0 +1 @@
+libosmo-gsup-client0t64: package-name-doesnt-match-sonames libosmo-gsup-client0
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.symbols 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.symbols
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.symbols 1969-12-31 
21:00:00.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0t64.symbols 2024-02-05 
13:04:59.000000000 -0300
@@ -0,0 +1,30 @@
+libosmo-gsup-client.so.0 libosmo-gsup-client0t64 #MINVER#
+* Build-Depends-Package: libosmo-gsup-client-dev
+ _osmo_gsup_req_respond@Base 1.4.0
+ _osmo_gsup_req_respond_err@Base 1.4.0
+ _osmo_gsup_req_respond_msgt@Base 1.4.0
+ osmo_cni_peer_id_cmp@Base 1.4.0
+ osmo_cni_peer_id_is_empty@Base 1.4.0
+ osmo_cni_peer_id_set@Base 1.4.0
+ osmo_cni_peer_id_set_str@Base 1.4.0
+ osmo_cni_peer_id_to_str@Base 1.4.0
+ osmo_cni_peer_id_to_str_c@Base 1.4.0
+ osmo_cni_peer_id_type_names@Base 1.4.0
+ osmo_gsup_client_create2@Base 1.2.0
+ osmo_gsup_client_create3@Base 1.4.0
+ osmo_gsup_client_create@Base 1.2.0
+ osmo_gsup_client_destroy@Base 1.2.0
+ osmo_gsup_client_enc_send@Base 1.2.0
+ osmo_gsup_client_msgb_alloc@Base 1.2.0
+ osmo_gsup_client_send@Base 1.2.0
+ osmo_gsup_make_response@Base 1.4.0
+ osmo_gsup_message_to_str_buf@Base 1.4.0
+ osmo_gsup_message_to_str_c@Base 1.4.0
+ osmo_gsup_req_free@Base 1.4.0
+ osmo_gsup_req_new@Base 1.4.0
+ osmo_ipa_name_cmp@Base 1.4.0
+ osmo_ipa_name_is_empty@Base 1.4.0
+ osmo_ipa_name_set@Base 1.4.0
+ osmo_ipa_name_set_str@Base 1.4.0
+ osmo_ipa_name_to_str@Base 1.4.0
+ osmo_ipa_name_to_str_c@Base 1.4.0
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0.install 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0.install
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0.install       2022-10-15 
07:42:29.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0.install       1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libosmo-mslookup*.so.*
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.install 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.install
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.install    1969-12-31 
21:00:00.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.install    2022-10-15 
07:42:29.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libosmo-mslookup*.so.*
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.lintian-overrides 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.lintian-overrides
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-mslookup0t64.lintian-overrides  
2024-02-05 13:04:59.000000000 -0300
@@ -0,0 +1 @@
+libosmo-mslookup0t64: package-name-doesnt-match-sonames libosmo-mslookup0

--- End Message ---
--- Begin Message ---
Source: osmo-hlr
Source-Version: 1.5.0+dfsg1-3.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
osmo-hlr, 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 osmo-hlr 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: Thu, 29 Feb 2024 19:04:02 +0000
Source: osmo-hlr
Architecture: source
Version: 1.5.0+dfsg1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mobcom Maintainers 
<debian-mobcom-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063177
Changes:
 osmo-hlr (1.5.0+dfsg1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063177
Checksums-Sha1:
 5028ffff8547e4829b45171febd0443d771bbc9a 2595 osmo-hlr_1.5.0+dfsg1-3.1.dsc
 44dac8739b3919614b218834ac76baf7c8f02a2e 5212 
osmo-hlr_1.5.0+dfsg1-3.1.debian.tar.xz
 55b088ea434ce28c45341dcee832d117797ec3ca 8449 
osmo-hlr_1.5.0+dfsg1-3.1_source.buildinfo
Checksums-Sha256:
 301f12e4f18d2d7a074c218a6474e7ab33db4763220e3c368f0ac1a5bb1a0874 2595 
osmo-hlr_1.5.0+dfsg1-3.1.dsc
 7d679c52d00cd57290588a3b006480f36954eca4ce96e01869d5992cbdbeb72d 5212 
osmo-hlr_1.5.0+dfsg1-3.1.debian.tar.xz
 3d79d2d4a542aa7ebd8e000a5b9305d6135ac2e2f5cb20af0eef3d0792c670c3 8449 
osmo-hlr_1.5.0+dfsg1-3.1_source.buildinfo
Files:
 e2a0249783935535b55847dce20bbc7d 2595 net optional osmo-hlr_1.5.0+dfsg1-3.1.dsc
 de6cbc6984b2211024d57384561fdb66 5212 net optional 
osmo-hlr_1.5.0+dfsg1-3.1.debian.tar.xz
 4d6d94f9797be61e30b35b60ce8bce26 8449 net optional 
osmo-hlr_1.5.0+dfsg1-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg1TUACgkQFZ61xO/I
d0zw9Q/9Gejt+I5hmzkBOHkoCGq62CO7XaAQkXLkISCwHDOG1O1u13CEn5EIHXpy
9DFXT1hmhA3w41tgUAeLpRT07DSx1Ulqzc3ewX3IhGVhZ9nCf/voMMap56fWl3On
y6FE4juK3MfbLOaOrh/DhRtlFLIsgKwEZZ9ZG9cFBhbJ4l+MC70xVqx5SxCbTeGz
YXqoqKEO3vO2EIG6hrdZlCwwYn/05YRXphkviApnNv+WUWN0oK7Rvb802bgSa9tT
FGbzCAuiPlImfWt7PqJWWMqZwwjT4AFAmJJ2hIymccusY6iJjua0jsZIvIKpDlB9
OLbkPebkwLqpjXLdU/gJDTMXFXTMliMcapmfbuSF6jjydLsqt7ifXVliGIy7rxhw
Oy0btA3X7K72EesmjcPW9w0WC8zdUckHjV06g4vPZFtRIjmT8HG4IwsHt7wyfdPl
Uu4MmRa2PjGzPiEUMa1uofqx9NiOut9gXTHWGQmg17IclPy5CTpJjz88tLPt47R5
2bEZdVNbOmSsEBbEpeRoY6d0uCJIrnEOxTBRyEdzdeqiQfd3jldKNzuALPUtxH23
Qk7iuFxDOQqhyPtO5+3ArlVNxgpsw4zzkMfdmhD5DpGeJNcgnu8V6hFCkHIwfnWp
1mKCxTJrC5ZZVXLjHvSDtWpSpF67odAKc7Q3AYtkNAgPym+Bq0w=
=aTsq
-----END PGP SIGNATURE-----

Attachment: pgpZ60UhVpz2w.pgp
Description: PGP signature


--- End Message ---

Reply via email to