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

Bug#1062307: marked as done (libgadu: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 12:41:22 +0000
with message-id <E1rfJFS-005znU-DK@fasolo.debian.org>
and subject line Bug#1062307: fixed in libgadu 1:1.12.2-6.1
has caused the Debian Bug report #1062307,
regarding libgadu: 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.)


-- 
1062307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062307
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libgadu
Version: 1:1.12.2-6
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
libgadu 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 libgadu
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'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru libgadu-1.12.2/debian/changelog libgadu-1.12.2/debian/changelog
--- libgadu-1.12.2/debian/changelog	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/changelog	2024-02-01 00:52:21.000000000 +0000
@@ -1,3 +1,10 @@
+libgadu (1:1.12.2-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 00:52:21 +0000
+
 libgadu (1:1.12.2-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru libgadu-1.12.2/debian/control libgadu-1.12.2/debian/control
--- libgadu-1.12.2/debian/control	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/control	2024-02-01 00:52:21.000000000 +0000
@@ -22,7 +22,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/libgadu
 Rules-Requires-Root: no
 
-Package: libgadu3
+Package: libgadu3t64
+Provides: ${t64:Provides}
+Replaces: libgadu3
+Breaks: libgadu3 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -37,7 +40,7 @@
 Package: libgadu-dev
 Section: libdevel
 Architecture: any
-Depends: libgadu3 (= ${binary:Version}), ${misc:Depends},
+Depends: libgadu3t64 (= ${binary:Version}), ${misc:Depends},
 # pkg-config needs gnutls (#765654)
  libgnutls28-dev
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru libgadu-1.12.2/debian/libgadu3.docs libgadu-1.12.2/debian/libgadu3.docs
--- libgadu-1.12.2/debian/libgadu3.docs	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README
-NEWS
diff -Nru libgadu-1.12.2/debian/libgadu3.install libgadu-1.12.2/debian/libgadu3.install
--- libgadu-1.12.2/debian/libgadu3.install	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgadu-1.12.2/debian/libgadu3.lintian-overrides libgadu-1.12.2/debian/libgadu3.lintian-overrides
--- libgadu-1.12.2/debian/libgadu3.lintian-overrides	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# Apparent false-positive due to "strings" mangling the string.
-I spelling-error-in-binary usr/lib/*/libgadu.so.* nam name
diff -Nru libgadu-1.12.2/debian/libgadu3.symbols libgadu-1.12.2/debian/libgadu3.symbols
--- libgadu-1.12.2/debian/libgadu3.symbols	2021-08-22 02:05:39.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,167 +0,0 @@
-libgadu.so.3 libgadu3 #MINVER#
- gg_add_notify@Base 1:1.8.0+r592
- gg_add_notify_ex@Base 1:1.8.0+r592
- gg_base64_decode@Base 1:1.8.0+r592
- gg_base64_encode@Base 1:1.8.0+r592
- gg_change_info@Base 1:1.8.0+r592
- gg_change_info_request_free@Base 1:1.8.0+r592
- gg_change_info_request_new@Base 1:1.8.0+r592
- gg_change_passwd2@Base 1:1.8.0+r592
- gg_change_passwd3@Base 1:1.8.0+r592
- gg_change_passwd4@Base 1:1.8.0+r592
- gg_change_passwd@Base 1:1.8.0+r592
- gg_change_status@Base 1:1.8.0+r592
- gg_change_status_descr@Base 1:1.8.0+r592
- gg_change_status_descr_time@Base 1:1.8.0+r592
- gg_change_status_flags@Base 1:1.10.0+r1057
- gg_chat_create@Base 1:1.12.0~rc2
- gg_chat_invite@Base 1:1.12.0~rc2
- gg_chat_leave@Base 1:1.12.0~rc2
- gg_chat_send_message@Base 1:1.12.0~rc2
- gg_chomp@Base 1:1.8.0+r592
- gg_connect@Base 1:1.8.0+r592
- gg_crc32@Base 1:1.8.0+r592
- gg_dcc7_accept@Base 1:1.8.0+r592
- gg_dcc7_free@Base 1:1.8.0+r592
- gg_dcc7_handle_accept@Base 1:1.8.0+r592
- gg_dcc7_handle_id@Base 1:1.8.0+r592
- gg_dcc7_handle_info@Base 1:1.8.0+r592
- gg_dcc7_handle_new@Base 1:1.8.0+r592
- gg_dcc7_handle_reject@Base 1:1.8.0+r592
- gg_dcc7_reject@Base 1:1.8.0+r592
- gg_dcc7_send_file@Base 1:1.8.0+r592
- gg_dcc7_send_file_fd@Base 1:1.8.0+r592
- gg_dcc7_watch_fd@Base 1:1.8.0+r592
- gg_dcc_fill_file_info2@Base 1:1.8.0+r592
- gg_dcc_fill_file_info@Base 1:1.8.0+r592
- gg_dcc_free@Base 1:1.8.0+r592
- gg_dcc_get_file@Base 1:1.8.0+r592
- gg_dcc_ip@Base 1:1.8.0+r592
- gg_dcc_port@Base 1:1.8.0+r592
- gg_dcc_request@Base 1:1.8.0+r592
- gg_dcc_send_file@Base 1:1.8.0+r592
- gg_dcc_set_type@Base 1:1.8.0+r592
- gg_dcc_socket_create@Base 1:1.8.0+r592
- gg_dcc_voice_chat@Base 1:1.8.0+r592
- gg_dcc_voice_send@Base 1:1.8.0+r592
- gg_dcc_watch_fd@Base 1:1.8.0+r592
- gg_debug@Base 1:1.8.0+r592
- gg_debug_common@Base 1:1.8.0+r592
- gg_debug_event@Base 1:1.12.0~rc2
- gg_debug_file@Base 1:1.8.0+r592
- gg_debug_handler@Base 1:1.8.0+r592
- gg_debug_handler_session@Base 1:1.8.0+r592
- gg_debug_level@Base 1:1.8.0+r592
- gg_debug_session@Base 1:1.8.0+r592
- gg_debug_state@Base 1:1.12.0~rc2
- gg_event_free@Base 1:1.8.0+r592
- gg_file_hash_sha1@Base 1:1.8.0+r592
- gg_fix16@Base 1:1.8.0+r592
- gg_fix32@Base 1:1.8.0+r592
- gg_free_search@Base 1:1.8.0+r592
- gg_free_session@Base 1:1.8.0+r592
- gg_get_line@Base 1:1.8.0+r592
- gg_gethostbyname@Base 1:1.8.0+r592
- gg_global_get_resolver@Base 1:1.9.0~rc1+r837
- gg_global_set_custom_resolver@Base 1:1.9.0~rc1+r837
- gg_global_set_resolver@Base 1:1.9.0~rc1+r837
- gg_http_connect@Base 1:1.8.0+r592
- gg_http_free@Base 1:1.8.0+r592
- gg_http_free_fields@Base 1:1.8.0+r592
- gg_http_get_resolver@Base 1:1.9.0~rc1+r837
- gg_http_hash@Base 1:1.8.0+r592
- gg_http_set_custom_resolver@Base 1:1.9.0~rc1+r837
- gg_http_set_resolver@Base 1:1.9.0~rc1+r837
- gg_http_stop@Base 1:1.8.0+r592
- gg_http_watch_fd@Base 1:1.8.0+r592
- gg_image_queue_remove@Base 1:1.8.0+r592
- gg_image_reply@Base 1:1.8.0+r592
- gg_image_request@Base 1:1.8.0+r592
- gg_is_gpl_compliant@Base 1:1.12.0~rc2
- gg_libgadu_check_feature@Base 1:1.11.0
- gg_libgadu_version@Base 1:1.8.0+r592
- gg_local_ip@Base 1:1.8.0+r592
- gg_login@Base 1:1.8.0+r592
- gg_login_hash@Base 1:1.8.0+r592
- gg_login_hash_sha1@Base 1:1.8.0+r592
- gg_logoff@Base 1:1.8.0+r592
- gg_multilogon_disconnect@Base 1:1.10.0+r1057
- gg_notify@Base 1:1.8.0+r592
- gg_notify_ex@Base 1:1.8.0+r592
- gg_ping@Base 1:1.8.0+r592
- gg_proxy_auth@Base 1:1.8.0+r592
- gg_proxy_enabled@Base 1:1.8.0+r592
- gg_proxy_host@Base 1:1.8.0+r592
- gg_proxy_http_only@Base 1:1.8.0+r592
- gg_proxy_password@Base 1:1.8.0+r592
- gg_proxy_port@Base 1:1.8.0+r592
- gg_proxy_username@Base 1:1.8.0+r592
- gg_pubdir50@Base 1:1.8.0+r592
- gg_pubdir50_add@Base 1:1.8.0+r592
- gg_pubdir50_count@Base 1:1.8.0+r592
- gg_pubdir50_free@Base 1:1.8.0+r592
- gg_pubdir50_get@Base 1:1.8.0+r592
- gg_pubdir50_handle_reply@Base 1:1.8.0+r592
- gg_pubdir50_new@Base 1:1.8.0+r592
- gg_pubdir50_next@Base 1:1.8.0+r592
- gg_pubdir50_seq@Base 1:1.8.0+r592
- gg_pubdir50_seq_set@Base 1:1.8.0+r592
- gg_pubdir50_type@Base 1:1.8.0+r592
- gg_pubdir_free@Base 1:1.8.0+r592
- gg_pubdir_watch_fd@Base 1:1.8.0+r592
- gg_read@Base 1:1.8.0+r592
- gg_read_line@Base 1:1.8.0+r592
- gg_recv_packet@Base 1:1.8.0+r592
- gg_register2@Base 1:1.8.0+r592
- gg_register3@Base 1:1.8.0+r592
- gg_register@Base 1:1.8.0+r592
- gg_remind_passwd2@Base 1:1.8.0+r592
- gg_remind_passwd3@Base 1:1.8.0+r592
- gg_remind_passwd@Base 1:1.8.0+r592
- gg_remove_notify@Base 1:1.8.0+r592
- gg_remove_notify_ex@Base 1:1.8.0+r592
- gg_resolve@Base 1:1.8.0+r592
- gg_resolve_pthread@Base 1:1.8.0+r592
- gg_resolve_pthread_cleanup@Base 1:1.8.0+r592
- gg_saprintf@Base 1:1.8.0+r592
- gg_search@Base 1:1.8.0+r592
- gg_search_request_free@Base 1:1.8.0+r592
- gg_search_request_mode_0@Base 1:1.8.0+r592
- gg_search_request_mode_1@Base 1:1.8.0+r592
- gg_search_request_mode_2@Base 1:1.8.0+r592
- gg_search_request_mode_3@Base 1:1.8.0+r592
- gg_search_watch_fd@Base 1:1.8.0+r592
- gg_send_message@Base 1:1.8.0+r592
- gg_send_message_confer@Base 1:1.8.0+r592
- gg_send_message_confer_html@Base 1:1.12.0~pre+r1278
- gg_send_message_confer_richtext@Base 1:1.8.0+r592
- gg_send_message_ctcp@Base 1:1.8.0+r592
- gg_send_message_html@Base 1:1.12.0~pre+r1278
- gg_send_message_richtext@Base 1:1.8.0+r592
- gg_send_packet@Base 1:1.8.0+r592
- gg_session_get_resolver@Base 1:1.9.0~rc1+r837
- gg_session_set_custom_resolver@Base 1:1.9.0~rc1+r837
- gg_session_set_resolver@Base 1:1.9.0~rc1+r837
- gg_socket_manager_connected@Base 1:1.12.0~rc2
- gg_token@Base 1:1.8.0+r592
- gg_token_free@Base 1:1.8.0+r592
- gg_token_watch_fd@Base 1:1.8.0+r592
- gg_typing_notification@Base 1:1.10.0+r1057
- gg_unregister2@Base 1:1.8.0+r592
- gg_unregister3@Base 1:1.8.0+r592
- gg_unregister@Base 1:1.8.0+r592
- gg_urlencode@Base 1:1.8.0+r592
- gg_userlist100_request@Base 1:1.11.0
- gg_userlist_get@Base 1:1.8.0+r592
- gg_userlist_get_free@Base 1:1.8.0+r592
- gg_userlist_get_watch_fd@Base 1:1.8.0+r592
- gg_userlist_put@Base 1:1.8.0+r592
- gg_userlist_put_free@Base 1:1.8.0+r592
- gg_userlist_put_watch_fd@Base 1:1.8.0+r592
- gg_userlist_remove@Base 1:1.8.0+r592
- gg_userlist_remove_free@Base 1:1.8.0+r592
- gg_userlist_remove_watch_fd@Base 1:1.8.0+r592
- gg_userlist_request@Base 1:1.8.0+r592
- gg_vsaprintf@Base 1:1.8.0+r592
- gg_watch_fd@Base 1:1.8.0+r592
- gg_write@Base 1:1.8.0+r592
diff -Nru libgadu-1.12.2/debian/libgadu3t64.docs libgadu-1.12.2/debian/libgadu3t64.docs
--- libgadu-1.12.2/debian/libgadu3t64.docs	1970-01-01 00:00:00.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3t64.docs	2021-08-22 02:05:39.000000000 +0000
@@ -0,0 +1,2 @@
+README
+NEWS
diff -Nru libgadu-1.12.2/debian/libgadu3t64.install libgadu-1.12.2/debian/libgadu3t64.install
--- libgadu-1.12.2/debian/libgadu3t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3t64.install	2021-08-22 02:05:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libgadu-1.12.2/debian/libgadu3t64.lintian-overrides libgadu-1.12.2/debian/libgadu3t64.lintian-overrides
--- libgadu-1.12.2/debian/libgadu3t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3t64.lintian-overrides	2024-02-01 00:52:21.000000000 +0000
@@ -0,0 +1,3 @@
+# Apparent false-positive due to "strings" mangling the string.
+I spelling-error-in-binary usr/lib/*/libgadu.so.* nam name
+libgadu3t64: package-name-doesnt-match-sonames libgadu3
diff -Nru libgadu-1.12.2/debian/libgadu3t64.symbols libgadu-1.12.2/debian/libgadu3t64.symbols
--- libgadu-1.12.2/debian/libgadu3t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libgadu-1.12.2/debian/libgadu3t64.symbols	2024-02-01 00:52:21.000000000 +0000
@@ -0,0 +1,167 @@
+libgadu.so.3 libgadu3t64 #MINVER#
+ gg_add_notify@Base 1:1.8.0+r592
+ gg_add_notify_ex@Base 1:1.8.0+r592
+ gg_base64_decode@Base 1:1.8.0+r592
+ gg_base64_encode@Base 1:1.8.0+r592
+ gg_change_info@Base 1:1.8.0+r592
+ gg_change_info_request_free@Base 1:1.8.0+r592
+ gg_change_info_request_new@Base 1:1.8.0+r592
+ gg_change_passwd2@Base 1:1.8.0+r592
+ gg_change_passwd3@Base 1:1.8.0+r592
+ gg_change_passwd4@Base 1:1.8.0+r592
+ gg_change_passwd@Base 1:1.8.0+r592
+ gg_change_status@Base 1:1.8.0+r592
+ gg_change_status_descr@Base 1:1.8.0+r592
+ gg_change_status_descr_time@Base 1:1.8.0+r592
+ gg_change_status_flags@Base 1:1.10.0+r1057
+ gg_chat_create@Base 1:1.12.0~rc2
+ gg_chat_invite@Base 1:1.12.0~rc2
+ gg_chat_leave@Base 1:1.12.0~rc2
+ gg_chat_send_message@Base 1:1.12.0~rc2
+ gg_chomp@Base 1:1.8.0+r592
+ gg_connect@Base 1:1.8.0+r592
+ gg_crc32@Base 1:1.8.0+r592
+ gg_dcc7_accept@Base 1:1.8.0+r592
+ gg_dcc7_free@Base 1:1.8.0+r592
+ gg_dcc7_handle_accept@Base 1:1.8.0+r592
+ gg_dcc7_handle_id@Base 1:1.8.0+r592
+ gg_dcc7_handle_info@Base 1:1.8.0+r592
+ gg_dcc7_handle_new@Base 1:1.8.0+r592
+ gg_dcc7_handle_reject@Base 1:1.8.0+r592
+ gg_dcc7_reject@Base 1:1.8.0+r592
+ gg_dcc7_send_file@Base 1:1.8.0+r592
+ gg_dcc7_send_file_fd@Base 1:1.8.0+r592
+ gg_dcc7_watch_fd@Base 1:1.8.0+r592
+ gg_dcc_fill_file_info2@Base 1:1.8.0+r592
+ gg_dcc_fill_file_info@Base 1:1.8.0+r592
+ gg_dcc_free@Base 1:1.8.0+r592
+ gg_dcc_get_file@Base 1:1.8.0+r592
+ gg_dcc_ip@Base 1:1.8.0+r592
+ gg_dcc_port@Base 1:1.8.0+r592
+ gg_dcc_request@Base 1:1.8.0+r592
+ gg_dcc_send_file@Base 1:1.8.0+r592
+ gg_dcc_set_type@Base 1:1.8.0+r592
+ gg_dcc_socket_create@Base 1:1.8.0+r592
+ gg_dcc_voice_chat@Base 1:1.8.0+r592
+ gg_dcc_voice_send@Base 1:1.8.0+r592
+ gg_dcc_watch_fd@Base 1:1.8.0+r592
+ gg_debug@Base 1:1.8.0+r592
+ gg_debug_common@Base 1:1.8.0+r592
+ gg_debug_event@Base 1:1.12.0~rc2
+ gg_debug_file@Base 1:1.8.0+r592
+ gg_debug_handler@Base 1:1.8.0+r592
+ gg_debug_handler_session@Base 1:1.8.0+r592
+ gg_debug_level@Base 1:1.8.0+r592
+ gg_debug_session@Base 1:1.8.0+r592
+ gg_debug_state@Base 1:1.12.0~rc2
+ gg_event_free@Base 1:1.8.0+r592
+ gg_file_hash_sha1@Base 1:1.8.0+r592
+ gg_fix16@Base 1:1.8.0+r592
+ gg_fix32@Base 1:1.8.0+r592
+ gg_free_search@Base 1:1.8.0+r592
+ gg_free_session@Base 1:1.8.0+r592
+ gg_get_line@Base 1:1.8.0+r592
+ gg_gethostbyname@Base 1:1.8.0+r592
+ gg_global_get_resolver@Base 1:1.9.0~rc1+r837
+ gg_global_set_custom_resolver@Base 1:1.9.0~rc1+r837
+ gg_global_set_resolver@Base 1:1.9.0~rc1+r837
+ gg_http_connect@Base 1:1.8.0+r592
+ gg_http_free@Base 1:1.8.0+r592
+ gg_http_free_fields@Base 1:1.8.0+r592
+ gg_http_get_resolver@Base 1:1.9.0~rc1+r837
+ gg_http_hash@Base 1:1.8.0+r592
+ gg_http_set_custom_resolver@Base 1:1.9.0~rc1+r837
+ gg_http_set_resolver@Base 1:1.9.0~rc1+r837
+ gg_http_stop@Base 1:1.8.0+r592
+ gg_http_watch_fd@Base 1:1.8.0+r592
+ gg_image_queue_remove@Base 1:1.8.0+r592
+ gg_image_reply@Base 1:1.8.0+r592
+ gg_image_request@Base 1:1.8.0+r592
+ gg_is_gpl_compliant@Base 1:1.12.0~rc2
+ gg_libgadu_check_feature@Base 1:1.11.0
+ gg_libgadu_version@Base 1:1.8.0+r592
+ gg_local_ip@Base 1:1.8.0+r592
+ gg_login@Base 1:1.8.0+r592
+ gg_login_hash@Base 1:1.8.0+r592
+ gg_login_hash_sha1@Base 1:1.8.0+r592
+ gg_logoff@Base 1:1.8.0+r592
+ gg_multilogon_disconnect@Base 1:1.10.0+r1057
+ gg_notify@Base 1:1.8.0+r592
+ gg_notify_ex@Base 1:1.8.0+r592
+ gg_ping@Base 1:1.8.0+r592
+ gg_proxy_auth@Base 1:1.8.0+r592
+ gg_proxy_enabled@Base 1:1.8.0+r592
+ gg_proxy_host@Base 1:1.8.0+r592
+ gg_proxy_http_only@Base 1:1.8.0+r592
+ gg_proxy_password@Base 1:1.8.0+r592
+ gg_proxy_port@Base 1:1.8.0+r592
+ gg_proxy_username@Base 1:1.8.0+r592
+ gg_pubdir50@Base 1:1.8.0+r592
+ gg_pubdir50_add@Base 1:1.8.0+r592
+ gg_pubdir50_count@Base 1:1.8.0+r592
+ gg_pubdir50_free@Base 1:1.8.0+r592
+ gg_pubdir50_get@Base 1:1.8.0+r592
+ gg_pubdir50_handle_reply@Base 1:1.8.0+r592
+ gg_pubdir50_new@Base 1:1.8.0+r592
+ gg_pubdir50_next@Base 1:1.8.0+r592
+ gg_pubdir50_seq@Base 1:1.8.0+r592
+ gg_pubdir50_seq_set@Base 1:1.8.0+r592
+ gg_pubdir50_type@Base 1:1.8.0+r592
+ gg_pubdir_free@Base 1:1.8.0+r592
+ gg_pubdir_watch_fd@Base 1:1.8.0+r592
+ gg_read@Base 1:1.8.0+r592
+ gg_read_line@Base 1:1.8.0+r592
+ gg_recv_packet@Base 1:1.8.0+r592
+ gg_register2@Base 1:1.8.0+r592
+ gg_register3@Base 1:1.8.0+r592
+ gg_register@Base 1:1.8.0+r592
+ gg_remind_passwd2@Base 1:1.8.0+r592
+ gg_remind_passwd3@Base 1:1.8.0+r592
+ gg_remind_passwd@Base 1:1.8.0+r592
+ gg_remove_notify@Base 1:1.8.0+r592
+ gg_remove_notify_ex@Base 1:1.8.0+r592
+ gg_resolve@Base 1:1.8.0+r592
+ gg_resolve_pthread@Base 1:1.8.0+r592
+ gg_resolve_pthread_cleanup@Base 1:1.8.0+r592
+ gg_saprintf@Base 1:1.8.0+r592
+ gg_search@Base 1:1.8.0+r592
+ gg_search_request_free@Base 1:1.8.0+r592
+ gg_search_request_mode_0@Base 1:1.8.0+r592
+ gg_search_request_mode_1@Base 1:1.8.0+r592
+ gg_search_request_mode_2@Base 1:1.8.0+r592
+ gg_search_request_mode_3@Base 1:1.8.0+r592
+ gg_search_watch_fd@Base 1:1.8.0+r592
+ gg_send_message@Base 1:1.8.0+r592
+ gg_send_message_confer@Base 1:1.8.0+r592
+ gg_send_message_confer_html@Base 1:1.12.0~pre+r1278
+ gg_send_message_confer_richtext@Base 1:1.8.0+r592
+ gg_send_message_ctcp@Base 1:1.8.0+r592
+ gg_send_message_html@Base 1:1.12.0~pre+r1278
+ gg_send_message_richtext@Base 1:1.8.0+r592
+ gg_send_packet@Base 1:1.8.0+r592
+ gg_session_get_resolver@Base 1:1.9.0~rc1+r837
+ gg_session_set_custom_resolver@Base 1:1.9.0~rc1+r837
+ gg_session_set_resolver@Base 1:1.9.0~rc1+r837
+ gg_socket_manager_connected@Base 1:1.12.0~rc2
+ gg_token@Base 1:1.8.0+r592
+ gg_token_free@Base 1:1.8.0+r592
+ gg_token_watch_fd@Base 1:1.8.0+r592
+ gg_typing_notification@Base 1:1.10.0+r1057
+ gg_unregister2@Base 1:1.8.0+r592
+ gg_unregister3@Base 1:1.8.0+r592
+ gg_unregister@Base 1:1.8.0+r592
+ gg_urlencode@Base 1:1.8.0+r592
+ gg_userlist100_request@Base 1:1.11.0
+ gg_userlist_get@Base 1:1.8.0+r592
+ gg_userlist_get_free@Base 1:1.8.0+r592
+ gg_userlist_get_watch_fd@Base 1:1.8.0+r592
+ gg_userlist_put@Base 1:1.8.0+r592
+ gg_userlist_put_free@Base 1:1.8.0+r592
+ gg_userlist_put_watch_fd@Base 1:1.8.0+r592
+ gg_userlist_remove@Base 1:1.8.0+r592
+ gg_userlist_remove_free@Base 1:1.8.0+r592
+ gg_userlist_remove_watch_fd@Base 1:1.8.0+r592
+ gg_userlist_request@Base 1:1.8.0+r592
+ gg_vsaprintf@Base 1:1.8.0+r592
+ gg_watch_fd@Base 1:1.8.0+r592
+ gg_write@Base 1:1.8.0+r592

--- End Message ---
--- Begin Message ---
Source: libgadu
Source-Version: 1:1.12.2-6.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libgadu 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: Wed, 28 Feb 2024 12:12:55 +0000
Source: libgadu
Architecture: source
Version: 1:1.12.2-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062307
Changes:
 libgadu (1:1.12.2-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062307
Checksums-Sha1:
 9998f641d709ec6b8375214931f1bc4f84375ce3 2196 libgadu_1.12.2-6.1.dsc
 b9164283f74c892e96368ccec378f43514445804 10072 libgadu_1.12.2-6.1.debian.tar.xz
 fef7bc82d15721cb68bf86809a6febcdfd799ccf 9493 libgadu_1.12.2-6.1_source.buildinfo
Checksums-Sha256:
 3cf0327fc7cae4dd0619d4b8d245730a0e12171032073a6e58503b1cac3fb684 2196 libgadu_1.12.2-6.1.dsc
 1fc02d5d54bd0d001734c5756b5a603a402857b9a58b8591e3dad56ee8da6f9c 10072 libgadu_1.12.2-6.1.debian.tar.xz
 bfdce07c7c13fad41fc125b8d16ce36621dc4dd7460a8fca80250e2e33e54c8f 9493 libgadu_1.12.2-6.1_source.buildinfo
Files:
 d0c8b9ce9f2074f8a68faa0d0c516869 2196 libs optional libgadu_1.12.2-6.1.dsc
 93dc34dcd45bdd1c7cd3724d1e67132d 10072 libs optional libgadu_1.12.2-6.1.debian.tar.xz
 7191ee81a52e33a1704a2d86af7f9dec 9493 libs optional libgadu_1.12.2-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfI14ACgkQFZ61xO/I
d0zhfw//UYnSfK29K2lZxG3FZtjW2Ucye74aB0lji4bTExd+nypZ+EQKhHCOWmxW
htQkmLen4YEEbi2COLoIqBjKg3rNnqY1wtdBeRaMGdUbcrewk7NRweeh7wjoS7eM
tPbViDe21fpeNnDNjnhrZxCbsrqZ9f69j4nuSLYt5SR568aNGuCStrJ+Eg0IAlJK
IjLuObydonJTaFE0vD+MWCLC6Wi+0Z04ztuzUBa5M9l/ePIWuhH2332xtXdyqwbZ
TNhP9W1I5/9JsNYU1BXp6Akvd08vuTVcxIIdAleFqnTbyOu6QYJy1L33U1CxtD4K
sxFQH+hZ0FHG0TDnGB5mUpmjqroFls/kzs4s98UP4Fl4AMtOU3ZoGkyeOCCaw6t3
V+aO1v8K6FgQK+rmwziFDIpo8zqr+1ODx+oWvWDxbVi7TiPdXtknhoAPnLGRzg3s
aGDvUSE9at3PxFZRZBqDD0OBABvKawWhlDkLoo0UelaM3yt9TpLOL+I8YDmxn6/9
PCDPdFiDbb/fBh6WA1qWflYNisep6WlKQuti0U0YKHhrUF6yEVUmL0kZo3p0Bw6O
fGZ2LdXXnL+asLYYyXNrheXNwJ4sjAc4RkQUt4trAy0he+P5cF+VJ1i2bU2x68U/
H2pTj42CPOqjU/+rmGyONricM8nMqsUFApe09i4xWE9AzIRN/dg=
=TVy1
-----END PGP SIGNATURE-----

Attachment: pgpCgrhpAG2Yb.pgp
Description: PGP signature


--- End Message ---

Reply to: