Your message dated Wed, 28 Feb 2024 11:34:15 +0000
with message-id <[email protected]>
and subject line Bug#1062269: fixed in libdbi 0.9.0-6.1
has caused the Debian Bug report #1062269,
regarding libdbi: 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.)


-- 
1062269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libdbi
Version: 0.9.0-6
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
libdbi 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 libdbi
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 libdbi-0.9.0/debian/changelog libdbi-0.9.0/debian/changelog
--- libdbi-0.9.0/debian/changelog       2020-12-25 18:59:18.000000000 +0000
+++ libdbi-0.9.0/debian/changelog       2024-01-31 22:07:05.000000000 +0000
@@ -1,3 +1,10 @@
+libdbi (0.9.0-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 22:07:05 +0000
+
 libdbi (0.9.0-6) unstable; urgency=medium
 
   * Transition to texlive-formats-extra build dependency (closes: #871744).
diff -Nru libdbi-0.9.0/debian/control libdbi-0.9.0/debian/control
--- libdbi-0.9.0/debian/control 2020-12-25 18:59:18.000000000 +0000
+++ libdbi-0.9.0/debian/control 2024-01-31 22:07:05.000000000 +0000
@@ -10,11 +10,13 @@
 Homepage: https://libdbi.sourceforge.net/
 Rules-Requires-Root: no
 
-Package: libdbi1
+Package: libdbi1t64
+Provides: ${t64:Provides}
+Replaces: libdbi1
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11),
+Breaks: libdbi1 (<< ${source:Version}), libapache2-mod-log-sql-dbi (<= 
1.100-11),
         libdbd-freetds (<< 0.9.0-2),
         libdbd-mysql (<< 0.9.0-2),
         libdbd-pgsql (<< 0.9.0-2),
@@ -32,11 +34,11 @@
 Package: libdbi-dev
 Section: libdevel
 Architecture: any
-Depends: libdbi1 (= ${binary:Version}),
+Depends: libdbi1t64 (= ${binary:Version}),
          ${misc:Depends}
 Replaces: libdbi0,
           libdbi0-dev,
-          libdbi1 (<< 0.8.4-2)
+          libdbi1t64 (<< 0.8.4-2)
 Conflicts: libdbi0-dev
 Provides: libdbi0-dev
 Description: DB Independent Abstraction Layer for C  -- development files
diff -Nru libdbi-0.9.0/debian/libdbi1.dirs libdbi-0.9.0/debian/libdbi1.dirs
--- libdbi-0.9.0/debian/libdbi1.dirs    2014-01-20 18:54:42.000000000 +0000
+++ libdbi-0.9.0/debian/libdbi1.dirs    1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libdbi-0.9.0/debian/libdbi1.install 
libdbi-0.9.0/debian/libdbi1.install
--- libdbi-0.9.0/debian/libdbi1.install 2014-01-20 18:54:42.000000000 +0000
+++ libdbi-0.9.0/debian/libdbi1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libdbi-0.9.0/debian/libdbi1.symbols 
libdbi-0.9.0/debian/libdbi1.symbols
--- libdbi-0.9.0/debian/libdbi1.symbols 2014-01-20 18:54:42.000000000 +0000
+++ libdbi-0.9.0/debian/libdbi1.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,183 +0,0 @@
-libdbi.so.1 libdbi1 #MINVER#
- _dbd_decode_binary@Base 0.8.4
- _dbd_encode_binary@Base 0.8.4
- _dbd_escape_chars@Base 0.8.4
- _dbd_internal_error_handler@Base 0.8.4
- _dbd_parse_datetime@Base 0.8.4
- _dbd_register_conn_cap@Base 0.8.4
- _dbd_register_driver_cap@Base 0.8.4
- _dbd_result_add_field@Base 0.8.4
- _dbd_result_add_to_conn@Base 0.8.4
- _dbd_result_create@Base 0.8.4
- _dbd_result_create_from_stringarray@Base 0.8.4
- _dbd_result_set_numfields@Base 0.8.4
- _dbd_row_allocate@Base 0.8.4
- _dbd_row_finalize@Base 0.8.4
- _dirent_buf_size@Base 0.9.0
- _disjoin_from_conn@Base 0.8.4
- _error_handler@Base 0.8.4
- _get_field_flag@Base 0.8.4
- _isolate_attrib@Base 0.8.4
- _logquery@Base 0.8.4
- _logquery_null@Base 0.8.4
- _reset_conn_error@Base 0.8.4
- _set_field_flag@Base 0.8.4
- _verbose_handler@Base 0.8.4
- dbi_conn_cap_get@Base 0.8.4
- dbi_conn_clear_option@Base 0.8.4
- dbi_conn_clear_options@Base 0.8.4
- dbi_conn_close@Base 0.8.4
- dbi_conn_connect@Base 0.8.4
- dbi_conn_disjoin_results@Base 0.8.4
- dbi_conn_error@Base 0.8.4
- dbi_conn_error_flag@Base 0.8.4
- dbi_conn_error_handler@Base 0.8.4
- dbi_conn_escape_binary_copy@Base 0.8.4
- dbi_conn_escape_string@Base 0.8.4
- dbi_conn_escape_string_copy@Base 0.8.4
- dbi_conn_get_db_list@Base 0.8.4
- dbi_conn_get_driver@Base 0.8.4
- dbi_conn_get_encoding@Base 0.8.4
- dbi_conn_get_engine_version@Base 0.8.4
- dbi_conn_get_engine_version_string@Base 0.8.4
- dbi_conn_get_option@Base 0.8.4
- dbi_conn_get_option_list@Base 0.8.4
- dbi_conn_get_option_numeric@Base 0.8.4
- dbi_conn_get_socket@Base 0.8.4
- dbi_conn_get_table_list@Base 0.8.4
- dbi_conn_new@Base 0.8.4
- dbi_conn_new_r@Base 0.9.0
- dbi_conn_open@Base 0.8.4
- dbi_conn_ping@Base 0.8.4
- dbi_conn_query@Base 0.8.4
- dbi_conn_query_null@Base 0.8.4
- dbi_conn_queryf@Base 0.8.4
- dbi_conn_quote_binary_copy@Base 0.8.4
- dbi_conn_quote_string@Base 0.8.4
- dbi_conn_quote_string_copy@Base 0.8.4
- dbi_conn_release_savepoint@Base 0.9.0
- dbi_conn_require_option@Base 0.8.4
- dbi_conn_require_option_numeric@Base 0.8.4
- dbi_conn_rollback_to_savepoint@Base 0.9.0
- dbi_conn_savepoint@Base 0.9.0
- dbi_conn_select_db@Base 0.8.4
- dbi_conn_sequence_last@Base 0.8.4
- dbi_conn_sequence_next@Base 0.8.4
- dbi_conn_set_error@Base 0.8.4
- dbi_conn_set_option@Base 0.8.4
- dbi_conn_set_option_numeric@Base 0.8.4
- dbi_conn_transaction_begin@Base 0.9.0
- dbi_conn_transaction_commit@Base 0.9.0
- dbi_conn_transaction_rollback@Base 0.9.0
- dbi_driver_cap_get@Base 0.8.4
- dbi_driver_encoding_from_iana@Base 0.8.4
- dbi_driver_encoding_to_iana@Base 0.8.4
- dbi_driver_get_date_compiled@Base 0.8.4
- dbi_driver_get_description@Base 0.8.4
- dbi_driver_get_filename@Base 0.8.4
- dbi_driver_get_instance@Base 0.9.0
- dbi_driver_get_maintainer@Base 0.8.4
- dbi_driver_get_name@Base 0.8.4
- dbi_driver_get_url@Base 0.8.4
- dbi_driver_get_version@Base 0.8.4
- dbi_driver_is_reserved_word@Base 0.8.4
- dbi_driver_list@Base 0.8.4
- dbi_driver_list_r@Base 0.9.0
- dbi_driver_open@Base 0.8.4
- dbi_driver_open_r@Base 0.9.0
- dbi_driver_quote_string@Base 0.8.4
- dbi_driver_quote_string_copy@Base 0.8.4
- dbi_driver_specific_function@Base 0.8.4
- dbi_initialize@Base 0.8.4
- dbi_initialize_r@Base 0.9.0
- dbi_result_bind_binary@Base 0.8.4
- dbi_result_bind_binary_copy@Base 0.8.4
- dbi_result_bind_char@Base 0.8.4
- dbi_result_bind_datetime@Base 0.8.4
- dbi_result_bind_double@Base 0.8.4
- dbi_result_bind_fields@Base 0.8.4
- dbi_result_bind_float@Base 0.8.4
- dbi_result_bind_int@Base 0.8.4
- dbi_result_bind_long@Base 0.8.4
- dbi_result_bind_longlong@Base 0.8.4
- dbi_result_bind_short@Base 0.8.4
- dbi_result_bind_string@Base 0.8.4
- dbi_result_bind_string_copy@Base 0.8.4
- dbi_result_bind_uchar@Base 0.8.4
- dbi_result_bind_uint@Base 0.8.4
- dbi_result_bind_ulong@Base 0.8.4
- dbi_result_bind_ulonglong@Base 0.8.4
- dbi_result_bind_ushort@Base 0.8.4
- dbi_result_disjoin@Base 0.8.4
- dbi_result_field_is_null@Base 0.8.4
- dbi_result_field_is_null_idx@Base 0.8.4
- dbi_result_first_row@Base 0.8.4
- dbi_result_free@Base 0.8.4
- dbi_result_get_as_longlong@Base 0.9.0
- dbi_result_get_as_longlong_idx@Base 0.9.0
- dbi_result_get_as_string_copy@Base 0.9.0
- dbi_result_get_as_string_copy_idx@Base 0.9.0
- dbi_result_get_binary@Base 0.8.4
- dbi_result_get_binary_copy@Base 0.8.4
- dbi_result_get_binary_copy_idx@Base 0.8.4
- dbi_result_get_binary_idx@Base 0.8.4
- dbi_result_get_char@Base 0.8.4
- dbi_result_get_char_idx@Base 0.8.4
- dbi_result_get_conn@Base 0.8.4
- dbi_result_get_currow@Base 0.8.4
- dbi_result_get_datetime@Base 0.8.4
- dbi_result_get_datetime_idx@Base 0.8.4
- dbi_result_get_double@Base 0.8.4
- dbi_result_get_double_idx@Base 0.8.4
- dbi_result_get_field_attrib@Base 0.8.4
- dbi_result_get_field_attrib_idx@Base 0.8.4
- dbi_result_get_field_attribs@Base 0.8.4
- dbi_result_get_field_attribs_idx@Base 0.8.4
- dbi_result_get_field_idx@Base 0.8.4
- dbi_result_get_field_length@Base 0.8.4
- dbi_result_get_field_length_idx@Base 0.8.4
- dbi_result_get_field_name@Base 0.8.4
- dbi_result_get_field_size@Base 0.8.4
- dbi_result_get_field_size_idx@Base 0.8.4
- dbi_result_get_field_type@Base 0.8.4
- dbi_result_get_field_type_idx@Base 0.8.4
- dbi_result_get_fields@Base 0.8.4
- dbi_result_get_float@Base 0.8.4
- dbi_result_get_float_idx@Base 0.8.4
- dbi_result_get_int@Base 0.8.4
- dbi_result_get_int_idx@Base 0.8.4
- dbi_result_get_long@Base 0.8.4
- dbi_result_get_long_idx@Base 0.8.4
- dbi_result_get_longlong@Base 0.8.4
- dbi_result_get_longlong_idx@Base 0.8.4
- dbi_result_get_numfields@Base 0.8.4
- dbi_result_get_numrows@Base 0.8.4
- dbi_result_get_numrows_affected@Base 0.8.4
- dbi_result_get_short@Base 0.8.4
- dbi_result_get_short_idx@Base 0.8.4
- dbi_result_get_string@Base 0.8.4
- dbi_result_get_string_copy@Base 0.8.4
- dbi_result_get_string_copy_idx@Base 0.8.4
- dbi_result_get_string_idx@Base 0.8.4
- dbi_result_get_uchar@Base 0.8.4
- dbi_result_get_uchar_idx@Base 0.8.4
- dbi_result_get_uint@Base 0.8.4
- dbi_result_get_uint_idx@Base 0.8.4
- dbi_result_get_ulong@Base 0.8.4
- dbi_result_get_ulong_idx@Base 0.8.4
- dbi_result_get_ulonglong@Base 0.8.4
- dbi_result_get_ulonglong_idx@Base 0.8.4
- dbi_result_get_ushort@Base 0.8.4
- dbi_result_get_ushort_idx@Base 0.8.4
- dbi_result_has_next_row@Base 0.8.4
- dbi_result_has_prev_row@Base 0.8.4
- dbi_result_last_row@Base 0.8.4
- dbi_result_next_row@Base 0.8.4
- dbi_result_prev_row@Base 0.8.4
- dbi_result_seek_row@Base 0.8.4
- dbi_set_verbosity@Base 0.8.4
- dbi_set_verbosity_r@Base 0.9.0
- dbi_shutdown@Base 0.8.4
- dbi_shutdown_r@Base 0.9.0
- dbi_version@Base 0.8.4
- dbi_version_numeric@Base 0.9.0
diff -Nru libdbi-0.9.0/debian/libdbi1t64.dirs 
libdbi-0.9.0/debian/libdbi1t64.dirs
--- libdbi-0.9.0/debian/libdbi1t64.dirs 1970-01-01 00:00:00.000000000 +0000
+++ libdbi-0.9.0/debian/libdbi1t64.dirs 2014-01-20 18:54:42.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libdbi-0.9.0/debian/libdbi1t64.install 
libdbi-0.9.0/debian/libdbi1t64.install
--- libdbi-0.9.0/debian/libdbi1t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ libdbi-0.9.0/debian/libdbi1t64.install      2014-01-20 18:54:42.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libdbi-0.9.0/debian/libdbi1t64.lintian-overrides 
libdbi-0.9.0/debian/libdbi1t64.lintian-overrides
--- libdbi-0.9.0/debian/libdbi1t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libdbi-0.9.0/debian/libdbi1t64.lintian-overrides    2024-01-31 
22:07:05.000000000 +0000
@@ -0,0 +1 @@
+libdbi1t64: package-name-doesnt-match-sonames libdbi1
diff -Nru libdbi-0.9.0/debian/libdbi1t64.symbols 
libdbi-0.9.0/debian/libdbi1t64.symbols
--- libdbi-0.9.0/debian/libdbi1t64.symbols      1970-01-01 00:00:00.000000000 
+0000
+++ libdbi-0.9.0/debian/libdbi1t64.symbols      2024-01-31 22:07:05.000000000 
+0000
@@ -0,0 +1,183 @@
+libdbi.so.1 libdbi1t64 #MINVER#
+ _dbd_decode_binary@Base 0.8.4
+ _dbd_encode_binary@Base 0.8.4
+ _dbd_escape_chars@Base 0.8.4
+ _dbd_internal_error_handler@Base 0.8.4
+ _dbd_parse_datetime@Base 0.8.4
+ _dbd_register_conn_cap@Base 0.8.4
+ _dbd_register_driver_cap@Base 0.8.4
+ _dbd_result_add_field@Base 0.8.4
+ _dbd_result_add_to_conn@Base 0.8.4
+ _dbd_result_create@Base 0.8.4
+ _dbd_result_create_from_stringarray@Base 0.8.4
+ _dbd_result_set_numfields@Base 0.8.4
+ _dbd_row_allocate@Base 0.8.4
+ _dbd_row_finalize@Base 0.8.4
+ _dirent_buf_size@Base 0.9.0
+ _disjoin_from_conn@Base 0.8.4
+ _error_handler@Base 0.8.4
+ _get_field_flag@Base 0.8.4
+ _isolate_attrib@Base 0.8.4
+ _logquery@Base 0.8.4
+ _logquery_null@Base 0.8.4
+ _reset_conn_error@Base 0.8.4
+ _set_field_flag@Base 0.8.4
+ _verbose_handler@Base 0.8.4
+ dbi_conn_cap_get@Base 0.8.4
+ dbi_conn_clear_option@Base 0.8.4
+ dbi_conn_clear_options@Base 0.8.4
+ dbi_conn_close@Base 0.8.4
+ dbi_conn_connect@Base 0.8.4
+ dbi_conn_disjoin_results@Base 0.8.4
+ dbi_conn_error@Base 0.8.4
+ dbi_conn_error_flag@Base 0.8.4
+ dbi_conn_error_handler@Base 0.8.4
+ dbi_conn_escape_binary_copy@Base 0.8.4
+ dbi_conn_escape_string@Base 0.8.4
+ dbi_conn_escape_string_copy@Base 0.8.4
+ dbi_conn_get_db_list@Base 0.8.4
+ dbi_conn_get_driver@Base 0.8.4
+ dbi_conn_get_encoding@Base 0.8.4
+ dbi_conn_get_engine_version@Base 0.8.4
+ dbi_conn_get_engine_version_string@Base 0.8.4
+ dbi_conn_get_option@Base 0.8.4
+ dbi_conn_get_option_list@Base 0.8.4
+ dbi_conn_get_option_numeric@Base 0.8.4
+ dbi_conn_get_socket@Base 0.8.4
+ dbi_conn_get_table_list@Base 0.8.4
+ dbi_conn_new@Base 0.8.4
+ dbi_conn_new_r@Base 0.9.0
+ dbi_conn_open@Base 0.8.4
+ dbi_conn_ping@Base 0.8.4
+ dbi_conn_query@Base 0.8.4
+ dbi_conn_query_null@Base 0.8.4
+ dbi_conn_queryf@Base 0.8.4
+ dbi_conn_quote_binary_copy@Base 0.8.4
+ dbi_conn_quote_string@Base 0.8.4
+ dbi_conn_quote_string_copy@Base 0.8.4
+ dbi_conn_release_savepoint@Base 0.9.0
+ dbi_conn_require_option@Base 0.8.4
+ dbi_conn_require_option_numeric@Base 0.8.4
+ dbi_conn_rollback_to_savepoint@Base 0.9.0
+ dbi_conn_savepoint@Base 0.9.0
+ dbi_conn_select_db@Base 0.8.4
+ dbi_conn_sequence_last@Base 0.8.4
+ dbi_conn_sequence_next@Base 0.8.4
+ dbi_conn_set_error@Base 0.8.4
+ dbi_conn_set_option@Base 0.8.4
+ dbi_conn_set_option_numeric@Base 0.8.4
+ dbi_conn_transaction_begin@Base 0.9.0
+ dbi_conn_transaction_commit@Base 0.9.0
+ dbi_conn_transaction_rollback@Base 0.9.0
+ dbi_driver_cap_get@Base 0.8.4
+ dbi_driver_encoding_from_iana@Base 0.8.4
+ dbi_driver_encoding_to_iana@Base 0.8.4
+ dbi_driver_get_date_compiled@Base 0.8.4
+ dbi_driver_get_description@Base 0.8.4
+ dbi_driver_get_filename@Base 0.8.4
+ dbi_driver_get_instance@Base 0.9.0
+ dbi_driver_get_maintainer@Base 0.8.4
+ dbi_driver_get_name@Base 0.8.4
+ dbi_driver_get_url@Base 0.8.4
+ dbi_driver_get_version@Base 0.8.4
+ dbi_driver_is_reserved_word@Base 0.8.4
+ dbi_driver_list@Base 0.8.4
+ dbi_driver_list_r@Base 0.9.0
+ dbi_driver_open@Base 0.8.4
+ dbi_driver_open_r@Base 0.9.0
+ dbi_driver_quote_string@Base 0.8.4
+ dbi_driver_quote_string_copy@Base 0.8.4
+ dbi_driver_specific_function@Base 0.8.4
+ dbi_initialize@Base 0.8.4
+ dbi_initialize_r@Base 0.9.0
+ dbi_result_bind_binary@Base 0.8.4
+ dbi_result_bind_binary_copy@Base 0.8.4
+ dbi_result_bind_char@Base 0.8.4
+ dbi_result_bind_datetime@Base 0.8.4
+ dbi_result_bind_double@Base 0.8.4
+ dbi_result_bind_fields@Base 0.8.4
+ dbi_result_bind_float@Base 0.8.4
+ dbi_result_bind_int@Base 0.8.4
+ dbi_result_bind_long@Base 0.8.4
+ dbi_result_bind_longlong@Base 0.8.4
+ dbi_result_bind_short@Base 0.8.4
+ dbi_result_bind_string@Base 0.8.4
+ dbi_result_bind_string_copy@Base 0.8.4
+ dbi_result_bind_uchar@Base 0.8.4
+ dbi_result_bind_uint@Base 0.8.4
+ dbi_result_bind_ulong@Base 0.8.4
+ dbi_result_bind_ulonglong@Base 0.8.4
+ dbi_result_bind_ushort@Base 0.8.4
+ dbi_result_disjoin@Base 0.8.4
+ dbi_result_field_is_null@Base 0.8.4
+ dbi_result_field_is_null_idx@Base 0.8.4
+ dbi_result_first_row@Base 0.8.4
+ dbi_result_free@Base 0.8.4
+ dbi_result_get_as_longlong@Base 0.9.0
+ dbi_result_get_as_longlong_idx@Base 0.9.0
+ dbi_result_get_as_string_copy@Base 0.9.0
+ dbi_result_get_as_string_copy_idx@Base 0.9.0
+ dbi_result_get_binary@Base 0.8.4
+ dbi_result_get_binary_copy@Base 0.8.4
+ dbi_result_get_binary_copy_idx@Base 0.8.4
+ dbi_result_get_binary_idx@Base 0.8.4
+ dbi_result_get_char@Base 0.8.4
+ dbi_result_get_char_idx@Base 0.8.4
+ dbi_result_get_conn@Base 0.8.4
+ dbi_result_get_currow@Base 0.8.4
+ dbi_result_get_datetime@Base 0.8.4
+ dbi_result_get_datetime_idx@Base 0.8.4
+ dbi_result_get_double@Base 0.8.4
+ dbi_result_get_double_idx@Base 0.8.4
+ dbi_result_get_field_attrib@Base 0.8.4
+ dbi_result_get_field_attrib_idx@Base 0.8.4
+ dbi_result_get_field_attribs@Base 0.8.4
+ dbi_result_get_field_attribs_idx@Base 0.8.4
+ dbi_result_get_field_idx@Base 0.8.4
+ dbi_result_get_field_length@Base 0.8.4
+ dbi_result_get_field_length_idx@Base 0.8.4
+ dbi_result_get_field_name@Base 0.8.4
+ dbi_result_get_field_size@Base 0.8.4
+ dbi_result_get_field_size_idx@Base 0.8.4
+ dbi_result_get_field_type@Base 0.8.4
+ dbi_result_get_field_type_idx@Base 0.8.4
+ dbi_result_get_fields@Base 0.8.4
+ dbi_result_get_float@Base 0.8.4
+ dbi_result_get_float_idx@Base 0.8.4
+ dbi_result_get_int@Base 0.8.4
+ dbi_result_get_int_idx@Base 0.8.4
+ dbi_result_get_long@Base 0.8.4
+ dbi_result_get_long_idx@Base 0.8.4
+ dbi_result_get_longlong@Base 0.8.4
+ dbi_result_get_longlong_idx@Base 0.8.4
+ dbi_result_get_numfields@Base 0.8.4
+ dbi_result_get_numrows@Base 0.8.4
+ dbi_result_get_numrows_affected@Base 0.8.4
+ dbi_result_get_short@Base 0.8.4
+ dbi_result_get_short_idx@Base 0.8.4
+ dbi_result_get_string@Base 0.8.4
+ dbi_result_get_string_copy@Base 0.8.4
+ dbi_result_get_string_copy_idx@Base 0.8.4
+ dbi_result_get_string_idx@Base 0.8.4
+ dbi_result_get_uchar@Base 0.8.4
+ dbi_result_get_uchar_idx@Base 0.8.4
+ dbi_result_get_uint@Base 0.8.4
+ dbi_result_get_uint_idx@Base 0.8.4
+ dbi_result_get_ulong@Base 0.8.4
+ dbi_result_get_ulong_idx@Base 0.8.4
+ dbi_result_get_ulonglong@Base 0.8.4
+ dbi_result_get_ulonglong_idx@Base 0.8.4
+ dbi_result_get_ushort@Base 0.8.4
+ dbi_result_get_ushort_idx@Base 0.8.4
+ dbi_result_has_next_row@Base 0.8.4
+ dbi_result_has_prev_row@Base 0.8.4
+ dbi_result_last_row@Base 0.8.4
+ dbi_result_next_row@Base 0.8.4
+ dbi_result_prev_row@Base 0.8.4
+ dbi_result_seek_row@Base 0.8.4
+ dbi_set_verbosity@Base 0.8.4
+ dbi_set_verbosity_r@Base 0.9.0
+ dbi_shutdown@Base 0.8.4
+ dbi_shutdown_r@Base 0.9.0
+ dbi_version@Base 0.8.4
+ dbi_version_numeric@Base 0.9.0

--- End Message ---
--- Begin Message ---
Source: libdbi
Source-Version: 0.9.0-6.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libdbi, 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 libdbi 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: Wed, 28 Feb 2024 10:44:45 +0000
Source: libdbi
Architecture: source
Version: 0.9.0-6.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062269
Changes:
 libdbi (0.9.0-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062269
Checksums-Sha1:
 95a9c1662305cc2146d0975b2ac6c2ef82d6c219 1937 libdbi_0.9.0-6.1.dsc
 cc63bef38b7752714c06ea1ef550c4baafb7981d 7992 libdbi_0.9.0-6.1.debian.tar.xz
 fe0172a5611eb268e296fccc2094ab3fe22b2bef 8678 libdbi_0.9.0-6.1_source.buildinfo
Checksums-Sha256:
 7e076cb11fd63e735dacd3b4f45bac0032dfa048d2b1b06be735e90d07af0561 1937 
libdbi_0.9.0-6.1.dsc
 237830435d5ee02e8f834ee7ae9d2a22e46bbbc05650d3f46813d1d73148c439 7992 
libdbi_0.9.0-6.1.debian.tar.xz
 5fee22b6e219be846d97929c7ddda90383ec37e1d4296aa8bc04a4ff43693fad 8678 
libdbi_0.9.0-6.1_source.buildinfo
Files:
 85a44d00a85ae490ff5009cccdc5e1e7 1937 libs optional libdbi_0.9.0-6.1.dsc
 de74229fe43b4582d109ac8c7c91f978 7992 libs optional 
libdbi_0.9.0-6.1.debian.tar.xz
 5522813eee4e6f634782354e34a610e8 8678 libs optional 
libdbi_0.9.0-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfDrAACgkQFZ61xO/I
d0wmbRAAr/IjKIUCzlWrruLNpFGHtTVzsDCnvh9gtCx2IoFnGK0FwxwHY8xXZz9x
RcU2cm9EMTsfeEcUQXMo6Z405HF5X8nmXPVfhkVvVj0KZhwvKM92NNuJIFkib+Nb
bxaBE/8LKUuUvXWIH+Y1Dl076tJPFYaq4UCMqzIKwI2JwAuBfQn3HQq9yF0xirYA
XoLuAGbaT3D4O3jnSXF8I1p6nVzdWi0dNChpKwfbSQitdEDTdYDM7X3ACI6aZf7c
PSvRtCyCEC8pIFpbf/kBefpvk4xCk3wilmEAkiYVYoQ/k2+GoqaaZ4pL8eKv3Qy2
FsB9SfNIUdjyxAqGfjal0Boca5n9QFV3ExTl/bz3SGAZkVmoyeYm8+LigQawRYlp
j0ohv3xzFl3GofQIgd9n62K4B37ponLQpcpG6IHC1YcHZCz2N5qWBsE6p/AyVyoL
ymFfazV9h69y48CaxC/y5sx0hL5NnvFk8njjlaMDRnIT9bUeLE1eKDx7GZnVjAHi
D15uFLhDXNK/Xt7T4+mwx6mHl3oVoR51Zm1bFJRcoSL/xcvYjmK+HxvCFftPlzZC
ruaeoGFSDDJZ1K+iNq9ogV0eaRsWBfI6PRo4pRr39S95A4F/h1u1E7dFfKH+ahK5
x5W/MfBFk+t8vcRMMzrK1/BzwpXQK7iBJmHpxChVCpiSHfQ7gKE=
=oC7c
-----END PGP SIGNATURE-----

Attachment: pgpfM096aA562.pgp
Description: PGP signature


--- End Message ---

Reply via email to