beech 2009-02-22 20:46:47 UTC FreeBSD ports repository
Added files: ftp/mirror/files patch-lchat.pl Removed files: ftp/mirror/files patch-af Log: - The ftp/mirror port's lchat.pl file uses the old pack('S n a4 x8', ...) method for constructing a sockaddr_in to pass to connect(). This approach breaks on more recent FreeBSDs which are more strict about the first two bytes of sockaddr_in. - Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and &Socket'unpack_sockaddr_in functions to do the right thing. PR: ports/131911 Submitted by: G. Paul Ziemba <p-fbsd-b...@ziemba.us> Revision Changes Path 1.3 +0 -58 ports/ftp/mirror/files/patch-af (dead) 1.1 +164 -0 ports/ftp/mirror/files/patch-lchat.pl (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"