Your message dated Wed, 28 Feb 2024 12:11:48 +0000
with message-id <[email protected]>
and subject line Bug#1062287: fixed in libevt 20200926-1.1
has caused the Debian Bug report #1062287,
regarding libevt: 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.)


-- 
1062287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062287
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libevt
Version: 20200926-1
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
libevt 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 libevt
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 libevt-20200926/debian/changelog libevt-20200926/debian/changelog
--- libevt-20200926/debian/changelog    2021-02-02 14:56:59.000000000 +0000
+++ libevt-20200926/debian/changelog    2024-02-01 00:14:44.000000000 +0000
@@ -1,3 +1,10 @@
+libevt (20200926-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 00:14:44 +0000
+
 libevt (20200926-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru libevt-20200926/debian/control libevt-20200926/debian/control
--- libevt-20200926/debian/control      2021-02-02 14:56:59.000000000 +0000
+++ libevt-20200926/debian/control      2024-02-01 00:14:44.000000000 +0000
@@ -14,13 +14,16 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libevt1 (= ${binary:Version})
+ libevt1t64 (= ${binary:Version})
 Description: Windows Event Log (EVT) format access library -- development files
  libevt is a library to access the Windows Event Log (EVT) format.
  .
  This package includes the development support files.
 
-Package: libevt1
+Package: libevt1t64
+Provides: ${t64:Provides}
+Replaces: libevt1
+Breaks: libevt1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends},
@@ -35,7 +38,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libevt1,
+ libevt1t64,
 Description: Windows Event Log (EVT) format access library -- Utilities
  libevt is a library to access the Windows Event Log (EVT) format.
  .
@@ -45,7 +48,7 @@
 Package: python3-libevt
 Section: python
 Architecture: any
-Depends: libevt1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
${python3:Depends}
+Depends: libevt1t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
${python3:Depends}
 Multi-Arch: same
 Description: Windows Event Log (EVT) format access library -- Python 3 bindings
  libevt is a library to access the Windows Event Log (EVT) format.
diff -Nru libevt-20200926/debian/libevt1.install 
libevt-20200926/debian/libevt1.install
--- libevt-20200926/debian/libevt1.install      2021-02-02 14:56:59.000000000 
+0000
+++ libevt-20200926/debian/libevt1.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*-*/lib*.so.*
diff -Nru libevt-20200926/debian/libevt1.symbols 
libevt-20200926/debian/libevt1.symbols
--- libevt-20200926/debian/libevt1.symbols      2021-02-02 14:56:59.000000000 
+0000
+++ libevt-20200926/debian/libevt1.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,165 +0,0 @@
-libevt.so.1 libevt1 #MINVER#
-* Build-Depends-Package: libvert-dev
- (optional|regex)^libcdata_.* 0
- (optional|regex)^libcerror_.* 0
- (optional|regex)^libcfile_.* 0
- (optional|regex)^libclocale_.* 0
- (optional|regex)^libcnotify_.* 0
- (optional|regex)^libcpath_.* 0
- (optional|regex)^libcsplit_.* 0
- (optional|regex)^libcthreads_.* 0
- (optional|regex)^libfcache_.* 0
- (optional|regex)^libfdata_.* 0
- (optional|regex)^libfdatetime_.* 0
- (optional|regex)^libfguid_.* 0
- (optional|regex)^libfwnt_.* 0
- (optional|regex)^libuna_.* 0
- evt_end_of_file_record_signature1@Base 20150105
- evt_end_of_file_record_signature2@Base 20150105
- evt_end_of_file_record_signature3@Base 20150105
- evt_end_of_file_record_signature4@Base 20150105
- evt_file_signature@Base 20150105
- libevt_check_file_signature@Base 20150105
- libevt_check_file_signature_file_io_handle@Base 20150105
- libevt_end_of_file_record_free@Base 20200926
- libevt_end_of_file_record_initialize@Base 20200926
- libevt_end_of_file_record_read_data@Base 20200926
- libevt_error_backtrace_fprint@Base 20150105
- libevt_error_backtrace_sprint@Base 20150105
- libevt_error_fprint@Base 20150105
- libevt_error_free@Base 20150105
- libevt_error_sprint@Base 20150105
- libevt_event_record_free@Base 20200926
- libevt_event_record_get_creation_time@Base 20200926
- libevt_event_record_get_data@Base 20200926
- libevt_event_record_get_data_size@Base 20200926
- libevt_event_record_get_event_category@Base 20200926
- libevt_event_record_get_event_identifier@Base 20200926
- libevt_event_record_get_event_type@Base 20200926
- libevt_event_record_get_last_written_time@Base 20200926
- libevt_event_record_get_number_of_strings@Base 20200926
- libevt_event_record_get_record_number@Base 20200926
- libevt_event_record_get_utf16_computer_name@Base 20200926
- libevt_event_record_get_utf16_computer_name_size@Base 20200926
- libevt_event_record_get_utf16_source_name@Base 20200926
- libevt_event_record_get_utf16_source_name_size@Base 20200926
- libevt_event_record_get_utf16_string@Base 20200926
- libevt_event_record_get_utf16_string_size@Base 20200926
- libevt_event_record_get_utf16_user_security_identifier@Base 20200926
- libevt_event_record_get_utf16_user_security_identifier_size@Base 20200926
- libevt_event_record_get_utf8_computer_name@Base 20200926
- libevt_event_record_get_utf8_computer_name_size@Base 20200926
- libevt_event_record_get_utf8_source_name@Base 20200926
- libevt_event_record_get_utf8_source_name_size@Base 20200926
- libevt_event_record_get_utf8_string@Base 20200926
- libevt_event_record_get_utf8_string_size@Base 20200926
- libevt_event_record_get_utf8_user_security_identifier@Base 20200926
- libevt_event_record_get_utf8_user_security_identifier_size@Base 20200926
- libevt_event_record_initialize@Base 20200926
- libevt_event_record_read_data@Base 20200926
- libevt_file_close@Base 20150105
- libevt_file_free@Base 20150105
- libevt_file_get_ascii_codepage@Base 20150105
- libevt_file_get_flags@Base 20150105
- libevt_file_get_format_version@Base 20180317
- libevt_file_get_number_of_records@Base 20150105
- libevt_file_get_number_of_recovered_records@Base 20150105
- libevt_file_get_record@Base 20150105
- libevt_file_get_record_by_index@Base 20181227
- libevt_file_get_recovered_record@Base 20150105
- libevt_file_get_recovered_record_by_index@Base 20181227
- libevt_file_get_version@Base 20150105
- libevt_file_header_free@Base 20200926
- libevt_file_header_initialize@Base 20200926
- libevt_file_header_read_data@Base 20200926
- libevt_file_header_read_file_io_handle@Base 20200926
- libevt_file_initialize@Base 20150105
- libevt_file_is_corrupted@Base 20150105
- libevt_file_open@Base 20150105
- libevt_file_open_file_io_handle@Base 20150105
- libevt_file_open_read@Base 20150105
- libevt_file_set_ascii_codepage@Base 20150105
- libevt_file_signal_abort@Base 20150105
- libevt_get_access_flags_read@Base 20150105
- libevt_get_codepage@Base 20150105
- libevt_get_version@Base 20150105
- libevt_io_handle_clear@Base 20150105
- libevt_io_handle_end_of_file_record_scan@Base 20150105
- libevt_io_handle_event_record_scan@Base 20150105
- libevt_io_handle_free@Base 20150105
- libevt_io_handle_initialize@Base 20150105
- libevt_io_handle_read_records@Base 20150105
- libevt_io_handle_recover_records@Base 20150105
- libevt_notify_set_stream@Base 20150105
- libevt_notify_set_verbose@Base 20150105
- libevt_notify_stream_close@Base 20150105
- libevt_notify_stream_open@Base 20150105
- libevt_record_free@Base 20150105
- libevt_record_get_creation_time@Base 20150105
- libevt_record_get_data@Base 20150105
- libevt_record_get_data_size@Base 20150105
- libevt_record_get_event_category@Base 20150105
- libevt_record_get_event_identifier@Base 20150105
- libevt_record_get_event_type@Base 20150105
- libevt_record_get_identifier@Base 20150105
- libevt_record_get_number_of_strings@Base 20150105
- libevt_record_get_offset@Base 20150105
- libevt_record_get_utf16_computer_name@Base 20150105
- libevt_record_get_utf16_computer_name_size@Base 20150105
- libevt_record_get_utf16_source_name@Base 20150105
- libevt_record_get_utf16_source_name_size@Base 20150105
- libevt_record_get_utf16_string@Base 20150105
- libevt_record_get_utf16_string_size@Base 20150105
- libevt_record_get_utf16_user_security_identifier@Base 20150105
- libevt_record_get_utf16_user_security_identifier_size@Base 20150105
- libevt_record_get_utf8_computer_name@Base 20150105
- libevt_record_get_utf8_computer_name_size@Base 20150105
- libevt_record_get_utf8_source_name@Base 20150105
- libevt_record_get_utf8_source_name_size@Base 20150105
- libevt_record_get_utf8_string@Base 20150105
- libevt_record_get_utf8_string_size@Base 20150105
- libevt_record_get_utf8_user_security_identifier@Base 20150105
- libevt_record_get_utf8_user_security_identifier_size@Base 20150105
- libevt_record_get_written_time@Base 20150105
- libevt_record_initialize@Base 20150105
- libevt_record_values_free@Base 20150105
- libevt_record_values_get_creation_time@Base 20200926
- libevt_record_values_get_data@Base 20200926
- libevt_record_values_get_data_size@Base 20200926
- libevt_record_values_get_event_category@Base 20200926
- libevt_record_values_get_event_identifier@Base 20200926
- libevt_record_values_get_event_type@Base 20200926
- libevt_record_values_get_number@Base 20200926
- libevt_record_values_get_number_of_strings@Base 20200926
- libevt_record_values_get_offset@Base 20200926
- libevt_record_values_get_type@Base 20150105
- libevt_record_values_get_utf16_computer_name@Base 20200926
- libevt_record_values_get_utf16_computer_name_size@Base 20200926
- libevt_record_values_get_utf16_source_name@Base 20200926
- libevt_record_values_get_utf16_source_name_size@Base 20200926
- libevt_record_values_get_utf16_string@Base 20200926
- libevt_record_values_get_utf16_string_size@Base 20200926
- libevt_record_values_get_utf16_user_security_identifier@Base 20200926
- libevt_record_values_get_utf16_user_security_identifier_size@Base 20200926
- libevt_record_values_get_utf8_computer_name@Base 20200926
- libevt_record_values_get_utf8_computer_name_size@Base 20200926
- libevt_record_values_get_utf8_source_name@Base 20200926
- libevt_record_values_get_utf8_source_name_size@Base 20200926
- libevt_record_values_get_utf8_string@Base 20200926
- libevt_record_values_get_utf8_string_size@Base 20200926
- libevt_record_values_get_utf8_user_security_identifier@Base 20200926
- libevt_record_values_get_utf8_user_security_identifier_size@Base 20200926
- libevt_record_values_get_written_time@Base 20200926
- libevt_record_values_initialize@Base 20150105
- libevt_record_values_read_element_data@Base 20150105
- libevt_record_values_read_event@Base 20150105
- libevt_record_values_read_file_io_handle@Base 20200926
- libevt_set_codepage@Base 20150105
- libevt_strings_array_free@Base 20200926
- libevt_strings_array_get_number_of_strings@Base 20200926
- libevt_strings_array_get_utf16_string@Base 20200926
- libevt_strings_array_get_utf16_string_size@Base 20200926
- libevt_strings_array_get_utf8_string@Base 20200926
- libevt_strings_array_get_utf8_string_size@Base 20200926
- libevt_strings_array_initialize@Base 20200926
- libevt_strings_array_read_data@Base 20200926
diff -Nru libevt-20200926/debian/libevt1t64.install 
libevt-20200926/debian/libevt1t64.install
--- libevt-20200926/debian/libevt1t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ libevt-20200926/debian/libevt1t64.install   2021-02-02 14:56:59.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*-*/lib*.so.*
diff -Nru libevt-20200926/debian/libevt1t64.lintian-overrides 
libevt-20200926/debian/libevt1t64.lintian-overrides
--- libevt-20200926/debian/libevt1t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libevt-20200926/debian/libevt1t64.lintian-overrides 2024-02-01 
00:14:44.000000000 +0000
@@ -0,0 +1 @@
+libevt1t64: package-name-doesnt-match-sonames libevt1
diff -Nru libevt-20200926/debian/libevt1t64.symbols 
libevt-20200926/debian/libevt1t64.symbols
--- libevt-20200926/debian/libevt1t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ libevt-20200926/debian/libevt1t64.symbols   2024-02-01 00:14:44.000000000 
+0000
@@ -0,0 +1,165 @@
+libevt.so.1 libevt1t64 #MINVER#
+* Build-Depends-Package: libvert-dev
+ (optional|regex)^libcdata_.* 0
+ (optional|regex)^libcerror_.* 0
+ (optional|regex)^libcfile_.* 0
+ (optional|regex)^libclocale_.* 0
+ (optional|regex)^libcnotify_.* 0
+ (optional|regex)^libcpath_.* 0
+ (optional|regex)^libcsplit_.* 0
+ (optional|regex)^libcthreads_.* 0
+ (optional|regex)^libfcache_.* 0
+ (optional|regex)^libfdata_.* 0
+ (optional|regex)^libfdatetime_.* 0
+ (optional|regex)^libfguid_.* 0
+ (optional|regex)^libfwnt_.* 0
+ (optional|regex)^libuna_.* 0
+ evt_end_of_file_record_signature1@Base 20150105
+ evt_end_of_file_record_signature2@Base 20150105
+ evt_end_of_file_record_signature3@Base 20150105
+ evt_end_of_file_record_signature4@Base 20150105
+ evt_file_signature@Base 20150105
+ libevt_check_file_signature@Base 20150105
+ libevt_check_file_signature_file_io_handle@Base 20150105
+ libevt_end_of_file_record_free@Base 20200926
+ libevt_end_of_file_record_initialize@Base 20200926
+ libevt_end_of_file_record_read_data@Base 20200926
+ libevt_error_backtrace_fprint@Base 20150105
+ libevt_error_backtrace_sprint@Base 20150105
+ libevt_error_fprint@Base 20150105
+ libevt_error_free@Base 20150105
+ libevt_error_sprint@Base 20150105
+ libevt_event_record_free@Base 20200926
+ libevt_event_record_get_creation_time@Base 20200926
+ libevt_event_record_get_data@Base 20200926
+ libevt_event_record_get_data_size@Base 20200926
+ libevt_event_record_get_event_category@Base 20200926
+ libevt_event_record_get_event_identifier@Base 20200926
+ libevt_event_record_get_event_type@Base 20200926
+ libevt_event_record_get_last_written_time@Base 20200926
+ libevt_event_record_get_number_of_strings@Base 20200926
+ libevt_event_record_get_record_number@Base 20200926
+ libevt_event_record_get_utf16_computer_name@Base 20200926
+ libevt_event_record_get_utf16_computer_name_size@Base 20200926
+ libevt_event_record_get_utf16_source_name@Base 20200926
+ libevt_event_record_get_utf16_source_name_size@Base 20200926
+ libevt_event_record_get_utf16_string@Base 20200926
+ libevt_event_record_get_utf16_string_size@Base 20200926
+ libevt_event_record_get_utf16_user_security_identifier@Base 20200926
+ libevt_event_record_get_utf16_user_security_identifier_size@Base 20200926
+ libevt_event_record_get_utf8_computer_name@Base 20200926
+ libevt_event_record_get_utf8_computer_name_size@Base 20200926
+ libevt_event_record_get_utf8_source_name@Base 20200926
+ libevt_event_record_get_utf8_source_name_size@Base 20200926
+ libevt_event_record_get_utf8_string@Base 20200926
+ libevt_event_record_get_utf8_string_size@Base 20200926
+ libevt_event_record_get_utf8_user_security_identifier@Base 20200926
+ libevt_event_record_get_utf8_user_security_identifier_size@Base 20200926
+ libevt_event_record_initialize@Base 20200926
+ libevt_event_record_read_data@Base 20200926
+ libevt_file_close@Base 20150105
+ libevt_file_free@Base 20150105
+ libevt_file_get_ascii_codepage@Base 20150105
+ libevt_file_get_flags@Base 20150105
+ libevt_file_get_format_version@Base 20180317
+ libevt_file_get_number_of_records@Base 20150105
+ libevt_file_get_number_of_recovered_records@Base 20150105
+ libevt_file_get_record@Base 20150105
+ libevt_file_get_record_by_index@Base 20181227
+ libevt_file_get_recovered_record@Base 20150105
+ libevt_file_get_recovered_record_by_index@Base 20181227
+ libevt_file_get_version@Base 20150105
+ libevt_file_header_free@Base 20200926
+ libevt_file_header_initialize@Base 20200926
+ libevt_file_header_read_data@Base 20200926
+ libevt_file_header_read_file_io_handle@Base 20200926
+ libevt_file_initialize@Base 20150105
+ libevt_file_is_corrupted@Base 20150105
+ libevt_file_open@Base 20150105
+ libevt_file_open_file_io_handle@Base 20150105
+ libevt_file_open_read@Base 20150105
+ libevt_file_set_ascii_codepage@Base 20150105
+ libevt_file_signal_abort@Base 20150105
+ libevt_get_access_flags_read@Base 20150105
+ libevt_get_codepage@Base 20150105
+ libevt_get_version@Base 20150105
+ libevt_io_handle_clear@Base 20150105
+ libevt_io_handle_end_of_file_record_scan@Base 20150105
+ libevt_io_handle_event_record_scan@Base 20150105
+ libevt_io_handle_free@Base 20150105
+ libevt_io_handle_initialize@Base 20150105
+ libevt_io_handle_read_records@Base 20150105
+ libevt_io_handle_recover_records@Base 20150105
+ libevt_notify_set_stream@Base 20150105
+ libevt_notify_set_verbose@Base 20150105
+ libevt_notify_stream_close@Base 20150105
+ libevt_notify_stream_open@Base 20150105
+ libevt_record_free@Base 20150105
+ libevt_record_get_creation_time@Base 20150105
+ libevt_record_get_data@Base 20150105
+ libevt_record_get_data_size@Base 20150105
+ libevt_record_get_event_category@Base 20150105
+ libevt_record_get_event_identifier@Base 20150105
+ libevt_record_get_event_type@Base 20150105
+ libevt_record_get_identifier@Base 20150105
+ libevt_record_get_number_of_strings@Base 20150105
+ libevt_record_get_offset@Base 20150105
+ libevt_record_get_utf16_computer_name@Base 20150105
+ libevt_record_get_utf16_computer_name_size@Base 20150105
+ libevt_record_get_utf16_source_name@Base 20150105
+ libevt_record_get_utf16_source_name_size@Base 20150105
+ libevt_record_get_utf16_string@Base 20150105
+ libevt_record_get_utf16_string_size@Base 20150105
+ libevt_record_get_utf16_user_security_identifier@Base 20150105
+ libevt_record_get_utf16_user_security_identifier_size@Base 20150105
+ libevt_record_get_utf8_computer_name@Base 20150105
+ libevt_record_get_utf8_computer_name_size@Base 20150105
+ libevt_record_get_utf8_source_name@Base 20150105
+ libevt_record_get_utf8_source_name_size@Base 20150105
+ libevt_record_get_utf8_string@Base 20150105
+ libevt_record_get_utf8_string_size@Base 20150105
+ libevt_record_get_utf8_user_security_identifier@Base 20150105
+ libevt_record_get_utf8_user_security_identifier_size@Base 20150105
+ libevt_record_get_written_time@Base 20150105
+ libevt_record_initialize@Base 20150105
+ libevt_record_values_free@Base 20150105
+ libevt_record_values_get_creation_time@Base 20200926
+ libevt_record_values_get_data@Base 20200926
+ libevt_record_values_get_data_size@Base 20200926
+ libevt_record_values_get_event_category@Base 20200926
+ libevt_record_values_get_event_identifier@Base 20200926
+ libevt_record_values_get_event_type@Base 20200926
+ libevt_record_values_get_number@Base 20200926
+ libevt_record_values_get_number_of_strings@Base 20200926
+ libevt_record_values_get_offset@Base 20200926
+ libevt_record_values_get_type@Base 20150105
+ libevt_record_values_get_utf16_computer_name@Base 20200926
+ libevt_record_values_get_utf16_computer_name_size@Base 20200926
+ libevt_record_values_get_utf16_source_name@Base 20200926
+ libevt_record_values_get_utf16_source_name_size@Base 20200926
+ libevt_record_values_get_utf16_string@Base 20200926
+ libevt_record_values_get_utf16_string_size@Base 20200926
+ libevt_record_values_get_utf16_user_security_identifier@Base 20200926
+ libevt_record_values_get_utf16_user_security_identifier_size@Base 20200926
+ libevt_record_values_get_utf8_computer_name@Base 20200926
+ libevt_record_values_get_utf8_computer_name_size@Base 20200926
+ libevt_record_values_get_utf8_source_name@Base 20200926
+ libevt_record_values_get_utf8_source_name_size@Base 20200926
+ libevt_record_values_get_utf8_string@Base 20200926
+ libevt_record_values_get_utf8_string_size@Base 20200926
+ libevt_record_values_get_utf8_user_security_identifier@Base 20200926
+ libevt_record_values_get_utf8_user_security_identifier_size@Base 20200926
+ libevt_record_values_get_written_time@Base 20200926
+ libevt_record_values_initialize@Base 20150105
+ libevt_record_values_read_element_data@Base 20150105
+ libevt_record_values_read_event@Base 20150105
+ libevt_record_values_read_file_io_handle@Base 20200926
+ libevt_set_codepage@Base 20150105
+ libevt_strings_array_free@Base 20200926
+ libevt_strings_array_get_number_of_strings@Base 20200926
+ libevt_strings_array_get_utf16_string@Base 20200926
+ libevt_strings_array_get_utf16_string_size@Base 20200926
+ libevt_strings_array_get_utf8_string@Base 20200926
+ libevt_strings_array_get_utf8_string_size@Base 20200926
+ libevt_strings_array_initialize@Base 20200926
+ libevt_strings_array_read_data@Base 20200926

--- End Message ---
--- Begin Message ---
Source: libevt
Source-Version: 20200926-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libevt, 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 libevt 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 11:44:45 +0000
Source: libevt
Architecture: source
Version: 20200926-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062287
Changes:
 libevt (20200926-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062287
Checksums-Sha1:
 2e8132f59fcd54b8485a79b0f7c60594f1276a2c 2177 libevt_20200926-1.1.dsc
 0ea50d36fcff6a273fe1317cc1e2473458667aa1 4768 libevt_20200926-1.1.debian.tar.xz
 6703ad5b60b26822ddca2e47b9e5301cdc0b8410 7220 
libevt_20200926-1.1_source.buildinfo
Checksums-Sha256:
 7750c4a7760d9b3a2f60f73040ab7c7f65fd93acb872bcef4b1104d267530a18 2177 
libevt_20200926-1.1.dsc
 647c18bc40079165ee11d9b56e91989f695336cb9cd48b7268b708eb82f179bc 4768 
libevt_20200926-1.1.debian.tar.xz
 3f2d1876a875d0a9fa4be2736c9ce5e624869b0aabfc9e2694e39ab0c2235100 7220 
libevt_20200926-1.1_source.buildinfo
Files:
 52d589f94dbeb3c975d090778347e4e0 2177 libs optional libevt_20200926-1.1.dsc
 1f58a680641a41f922a20f59bb7b31be 4768 libs optional 
libevt_20200926-1.1.debian.tar.xz
 27ddcece964c611f91455cbc6045e4e7 7220 libs optional 
libevt_20200926-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfHNIACgkQFZ61xO/I
d0xfyw//cp6SfQQ2W4ZtOWkgP97ufgHnYsJHyiV6g3PXxVio7Ax1h3KOVX6y0srg
ukQfw7Dv/dvadVkJWvUEPF9pStWBrOuHH5XbrGNTeJO8rTawpB3ZN3JqlH22rROF
LvydFJL60YSjQBgFwvYEvQygrd/COItght+nNaUrz+knJIfE0ROWRsvTEWEeq+r2
vtHm6NTuPWjcHD8Teg1QsObjPIaGspaPig8OgAgw9FUPBGD2onXopcW5w0Hqcqzt
R9gN8tJgaTKM2cbfDsPrUHxVsXmVGDNoDp8lKYIuHrNWeH1tXuthvqNUn83wtY1O
b9byCIKWArYduWe8cb6jYdYyfCyz1LLDgru7LpHYIgcJDbjdzO6nYrcsRsTPfOXh
5E2u9ifGh5ViihJ/ttXkRdgKolZzX2frt6PJnHRwAVLJvUsLS7bWwuQnpv+Qu9fg
B9wVO1qfX0MDGX+dQ6dn6ory7t3N0PMn+cxB3R9F7SIcUQFrnPOW3+drPchY4BbQ
eYDnSXqE71dgtDwSF1QrIvBlnWhGFARs/wz9hyzW9MREqg4COjGjDuf1zfKHlPZQ
cvUZEBFYLJ6hl885agpM8DI6CS/C6gtsFJHb47iMQJ+5AwNUfEdF2TWH2EcG/vD0
ooGiUYj8CfXL/yl6CDtees5j8Im2XwJcvGzXgnnBSoZWkDkfQ00=
=CExi
-----END PGP SIGNATURE-----

Attachment: pgpQgGwGCy02Q.pgp
Description: PGP signature


--- End Message ---

Reply via email to