summaryrefslogtreecommitdiff
path: root/security/krb5/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-11-21 08:47:13 +0000
committerCy Schubert <cy@FreeBSD.org>2015-11-21 08:47:13 +0000
commita23b98b01abb985fc92d4c3a87f794034f3b4466 (patch)
treee88ca87e3ae676494c075bc7bb0f3c18ceb20fb2 /security/krb5/files
parentNew port: databases/sqlitestudio (diff)
Introduce the new krb5 1.14:
- move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added) - update krb5 1.13.2 --> 1.14 - update CONFLICTS in krb5, krb5-112 and krb5-113. - update krb5-appl to allow optional dependency on krb5-113. - update security/Makefile with copied krb5-113. - deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it will EOL twelve months after the release of krb5-1.14.
Notes
Notes: svn path=/head/; revision=402143
Diffstat (limited to 'security/krb5/files')
-rw-r--r--security/krb5/files/patch-lib__krb5__ccache__cc_file.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/security/krb5/files/patch-lib__krb5__ccache__cc_file.c b/security/krb5/files/patch-lib__krb5__ccache__cc_file.c
deleted file mode 100644
index 7e1f04041fc7..000000000000
--- a/security/krb5/files/patch-lib__krb5__ccache__cc_file.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/krb5/ccache/cc_file.c.orig 2014-10-15 16:55:10.000000000 -0700
-+++ lib/krb5/ccache/cc_file.c 2015-02-12 13:00:31.967166267 -0800
-@@ -136,6 +136,7 @@
- fcc_data *data = id->data;
- struct stat sb;
-
-+ *size_out = 0;
- k5_cc_mutex_assert_locked(context, &data->lock);
- if (fstat(data->fd, &sb) == -1)
- return interpret_errno(context, errno);