cvs commit: ports/ftp/mirror/files patch-af patch-lchat.pl
Beech Rintoul
beech at FreeBSD.org
Sun Feb 22 12:46:48 PST 2009
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-bugs at 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)
More information about the cvs-ports
mailing list