[arch-commits] Commit in sudo/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Nov 13 09:12:37 UTC 2021


    Date: Saturday, November 13, 2021 @ 09:12:37
  Author: foutrelis
Revision: 428213

upgpkg: sudo 1.9.8.p2-2: disable ldap to bootstrap for 2.6

Modified:
  sudo/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-13 09:06:48 UTC (rev 428212)
+++ PKGBUILD	2021-11-13 09:12:37 UTC (rev 428213)
@@ -4,7 +4,7 @@
 
 pkgname=sudo
 _sudover=1.9.8p2
-pkgrel=1
+pkgrel=2
 pkgver=${_sudover/p/.p}
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('x86_64')
@@ -43,7 +43,7 @@
     --enable-tmpfiles.d \
     --with-pam \
     --with-sssd \
-    --with-ldap \
+    --without-ldap \
     --with-ldap-conf-file=/etc/openldap/ldap.conf \
     --with-env-editor \
     --with-passprompt="[sudo] password for %p: " \



More information about the arch-commits mailing list