cvs commit: ports/net/utftpd Makefile ports/net/utftpd/files
patch-utftpd_recv.c
Andreas Klemm
andreas at FreeBSD.org
Fri Jun 11 17:34:34 GMT 2004
andreas 2004-06-11 17:33:32 UTC
FreeBSD ports repository
Modified files:
net/utftpd Makefile
Added files:
net/utftpd/files patch-utftpd_recv.c
Log:
- 1st ack packet got a random packetnumber, but should be 0.
- Packets > 32768 have not been acked anymore
because of counter overflow with files > 16 MB.
Changed 'short' to 'unsigned short'
Author has been notified, but it seems utftpd isnt maintained
actively anymore. So a hot fix here in the ports collection.
Thanks to Joerg for fixing this bug.
Submitted by: joerg at FreeBSD.org
Revision Changes Path
1.4 +1 -1 ports/net/utftpd/Makefile
1.1 +20 -0 ports/net/utftpd/files/patch-utftpd_recv.c (new)
More information about the cvs-ports
mailing list