public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sudo-rs] f43: Update to version 0.2.14; Fixes RHBZ#2491513
@ 2026-06-25  8:56 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-25  8:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/sudo-rs
Branch : f43
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=f43

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.
 

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

only message in thread, other threads:[~2026-06-25  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  8:56 [rpms/sudo-rs] f43: Update to version 0.2.14; Fixes RHBZ#2491513 Fabio Valentini

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