From 2188d0dfb9e04b3049a396b465d39fd41d6a8767 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 18 Oct 2019 16:23:27 +0200 Subject: [PATCH] nss-pam-ldapd: update to 0.9.11. --- srcpkgs/nss-pam-ldapd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nss-pam-ldapd/template b/srcpkgs/nss-pam-ldapd/template index 9fadceef38d..a9271abe072 100644 --- a/srcpkgs/nss-pam-ldapd/template +++ b/srcpkgs/nss-pam-ldapd/template @@ -1,19 +1,19 @@ # Template file for 'nss-pam-ldapd' pkgname=nss-pam-ldapd -version=0.9.10 +version=0.9.11 revision=1 build_style=gnu-configure configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/" conf_files="/etc/nslcd.conf" hostmakedepends="autoconf automake" makedepends="pam-devel libldap-devel libsasl-devel mit-krb5-devel" -system_accounts="nslcd" short_desc="LDAP identity management via nsswitch" maintainer="Michael Aldridge " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="https://arthurdejong.org/nss-pam-ldapd/" distfiles="https://github.com/arthurdejong/nss-pam-ldapd/archive/$version.tar.gz" -checksum=b27b19a60a936fc9a8ed63230d3d9584a5b9244975eced4b82ca88ecb9e801fd +checksum=00c2f82a1d58b4bbee58d34b8f27e98aeab04d25445f95b06e2969fe27ab2c9c +system_accounts="nslcd" case "$XBPS_TARGET_MACHINE" in *musl) configure_args+=" --disable-nss";;