diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-20 15:15:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-20 15:15:48 +0000 |
commit | 85cf9e6aa9d0f38a37cf18a7b75f02fff6b4dc03 (patch) | |
tree | c6eb62d2391f5c8009c6e7e097006452479b116b /security | |
parent | edb2b07bf88ec34f96415b3b49f30cac6424fb89 (diff) | |
download | pkgsrc-85cf9e6aa9d0f38a37cf18a7b75f02fff6b4dc03.tar.gz |
Fix errno.
Diffstat (limited to 'security')
-rw-r--r-- | security/kth-krb4/distinfo | 3 | ||||
-rw-r--r-- | security/kth-krb4/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/kth-krb4/distinfo b/security/kth-krb4/distinfo index 0128b165cb1..62bfd1d2043 100644 --- a/security/kth-krb4/distinfo +++ b/security/kth-krb4/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 13:10:07 agc Exp $ +$NetBSD: distinfo,v 1.9 2006/02/20 15:15:48 joerg Exp $ SHA1 (krb4-1.2.1.tar.gz) = 8134bf761d030210cc87fe3b4635ce4afe817c66 RMD160 (krb4-1.2.1.tar.gz) = 7de9fed607b8b0b1018439be8b761bbdefc43ea4 Size (krb4-1.2.1.tar.gz) = 1876149 bytes +SHA1 (patch-aa) = 65aa55f7dd1eb126397faca52504f893ded3dcd0 SHA1 (patch-ag) = 41e3b00986b886d820e8d120709c057e58c209af SHA1 (patch-ah) = 87c87b38dcb3b9c16e2654122194a21bfeeb5180 SHA1 (patch-ai) = 716ae2b9675d1d83e5e27edfa90c792d72b37ea5 diff --git a/security/kth-krb4/patches/patch-aa b/security/kth-krb4/patches/patch-aa new file mode 100644 index 00000000000..48794d23a0a --- /dev/null +++ b/security/kth-krb4/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 2006/02/20 15:15:48 joerg Exp $ + +--- appl/bsd/encrypt.c.orig 2006-02-17 15:53:23.000000000 +0000 ++++ appl/bsd/encrypt.c +@@ -63,7 +63,6 @@ RCSID("$Id: encrypt.c,v 1.6 2001/09/09 2 + *((c)++)=(unsigned char)(((l) )&0xff)) + + /* This has some uglies in it but it works - even over sockets. */ +-extern int errno; + int des_rw_mode=DES_PCBC_MODE; + int LEFT_JUSTIFIED = 0; + |