sssd: update to 1.15.2
This commit is contained in:
parent
119c1c71bf
commit
db3bef3dac
2 changed files with 21 additions and 7 deletions
2
srcpkgs/sssd/files/sssd/run
Executable file
2
srcpkgs/sssd/files/sssd/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec sssd -i
|
|
@ -1,24 +1,36 @@
|
|||
# Template file for 'sssd'
|
||||
pkgname=sssd
|
||||
version=1.13.4
|
||||
version=1.15.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-selinux=no --with-semanage=no
|
||||
--disable-cifs-idmap-plugin --without-samba --disable-config-lib
|
||||
--without-python3-bindings"
|
||||
configure_args="--without-selinux --without-semanage
|
||||
--disable-cifs-idmap-plugin --without-samba --disable-config-lib"
|
||||
hostmakedepends="pkg-config nscd bind xmlcatmgr docbook-xsl"
|
||||
makedepends="pam-devel popt-devel talloc-devel tdb-devel tevent-devel ldb-devel
|
||||
ding-libs-devel libldap-devel mit-krb5-devel c-ares-devel glib-devel
|
||||
libxslt-devel python-devel nss-devel libnfsidmap-devel"
|
||||
libxslt-devel python-devel nss-devel libnfsidmap-devel http-parser-devel
|
||||
jansson-devel python3-devel"
|
||||
make_dirs="/var/lib/sss/db 0700 root root
|
||||
/var/lib/sss/secrets 0700 root root
|
||||
/var/lib/sss/pubconf/krb5.include.d 0700 root root
|
||||
/var/lib/sss/pipes/private 0700 root root
|
||||
/var/lib/sss/mc 0700 root root
|
||||
/var/lib/sss/keytabs 0700 root root
|
||||
/var/lib/sss/gpo_cache 0700 root root
|
||||
/var/lib/sss/db 0700 root root
|
||||
/etc/sssd/ 0700 root root
|
||||
/var/sssd/conf.d 0700 root root"
|
||||
short_desc="System Security Services Daemon"
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://pagure.io/SSSD/sssd/"
|
||||
distfiles="https://releases.pagure.org/SSSD/sssd/sssd-${version}.tar.gz"
|
||||
checksum=0a7bba7697088734c5fa1844dbb6de4f1f11afd30df02f0c1dd2579114c0a194
|
||||
checksum=4cd5fcb314d77a58029a216b7e6001c6cb41c5b784cf570c5761c97d1c12d264
|
||||
|
||||
post_install() {
|
||||
rm -rf /etc/rc.d
|
||||
|
||||
vsv sssd
|
||||
}
|
||||
|
||||
sssd-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue