diff options
author | cy <cy@FreeBSD.org> | 2016-03-08 14:57:00 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-03-08 14:57:00 +0800 |
commit | 9682384542d3f4f72f1fcf6ad3bdafb85838ba29 (patch) | |
tree | 5b2681a370dd1d36f44a3275487bbfd7566aded0 /security | |
parent | 036909e454f1919712058fad96fff79c2c595845 (diff) | |
download | freebsd-ports-gnome-9682384542d3f4f72f1fcf6ad3bdafb85838ba29.tar.gz freebsd-ports-gnome-9682384542d3f4f72f1fcf6ad3bdafb85838ba29.tar.zst freebsd-ports-gnome-9682384542d3f4f72f1fcf6ad3bdafb85838ba29.zip |
Update 1.13.3 --> 1.13.4
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-113/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-113/distinfo | 4 | ||||
-rw-r--r-- | security/krb5-113/files/patch-lib__krb5__ccache__kcm.c | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/security/krb5-113/Makefile b/security/krb5-113/Makefile index 39666890962c..5a245d0fe48f 100644 --- a/security/krb5-113/Makefile +++ b/security/krb5-113/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.13.3 +PORTVERSION= 1.13.4 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) diff --git a/security/krb5-113/distinfo b/security/krb5-113/distinfo index 50ae377878b5..69bff3baa390 100644 --- a/security/krb5-113/distinfo +++ b/security/krb5-113/distinfo @@ -1,2 +1,2 @@ -SHA256 (krb5-1.13.3.tar.gz) = 5d4af08ead9b7a1e9493cfd65e821234f151a46736e1ce586f886c8a8e65fabe -SIZE (krb5-1.13.3.tar.gz) = 12133347 +SHA256 (krb5-1.13.4.tar.gz) = 83cd1cafe0c9bb64283d6012cd45361efc37011f31e1959a90e86291205b110a +SIZE (krb5-1.13.4.tar.gz) = 12138753 diff --git a/security/krb5-113/files/patch-lib__krb5__ccache__kcm.c b/security/krb5-113/files/patch-lib__krb5__ccache__kcm.c deleted file mode 100644 index 931d821ff783..000000000000 --- a/security/krb5-113/files/patch-lib__krb5__ccache__kcm.c +++ /dev/null @@ -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; |