Your message dated Wed, 28 Feb 2024 03:35:40 +0000
with message-id <[email protected]>
and subject line Bug#1061926: fixed in audit 1:3.1.2-2.1
has caused the Debian Bug report #1061926,
regarding audit: 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.)


-- 
1061926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: audit
Version: 1:3.1.2-2
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
audit 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 audit
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-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 audit-3.1.2/debian/changelog audit-3.1.2/debian/changelog
--- audit-3.1.2/debian/changelog        2024-01-24 15:05:18.000000000 +0000
+++ audit-3.1.2/debian/changelog        2024-01-30 04:01:06.000000000 +0000
@@ -1,3 +1,10 @@
+audit (1:3.1.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Tue, 30 Jan 2024 04:01:06 +0000
+
 audit (1:3.1.2-2) unstable; urgency=medium
 
   [ Chris Hofstaedtler ]
diff -Nru audit-3.1.2/debian/control audit-3.1.2/debian/control
--- audit-3.1.2/debian/control  2024-01-24 15:05:18.000000000 +0000
+++ audit-3.1.2/debian/control  2024-01-30 04:01:06.000000000 +0000
@@ -41,7 +41,10 @@
  .
  Also contains the audit dispatcher "audisp".
 
-Package: libauparse0
+Package: libauparse0t64
+Provides: ${t64:Provides}
+Replaces: libauparse0
+Breaks: libauparse0 (<< ${source:Version})
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libaudit1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
@@ -63,7 +66,10 @@
  applications to use the audit framework. It is used to monitor systems for
  security related events.
 
-Package: libaudit1
+Package: libaudit1t64
+Provides: ${t64:Provides}
+Replaces: libaudit1
+Breaks: libaudit1 (<< ${source:Version})
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libaudit-common (>= ${source:Version}),
diff -Nru audit-3.1.2/debian/libaudit1.install 
audit-3.1.2/debian/libaudit1.install
--- audit-3.1.2/debian/libaudit1.install        2024-01-24 15:05:18.000000000 
+0000
+++ audit-3.1.2/debian/libaudit1.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libaudit.so.*
diff -Nru audit-3.1.2/debian/libaudit1.symbols 
audit-3.1.2/debian/libaudit1.symbols
--- audit-3.1.2/debian/libaudit1.symbols        2024-01-24 15:05:18.000000000 
+0000
+++ audit-3.1.2/debian/libaudit1.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,89 +0,0 @@
-libaudit.so.1 libaudit1 #MINVER#
-* Build-Depends-Package: libaudit-dev
- __audit_send@Base 1:2.8.2
- _audit_archadded@Base 1:2.2.1
- _audit_elf@Base 1:2.2.1
- _audit_exeadded@Base 1:2.5.1
- _audit_filterfsadded@Base 1:2.8
- _audit_permadded@Base 1:2.2.1
- _audit_syscalladded@Base 1:2.2.1
- audit_action_to_name@Base 1:2.2.1
- audit_add_rule_data@Base 1:2.2.1
- audit_add_watch@Base 1:2.2.1
- audit_add_watch_dir@Base 1:2.2.1
- audit_can_control@Base 1:2.6.1
- audit_can_read@Base 1:2.6.1
- audit_can_write@Base 1:2.6.1
- audit_close@Base 1:2.2.1
- audit_delete_rule_data@Base 1:2.2.1
- audit_detect_machine@Base 1:2.2.1
- audit_determine_machine@Base 1:2.3.6
- audit_elf_to_machine@Base 1:2.2.1
- audit_encode_nv_string@Base 1:2.2.1
- audit_encode_value@Base 1:2.2.1
- audit_errno_to_name@Base 1:2.2.1
- audit_field_to_name@Base 1:2.2.1
- audit_flag_to_name@Base 1:2.2.1
- audit_format_signal_info@Base 1:3.0~alpha9
- audit_fstype_to_name@Base 1:2.8
- audit_ftype_to_name@Base 1:2.2.1
- audit_get_features@Base 1:2.5.1
- audit_get_reply@Base 1:2.2.1
- audit_get_session@Base 1:2.7.7
- audit_getloginuid@Base 1:2.2.1
- audit_is_enabled@Base 1:2.2.1
- audit_log_acct_message@Base 1:2.2.1
- audit_log_semanage_message@Base 1:2.2.1
- audit_log_user_avc_message@Base 1:2.2.1
- audit_log_user_comm_message@Base 1:2.2.1
- audit_log_user_command@Base 1:2.2.1
- audit_log_user_message@Base 1:2.2.1
- audit_machine_to_elf@Base 1:2.2.1
- audit_machine_to_name@Base 1:2.2.1
- audit_make_equivalent@Base 1:2.2.1
- audit_msg@Base 1:2.2.1
- audit_msg_type_to_name@Base 1:2.2.1
- audit_name_to_action@Base 1:2.2.1
- audit_name_to_errno@Base 1:2.2.1
- audit_name_to_field@Base 1:2.2.1
- audit_name_to_flag@Base 1:2.2.1
- audit_name_to_fstype@Base 1:2.8
- audit_name_to_ftype@Base 1:2.2.1
- audit_name_to_machine@Base 1:2.2.1
- audit_name_to_msg_type@Base 1:2.2.1
- audit_name_to_syscall@Base 1:2.2.1
- audit_name_to_uringop@Base 1:3.1.1
- audit_number_to_errmsg@Base 1:2.2.1
- audit_open@Base 1:2.2.1
- audit_operator_to_symbol@Base 1:2.2.1
- audit_request_features@Base 1:2.4
- audit_request_rules_list_data@Base 1:2.2.1
- audit_request_signal_info@Base 1:2.2.1
- audit_request_status@Base 1:2.2.1
- audit_reset_backlog_wait_time_actual@Base 1:3.0
- audit_reset_lost@Base 1:2.7.7
- audit_rule_create_data@Base 1:3.0~alpha9
- audit_rule_fieldpair_data@Base 1:2.2.1
- audit_rule_free_data@Base 1:2.2.1
- audit_rule_init_data@Base 1:3.0~alpha9
- audit_rule_interfield_comp_data@Base 1:2.2.1
- audit_rule_io_uringbyname_data@Base 1:3.1.1
- audit_rule_syscall_data@Base 1:2.2.1
- audit_rule_syscallbyname_data@Base 1:2.2.1
- audit_send@Base 1:2.2.1
- audit_set_backlog_limit@Base 1:2.2.1
- audit_set_backlog_wait_time@Base 1:2.4.2
- audit_set_enabled@Base 1:2.2.1
- audit_set_failure@Base 1:2.2.1
- audit_set_feature@Base 1:2.4
- audit_set_loginuid_immutable@Base 1:2.4
- audit_set_pid@Base 1:2.2.1
- audit_set_rate_limit@Base 1:2.2.1
- audit_setloginuid@Base 1:2.2.1
- audit_syscall_to_name@Base 1:2.2.1
- audit_trim_subtrees@Base 1:2.2.1
- audit_update_watch_perms@Base 1:2.2.1
- audit_uringop_to_name@Base 1:3.1.1
- audit_value_needs_encoding@Base 1:2.2.1
- get_auditfail_action@Base 1:2.2.1
- set_aumessage_mode@Base 1:2.2.1
diff -Nru audit-3.1.2/debian/libaudit1t64.install 
audit-3.1.2/debian/libaudit1t64.install
--- audit-3.1.2/debian/libaudit1t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ audit-3.1.2/debian/libaudit1t64.install     2024-01-24 15:05:18.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libaudit.so.*
diff -Nru audit-3.1.2/debian/libaudit1t64.lintian-overrides 
audit-3.1.2/debian/libaudit1t64.lintian-overrides
--- audit-3.1.2/debian/libaudit1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ audit-3.1.2/debian/libaudit1t64.lintian-overrides   2024-01-30 
04:01:06.000000000 +0000
@@ -0,0 +1 @@
+libaudit1t64: package-name-doesnt-match-sonames libaudit1
diff -Nru audit-3.1.2/debian/libaudit1t64.symbols 
audit-3.1.2/debian/libaudit1t64.symbols
--- audit-3.1.2/debian/libaudit1t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ audit-3.1.2/debian/libaudit1t64.symbols     2024-01-30 04:01:06.000000000 
+0000
@@ -0,0 +1,89 @@
+libaudit.so.1 libaudit1t64 #MINVER#
+* Build-Depends-Package: libaudit-dev
+ __audit_send@Base 1:2.8.2
+ _audit_archadded@Base 1:2.2.1
+ _audit_elf@Base 1:2.2.1
+ _audit_exeadded@Base 1:2.5.1
+ _audit_filterfsadded@Base 1:2.8
+ _audit_permadded@Base 1:2.2.1
+ _audit_syscalladded@Base 1:2.2.1
+ audit_action_to_name@Base 1:2.2.1
+ audit_add_rule_data@Base 1:2.2.1
+ audit_add_watch@Base 1:2.2.1
+ audit_add_watch_dir@Base 1:2.2.1
+ audit_can_control@Base 1:2.6.1
+ audit_can_read@Base 1:2.6.1
+ audit_can_write@Base 1:2.6.1
+ audit_close@Base 1:2.2.1
+ audit_delete_rule_data@Base 1:2.2.1
+ audit_detect_machine@Base 1:2.2.1
+ audit_determine_machine@Base 1:2.3.6
+ audit_elf_to_machine@Base 1:2.2.1
+ audit_encode_nv_string@Base 1:2.2.1
+ audit_encode_value@Base 1:2.2.1
+ audit_errno_to_name@Base 1:2.2.1
+ audit_field_to_name@Base 1:2.2.1
+ audit_flag_to_name@Base 1:2.2.1
+ audit_format_signal_info@Base 1:3.0~alpha9
+ audit_fstype_to_name@Base 1:2.8
+ audit_ftype_to_name@Base 1:2.2.1
+ audit_get_features@Base 1:2.5.1
+ audit_get_reply@Base 1:2.2.1
+ audit_get_session@Base 1:2.7.7
+ audit_getloginuid@Base 1:2.2.1
+ audit_is_enabled@Base 1:2.2.1
+ audit_log_acct_message@Base 1:2.2.1
+ audit_log_semanage_message@Base 1:2.2.1
+ audit_log_user_avc_message@Base 1:2.2.1
+ audit_log_user_comm_message@Base 1:2.2.1
+ audit_log_user_command@Base 1:2.2.1
+ audit_log_user_message@Base 1:2.2.1
+ audit_machine_to_elf@Base 1:2.2.1
+ audit_machine_to_name@Base 1:2.2.1
+ audit_make_equivalent@Base 1:2.2.1
+ audit_msg@Base 1:2.2.1
+ audit_msg_type_to_name@Base 1:2.2.1
+ audit_name_to_action@Base 1:2.2.1
+ audit_name_to_errno@Base 1:2.2.1
+ audit_name_to_field@Base 1:2.2.1
+ audit_name_to_flag@Base 1:2.2.1
+ audit_name_to_fstype@Base 1:2.8
+ audit_name_to_ftype@Base 1:2.2.1
+ audit_name_to_machine@Base 1:2.2.1
+ audit_name_to_msg_type@Base 1:2.2.1
+ audit_name_to_syscall@Base 1:2.2.1
+ audit_name_to_uringop@Base 1:3.1.1
+ audit_number_to_errmsg@Base 1:2.2.1
+ audit_open@Base 1:2.2.1
+ audit_operator_to_symbol@Base 1:2.2.1
+ audit_request_features@Base 1:2.4
+ audit_request_rules_list_data@Base 1:2.2.1
+ audit_request_signal_info@Base 1:2.2.1
+ audit_request_status@Base 1:2.2.1
+ audit_reset_backlog_wait_time_actual@Base 1:3.0
+ audit_reset_lost@Base 1:2.7.7
+ audit_rule_create_data@Base 1:3.0~alpha9
+ audit_rule_fieldpair_data@Base 1:2.2.1
+ audit_rule_free_data@Base 1:2.2.1
+ audit_rule_init_data@Base 1:3.0~alpha9
+ audit_rule_interfield_comp_data@Base 1:2.2.1
+ audit_rule_io_uringbyname_data@Base 1:3.1.1
+ audit_rule_syscall_data@Base 1:2.2.1
+ audit_rule_syscallbyname_data@Base 1:2.2.1
+ audit_send@Base 1:2.2.1
+ audit_set_backlog_limit@Base 1:2.2.1
+ audit_set_backlog_wait_time@Base 1:2.4.2
+ audit_set_enabled@Base 1:2.2.1
+ audit_set_failure@Base 1:2.2.1
+ audit_set_feature@Base 1:2.4
+ audit_set_loginuid_immutable@Base 1:2.4
+ audit_set_pid@Base 1:2.2.1
+ audit_set_rate_limit@Base 1:2.2.1
+ audit_setloginuid@Base 1:2.2.1
+ audit_syscall_to_name@Base 1:2.2.1
+ audit_trim_subtrees@Base 1:2.2.1
+ audit_update_watch_perms@Base 1:2.2.1
+ audit_uringop_to_name@Base 1:3.1.1
+ audit_value_needs_encoding@Base 1:2.2.1
+ get_auditfail_action@Base 1:2.2.1
+ set_aumessage_mode@Base 1:2.2.1
diff -Nru audit-3.1.2/debian/libauparse0.install 
audit-3.1.2/debian/libauparse0.install
--- audit-3.1.2/debian/libauparse0.install      2024-01-24 15:05:18.000000000 
+0000
+++ audit-3.1.2/debian/libauparse0.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libauparse.so.*
diff -Nru audit-3.1.2/debian/libauparse0.symbols 
audit-3.1.2/debian/libauparse0.symbols
--- audit-3.1.2/debian/libauparse0.symbols      2024-01-24 15:05:18.000000000 
+0000
+++ audit-3.1.2/debian/libauparse0.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,84 +0,0 @@
-libauparse.so.0 libauparse0 #MINVER#
-* Build-Depends-Package: libauparse-dev
- _auparse_flush_caches@Base 1:3.0.5
- _auparse_free_interpretations@Base 1:2.6
- _auparse_load_interpretations@Base 1:2.6
- _auparse_lookup_interpretation@Base 1:2.6.1
- auparse_add_callback@Base 1:2.2.1
- auparse_destroy@Base 1:2.2.1
- auparse_destroy_ext@Base 1:2.7.7
- auparse_do_interpretation@Base 1:2.3.1
- auparse_feed@Base 1:2.2.1
- auparse_feed_age_events@Base 1:2.5.1
- auparse_feed_has_data@Base 1:2.2.2
- auparse_feed_has_ready_event@Base 1:3.0.5
- auparse_find_field@Base 1:2.2.1
- auparse_find_field_next@Base 1:2.2.1
- auparse_first_field@Base 1:2.2.1
- auparse_first_record@Base 1:2.2.1
- auparse_flush_feed@Base 1:2.2.1
- auparse_get_field_int@Base 1:2.2.1
- auparse_get_field_name@Base 1:2.2.1
- auparse_get_field_num@Base 1:2.7.7
- auparse_get_field_str@Base 1:2.2.1
- auparse_get_field_type@Base 1:2.2.1
- auparse_get_filename@Base 1:2.2.1
- auparse_get_line_number@Base 1:2.2.1
- auparse_get_milli@Base 1:2.2.1
- auparse_get_node@Base 1:2.2.1
- auparse_get_num_fields@Base 1:2.2.1
- auparse_get_num_records@Base 1:2.2.1
- auparse_get_record_interpretations@Base 1:2.6
- auparse_get_record_num@Base 1:2.7.7
- auparse_get_record_text@Base 1:2.2.1
- auparse_get_serial@Base 1:2.2.1
- auparse_get_time@Base 1:2.2.1
- auparse_get_timestamp@Base 1:2.2.1
- auparse_get_type@Base 1:2.2.1
- auparse_get_type_name@Base 1:2.3.4
- auparse_goto_field_num@Base 1:2.7.7
- auparse_goto_record_num@Base 1:2.2.1
- auparse_init@Base 1:2.2.1
- auparse_interp_adjust_type@Base 1:2.3.1
- auparse_interpret_field@Base 1:2.2.1
- auparse_interpret_realpath@Base 1:2.7.8
- auparse_interpret_sock_address@Base 1:2.8
- auparse_interpret_sock_family@Base 1:2.8
- auparse_interpret_sock_port@Base 1:2.8
- auparse_new_buffer@Base 1:3.0.5
- auparse_next_event@Base 1:2.2.1
- auparse_next_field@Base 1:2.2.1
- auparse_next_record@Base 1:2.2.1
- auparse_node_compare@Base 1:2.2.1
- auparse_normalize@Base 1:2.7.7
- auparse_normalize_get_action@Base 1:2.7.7
- auparse_normalize_get_event_kind@Base 1:2.7.7
- auparse_normalize_get_results@Base 1:2.7.7
- auparse_normalize_how@Base 1:2.7.7
- auparse_normalize_key@Base 1:2.7.7
- auparse_normalize_object_first_attribute@Base 1:2.7.7
- auparse_normalize_object_kind@Base 1:2.7.7
- auparse_normalize_object_next_attribute@Base 1:2.7.7
- auparse_normalize_object_primary2@Base 1:2.8
- auparse_normalize_object_primary@Base 1:2.7.7
- auparse_normalize_object_secondary@Base 1:2.7.7
- auparse_normalize_session@Base 1:2.7.7
- auparse_normalize_subject_first_attribute@Base 1:2.7.7
- auparse_normalize_subject_kind@Base 1:2.7.7
- auparse_normalize_subject_next_attribute@Base 1:2.7.7
- auparse_normalize_subject_primary@Base 1:2.7.7
- auparse_normalize_subject_secondary@Base 1:2.7.7
- auparse_reset@Base 1:2.2.1
- auparse_set_eoe_timeout@Base 1:3.0.5
- auparse_set_escape_mode@Base 1:2.4.4
- auparse_timestamp_compare@Base 1:2.2.1
- ausearch_add_expression@Base 1:2.2.1
- ausearch_add_interpreted_item@Base 1:2.2.1
- ausearch_add_item@Base 1:2.2.1
- ausearch_add_regex@Base 1:2.2.1
- ausearch_add_timestamp_item@Base 1:2.2.1
- ausearch_add_timestamp_item_ex@Base 1:2.4
- ausearch_clear@Base 1:2.2.1
- ausearch_next_event@Base 1:2.2.1
- ausearch_set_stop@Base 1:2.2.1
- find_config_change_object@Base 1:3.0.5
diff -Nru audit-3.1.2/debian/libauparse0t64.install 
audit-3.1.2/debian/libauparse0t64.install
--- audit-3.1.2/debian/libauparse0t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ audit-3.1.2/debian/libauparse0t64.install   2024-01-24 15:05:18.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libauparse.so.*
diff -Nru audit-3.1.2/debian/libauparse0t64.lintian-overrides 
audit-3.1.2/debian/libauparse0t64.lintian-overrides
--- audit-3.1.2/debian/libauparse0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ audit-3.1.2/debian/libauparse0t64.lintian-overrides 2024-01-30 
04:01:06.000000000 +0000
@@ -0,0 +1 @@
+libauparse0t64: package-name-doesnt-match-sonames libauparse0
diff -Nru audit-3.1.2/debian/libauparse0t64.symbols 
audit-3.1.2/debian/libauparse0t64.symbols
--- audit-3.1.2/debian/libauparse0t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ audit-3.1.2/debian/libauparse0t64.symbols   2024-01-30 04:01:06.000000000 
+0000
@@ -0,0 +1,84 @@
+libauparse.so.0 libauparse0t64 #MINVER#
+* Build-Depends-Package: libauparse-dev
+ _auparse_flush_caches@Base 1:3.0.5
+ _auparse_free_interpretations@Base 1:2.6
+ _auparse_load_interpretations@Base 1:2.6
+ _auparse_lookup_interpretation@Base 1:2.6.1
+ auparse_add_callback@Base 1:2.2.1
+ auparse_destroy@Base 1:2.2.1
+ auparse_destroy_ext@Base 1:2.7.7
+ auparse_do_interpretation@Base 1:2.3.1
+ auparse_feed@Base 1:2.2.1
+ auparse_feed_age_events@Base 1:2.5.1
+ auparse_feed_has_data@Base 1:2.2.2
+ auparse_feed_has_ready_event@Base 1:3.0.5
+ auparse_find_field@Base 1:2.2.1
+ auparse_find_field_next@Base 1:2.2.1
+ auparse_first_field@Base 1:2.2.1
+ auparse_first_record@Base 1:2.2.1
+ auparse_flush_feed@Base 1:2.2.1
+ auparse_get_field_int@Base 1:2.2.1
+ auparse_get_field_name@Base 1:2.2.1
+ auparse_get_field_num@Base 1:2.7.7
+ auparse_get_field_str@Base 1:2.2.1
+ auparse_get_field_type@Base 1:2.2.1
+ auparse_get_filename@Base 1:2.2.1
+ auparse_get_line_number@Base 1:2.2.1
+ auparse_get_milli@Base 1:2.2.1
+ auparse_get_node@Base 1:2.2.1
+ auparse_get_num_fields@Base 1:2.2.1
+ auparse_get_num_records@Base 1:2.2.1
+ auparse_get_record_interpretations@Base 1:2.6
+ auparse_get_record_num@Base 1:2.7.7
+ auparse_get_record_text@Base 1:2.2.1
+ auparse_get_serial@Base 1:2.2.1
+ auparse_get_time@Base 1:2.2.1
+ auparse_get_timestamp@Base 1:2.2.1
+ auparse_get_type@Base 1:2.2.1
+ auparse_get_type_name@Base 1:2.3.4
+ auparse_goto_field_num@Base 1:2.7.7
+ auparse_goto_record_num@Base 1:2.2.1
+ auparse_init@Base 1:2.2.1
+ auparse_interp_adjust_type@Base 1:2.3.1
+ auparse_interpret_field@Base 1:2.2.1
+ auparse_interpret_realpath@Base 1:2.7.8
+ auparse_interpret_sock_address@Base 1:2.8
+ auparse_interpret_sock_family@Base 1:2.8
+ auparse_interpret_sock_port@Base 1:2.8
+ auparse_new_buffer@Base 1:3.0.5
+ auparse_next_event@Base 1:2.2.1
+ auparse_next_field@Base 1:2.2.1
+ auparse_next_record@Base 1:2.2.1
+ auparse_node_compare@Base 1:2.2.1
+ auparse_normalize@Base 1:2.7.7
+ auparse_normalize_get_action@Base 1:2.7.7
+ auparse_normalize_get_event_kind@Base 1:2.7.7
+ auparse_normalize_get_results@Base 1:2.7.7
+ auparse_normalize_how@Base 1:2.7.7
+ auparse_normalize_key@Base 1:2.7.7
+ auparse_normalize_object_first_attribute@Base 1:2.7.7
+ auparse_normalize_object_kind@Base 1:2.7.7
+ auparse_normalize_object_next_attribute@Base 1:2.7.7
+ auparse_normalize_object_primary2@Base 1:2.8
+ auparse_normalize_object_primary@Base 1:2.7.7
+ auparse_normalize_object_secondary@Base 1:2.7.7
+ auparse_normalize_session@Base 1:2.7.7
+ auparse_normalize_subject_first_attribute@Base 1:2.7.7
+ auparse_normalize_subject_kind@Base 1:2.7.7
+ auparse_normalize_subject_next_attribute@Base 1:2.7.7
+ auparse_normalize_subject_primary@Base 1:2.7.7
+ auparse_normalize_subject_secondary@Base 1:2.7.7
+ auparse_reset@Base 1:2.2.1
+ auparse_set_eoe_timeout@Base 1:3.0.5
+ auparse_set_escape_mode@Base 1:2.4.4
+ auparse_timestamp_compare@Base 1:2.2.1
+ ausearch_add_expression@Base 1:2.2.1
+ ausearch_add_interpreted_item@Base 1:2.2.1
+ ausearch_add_item@Base 1:2.2.1
+ ausearch_add_regex@Base 1:2.2.1
+ ausearch_add_timestamp_item@Base 1:2.2.1
+ ausearch_add_timestamp_item_ex@Base 1:2.4
+ ausearch_clear@Base 1:2.2.1
+ ausearch_next_event@Base 1:2.2.1
+ ausearch_set_stop@Base 1:2.2.1
+ find_config_change_object@Base 1:3.0.5

--- End Message ---
--- Begin Message ---
Source: audit
Source-Version: 1:3.1.2-2.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
audit, 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.
Steve Langasek <[email protected]> (supplier of updated audit 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 03:02:13 +0000
Source: audit
Architecture: source
Version: 1:3.1.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061926
Changes:
 audit (1:3.1.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061926
Checksums-Sha1:
 f1918bd60d236d7c399a443bc2ad7893d95e74d2 2762 audit_3.1.2-2.1.dsc
 0afb2b8fd991594ae893af367b63f9595f4d9db2 18696 audit_3.1.2-2.1.debian.tar.xz
 1cf22d1b6091ea8d5ac00940180478ede82ac32b 8711 audit_3.1.2-2.1_source.buildinfo
Checksums-Sha256:
 da742208cdf29f867c2dac37075ae03b596f46b3e1534442e6197f2e91147db6 2762 
audit_3.1.2-2.1.dsc
 9660ada28d07bed94d34a4d8a0446881d927e172cc386b92357afec064a4352c 18696 
audit_3.1.2-2.1.debian.tar.xz
 1c65df4c2e6efe33998ef65474b0e7b2e526dabdc27ef47a38eaaeefe4e1eb5f 8711 
audit_3.1.2-2.1_source.buildinfo
Files:
 44c5bed56df7037a750d4740612f733e 2762 libs optional audit_3.1.2-2.1.dsc
 a85bc59dd7610ce0e35e88bd8a16c9a0 18696 libs optional 
audit_3.1.2-2.1.debian.tar.xz
 57260b1d03d911e06df97990865e988f 8711 libs optional 
audit_3.1.2-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXeooESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9vkkP/2xgvrJTUr30d0cf4drGulskqg9zm7Jw
ELXLK3DmFNcFmPbae9kuNoEVow8/NrRAf4JCEwLe4ZpZmKQon+I4y5Sx908BmPTb
pfUEPW50n5ICK6RQrFHctrkBpx77S4bbtD8dA4A29cTbMkRPTlKJk/6cnF8oYZP3
BWr8B/Nq5I3nOL1TZAehnQimIivWhRufWOGKIHnaDjZsCJ8rYLi6v3gMsd1ZVGyi
Z5KjVFaDUgc9rEN48500mzsqo07C6Z0hZJ8ZmQ+JY53agvXJekD0IIMGY60Xf8QS
RmmYUOAliyz8bFbhN2p83Gph69eEjWhJve6CtUZALVNsraFwxXCJQA16hRL/zdTW
C2h0GmWFFlXJhK39TR8TtTjynraLeHjWyz+jQQqnXghu80Od3rk3Sk4tjJw3aEDZ
F/bQ+E4cB+/KNKI1gjCEE1VaXI3Jpbe3elkuYZdyA3N54I+VaFpGH+OwYH7d8Q7Y
gYaVBCBZvwbLM6M3QdPygBjc83B5MdBItI1QmlgAi+o7qT53hBZlJaQSW+gQ4mcI
S40SkNQPf7JoGzc9AO/H6lNXsJmaltB50uETMOjIg1k295kOnCC3N3pjq9ntm9OH
HhaGc6kS8Jcg9PhdeCvmWcDMEgXFW2/+pXSI4N9aurC5pJsg8fBrhUjxWhb8xsHy
9xaTkFWMZxp6
=8Thx
-----END PGP SIGNATURE-----

Attachment: pgpgWxzQ0tMWH.pgp
Description: PGP signature


--- End Message ---

Reply via email to