* [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2
@ 2026-04-26 14:43 Bernd Kuhls
2026-04-26 18:56 ` Julien Olivain via buildroot
2026-05-04 14:47 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-04-26 14:43 UTC (permalink / raw)
To: buildroot
https://github.com/sudo-project/sudo/blob/v1.9.17p2/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/sudo/sudo.hash | 2 +-
package/sudo/sudo.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash
index 3bbce74cbc..340d155346 100644
--- a/package/sudo/sudo.hash
+++ b/package/sudo/sudo.hash
@@ -1,4 +1,4 @@
# From: https://www.sudo.ws/getting/download/
-sha256 ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 sudo-1.9.17p1.tar.gz
+sha256 4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb sudo-1.9.17p2.tar.gz
# Locally calculated
sha256 41eb34d6b184c2638d6d32c6e7f70b8dd6423e68b91da959e0cf773aa01f62d7 LICENSE.md
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index 0aacd8207d..8602e62b0b 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -5,7 +5,7 @@
################################################################################
SUDO_VERSION_MAJOR = 1.9.17
-SUDO_VERSION_MINOR = p1
+SUDO_VERSION_MINOR = p2
SUDO_VERSION = $(SUDO_VERSION_MAJOR)$(SUDO_VERSION_MINOR)
SUDO_SITE = https://www.sudo.ws/sudo/dist
SUDO_LICENSE = ISC, BSD-3-Clause
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2
2026-04-26 14:43 [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2 Bernd Kuhls
@ 2026-04-26 18:56 ` Julien Olivain via buildroot
2026-05-04 14:47 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-26 18:56 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 26/04/2026 16:43, Bernd Kuhls wrote:
> https://github.com/sudo-project/sudo/blob/v1.9.17p2/NEWS
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2
2026-04-26 14:43 [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2 Bernd Kuhls
2026-04-26 18:56 ` Julien Olivain via buildroot
@ 2026-05-04 14:47 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-05-04 14:47 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Thomas Perale, buildroot
In reply of:
> https://github.com/sudo-project/sudo/blob/v1.9.17p2/NEWS
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2026.02.x. Thanks
> ---
> package/sudo/sudo.hash | 2 +-
> package/sudo/sudo.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash
> index 3bbce74cbc..340d155346 100644
> --- a/package/sudo/sudo.hash
> +++ b/package/sudo/sudo.hash
> @@ -1,4 +1,4 @@
> # From: https://www.sudo.ws/getting/download/
> -sha256 ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 sudo-1.9.17p1.tar.gz
> +sha256 4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb sudo-1.9.17p2.tar.gz
> # Locally calculated
> sha256 41eb34d6b184c2638d6d32c6e7f70b8dd6423e68b91da959e0cf773aa01f62d7 LICENSE.md
> diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
> index 0aacd8207d..8602e62b0b 100644
> --- a/package/sudo/sudo.mk
> +++ b/package/sudo/sudo.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> SUDO_VERSION_MAJOR = 1.9.17
> -SUDO_VERSION_MINOR = p1
> +SUDO_VERSION_MINOR = p2
> SUDO_VERSION = $(SUDO_VERSION_MAJOR)$(SUDO_VERSION_MINOR)
> SUDO_SITE = https://www.sudo.ws/sudo/dist
> SUDO_LICENSE = ISC, BSD-3-Clause
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-04 14:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26 14:43 [Buildroot] [PATCH 1/1] package/sudo: bump version to 1.9.17p2 Bernd Kuhls
2026-04-26 18:56 ` Julien Olivain via buildroot
2026-05-04 14:47 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox