Date: Friday, December 18, 2020 @ 12:39:08 Author: foutrelis Revision: 404472
upgpkg: sudo 1.9.4.p1-2: new upstream release Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-18 12:14:48 UTC (rev 404471) +++ PKGBUILD 2020-12-18 12:39:08 UTC (rev 404472) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_sudover=1.9.4 +_sudover=1.9.4p1 pkgver=${_sudover/p/.p} pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" @@ -18,12 +18,10 @@ 'etc/sudoers') install=$pkgname.install source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} - $pkgname-runas-unknown-user.patch::https://github.com/sudo-project/sudo/commit/a7d670ee3404.patch sudo_logsrvd.service sudo.pam) -sha256sums=('8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0' +sha256sums=('1172099dfcdd2fa497e13a3c274a9f5920abd36ae7d2f7aaacd6bc6bc92fd677' 'SKIP' - '0c0d3ff785e0743cfae614497a3792b1f9f4f4d2b750247c8bab5d0d477a702d' '8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2') validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') @@ -30,9 +28,6 @@ prepare() { cd "$srcdir/$pkgname-$_sudover" - - # https://bugzilla.sudo.ws/show_bug.cgi?id=948 - patch -Np1 -i ../$pkgname-runas-unknown-user.patch } build() { @@ -53,7 +48,6 @@ --with-ldap-conf-file=/etc/openldap/ldap.conf \ --with-env-editor \ --with-passprompt="[sudo] password for %p: " \ - --with-sendmail=/usr/bin/sendmail \ --with-all-insults make }
