mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Add support of krb5 1.15; bump PORTREVISION
PR: 204827 Submitted by: joris.dedieu@gmail.com Approved by: lukas.slebodnik@intrak.sk (maintainer) MFH: 2017Q1
This commit is contained in:
parent
90c8c815d4
commit
f9272f64ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436401
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sssd
|
||||
PORTVERSION= 1.11.7
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/external/pac_responder.m4.orig 2014-09-17 15:01:37.000000000 +0200
|
||||
+++ src/external/pac_responder.m4 2015-11-26 10:14:25.245313290 +0100
|
||||
@@ -14,14 +14,16 @@
|
||||
--- src/external/pac_responder.m4.orig 2014-09-17 13:01:37 UTC
|
||||
+++ src/external/pac_responder.m4
|
||||
@@ -14,14 +14,17 @@ then
|
||||
PKG_CHECK_MODULES(NDR_KRB5PAC, ndr_krb5pac, ndr_krb5pac_ok=yes,
|
||||
AC_MSG_WARN([Cannot build pac responder without libndr_krb5pac]))
|
||||
|
||||
@ -15,7 +15,8 @@
|
||||
- Kerberos\ 5\ release\ 1.12*)
|
||||
+ Kerberos\ 5\ release\ 1.12* | \
|
||||
+ Kerberos\ 5\ release\ 1.13* | \
|
||||
+ Kerberos\ 5\ release\ 1.14*)
|
||||
+ Kerberos\ 5\ release\ 1.14* | \
|
||||
+ Kerberos\ 5\ release\ 1.15*)
|
||||
krb5_version_ok=yes
|
||||
AC_MSG_RESULT([yes])
|
||||
;;
|
Loading…
Reference in New Issue
Block a user