summaryrefslogtreecommitdiff
path: root/security/pecl-krb5/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-01-21 13:10:31 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-01-21 13:10:31 +0000
commit1ae118fdaab6dbb42644d1b7640934f5fe5c3d6c (patch)
tree0f990fe6d442421fc8120b689459a8ad6d8eb087 /security/pecl-krb5/files
parentOnly reinplace the target of the symlinks, not the symlinks (diff)
Add port of php kerberos
An interface for maintaining credential caches (KRB5CCache), that can be used for authenticating against a kerberos5 realm. Bindings for nearly the complete GSSAPI (RFC2744). The administrative interface (KADM5). Support for HTTP Negotiate authentication via GSSAPI. WWW: https://pecl.php.net/package/krb5
Notes
Notes: svn path=/head/; revision=432031
Diffstat (limited to 'security/pecl-krb5/files')
-rw-r--r--security/pecl-krb5/files/patch-krb5.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pecl-krb5/files/patch-krb5.c b/security/pecl-krb5/files/patch-krb5.c
new file mode 100644
index 000000000000..77cae46d3abb
--- /dev/null
+++ b/security/pecl-krb5/files/patch-krb5.c
@@ -0,0 +1,10 @@
+--- krb5.c.orig 2016-11-12 14:17:44 UTC
++++ krb5.c
+@@ -39,6 +39,7 @@
+
+ #include <sys/time.h>
+ #include <arpa/inet.h>
++#include <netinet/in.h>
+
+ #ifdef HAVE_KADM5
+ #include "kdb.h"