From 3e02c2d16e41f273e8fd48bb7f6cca1c4ac98e7e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 21 Dec 2016 15:15:26 +0100 Subject: [PATCH] sudo: update to 1.8.19p1. --- srcpkgs/sudo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index e56d7d0f8e..96e2fde5a7 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template build file for 'sudo'. pkgname=sudo -version=1.8.19 +version=1.8.19p1 revision=1 lib32disabled=yes build_style=gnu-configure @@ -16,7 +16,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=1130923534b62c18b40b529c6877d1a020db93f876617b56a569d0a1133d0228 +checksum=b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92 pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;