From 0b8b83f5e5d7eadd5a8568ae139c827fa2bfd36c Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Thu, 3 Mar 2022 21:49:05 +0100 Subject: [PATCH] sudo: update to 1.9.10. --- srcpkgs/sudo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 659e78a013ca..46a20f757d5f 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template file for 'sudo' pkgname=sudo -version=1.9.8p2 +version=1.9.10 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=9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d +checksum=44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4 conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes @@ -33,7 +33,7 @@ pre_install() { post_install() { vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo - vlicense doc/LICENSE + vlicense LICENSE.md # remove unused stuff. rm -rf ${DESTDIR}/usr/share/doc rm -rf ${DESTDIR}/usr/include