diff options
author | Richard Frewin <Richard@FrewinIT.uk> | 2022-12-18 12:23:50 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-12-18 12:23:50 +0000 |
commit | 8eee32e112a5e6117d0bb2ae3c285112fba78ec4 (patch) | |
tree | cbc742169bc9589ab6d8a53ee553e7bc98523838 | |
parent | 7b88f02eff10a461300f194e98ca8d2c62d79938 (diff) | |
download | ports-8eee32e112a5e6117d0bb2ae3c285112fba78ec4.tar.gz ports-8eee32e112a5e6117d0bb2ae3c285112fba78ec4.zip |
security/sssd: build with net/samba413 and databases/ldb22
The port previously used net/samba412 which is expired.
PR: 267626
-rw-r--r-- | security/sssd/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 82cd4e52152f..ee10b4e4f2a2 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sssd PORTVERSION= 1.16.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libtalloc.so:devel/talloc \ libtevent.so:devel/tevent \ libtdb.so:databases/tdb \ - libldb.so:databases/ldb21 \ + libldb.so:databases/ldb22 \ libcares.so:dns/c-ares \ libdbus-1.so:devel/dbus \ libdhash.so:devel/ding-libs \ @@ -81,12 +81,12 @@ OPTIONS_SUB= yes SMB_DESC= Install IPA and AD providers (requires Samba4) SMB_USES= samba:lib SMB_CONFIGURE_WITH= samba smb-idmap-interface-version=6 -SMB_LIB_DEPENDS= libndr-nbt.so.0:net/samba412 \ - libndr-krb5pac.so.0:net/samba412 \ - libndr-standard.so.0:net/samba412 \ - libndr.so.1:net/samba412 \ - libsamba-util.so.0:net/samba412 \ - libsmbclient.so.0:net/samba412 +SMB_LIB_DEPENDS= libndr-nbt.so.0:net/samba413 \ + libndr-krb5pac.so.0:net/samba413 \ + libndr-standard.so.0:net/samba413 \ + libndr.so.1:net/samba413 \ + libsamba-util.so.0:net/samba413 \ + libsmbclient.so.0:net/samba413 .if ${FLAVOR} == smb OPTIONS_DEFAULT+= SMB |