Your message dated Thu, 29 Feb 2024 19:41:07 +0000
with message-id <[email protected]>
and subject line Bug#1063176: fixed in osmo-ggsn 1.9.0-3.1
has caused the Debian Bug report #1063176,
regarding osmo-ggsn: 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.)


-- 
1063176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063176
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: osmo-ggsn
Version: 1.9.0-3
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
osmo-ggsn 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-ggsn
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-ggsn-1.9.0/debian/changelog osmo-ggsn-1.9.0/debian/changelog
--- osmo-ggsn-1.9.0/debian/changelog    2022-10-15 07:42:29.000000000 -0300
+++ osmo-ggsn-1.9.0/debian/changelog    2024-02-05 13:02:46.000000000 -0300
@@ -1,3 +1,10 @@
+osmo-ggsn (1.9.0-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]>  Mon, 05 Feb 2024 13:02:46 -0300
+
 osmo-ggsn (1.9.0-3) unstable; urgency=medium
 
   * debian/rules: configure with --with-systemdsystemunitdir=no
diff -Nru osmo-ggsn-1.9.0/debian/control osmo-ggsn-1.9.0/debian/control
--- osmo-ggsn-1.9.0/debian/control      2022-10-15 07:41:32.000000000 -0300
+++ osmo-ggsn-1.9.0/debian/control      2024-02-05 13:02:46.000000000 -0300
@@ -26,7 +26,10 @@
  operators as the interface between the Internet and the rest of the
  mobile network infrastructure.
 
-Package: libgtp6
+Package: libgtp6t64
+Provides: ${t64:Provides}
+Replaces: libgtp6
+Breaks: libgtp6 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -45,7 +48,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libgtp6 (= ${binary:Version})
+         libgtp6t64 (= ${binary:Version})
 Description: Development files for libgtp
  OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
  operators as the interface between the Internet and the rest of the
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6.install 
osmo-ggsn-1.9.0/debian/libgtp6.install
--- osmo-ggsn-1.9.0/debian/libgtp6.install      2022-10-15 07:41:32.000000000 
-0300
+++ osmo-ggsn-1.9.0/debian/libgtp6.install      1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6.symbols 
osmo-ggsn-1.9.0/debian/libgtp6.symbols
--- osmo-ggsn-1.9.0/debian/libgtp6.symbols      2022-10-15 07:41:32.000000000 
-0300
+++ osmo-ggsn-1.9.0/debian/libgtp6.symbols      1969-12-31 21:00:00.000000000 
-0300
@@ -1,99 +0,0 @@
-libgtp.so.6 libgtp6 #MINVER#
-* Build-Depends-Package: libgtp-dev
- checksum@Base 1.6.0
- eua2ipv4@Base 1.6.0
- gsna2in_addr@Base 1.6.0
- gtp_clear_queues@Base 1.6.0
- gtp_create_context_req@Base 1.6.0
- gtp_create_context_resp@Base 1.6.0
- gtp_create_pdp_conf@Base 1.6.0
- gtp_create_pdp_ind@Base 1.6.0
- gtp_create_pdp_resp@Base 1.6.0
- gtp_data_req@Base 1.6.0
- gtp_decaps0@Base 1.6.0
- gtp_decaps1c@Base 1.6.0
- gtp_decaps1u@Base 1.6.0
- gtp_delete_context_req2@Base 1.6.0
- gtp_delete_context_req@Base 1.6.0
- gtp_delete_pdp_conf@Base 1.6.0
- gtp_delete_pdp_ind@Base 1.6.0
- gtp_delete_pdp_resp@Base 1.6.0
- gtp_echo_conf@Base 1.6.0
- gtp_echo_ind@Base 1.6.0
- gtp_echo_req@Base 1.6.0
- gtp_echo_resp@Base 1.6.0
- gtp_fd@Base 1.6.0
- gtp_free@Base 1.6.0
- gtp_freepdp@Base 1.6.0
- gtp_freepdp_teardown@Base 1.6.0
- gtp_imsi_str2gtp@Base 1.7.1
- gtp_new@Base 1.6.0
- gtp_newpdp@Base 1.6.0
- gtp_pdp_getgtp0@Base 1.6.0
- gtp_pdp_getgtp1@Base 1.6.0
- gtp_pdp_getgtp1_peer_d@Base 1.6.0
- gtp_pdp_getimsi@Base 1.6.0
- gtp_pdp_newpdp@Base 1.6.0
- gtp_pdp_tidget@Base 1.6.0
- gtp_ran_info_relay_req@Base 1.8.0
- gtp_retrans@Base 1.6.0
- gtp_retranstimeout@Base 1.6.0
- gtp_set_cb_conf@Base 1.6.0
- gtp_set_cb_create_context_ind@Base 1.6.0
- gtp_set_cb_data_ind@Base 1.6.0
- gtp_set_cb_delete_context@Base 1.6.0
- gtp_set_cb_extheader_ind@Base 1.6.0
- gtp_set_cb_ran_info_relay_ind@Base 1.8.0
- gtp_set_cb_recovery2@Base 1.6.0
- gtp_set_cb_recovery3@Base 1.6.0
- gtp_set_cb_recovery@Base 1.6.0
- gtp_set_cb_unsup_ind@Base 1.6.0
- gtp_type_names@Base 1.6.0
- gtp_unsup_ind@Base 1.6.0
- gtp_unsup_req@Base 1.6.0
- gtp_update_context@Base 1.6.0
- gtp_version@Base 1.6.0
- gtpie_decaps@Base 1.6.0
- gtpie_encaps2@Base 1.6.0
- gtpie_encaps@Base 1.6.0
- gtpie_exist@Base 1.6.0
- gtpie_getie@Base 1.6.0
- gtpie_gettlv@Base 1.6.0
- gtpie_gettv0@Base 1.6.0
- gtpie_gettv1@Base 1.6.0
- gtpie_gettv2@Base 1.6.0
- gtpie_gettv4@Base 1.6.0
- gtpie_gettv8@Base 1.6.0
- gtpie_tlv@Base 1.6.0
- gtpie_tv0@Base 1.6.0
- gtpie_tv1@Base 1.6.0
- gtpie_tv2@Base 1.6.0
- gtpie_tv4@Base 1.6.0
- gtpie_tv8@Base 1.6.0
- imsi_gtp2str@Base 1.6.0
- in_addr2gsna@Base 1.6.0
- ipv42eua@Base 1.6.0
- lookup@Base 1.6.0
- pdp_count_secondary@Base 1.6.0
- pdp_freepdp@Base 1.6.0
- pdp_getgtp0@Base 1.6.0
- pdp_getgtp1@Base 1.6.0
- pdp_getgtp1_peer_d@Base 1.6.0
- pdp_getimsi@Base 1.6.0
- pdp_getpdp@Base 1.6.0
- pdp_gettid@Base 1.6.0
- pdp_init@Base 1.6.0
- pdp_newpdp@Base 1.6.0
- pdp_set_imsi_nsapi@Base 1.6.0
- pdp_tiddel@Base 1.6.0
- pdp_tidget@Base 1.6.0
- pdp_tidhash@Base 1.6.0
- pdp_tidset@Base 1.6.0
- queue_back@Base 1.6.0
- queue_free@Base 1.6.0
- queue_freemsg@Base 1.6.0
- queue_freemsg_seq@Base 1.6.0
- queue_getfirst@Base 1.6.0
- queue_new@Base 1.6.0
- queue_newmsg@Base 1.6.0
- queue_seqget@Base 1.6.0
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6t64.install 
osmo-ggsn-1.9.0/debian/libgtp6t64.install
--- osmo-ggsn-1.9.0/debian/libgtp6t64.install   1969-12-31 21:00:00.000000000 
-0300
+++ osmo-ggsn-1.9.0/debian/libgtp6t64.install   2022-10-15 07:41:32.000000000 
-0300
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6t64.lintian-overrides 
osmo-ggsn-1.9.0/debian/libgtp6t64.lintian-overrides
--- osmo-ggsn-1.9.0/debian/libgtp6t64.lintian-overrides 1969-12-31 
21:00:00.000000000 -0300
+++ osmo-ggsn-1.9.0/debian/libgtp6t64.lintian-overrides 2024-02-05 
13:02:46.000000000 -0300
@@ -0,0 +1 @@
+libgtp6t64: package-name-doesnt-match-sonames libgtp6
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6t64.symbols 
osmo-ggsn-1.9.0/debian/libgtp6t64.symbols
--- osmo-ggsn-1.9.0/debian/libgtp6t64.symbols   1969-12-31 21:00:00.000000000 
-0300
+++ osmo-ggsn-1.9.0/debian/libgtp6t64.symbols   2024-02-05 13:02:46.000000000 
-0300
@@ -0,0 +1,99 @@
+libgtp.so.6 libgtp6t64 #MINVER#
+* Build-Depends-Package: libgtp-dev
+ checksum@Base 1.6.0
+ eua2ipv4@Base 1.6.0
+ gsna2in_addr@Base 1.6.0
+ gtp_clear_queues@Base 1.6.0
+ gtp_create_context_req@Base 1.6.0
+ gtp_create_context_resp@Base 1.6.0
+ gtp_create_pdp_conf@Base 1.6.0
+ gtp_create_pdp_ind@Base 1.6.0
+ gtp_create_pdp_resp@Base 1.6.0
+ gtp_data_req@Base 1.6.0
+ gtp_decaps0@Base 1.6.0
+ gtp_decaps1c@Base 1.6.0
+ gtp_decaps1u@Base 1.6.0
+ gtp_delete_context_req2@Base 1.6.0
+ gtp_delete_context_req@Base 1.6.0
+ gtp_delete_pdp_conf@Base 1.6.0
+ gtp_delete_pdp_ind@Base 1.6.0
+ gtp_delete_pdp_resp@Base 1.6.0
+ gtp_echo_conf@Base 1.6.0
+ gtp_echo_ind@Base 1.6.0
+ gtp_echo_req@Base 1.6.0
+ gtp_echo_resp@Base 1.6.0
+ gtp_fd@Base 1.6.0
+ gtp_free@Base 1.6.0
+ gtp_freepdp@Base 1.6.0
+ gtp_freepdp_teardown@Base 1.6.0
+ gtp_imsi_str2gtp@Base 1.7.1
+ gtp_new@Base 1.6.0
+ gtp_newpdp@Base 1.6.0
+ gtp_pdp_getgtp0@Base 1.6.0
+ gtp_pdp_getgtp1@Base 1.6.0
+ gtp_pdp_getgtp1_peer_d@Base 1.6.0
+ gtp_pdp_getimsi@Base 1.6.0
+ gtp_pdp_newpdp@Base 1.6.0
+ gtp_pdp_tidget@Base 1.6.0
+ gtp_ran_info_relay_req@Base 1.8.0
+ gtp_retrans@Base 1.6.0
+ gtp_retranstimeout@Base 1.6.0
+ gtp_set_cb_conf@Base 1.6.0
+ gtp_set_cb_create_context_ind@Base 1.6.0
+ gtp_set_cb_data_ind@Base 1.6.0
+ gtp_set_cb_delete_context@Base 1.6.0
+ gtp_set_cb_extheader_ind@Base 1.6.0
+ gtp_set_cb_ran_info_relay_ind@Base 1.8.0
+ gtp_set_cb_recovery2@Base 1.6.0
+ gtp_set_cb_recovery3@Base 1.6.0
+ gtp_set_cb_recovery@Base 1.6.0
+ gtp_set_cb_unsup_ind@Base 1.6.0
+ gtp_type_names@Base 1.6.0
+ gtp_unsup_ind@Base 1.6.0
+ gtp_unsup_req@Base 1.6.0
+ gtp_update_context@Base 1.6.0
+ gtp_version@Base 1.6.0
+ gtpie_decaps@Base 1.6.0
+ gtpie_encaps2@Base 1.6.0
+ gtpie_encaps@Base 1.6.0
+ gtpie_exist@Base 1.6.0
+ gtpie_getie@Base 1.6.0
+ gtpie_gettlv@Base 1.6.0
+ gtpie_gettv0@Base 1.6.0
+ gtpie_gettv1@Base 1.6.0
+ gtpie_gettv2@Base 1.6.0
+ gtpie_gettv4@Base 1.6.0
+ gtpie_gettv8@Base 1.6.0
+ gtpie_tlv@Base 1.6.0
+ gtpie_tv0@Base 1.6.0
+ gtpie_tv1@Base 1.6.0
+ gtpie_tv2@Base 1.6.0
+ gtpie_tv4@Base 1.6.0
+ gtpie_tv8@Base 1.6.0
+ imsi_gtp2str@Base 1.6.0
+ in_addr2gsna@Base 1.6.0
+ ipv42eua@Base 1.6.0
+ lookup@Base 1.6.0
+ pdp_count_secondary@Base 1.6.0
+ pdp_freepdp@Base 1.6.0
+ pdp_getgtp0@Base 1.6.0
+ pdp_getgtp1@Base 1.6.0
+ pdp_getgtp1_peer_d@Base 1.6.0
+ pdp_getimsi@Base 1.6.0
+ pdp_getpdp@Base 1.6.0
+ pdp_gettid@Base 1.6.0
+ pdp_init@Base 1.6.0
+ pdp_newpdp@Base 1.6.0
+ pdp_set_imsi_nsapi@Base 1.6.0
+ pdp_tiddel@Base 1.6.0
+ pdp_tidget@Base 1.6.0
+ pdp_tidhash@Base 1.6.0
+ pdp_tidset@Base 1.6.0
+ queue_back@Base 1.6.0
+ queue_free@Base 1.6.0
+ queue_freemsg@Base 1.6.0
+ queue_freemsg_seq@Base 1.6.0
+ queue_getfirst@Base 1.6.0
+ queue_new@Base 1.6.0
+ queue_newmsg@Base 1.6.0
+ queue_seqget@Base 1.6.0

--- End Message ---
--- Begin Message ---
Source: osmo-ggsn
Source-Version: 1.9.0-3.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
osmo-ggsn, 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 osmo-ggsn 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 19:03:22 +0000
Source: osmo-ggsn
Architecture: source
Version: 1.9.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mobcom Maintainers 
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063176
Changes:
 osmo-ggsn (1.9.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063176
Checksums-Sha1:
 c15ccef0b9aef10b739d89d43b4de0fed9961e9d 2215 osmo-ggsn_1.9.0-3.1.dsc
 0b2fccdf1e47c5c7bf8ce5d9bfdb9b86c88107c1 8896 osmo-ggsn_1.9.0-3.1.debian.tar.xz
 b170daf40c838b0534d23a17263f0a1c5a3e98f1 7896 
osmo-ggsn_1.9.0-3.1_source.buildinfo
Checksums-Sha256:
 ebcac3fc5a2c19c691054f5d7ca582436c932d43466e425c60edad976720f5ef 2215 
osmo-ggsn_1.9.0-3.1.dsc
 292345b4847d96ec0e2e57a7a4d165b9fc48778a50bb01eb1a5efddaebf807a2 8896 
osmo-ggsn_1.9.0-3.1.debian.tar.xz
 260f35d4aa188fcbf9e71941f4a01869d4432f0c0aff46e390a24c08ed199628 7896 
osmo-ggsn_1.9.0-3.1_source.buildinfo
Files:
 494c0f2f47cc3b3b569846e6b11cf086 2215 net optional osmo-ggsn_1.9.0-3.1.dsc
 538a8a957e758b55cb71ad49d4a75547 8896 net optional 
osmo-ggsn_1.9.0-3.1.debian.tar.xz
 1f4696f643bc20cad0b1b8df6b6138a5 7896 net optional 
osmo-ggsn_1.9.0-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg1REACgkQFZ61xO/I
d0xuWBAAuuRONr9HNRvTQDJgXEo7ORzgF82KcvlnUmTNppa25Notl60X+mKRmqRM
aYR8Y+/ADghoem02NeqrPwAp5s/4Ni20ep1dw9yE49Kjs47lR3ILH2ezj/4mnX02
uY8f+M1x/1Ds4iWW4ugn+SGVkCAQ4TBCKAv+dGQFPZ6FPnYOjEsrhm6YGqaaBhAR
A2ub1F7RmCbrHRdZr/TkNWQyJm/wrlOHkq9pLSEaRoxISdaB0m1li0viz3UPrZr4
cbiac3JQVEDBz/6jrTVNE4GISeeLvYpDzQTWySCz+8hBW6brnmOc0zNpUhWyzaiT
hYWfxWlgNd7a5SY5tvbCp9xY5ve39Mj89OeoUWdtffkBCPuareko3gK+OGZkGdc/
wFI0iVmnDuh8dJ5abCMA+4bAvDXk2oh/XPtuwhZNAfQ7j5qSNsjr/ue5QIkI45tG
v2ToFnADFks9Y6LWjq3nzlw647itTPkLWg1I8uepeUWCk8wacySdf/mnpi9cZfgx
iN0ipduU8Xa5q1C3M4Hzd2Sp5aiVWKFkLgLm4HcRKxFRWbDppelx779jZd9mI58N
ilyGlveWIsXyOZokzXuyRkjrneZKfgqfrC4T2K7AELkwhwFr/ATtkgn5dQ4sofTv
FES9fjLDk+2vTtqQkretmZI8lmVxBj75Xmy7hWM0dJUGnmxla/o=
=N3lA
-----END PGP SIGNATURE-----

Attachment: pgpz0NNSEUrBm.pgp
Description: PGP signature


--- End Message ---

Reply via email to