public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-crypto-auditing-agent] rawhide: Update rust-crypto-auditing-agent-0.2.4-no-probe.patch
@ 2026-08-04  8:50 Daiki Ueno
  0 siblings, 0 replies; only message in thread
From: Daiki Ueno @ 2026-08-04  8:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-crypto-auditing-agent
            Branch : rawhide
            Commit : 834fb17961828c342759415eb01e85e0909758c5
            Author : Daiki Ueno <dueno@redhat.com>
            Date   : 2026-08-04T17:49:06+09:00
            Stats  : +8/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-crypto-auditing-agent/c/834fb17961828c342759415eb01e85e0909758c5?branch=rawhide

            Log:
            Update rust-crypto-auditing-agent-0.2.4-no-probe.patch

Signed-off-by: Daiki Ueno <dueno@redhat.com>

---
diff --git a/rust-crypto-auditing-agent-0.2.4-no-probe.patch b/rust-crypto-auditing-agent-0.2.4-no-probe.patch
index 4cded28..635027f 100644
--- a/rust-crypto-auditing-agent-0.2.4-no-probe.patch
+++ b/rust-crypto-auditing-agent-0.2.4-no-probe.patch
@@ -1,6 +1,6 @@
-From e3b7e95f391e4424aa2b0d9e1d22f96d1f64cd56 Mon Sep 17 00:00:00 2001
+From b6c3c5fe38af33565b5aa64f8c165daf47a4a75c Mon Sep 17 00:00:00 2001
 From: Daiki Ueno <dueno@redhat.com>
-Date: Wed, 3 Dec 2025 16:39:23 +0900
+Date: Tue, 4 Aug 2026 17:16:45 +0900
 Subject: [PATCH] Remove probe point in agent for testing
 
 The probe crates uses inline assembly, which is still marked as
@@ -15,7 +15,7 @@ Signed-off-by: Daiki Ueno <dueno@redhat.com>
  1 file changed, 6 deletions(-)
 
 diff --git a/src/log_writer.rs b/src/log_writer.rs
-index 90c95d3..698b7ef 100644
+index 0f67784..8b45cba 100644
 --- a/src/log_writer.rs
 +++ b/src/log_writer.rs
 @@ -4,7 +4,6 @@
@@ -26,10 +26,10 @@ index 90c95d3..698b7ef 100644
  use serde_cbor::{Serializer, ser::IoWrite};
  use std::path::PathBuf;
  use time::{OffsetDateTime, macros::format_description};
-@@ -176,11 +175,6 @@ impl LogWriter {
-                 config::Format::Minimal => to_vec_minimal(&group)?,
-             };
-             self.write_all(v).await?;
+@@ -186,11 +185,6 @@ impl LogWriter {
+                 self.rotate().await?;
+             }
+             self.write_event_group(&group).await?;
 -            probe!(
 -                crypto_auditing_internal_agent,
 -                event_group,
@@ -39,5 +39,5 @@ index 90c95d3..698b7ef 100644
          }
          self.groups.clear();
 -- 
-2.53.0
+2.55.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04  8:50 [rpms/rust-crypto-auditing-agent] rawhide: Update rust-crypto-auditing-agent-0.2.4-no-probe.patch Daiki Ueno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox