security/sssd: Fix package with SMB=on
While here, add comment in security/krb5 to remember the obscure dependency in security/sssd so it does not break again. PR: 244778 Reported by: tommyhp2@gmail.com Tested by: tommyhp2@gmail.com MFH: 2021Q2 (build fix)
This commit is contained in:
parent
7e8c7e0b65
commit
11964e74b9
@ -1,4 +1,6 @@
|
||||
VERSIONS= 117 118 119
|
||||
# When changing this, remember to build test security/sssd with SMB=on
|
||||
# Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
|
||||
KRB5_VERSION?= 119
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= sssd
|
||||
PORTVERSION= 1.16.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
diff --git src/external/pac_responder.m4 src/external/pac_responder.m4
|
||||
index dc986a1b8..09efdb139 100644
|
||||
--- src/external/pac_responder.m4
|
||||
--- src/external/pac_responder.m4.orig 2020-03-17 13:31:28 UTC
|
||||
+++ src/external/pac_responder.m4
|
||||
@@ -7,7 +7,7 @@ AC_ARG_ENABLE([pac-responder],
|
||||
krb5_version_ok=no
|
||||
@ -11,13 +9,14 @@ index dc986a1b8..09efdb139 100644
|
||||
AC_MSG_CHECKING(for supported MIT krb5 version)
|
||||
KRB5_VERSION="`$KRB5_CONFIG --version`"
|
||||
case $KRB5_VERSION in
|
||||
@@ -19,7 +19,8 @@
|
||||
@@ -19,7 +19,9 @@ then
|
||||
Kerberos\ 5\ release\ 1.14* | \
|
||||
Kerberos\ 5\ release\ 1.15* | \
|
||||
Kerberos\ 5\ release\ 1.16* | \
|
||||
- Kerberos\ 5\ release\ 1.17*)
|
||||
+ Kerberos\ 5\ release\ 1.17* | \
|
||||
+ Kerberos\ 5\ release\ 1.18*)
|
||||
+ Kerberos\ 5\ release\ 1.18* | \
|
||||
+ Kerberos\ 5\ release\ 1.19*)
|
||||
krb5_version_ok=yes
|
||||
AC_MSG_RESULT([yes])
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user