public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sudo-rs] rawhide: Update to version 0.2.14; Fixes RHBZ#2491513
Date: Thu, 25 Jun 2026 08:36:14 GMT	[thread overview]
Message-ID: <178237657405.1.4906307617168321223.rpms-sudo-rs-ab7ef8b43f47@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/sudo-rs
Branch : rawhide
Commit : ab7ef8b43f47864ce30d19469538e6dbf5a11342
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-25T10:35:51+02:00
Stats  : +7/-29 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/sudo-rs/c/ab7ef8b43f47864ce30d19469538e6dbf5a11342?branch=rawhide

Log:
Update to version 0.2.14; Fixes RHBZ#2491513

---
diff --git a/.gitignore b/.gitignore
index 43679e7..780ec2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /sudo-rs-0.2.11.tar.gz
 /sudo-rs-0.2.12.tar.gz
 /sudo-rs-0.2.13.tar.gz
+/sudo-rs-0.2.14.tar.gz

diff --git a/d43ff79.patch b/d43ff79.patch
deleted file mode 100644
index 064f969..0000000
--- a/d43ff79.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From d43ff79df262568d8977771f03977d5965bf8474 Mon Sep 17 00:00:00 2001
-From: Marc Schoolderman <marc@tweedegolf.com>
-Date: Tue, 10 Mar 2026 21:02:11 +0100
-Subject: [PATCH] fix TAB behaviour in prompt
-
----
- src/pam/rpassword.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/pam/rpassword.rs b/src/pam/rpassword.rs
-index 7e26bc726..a07649240 100644
---- a/src/pam/rpassword.rs
-+++ b/src/pam/rpassword.rs
-@@ -263,6 +263,7 @@ fn read_unbuffered(
-             if read_byte == b'\t' && feedback.visible_len.take().is_some() {
-                 feedback.clear();
-                 let _ = feedback.sink.write(b"(no echo)");
-+                continue;
-             }
-         }
- 

diff --git a/sources b/sources
index 9172931..977b6e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sudo-rs-0.2.13.tar.gz) = 1dfdcae59a3bf2d53f20d90fbfc138a14287396338ba3f346a000c6c8e1446e24eaa19949287c139c51711add600bf2377d246ee10cce0e1949faaac0a2c168f
+SHA512 (sudo-rs-0.2.14.tar.gz) = 1d1d4e0b822d1eb59fbe5a767827d52bfd277f5e4a7398c16db5c74ce2faddad02de8dfa356e483a4e819848205c57819401655bbce95beee7b88d595a59c0d4

diff --git a/sudo-rs.spec b/sudo-rs.spec
index 42d3d1f..0dc1cff 100644
--- a/sudo-rs.spec
+++ b/sudo-rs.spec
@@ -1,20 +1,15 @@
 Name:           sudo-rs
-Version:        0.2.13
+Version:        0.2.14
 Release:        %autorelease
 Summary:        Memory safe implementation of sudo and su
 
-SourceLicense:  Apache-2.0 OR MIT
-# Apache-2.0 OR MIT
-# MIT OR Apache-2.0
+# sudo-rs and all its dependencies are "Apache-2.0 OR MIT" licensed
 License:        Apache-2.0 OR MIT
 # LICENSE.dependencies contains a full license breakdown
 
 URL:            https://github.com/trifectatechfoundation/sudo-rs
 Source:         %{url}/archive/v%{version}/sudo-rs-%{version}.tar.gz
 
-# backport: Fix TAB behaviour in prompt
-Patch:          https://github.com/trifectatechfoundation/sudo-rs/commit/d43ff79.patch
-
 BuildRequires:  cargo-rpm-macros >= 26
 BuildRequires:  pam-devel
 
@@ -22,6 +17,9 @@ BuildRequires:  pam-devel
 BuildRequires:  /usr/bin/pkill
 %endif
 
+# depends on shared sudo configuration
+Requires:       sudo
+
 %description
 A memory safe implementation of sudo and su.
 

                 reply	other threads:[~2026-06-25  8:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178237657405.1.4906307617168321223.rpms-sudo-rs-ab7ef8b43f47@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox