aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-12-30 01:02:33 +0000
committerCy Schubert <cy@FreeBSD.org>2011-12-30 01:02:33 +0000
commita4fd0aa8da89803db1a95a036407a4f6497dc7eb (patch)
tree705cc36f809316851dadfe98d491f3e605507e81 /security/krb5-appl
parente3d75ad0d5c3d59c09a9ae6396cad89fed76fe75 (diff)
downloadports-a4fd0aa8da89803db1a95a036407a4f6497dc7eb.tar.gz
ports-a4fd0aa8da89803db1a95a036407a4f6497dc7eb.zip
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile3
-rw-r--r--security/krb5-appl/distinfo2
-rw-r--r--security/krb5-appl/files/patch-telnet-libtelnet-encrypt.c12
3 files changed, 4 insertions, 13 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index ffaeb9770d0b..037c7e77d2dd 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -10,9 +10,10 @@ PORTVERSION= 1.0.2
PORTREVISION= 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//}/
-# PATCH_SITES= http://web.mit.edu/kerberos/advisories/
+PATCH_SITES= http://web.mit.edu/kerberos/advisories/
DISTNAME= ${PORTNAME}-${PORTVERSION}-signed
EXTRACT_SUFX= .tar
+PATCHFILES= 2011-008-patch.txt
MAINTAINER= cy@FreeBSD.org
COMMENT= An authentication system developed at MIT, successor to Kerberos IV
diff --git a/security/krb5-appl/distinfo b/security/krb5-appl/distinfo
index fda41eee07a9..9af2abc1ba63 100644
--- a/security/krb5-appl/distinfo
+++ b/security/krb5-appl/distinfo
@@ -1,2 +1,4 @@
SHA256 (krb5-appl-1.0.2-signed.tar) = ca82209ba11e37390a7b79b0eb27abac9526442d296d60b752a0a94969bbad7d
SIZE (krb5-appl-1.0.2-signed.tar) = 634880
+SHA256 (2011-008-patch.txt) = 20282d3f28101a318af42c45e54649c2e7099ab0bb900352490926af81ed1608
+SIZE (2011-008-patch.txt) = 393
diff --git a/security/krb5-appl/files/patch-telnet-libtelnet-encrypt.c b/security/krb5-appl/files/patch-telnet-libtelnet-encrypt.c
deleted file mode 100644
index 20fbba7351a4..000000000000
--- a/security/krb5-appl/files/patch-telnet-libtelnet-encrypt.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- telnet/libtelnet/encrypt.c.orig 2009-11-05 12:15:06.000000000 -0800
-+++ telnet/libtelnet/encrypt.c 2011-12-26 12:59:08.261571642 -0800
-@@ -757,6 +757,9 @@
- int dir = kp->dir;
- register int ret = 0;
-
-+ if (len > MAXKEYLEN)
-+ len = MAXKEYLEN;
-+
- if (!(ep = (*kp->getcrypt)(*kp->modep))) {
- if (len == 0)
- return;