git: adcec8792597 - main - security/sssd: Fix patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 21:58:32 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=adcec87925971b825179437178ec402aa1ad3431 commit adcec87925971b825179437178ec402aa1ad3431 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-06-09 21:44:15 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-06-09 21:58:22 +0000 security/sssd: Fix patch Fix asimple off-by-one arthmetic error. PR: 264526 Reported by: John Hein <jcfyecrayz@liamekaens.com> Fixes: d48f9f56aef74f7953e8cbd1783589cc053cf940 --- security/sssd/files/patch-src__external__pac_responder.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sssd/files/patch-src__external__pac_responder.m4 b/security/sssd/files/patch-src__external__pac_responder.m4 index 62d5681e0529..832eb055bf45 100644 --- a/security/sssd/files/patch-src__external__pac_responder.m4 +++ b/security/sssd/files/patch-src__external__pac_responder.m4 @@ -9,7 +9,7 @@ AC_MSG_CHECKING(for supported MIT krb5 version) KRB5_VERSION="`$KRB5_CONFIG --version`" case $KRB5_VERSION in -@@ -19,7 +19,9 @@ then +@@ -19,7 +19,10 @@ then Kerberos\ 5\ release\ 1.14* | \ Kerberos\ 5\ release\ 1.15* | \ Kerberos\ 5\ release\ 1.16* | \