Subject: CVS commit: pkgsrc/devel/vanessa_socket
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2006 14:55:27
Module Name: pkgsrc
Committed By: tv
Date: Tue Jan 31 14:55:27 UTC 2006
Modified Files:
pkgsrc/devel/vanessa_socket: Makefile distinfo
Added Files:
pkgsrc/devel/vanessa_socket/patches: patch-ab
Log Message:
Fix socket outbound connections; vanessa_socket_client_open_src_sockaddr_in()
was always zeroing out the "from", causing sin.sin_family to be zero.
(Move the memset to where it should have been, in the
vanessa_socket_client_open_sockaddr_in() function.)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/vanessa_socket/Makefile \
pkgsrc/devel/vanessa_socket/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/vanessa_socket/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.