summaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2005-10-04 22:09:08 +0000
committerCy Schubert <cy@FreeBSD.org>2005-10-04 22:09:08 +0000
commit7d38b507de581cf19f3c73bf88af5729930e3ffa (patch)
treeb8bc96c4ef46e02111b665f5762f8991a18d8b8a /security/krb5-appl
parentUpdate to version 1.76. (diff)
Update 1.4.1 --> 1.4.2
Notes
Notes: svn path=/head/; revision=144205
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile3
-rw-r--r--security/krb5-appl/distinfo4
-rw-r--r--security/krb5-appl/files/patch-lib::krb5::krb::recvauth.c18
-rw-r--r--security/krb5-appl/files/patch-lib::krb5::krb::unparse.c11
4 files changed, 3 insertions, 33 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 581804858851..ba0ca5802f6f 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= krb5
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.4.2
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/
EXTRACT_SUFX= .tar
diff --git a/security/krb5-appl/distinfo b/security/krb5-appl/distinfo
index e956dd2b35a8..379943760620 100644
--- a/security/krb5-appl/distinfo
+++ b/security/krb5-appl/distinfo
@@ -1,2 +1,2 @@
-MD5 (krb5-1.4.1-signed.tar) = 617e0071fa5b74ab4116f064678af551
-SIZE (krb5-1.4.1-signed.tar) = 6666240
+MD5 (krb5-1.4.2-signed.tar) = d2c2e15b44fee2756b564dd1022fb1c3
+SIZE (krb5-1.4.2-signed.tar) = 6696960
diff --git a/security/krb5-appl/files/patch-lib::krb5::krb::recvauth.c b/security/krb5-appl/files/patch-lib::krb5::krb::recvauth.c
deleted file mode 100644
index e30b725ee133..000000000000
--- a/security/krb5-appl/files/patch-lib::krb5::krb::recvauth.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/krb5/krb/recvauth.c.orig Mon Sep 2 18:13:47 2002
-+++ lib/krb5/krb/recvauth.c Tue Jul 12 14:02:03 2005
-@@ -76,7 +76,6 @@
- if ((retval = krb5_read_message(context, fd, &inbuf)))
- return(retval);
- if (strcmp(inbuf.data, sendauth_version)) {
-- krb5_xfree(inbuf.data);
- problem = KRB5_SENDAUTH_BADAUTHVERS;
- }
- krb5_xfree(inbuf.data);
-@@ -90,7 +89,6 @@
- if ((retval = krb5_read_message(context, fd, &inbuf)))
- return(retval);
- if (appl_version && strcmp(inbuf.data, appl_version)) {
-- krb5_xfree(inbuf.data);
- if (!problem)
- problem = KRB5_SENDAUTH_BADAPPLVERS;
- }
diff --git a/security/krb5-appl/files/patch-lib::krb5::krb::unparse.c b/security/krb5-appl/files/patch-lib::krb5::krb::unparse.c
deleted file mode 100644
index b45233b0ab78..000000000000
--- a/security/krb5-appl/files/patch-lib::krb5::krb::unparse.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/krb5/krb/unparse.c.orig Tue Jan 18 09:57:32 2005
-+++ lib/krb5/krb/unparse.c Tue Jul 12 14:04:38 2005
-@@ -91,6 +91,8 @@
- totalsize++;
- totalsize++; /* This is for the separator */
- }
-+ if (nelem == 0)
-+ totalsize++;
-
- /*
- * Allocate space for the ascii string; if space has been