summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-20 15:22:00 +0000
committerwiz <wiz>2002-05-20 15:22:00 +0000
commit7c769cb93dae5679e4b71880d19390108a025011 (patch)
tree39fff5e0e597218b4419c171d9988989ac3c91d4 /security/fressh
parent574dd5ffc5bdc845138e673bb06bc6e1921ed336 (diff)
downloadpkgsrc-7c769cb93dae5679e4b71880d19390108a025011.tar.gz
Initialize a variable to make it compile with gcc 2.95.3. Closes pkg/15832.
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/distinfo3
-rw-r--r--security/fressh/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/fressh/distinfo b/security/fressh/distinfo
index a7e4ed1e227..1922ff5a956 100644
--- a/security/fressh/distinfo
+++ b/security/fressh/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/05/20 15:22:00 wiz Exp $
SHA1 (fressh-0.8.1.tar.bz2) = 4dd0a6d4240337b4726a6a68b17878a45974cf82
Size (fressh-0.8.1.tar.bz2) = 110390 bytes
SHA1 (patch-aa) = 0b65db8177ffb81084412f9716f73e92920d559c
+SHA1 (patch-ab) = 3cb31fda120a57fa3ff0aaaabba1cbb5923bd686
diff --git a/security/fressh/patches/patch-ab b/security/fressh/patches/patch-ab
new file mode 100644
index 00000000000..b3b56ffcc5d
--- /dev/null
+++ b/security/fressh/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/05/20 15:22:01 wiz Exp $
+
+--- ssh-agent.c.orig Sun Feb 11 05:16:14 2001
++++ ssh-agent.c
+@@ -890,7 +890,7 @@
+ struct auth_id *id;
+ u_int32_t keybits, resptype;
+ u_int8_t *session_id = NULL;
+- u_int8_t *encr_chal = NULL, *chal, response[16];
++ u_int8_t *encr_chal = NULL, *chal = NULL, response[16];
+ ssh_MD5 md5ctx;
+ int nuke = 0;
+ int chal_len = 0, len;