diff options
author | kristerw <kristerw> | 2003-10-31 23:38:46 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-10-31 23:38:46 +0000 |
commit | e7b7bbc6d86798486840b8759b4c720b3d82f221 (patch) | |
tree | eedea5a79c0208ff2588dfa138600a5fc0e2a05e /security/fressh | |
parent | 70fe7c1edb947ae41b9fe04e800230426fef1967 (diff) | |
download | pkgsrc-e7b7bbc6d86798486840b8759b4c720b3d82f221.tar.gz |
Make the package build when using gcc 3.3.
Fixes part of PR pkg/22873.
Diffstat (limited to 'security/fressh')
-rw-r--r-- | security/fressh/distinfo | 5 | ||||
-rw-r--r-- | security/fressh/patches/patch-ab | 13 | ||||
-rw-r--r-- | security/fressh/patches/patch-al | 13 |
3 files changed, 27 insertions, 4 deletions
diff --git a/security/fressh/distinfo b/security/fressh/distinfo index b39f7a7d2c0..2f9b5eeac8a 100644 --- a/security/fressh/distinfo +++ b/security/fressh/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2003/10/28 00:14:11 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2003/10/31 23:38:46 kristerw 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 +SHA1 (patch-ab) = 612c7f5e1541d413f3d336a4330528343f78e420 SHA1 (patch-ac) = 71477043d47a8e85c7dd0bc1e41b33f18be2a268 SHA1 (patch-ad) = db398df2db517e49c5df4c04e863ddc2b99052ce SHA1 (patch-ae) = d4fe3fc48edf751e9c79a843dee80bef53fa301e @@ -13,3 +13,4 @@ SHA1 (patch-ah) = 5a4aefc5fdad1c6a0517a7351af461aaa53462a3 SHA1 (patch-ai) = 0e3233da83fae4a12c2aca91d9cd7c606310eff6 SHA1 (patch-aj) = 379a1bb374244e6a0672a27e2f4fffc437ac8b3a SHA1 (patch-ak) = aa86ae8e33b3189ce720a8c800bb2cbc5e5f33f9 +SHA1 (patch-al) = 9425efd0c6b024e8913ce2e931a3be025997d108 diff --git a/security/fressh/patches/patch-ab b/security/fressh/patches/patch-ab index b3b56ffcc5d..d6054e3788f 100644 --- a/security/fressh/patches/patch-ab +++ b/security/fressh/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2002/05/20 15:22:01 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2003/10/31 23:38:46 kristerw Exp $ --- ssh-agent.c.orig Sun Feb 11 05:16:14 2001 -+++ ssh-agent.c ++++ ssh-agent.c Sat Nov 1 00:24:17 2003 @@ -890,7 +890,7 @@ struct auth_id *id; u_int32_t keybits, resptype; @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1 2002/05/20 15:22:01 wiz Exp $ ssh_MD5 md5ctx; int nuke = 0; int chal_len = 0, len; +@@ -993,7 +993,7 @@ + agent_v1_add_rsa_id(struct sockev *sev) + { + ssh_RSA *key = NULL; +- char *comment; ++ u_int8_t *comment; + u_int32_t keybits; + int nuke = 0; + diff --git a/security/fressh/patches/patch-al b/security/fressh/patches/patch-al new file mode 100644 index 00000000000..1f4df286fa3 --- /dev/null +++ b/security/fressh/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2003/10/31 23:38:46 kristerw Exp $ + +--- ssh_v1_iactive_server.c.orig Sat Nov 1 00:21:03 2003 ++++ ssh_v1_iactive_server.c Sat Nov 1 00:21:01 2003 +@@ -160,7 +160,7 @@ + context->win.ws_xpixel = x_pix; + context->win.ws_ypixel = y_pix; + +- if (ssh_sys_set_tty_size(find_channel(context, 0)->fd_normal, ++ if (ssh_sys_set_tty_size((find_channel(context, 0))->fd_normal, + &context->win) == -1) { + EVT_V1_DISCONNECT(ev, context, "Window change failed"); + EVT_SEND(&ev, context); |