From b47d9ceb0fb86bb1e7558776f44a2dc28cf0a492 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Feb 2015 10:01:35 +0100 Subject: [PATCH] sudo: update to 1.8.12. --- srcpkgs/sudo/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index bbd6fe50f2..e384171109 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,13 +1,12 @@ # Template build file for 'sudo'. pkgname=sudo -version=1.8.11p2 -revision=2 +version=1.8.12 +revision=1 lib32disabled=yes build_style=gnu-configure configure_args="--with-ignore-dot -with-all-insults --with-env-editor --enable-shell-sets-home --enable-noargs-shell --without-sendmail --with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc" -hostmakedepends="groff" makedepends="zlib-devel pam-devel" conf_files="/etc/pam.d/sudo /etc/sudoers" short_desc="Allow others to run commands as root" @@ -15,7 +14,7 @@ maintainer="Juan RP " homepage="http://www.gratisoft.us/sudo/" license="ISC, BSD, zlib" distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz" -checksum=8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad +checksum=163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0 pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;