Update 1.14 --> 1.14.1

This commit is contained in:
Cy Schubert 2016-03-02 02:33:20 +00:00
parent 92232aa47b
commit 580babbfa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409908
3 changed files with 3 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= krb5
PORTVERSION= 1.14
PORTVERSION= 1.14.1
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
.if !defined(MASTERDIR)

View file

@ -1,2 +1,2 @@
SHA256 (krb5-1.14.tar.gz) = cedb07fad8331e3ff2983d26e977a2ddba622f379c2b19bfea85bd695930f9e9
SIZE (krb5-1.14.tar.gz) = 12255176
SHA256 (krb5-1.14.1.tar.gz) = c8faa44574246f5bd0ce5a3dedc48c32db48a74cc4323949bf70f0ac2d6f1a99
SIZE (krb5-1.14.1.tar.gz) = 12259025

View file

@ -1,11 +0,0 @@
--- lib/krb5/ccache/cc_kcm.c.orig 2014-10-15 16:55:10.000000000 -0700
+++ lib/krb5/ccache/cc_kcm.c 2014-10-16 00:04:30.312921884 -0700
@@ -377,7 +377,7 @@
kcmio_call(krb5_context context, struct kcmio *io, struct kcmreq *req)
{
krb5_error_code ret;
- size_t reply_len;
+ size_t reply_len = 0; /* XXX Make clang happy */
if (k5_buf_status(&req->reqbuf) != 0)
return ENOMEM;