1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Add 1.17 to supported krb5 versions

Bump PORTREVISION

PR:		236113
Submitted by:	vrwmiller@gmail.com
Reported by:	lukas.slebodnik@intrak.sk (maintainer's timeout; 29 days)
This commit is contained in:
Rodrigo Osorio 2019-05-29 06:46:56 +00:00
parent 4b6b9c37c7
commit 03a63ca6f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502928
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= sssd
PORTVERSION= 1.11.7
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= security
MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/

View File

@ -1,6 +1,6 @@
--- src/external/pac_responder.m4.orig 2014-09-17 13:01:37 UTC
+++ src/external/pac_responder.m4
@@ -14,14 +14,18 @@ then
@@ -14,14 +14,19 @@ then
PKG_CHECK_MODULES(NDR_KRB5PAC, ndr_krb5pac, ndr_krb5pac_ok=yes,
AC_MSG_WARN([Cannot build pac responder without libndr_krb5pac]))
@ -17,7 +17,8 @@
+ Kerberos\ 5\ release\ 1.13* | \
+ Kerberos\ 5\ release\ 1.14* | \
+ Kerberos\ 5\ release\ 1.15* | \
+ Kerberos\ 5\ release\ 1.16*)
+ Kerberos\ 5\ release\ 1.16* | \
+ Kerberos\ 5\ release\ 1.17*)
krb5_version_ok=yes
AC_MSG_RESULT([yes])
;;