Date: Fri, 11 Jun 2004 17:33:32 +0000 (UTC) From: Andreas Klemm <andreas@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/utftpd Makefile ports/net/utftpd/files patch-utftpd_recv.c Message-ID: <200406111733.i5BHXWWb094038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406111733.i5BHXWWb094038>
