From 7abd31c00ef3ba7580843a29c0425debac613640 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 21 May 2021 18:22:49 +0200 Subject: [PATCH] sudo: update to 1.9.7. --- srcpkgs/sudo/patches/install_perms.patch | 4 ++-- srcpkgs/sudo/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sudo/patches/install_perms.patch b/srcpkgs/sudo/patches/install_perms.patch index 7d23cf937ba557..bc7b86235871d8 100644 --- a/srcpkgs/sudo/patches/install_perms.patch +++ b/srcpkgs/sudo/patches/install_perms.patch @@ -1,5 +1,5 @@ ---- install-sh.orig 2011-01-13 10:34:38.853561570 +0100 -+++ install-sh 2011-01-13 10:35:04.468525074 +0100 +--- scripts/install-sh.orig 2011-01-13 10:34:38.853561570 +0100 ++++ scripts/install-sh 2011-01-13 10:35:04.468525074 +0100 @@ -91,7 +91,6 @@ while ${MORETODO} ; do X-G) GROUP="$2" diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index afeef528b02799..f70418dd6b75ee 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template file for 'sudo' pkgname=sudo -version=1.9.6p1 +version=1.9.7 revision=1 build_style=gnu-configure configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor @@ -15,7 +15,7 @@ license="ISC" homepage="https://www.sudo.ws/" changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS" distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz" -checksum=a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90 +checksum=2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549 conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes