Files
ports/security/sssd2/files/patch-src__external__pac_responder.m4
Xavier Beaudouin f711be0ce5 security/sssd2: fix detection of krb5
Because security/krb5 has bumped version, it is not well detected
and make this port on packaging.

This adds a patch to update the detection of krb 1.22 that is not
on the original sources.

PR:	288708
Approved by:	0mp (mentor)
Approved by:	kevans
Approved by:	portmgr blanket (build fix)
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D51813
2025-08-12 04:46:23 +02:00

13 lines
486 B
Plaintext

--- 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])
;;