diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 86c2c813dc9..400398b19be 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template file for 'sudo' pkgname=sudo -version=1.8.25 +version=1.8.25p1 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=9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41 +checksum=9dc99c7a7d37a0ab938410995c133e15d6afb970c2c66f9264fe36d20c89195b conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes @@ -31,11 +31,6 @@ pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \; } -pre_check() { - # Failing test - rm plugins/sudoers/regress/sudoers/test19* -} - post_install() { vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo vlicense doc/LICENSE