[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062132: marked as done (group-service: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 01:51:41 +0000
with message-id <E1rfVaH-008uPY-0R@fasolo.debian.org>
and subject line Bug#1062132: fixed in group-service 1.4.0-2.1
has caused the Debian Bug report #1062132,
regarding group-service: 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 owner@bugs.debian.org
immediately.)


-- 
1062132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062132
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: group-service
Version: 1.4.0-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
group-service 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 group-service
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru group-service-1.4.0/debian/changelog group-service-1.4.0/debian/changelog
--- group-service-1.4.0/debian/changelog	2023-09-22 16:24:17.000000000 +0000
+++ group-service-1.4.0/debian/changelog	2024-01-31 13:18:13.000000000 +0000
@@ -1,3 +1,10 @@
+group-service (1.4.0-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <ginggs@debian.org>  Wed, 31 Jan 2024 13:18:13 +0000
+
 group-service (1.4.0-2) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff -Nru group-service-1.4.0/debian/control group-service-1.4.0/debian/control
--- group-service-1.4.0/debian/control	2023-01-29 11:33:16.000000000 +0000
+++ group-service-1.4.0/debian/control	2024-01-31 13:18:13.000000000 +0000
@@ -31,7 +31,10 @@
  This package provides the DBus service and is a helper service  for
  mate-user-admin.
 
-Package: libgroup-service1
+Package: libgroup-service1t64
+Provides: ${t64:Provides}
+Replaces: libgroup-service1
+Breaks: libgroup-service1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -50,7 +53,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgroup-service1 (= ${binary:Version}),
+         libgroup-service1t64 (= ${binary:Version}),
 Description: Manage local user groups via DBus (client library, development files)
  Using DBus to manage local user groups, you can complete the addition
  and deletion of local user groups, add/remove users to/from groups, and
diff -Nru group-service-1.4.0/debian/libgroup-service1.install group-service-1.4.0/debian/libgroup-service1.install
--- group-service-1.4.0/debian/libgroup-service1.install	2022-06-18 12:59:02.000000000 +0000
+++ group-service-1.4.0/debian/libgroup-service1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libgroup-service.so.*
\ No newline at end of file
diff -Nru group-service-1.4.0/debian/libgroup-service1.symbols group-service-1.4.0/debian/libgroup-service1.symbols
--- group-service-1.4.0/debian/libgroup-service1.symbols	2022-06-18 13:09:55.000000000 +0000
+++ group-service-1.4.0/debian/libgroup-service1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,106 +0,0 @@
-libgroup-service.so.1 libgroup-service1 #MINVER#
-* Build-Depends-Package: libgroup-service-dev
- gas_group_add_user_group@Base 1.3.0
- gas_group_collate@Base 1.3.0
- gas_group_get_gid@Base 1.3.0
- gas_group_get_group_name@Base 1.3.0
- gas_group_get_group_users@Base 1.3.0
- gas_group_get_object_path@Base 1.3.0
- gas_group_get_type@Base 1.3.0
- gas_group_is_loaded@Base 1.3.0
- gas_group_is_local_group@Base 1.3.0
- gas_group_is_primary_group@Base 1.3.0
- gas_group_manager_create_group@Base 1.3.0
- gas_group_manager_create_group_async@Base 1.3.0
- gas_group_manager_create_group_finish@Base 1.3.0
- gas_group_manager_delete_group@Base 1.3.0
- gas_group_manager_delete_group_async@Base 1.3.0
- gas_group_manager_delete_group_finish@Base 1.3.0
- gas_group_manager_get_default@Base 1.3.0
- gas_group_manager_get_group@Base 1.3.0
- gas_group_manager_get_group_by_id@Base 1.3.0
- gas_group_manager_get_type@Base 1.3.0
- gas_group_manager_list_groups@Base 1.3.0
- gas_group_manager_no_service@Base 1.3.0
- gas_group_remove_user_group@Base 1.3.0
- gas_group_set_group_id@Base 1.3.0
- gas_group_set_group_name@Base 1.3.0
- gas_group_user_is_group@Base 1.3.0
- user_group_admin_call_create_group@Base 1.3.0
- user_group_admin_call_create_group_finish@Base 1.3.0
- user_group_admin_call_create_group_sync@Base 1.3.0
- user_group_admin_call_delete_group@Base 1.3.0
- user_group_admin_call_delete_group_finish@Base 1.3.0
- user_group_admin_call_delete_group_sync@Base 1.3.0
- user_group_admin_call_find_group_by_id@Base 1.3.0
- user_group_admin_call_find_group_by_id_finish@Base 1.3.0
- user_group_admin_call_find_group_by_id_sync@Base 1.3.0
- user_group_admin_call_find_group_by_name@Base 1.3.0
- user_group_admin_call_find_group_by_name_finish@Base 1.3.0
- user_group_admin_call_find_group_by_name_sync@Base 1.3.0
- user_group_admin_call_list_cached_groups@Base 1.3.0
- user_group_admin_call_list_cached_groups_finish@Base 1.3.0
- user_group_admin_call_list_cached_groups_sync@Base 1.3.0
- user_group_admin_complete_create_group@Base 1.3.0
- user_group_admin_complete_delete_group@Base 1.3.0
- user_group_admin_complete_find_group_by_id@Base 1.3.0
- user_group_admin_complete_find_group_by_name@Base 1.3.0
- user_group_admin_complete_list_cached_groups@Base 1.3.0
- user_group_admin_dup_daemon_version@Base 1.3.0
- user_group_admin_emit_group_added@Base 1.3.0
- user_group_admin_emit_group_deleted@Base 1.3.0
- user_group_admin_get_daemon_version@Base 1.3.0
- user_group_admin_get_type@Base 1.3.0
- user_group_admin_interface_info@Base 1.3.0
- user_group_admin_override_properties@Base 1.3.0
- user_group_admin_proxy_get_type@Base 1.3.0
- user_group_admin_proxy_new@Base 1.3.0
- user_group_admin_proxy_new_finish@Base 1.3.0
- user_group_admin_proxy_new_for_bus@Base 1.3.0
- user_group_admin_proxy_new_for_bus_finish@Base 1.3.0
- user_group_admin_proxy_new_for_bus_sync@Base 1.3.0
- user_group_admin_proxy_new_sync@Base 1.3.0
- user_group_admin_set_daemon_version@Base 1.3.0
- user_group_admin_skeleton_get_type@Base 1.3.0
- user_group_admin_skeleton_new@Base 1.3.0
- user_group_list_call_add_user_to_group@Base 1.3.0
- user_group_list_call_add_user_to_group_finish@Base 1.3.0
- user_group_list_call_add_user_to_group_sync@Base 1.3.0
- user_group_list_call_change_group_id@Base 1.3.0
- user_group_list_call_change_group_id_finish@Base 1.3.0
- user_group_list_call_change_group_id_sync@Base 1.3.0
- user_group_list_call_change_group_name@Base 1.3.0
- user_group_list_call_change_group_name_finish@Base 1.3.0
- user_group_list_call_change_group_name_sync@Base 1.3.0
- user_group_list_call_remove_user_from_group@Base 1.3.0
- user_group_list_call_remove_user_from_group_finish@Base 1.3.0
- user_group_list_call_remove_user_from_group_sync@Base 1.3.0
- user_group_list_complete_add_user_to_group@Base 1.3.0
- user_group_list_complete_change_group_id@Base 1.3.0
- user_group_list_complete_change_group_name@Base 1.3.0
- user_group_list_complete_remove_user_from_group@Base 1.3.0
- user_group_list_dup_group_name@Base 1.3.0
- user_group_list_dup_users@Base 1.3.0
- user_group_list_emit_changed@Base 1.3.0
- user_group_list_get_gid@Base 1.3.0
- user_group_list_get_group_name@Base 1.3.0
- user_group_list_get_local_group@Base 1.3.0
- user_group_list_get_primary_group@Base 1.3.0
- user_group_list_get_type@Base 1.3.0
- user_group_list_get_users@Base 1.3.0
- user_group_list_interface_info@Base 1.3.0
- user_group_list_override_properties@Base 1.3.0
- user_group_list_proxy_get_type@Base 1.3.0
- user_group_list_proxy_new@Base 1.3.0
- user_group_list_proxy_new_finish@Base 1.3.0
- user_group_list_proxy_new_for_bus@Base 1.3.0
- user_group_list_proxy_new_for_bus_finish@Base 1.3.0
- user_group_list_proxy_new_for_bus_sync@Base 1.3.0
- user_group_list_proxy_new_sync@Base 1.3.0
- user_group_list_set_gid@Base 1.3.0
- user_group_list_set_group_name@Base 1.3.0
- user_group_list_set_local_group@Base 1.3.0
- user_group_list_set_primary_group@Base 1.3.0
- user_group_list_set_users@Base 1.3.0
- user_group_list_skeleton_get_type@Base 1.3.0
- user_group_list_skeleton_new@Base 1.3.0
diff -Nru group-service-1.4.0/debian/libgroup-service1t64.install group-service-1.4.0/debian/libgroup-service1t64.install
--- group-service-1.4.0/debian/libgroup-service1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ group-service-1.4.0/debian/libgroup-service1t64.install	2022-06-18 12:59:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgroup-service.so.*
\ No newline at end of file
diff -Nru group-service-1.4.0/debian/libgroup-service1t64.lintian-overrides group-service-1.4.0/debian/libgroup-service1t64.lintian-overrides
--- group-service-1.4.0/debian/libgroup-service1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ group-service-1.4.0/debian/libgroup-service1t64.lintian-overrides	2024-01-31 13:18:13.000000000 +0000
@@ -0,0 +1 @@
+libgroup-service1t64: package-name-doesnt-match-sonames libgroup-service1
diff -Nru group-service-1.4.0/debian/libgroup-service1t64.symbols group-service-1.4.0/debian/libgroup-service1t64.symbols
--- group-service-1.4.0/debian/libgroup-service1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ group-service-1.4.0/debian/libgroup-service1t64.symbols	2024-01-31 13:18:13.000000000 +0000
@@ -0,0 +1,106 @@
+libgroup-service.so.1 libgroup-service1t64 #MINVER#
+* Build-Depends-Package: libgroup-service-dev
+ gas_group_add_user_group@Base 1.3.0
+ gas_group_collate@Base 1.3.0
+ gas_group_get_gid@Base 1.3.0
+ gas_group_get_group_name@Base 1.3.0
+ gas_group_get_group_users@Base 1.3.0
+ gas_group_get_object_path@Base 1.3.0
+ gas_group_get_type@Base 1.3.0
+ gas_group_is_loaded@Base 1.3.0
+ gas_group_is_local_group@Base 1.3.0
+ gas_group_is_primary_group@Base 1.3.0
+ gas_group_manager_create_group@Base 1.3.0
+ gas_group_manager_create_group_async@Base 1.3.0
+ gas_group_manager_create_group_finish@Base 1.3.0
+ gas_group_manager_delete_group@Base 1.3.0
+ gas_group_manager_delete_group_async@Base 1.3.0
+ gas_group_manager_delete_group_finish@Base 1.3.0
+ gas_group_manager_get_default@Base 1.3.0
+ gas_group_manager_get_group@Base 1.3.0
+ gas_group_manager_get_group_by_id@Base 1.3.0
+ gas_group_manager_get_type@Base 1.3.0
+ gas_group_manager_list_groups@Base 1.3.0
+ gas_group_manager_no_service@Base 1.3.0
+ gas_group_remove_user_group@Base 1.3.0
+ gas_group_set_group_id@Base 1.3.0
+ gas_group_set_group_name@Base 1.3.0
+ gas_group_user_is_group@Base 1.3.0
+ user_group_admin_call_create_group@Base 1.3.0
+ user_group_admin_call_create_group_finish@Base 1.3.0
+ user_group_admin_call_create_group_sync@Base 1.3.0
+ user_group_admin_call_delete_group@Base 1.3.0
+ user_group_admin_call_delete_group_finish@Base 1.3.0
+ user_group_admin_call_delete_group_sync@Base 1.3.0
+ user_group_admin_call_find_group_by_id@Base 1.3.0
+ user_group_admin_call_find_group_by_id_finish@Base 1.3.0
+ user_group_admin_call_find_group_by_id_sync@Base 1.3.0
+ user_group_admin_call_find_group_by_name@Base 1.3.0
+ user_group_admin_call_find_group_by_name_finish@Base 1.3.0
+ user_group_admin_call_find_group_by_name_sync@Base 1.3.0
+ user_group_admin_call_list_cached_groups@Base 1.3.0
+ user_group_admin_call_list_cached_groups_finish@Base 1.3.0
+ user_group_admin_call_list_cached_groups_sync@Base 1.3.0
+ user_group_admin_complete_create_group@Base 1.3.0
+ user_group_admin_complete_delete_group@Base 1.3.0
+ user_group_admin_complete_find_group_by_id@Base 1.3.0
+ user_group_admin_complete_find_group_by_name@Base 1.3.0
+ user_group_admin_complete_list_cached_groups@Base 1.3.0
+ user_group_admin_dup_daemon_version@Base 1.3.0
+ user_group_admin_emit_group_added@Base 1.3.0
+ user_group_admin_emit_group_deleted@Base 1.3.0
+ user_group_admin_get_daemon_version@Base 1.3.0
+ user_group_admin_get_type@Base 1.3.0
+ user_group_admin_interface_info@Base 1.3.0
+ user_group_admin_override_properties@Base 1.3.0
+ user_group_admin_proxy_get_type@Base 1.3.0
+ user_group_admin_proxy_new@Base 1.3.0
+ user_group_admin_proxy_new_finish@Base 1.3.0
+ user_group_admin_proxy_new_for_bus@Base 1.3.0
+ user_group_admin_proxy_new_for_bus_finish@Base 1.3.0
+ user_group_admin_proxy_new_for_bus_sync@Base 1.3.0
+ user_group_admin_proxy_new_sync@Base 1.3.0
+ user_group_admin_set_daemon_version@Base 1.3.0
+ user_group_admin_skeleton_get_type@Base 1.3.0
+ user_group_admin_skeleton_new@Base 1.3.0
+ user_group_list_call_add_user_to_group@Base 1.3.0
+ user_group_list_call_add_user_to_group_finish@Base 1.3.0
+ user_group_list_call_add_user_to_group_sync@Base 1.3.0
+ user_group_list_call_change_group_id@Base 1.3.0
+ user_group_list_call_change_group_id_finish@Base 1.3.0
+ user_group_list_call_change_group_id_sync@Base 1.3.0
+ user_group_list_call_change_group_name@Base 1.3.0
+ user_group_list_call_change_group_name_finish@Base 1.3.0
+ user_group_list_call_change_group_name_sync@Base 1.3.0
+ user_group_list_call_remove_user_from_group@Base 1.3.0
+ user_group_list_call_remove_user_from_group_finish@Base 1.3.0
+ user_group_list_call_remove_user_from_group_sync@Base 1.3.0
+ user_group_list_complete_add_user_to_group@Base 1.3.0
+ user_group_list_complete_change_group_id@Base 1.3.0
+ user_group_list_complete_change_group_name@Base 1.3.0
+ user_group_list_complete_remove_user_from_group@Base 1.3.0
+ user_group_list_dup_group_name@Base 1.3.0
+ user_group_list_dup_users@Base 1.3.0
+ user_group_list_emit_changed@Base 1.3.0
+ user_group_list_get_gid@Base 1.3.0
+ user_group_list_get_group_name@Base 1.3.0
+ user_group_list_get_local_group@Base 1.3.0
+ user_group_list_get_primary_group@Base 1.3.0
+ user_group_list_get_type@Base 1.3.0
+ user_group_list_get_users@Base 1.3.0
+ user_group_list_interface_info@Base 1.3.0
+ user_group_list_override_properties@Base 1.3.0
+ user_group_list_proxy_get_type@Base 1.3.0
+ user_group_list_proxy_new@Base 1.3.0
+ user_group_list_proxy_new_finish@Base 1.3.0
+ user_group_list_proxy_new_for_bus@Base 1.3.0
+ user_group_list_proxy_new_for_bus_finish@Base 1.3.0
+ user_group_list_proxy_new_for_bus_sync@Base 1.3.0
+ user_group_list_proxy_new_sync@Base 1.3.0
+ user_group_list_set_gid@Base 1.3.0
+ user_group_list_set_group_name@Base 1.3.0
+ user_group_list_set_local_group@Base 1.3.0
+ user_group_list_set_primary_group@Base 1.3.0
+ user_group_list_set_users@Base 1.3.0
+ user_group_list_skeleton_get_type@Base 1.3.0
+ user_group_list_skeleton_new@Base 1.3.0

--- End Message ---
--- Begin Message ---
Source: group-service
Source-Version: 1.4.0-2.1
Done: Steve Langasek <vorlon@debian.org>

We believe that the bug you reported is fixed in the latest version of
group-service, 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 1062132@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated group-service 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 01:09:15 +0000
Source: group-service
Architecture: source
Version: 1.4.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1062132
Changes:
 group-service (1.4.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062132
Checksums-Sha1:
 40440d2ca837cafdb95ac2c5e00a7b56f5e0980b 2323 group-service_1.4.0-2.1.dsc
 df63cbc52f41362cd19fb8f1fa5d36936f21deb0 4064 group-service_1.4.0-2.1.debian.tar.xz
 554f536bc230e31c67c2e5c903199304ce8c8068 9535 group-service_1.4.0-2.1_source.buildinfo
Checksums-Sha256:
 02a416ff8100cde4e2c6ca5428dc2977d3f32011636824673bdf6983aec95f48 2323 group-service_1.4.0-2.1.dsc
 e742b13fc82518690f941609bd96e4997c76f3344d6b93c5cb0ca0af15c52c6a 4064 group-service_1.4.0-2.1.debian.tar.xz
 858271390a3efbf06ca88bbbf4c8b2e2302cf5576bb7d5a0b55152e99da784aa 9535 group-service_1.4.0-2.1_source.buildinfo
Files:
 d6c7233b5dcb19727490098c35c5d391 2323 utils optional group-service_1.4.0-2.1.dsc
 7c2b35d37efaa2dc79078214cec39881 4064 utils optional group-service_1.4.0-2.1.debian.tar.xz
 6548b7fbfddaf5715d069bfa083ec997 9535 utils optional group-service_1.4.0-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXf2U4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM96JEP/2J1CWlZdqeIuHsfZuKm3aOobodj+V/5
BxYII6zXys/GnZ+kCu7DStu+y2ztVX9Yu0YdQcpswn12MJ6B/LQnZafFmPU1c/Lg
GasiXzYNfXFhF26ibe3UMvJ0G+H4h4ExVdPKNkzXsItFVVH86oYOsYFrCQ+Iq3yZ
7A0G2lM2qf2HTz5zTl+cgu9ZI/pdfP+OOaqQwS9hj568OUIJb53gML6sRZ8RFO19
lPqeeMfqaMcOKQ+5vKLg6y8XnbHOMkrOQgfuD9Nc18z0xH26iVzxgQoQ65LggfkH
fSZdANSYj6gdpnjPEAeBm9WEQgWjqj6PxkVYVLY8K2AA04RWbBz2Y9d2uzOd500m
27JG9KT+uzksByHDeKjFzqDfSYbdH3KEfhZJeOdJTnlgs9WSxtqaJ03R7tMnNBUw
WylOGHQ6yQKjlwzPp/ujo/rthqFqLlY5gHPzOqfHakHx94pqriJFIpYazidBOp4L
zjxzLd1ReAU1EGSoEu5yVxdvXyHTVNtKK1CzDeL1U1P5XmR1QtU9SEoSv78JjDto
Io/bQv7Ox4PnW30qXyBDtLejoY5kDB4KsSmqnW7xVru29ivkZHmdMxxGiK0ouson
eVpMaByGWf59G/0kk6jRR7mGQr+LSDaAHNxWMSHhBKohT+jPLZ2TrS1LnYvTpxTs
ZZOiuspy5Wnh
=PxBc
-----END PGP SIGNATURE-----

Attachment: pgpJeLZYal4oF.pgp
Description: PGP signature


--- End Message ---

Reply to: