[Debian-mobcom-maintainers] Bug#1063176: osmo-ggsn: NMU diff for 64-bit time_t transition

Lucas Kanashiro kanashiro at debian.org
Mon Feb 5 16:04:10 GMT 2024


Source: osmo-ggsn
Version: 1.9.0-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at 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-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)
-------------- next part --------------
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 <kanashiro at debian.org>  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 at Base 1.6.0
- eua2ipv4 at Base 1.6.0
- gsna2in_addr at Base 1.6.0
- gtp_clear_queues at Base 1.6.0
- gtp_create_context_req at Base 1.6.0
- gtp_create_context_resp at Base 1.6.0
- gtp_create_pdp_conf at Base 1.6.0
- gtp_create_pdp_ind at Base 1.6.0
- gtp_create_pdp_resp at Base 1.6.0
- gtp_data_req at Base 1.6.0
- gtp_decaps0 at Base 1.6.0
- gtp_decaps1c at Base 1.6.0
- gtp_decaps1u at Base 1.6.0
- gtp_delete_context_req2 at Base 1.6.0
- gtp_delete_context_req at Base 1.6.0
- gtp_delete_pdp_conf at Base 1.6.0
- gtp_delete_pdp_ind at Base 1.6.0
- gtp_delete_pdp_resp at Base 1.6.0
- gtp_echo_conf at Base 1.6.0
- gtp_echo_ind at Base 1.6.0
- gtp_echo_req at Base 1.6.0
- gtp_echo_resp at Base 1.6.0
- gtp_fd at Base 1.6.0
- gtp_free at Base 1.6.0
- gtp_freepdp at Base 1.6.0
- gtp_freepdp_teardown at Base 1.6.0
- gtp_imsi_str2gtp at Base 1.7.1
- gtp_new at Base 1.6.0
- gtp_newpdp at Base 1.6.0
- gtp_pdp_getgtp0 at Base 1.6.0
- gtp_pdp_getgtp1 at Base 1.6.0
- gtp_pdp_getgtp1_peer_d at Base 1.6.0
- gtp_pdp_getimsi at Base 1.6.0
- gtp_pdp_newpdp at Base 1.6.0
- gtp_pdp_tidget at Base 1.6.0
- gtp_ran_info_relay_req at Base 1.8.0
- gtp_retrans at Base 1.6.0
- gtp_retranstimeout at Base 1.6.0
- gtp_set_cb_conf at Base 1.6.0
- gtp_set_cb_create_context_ind at Base 1.6.0
- gtp_set_cb_data_ind at Base 1.6.0
- gtp_set_cb_delete_context at Base 1.6.0
- gtp_set_cb_extheader_ind at Base 1.6.0
- gtp_set_cb_ran_info_relay_ind at Base 1.8.0
- gtp_set_cb_recovery2 at Base 1.6.0
- gtp_set_cb_recovery3 at Base 1.6.0
- gtp_set_cb_recovery at Base 1.6.0
- gtp_set_cb_unsup_ind at Base 1.6.0
- gtp_type_names at Base 1.6.0
- gtp_unsup_ind at Base 1.6.0
- gtp_unsup_req at Base 1.6.0
- gtp_update_context at Base 1.6.0
- gtp_version at Base 1.6.0
- gtpie_decaps at Base 1.6.0
- gtpie_encaps2 at Base 1.6.0
- gtpie_encaps at Base 1.6.0
- gtpie_exist at Base 1.6.0
- gtpie_getie at Base 1.6.0
- gtpie_gettlv at Base 1.6.0
- gtpie_gettv0 at Base 1.6.0
- gtpie_gettv1 at Base 1.6.0
- gtpie_gettv2 at Base 1.6.0
- gtpie_gettv4 at Base 1.6.0
- gtpie_gettv8 at Base 1.6.0
- gtpie_tlv at Base 1.6.0
- gtpie_tv0 at Base 1.6.0
- gtpie_tv1 at Base 1.6.0
- gtpie_tv2 at Base 1.6.0
- gtpie_tv4 at Base 1.6.0
- gtpie_tv8 at Base 1.6.0
- imsi_gtp2str at Base 1.6.0
- in_addr2gsna at Base 1.6.0
- ipv42eua at Base 1.6.0
- lookup at Base 1.6.0
- pdp_count_secondary at Base 1.6.0
- pdp_freepdp at Base 1.6.0
- pdp_getgtp0 at Base 1.6.0
- pdp_getgtp1 at Base 1.6.0
- pdp_getgtp1_peer_d at Base 1.6.0
- pdp_getimsi at Base 1.6.0
- pdp_getpdp at Base 1.6.0
- pdp_gettid at Base 1.6.0
- pdp_init at Base 1.6.0
- pdp_newpdp at Base 1.6.0
- pdp_set_imsi_nsapi at Base 1.6.0
- pdp_tiddel at Base 1.6.0
- pdp_tidget at Base 1.6.0
- pdp_tidhash at Base 1.6.0
- pdp_tidset at Base 1.6.0
- queue_back at Base 1.6.0
- queue_free at Base 1.6.0
- queue_freemsg at Base 1.6.0
- queue_freemsg_seq at Base 1.6.0
- queue_getfirst at Base 1.6.0
- queue_new at Base 1.6.0
- queue_newmsg at Base 1.6.0
- queue_seqget at 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 at Base 1.6.0
+ eua2ipv4 at Base 1.6.0
+ gsna2in_addr at Base 1.6.0
+ gtp_clear_queues at Base 1.6.0
+ gtp_create_context_req at Base 1.6.0
+ gtp_create_context_resp at Base 1.6.0
+ gtp_create_pdp_conf at Base 1.6.0
+ gtp_create_pdp_ind at Base 1.6.0
+ gtp_create_pdp_resp at Base 1.6.0
+ gtp_data_req at Base 1.6.0
+ gtp_decaps0 at Base 1.6.0
+ gtp_decaps1c at Base 1.6.0
+ gtp_decaps1u at Base 1.6.0
+ gtp_delete_context_req2 at Base 1.6.0
+ gtp_delete_context_req at Base 1.6.0
+ gtp_delete_pdp_conf at Base 1.6.0
+ gtp_delete_pdp_ind at Base 1.6.0
+ gtp_delete_pdp_resp at Base 1.6.0
+ gtp_echo_conf at Base 1.6.0
+ gtp_echo_ind at Base 1.6.0
+ gtp_echo_req at Base 1.6.0
+ gtp_echo_resp at Base 1.6.0
+ gtp_fd at Base 1.6.0
+ gtp_free at Base 1.6.0
+ gtp_freepdp at Base 1.6.0
+ gtp_freepdp_teardown at Base 1.6.0
+ gtp_imsi_str2gtp at Base 1.7.1
+ gtp_new at Base 1.6.0
+ gtp_newpdp at Base 1.6.0
+ gtp_pdp_getgtp0 at Base 1.6.0
+ gtp_pdp_getgtp1 at Base 1.6.0
+ gtp_pdp_getgtp1_peer_d at Base 1.6.0
+ gtp_pdp_getimsi at Base 1.6.0
+ gtp_pdp_newpdp at Base 1.6.0
+ gtp_pdp_tidget at Base 1.6.0
+ gtp_ran_info_relay_req at Base 1.8.0
+ gtp_retrans at Base 1.6.0
+ gtp_retranstimeout at Base 1.6.0
+ gtp_set_cb_conf at Base 1.6.0
+ gtp_set_cb_create_context_ind at Base 1.6.0
+ gtp_set_cb_data_ind at Base 1.6.0
+ gtp_set_cb_delete_context at Base 1.6.0
+ gtp_set_cb_extheader_ind at Base 1.6.0
+ gtp_set_cb_ran_info_relay_ind at Base 1.8.0
+ gtp_set_cb_recovery2 at Base 1.6.0
+ gtp_set_cb_recovery3 at Base 1.6.0
+ gtp_set_cb_recovery at Base 1.6.0
+ gtp_set_cb_unsup_ind at Base 1.6.0
+ gtp_type_names at Base 1.6.0
+ gtp_unsup_ind at Base 1.6.0
+ gtp_unsup_req at Base 1.6.0
+ gtp_update_context at Base 1.6.0
+ gtp_version at Base 1.6.0
+ gtpie_decaps at Base 1.6.0
+ gtpie_encaps2 at Base 1.6.0
+ gtpie_encaps at Base 1.6.0
+ gtpie_exist at Base 1.6.0
+ gtpie_getie at Base 1.6.0
+ gtpie_gettlv at Base 1.6.0
+ gtpie_gettv0 at Base 1.6.0
+ gtpie_gettv1 at Base 1.6.0
+ gtpie_gettv2 at Base 1.6.0
+ gtpie_gettv4 at Base 1.6.0
+ gtpie_gettv8 at Base 1.6.0
+ gtpie_tlv at Base 1.6.0
+ gtpie_tv0 at Base 1.6.0
+ gtpie_tv1 at Base 1.6.0
+ gtpie_tv2 at Base 1.6.0
+ gtpie_tv4 at Base 1.6.0
+ gtpie_tv8 at Base 1.6.0
+ imsi_gtp2str at Base 1.6.0
+ in_addr2gsna at Base 1.6.0
+ ipv42eua at Base 1.6.0
+ lookup at Base 1.6.0
+ pdp_count_secondary at Base 1.6.0
+ pdp_freepdp at Base 1.6.0
+ pdp_getgtp0 at Base 1.6.0
+ pdp_getgtp1 at Base 1.6.0
+ pdp_getgtp1_peer_d at Base 1.6.0
+ pdp_getimsi at Base 1.6.0
+ pdp_getpdp at Base 1.6.0
+ pdp_gettid at Base 1.6.0
+ pdp_init at Base 1.6.0
+ pdp_newpdp at Base 1.6.0
+ pdp_set_imsi_nsapi at Base 1.6.0
+ pdp_tiddel at Base 1.6.0
+ pdp_tidget at Base 1.6.0
+ pdp_tidhash at Base 1.6.0
+ pdp_tidset at Base 1.6.0
+ queue_back at Base 1.6.0
+ queue_free at Base 1.6.0
+ queue_freemsg at Base 1.6.0
+ queue_freemsg_seq at Base 1.6.0
+ queue_getfirst at Base 1.6.0
+ queue_new at Base 1.6.0
+ queue_newmsg at Base 1.6.0
+ queue_seqget at Base 1.6.0


More information about the Debian-mobcom-maintainers mailing list