diff options
Diffstat (limited to 'security/sssd2')
-rw-r--r-- | security/sssd2/Makefile | 4 | ||||
-rw-r--r-- | security/sssd2/files/patch-src__external__pac_responder.m4 | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile index 3c4f642a401b..eacfd0a175da 100644 --- a/security/sssd2/Makefile +++ b/security/sssd2/Makefile @@ -1,6 +1,6 @@ PORTNAME= sssd PORTVERSION= 2.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security PKGNAMESUFFIX= 2 @@ -45,7 +45,7 @@ LIB_DEPENDS= libcares.so:dns/c-ares \ libtdb.so:${SAMBA_TDB_PORT} \ libtevent.so:${SAMBA_TEVENT_PORT} \ libunistring.so:devel/libunistring \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid RUN_DEPENDS= adcli:net-mgmt/adcli \ cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi diff --git a/security/sssd2/files/patch-src__external__pac_responder.m4 b/security/sssd2/files/patch-src__external__pac_responder.m4 new file mode 100644 index 000000000000..d52e249e7ab0 --- /dev/null +++ b/security/sssd2/files/patch-src__external__pac_responder.m4 @@ -0,0 +1,12 @@ +--- src/external/pac_responder.m4.orig 2025-08-08 04:17:31.487369000 +0200 ++++ src/external/pac_responder.m4 2025-08-08 04:17:52.437575000 +0200 +@@ -23,7 +23,8 @@ + Kerberos\ 5\ release\ 1.18* | \ + Kerberos\ 5\ release\ 1.19* | \ + Kerberos\ 5\ release\ 1.20* | \ +- Kerberos\ 5\ release\ 1.21*) ++ Kerberos\ 5\ release\ 1.21* | \ ++ Kerberos\ 5\ release\ 1.22*) + krb5_version_ok=yes + AC_MSG_RESULT([yes]) + ;; |