pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fressh Make the package build when using gcc ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa72d22ffd1a
branches: trunk
changeset: 463193:fa72d22ffd1a
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Oct 31 23:38:46 2003 +0000
description:
Make the package build when using gcc 3.3.
Fixes part of PR pkg/22873.
diffstat:
security/fressh/distinfo | 5 +++--
security/fressh/patches/patch-ab | 13 +++++++++++--
security/fressh/patches/patch-al | 13 +++++++++++++
3 files changed, 27 insertions(+), 4 deletions(-)
diffs (63 lines):
diff -r ea8171684b40 -r fa72d22ffd1a security/fressh/distinfo
--- a/security/fressh/distinfo Fri Oct 31 19:09:14 2003 +0000
+++ b/security/fressh/distinfo Fri Oct 31 23:38:46 2003 +0000
@@ -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-ai) = 0e3233da83fae4a12c2aca91d9cd7c606310eff6
SHA1 (patch-aj) = 379a1bb374244e6a0672a27e2f4fffc437ac8b3a
SHA1 (patch-ak) = aa86ae8e33b3189ce720a8c800bb2cbc5e5f33f9
+SHA1 (patch-al) = 9425efd0c6b024e8913ce2e931a3be025997d108
diff -r ea8171684b40 -r fa72d22ffd1a security/fressh/patches/patch-ab
--- a/security/fressh/patches/patch-ab Fri Oct 31 19:09:14 2003 +0000
+++ b/security/fressh/patches/patch-ab Fri Oct 31 23:38:46 2003 +0000
@@ -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 @@
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 -r ea8171684b40 -r fa72d22ffd1a security/fressh/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/fressh/patches/patch-al Fri Oct 31 23:38:46 2003 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index