summaryrefslogtreecommitdiff
path: root/security/crack
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-08 18:37:53 +0000
committerjoerg <joerg>2005-12-08 18:37:53 +0000
commitf4737e9ef56e224c0aa9d2d887376c51b9223fbe (patch)
tree9bbb5d8019b4f25e6626e0e26d5abd21d110dd19 /security/crack
parent1c67946890627dfad44f1bf4c55ef7b6146b5aec (diff)
downloadpkgsrc-f4737e9ef56e224c0aa9d2d887376c51b9223fbe.tar.gz
Fix errno.
Diffstat (limited to 'security/crack')
-rw-r--r--security/crack/distinfo3
-rw-r--r--security/crack/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/crack/distinfo b/security/crack/distinfo
index 81fafdd67af..a78ee8da54b 100644
--- a/security/crack/distinfo
+++ b/security/crack/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/04/29 16:59:02 kristerw Exp $
+$NetBSD: distinfo,v 1.7 2005/12/08 18:37:53 joerg Exp $
SHA1 (crack5.0.tar.gz) = e5e59d1e5e9e42c816a4dbd3f24cc13e16a31365
RMD160 (crack5.0.tar.gz) = a6785bc5d6f197451f3d404ff7ce91231e474dfb
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 6316b2243d4308422bb2fc9d3d3878f1605f0c67
SHA1 (patch-ab) = a60df3b47288abf28e44400e4035580da765e279
SHA1 (patch-ac) = efa6903c59be394db1282d0760d55953a955e1ee
SHA1 (patch-ad) = 49387a2aa147ff543d57e660dbe0d8b2861d8f52
+SHA1 (patch-ae) = 184937092de34e5268c6e0bb2742ba5bb126c351
diff --git a/security/crack/patches/patch-ae b/security/crack/patches/patch-ae
new file mode 100644
index 00000000000..692e5c7998c
--- /dev/null
+++ b/security/crack/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/12/08 18:37:53 joerg Exp $
+
+--- src/libdes/enc_read.c.orig 2005-12-08 18:33:07.000000000 +0000
++++ src/libdes/enc_read.c
+@@ -50,7 +50,6 @@
+ #include "des_locl.h"
+
+ /* This has some uglies in it but it works - even over sockets. */
+-extern int errno;
+ int des_rw_mode=DES_PCBC_MODE;
+
+ int des_enc_read(fd, buf, len, sched, iv)