freebsd-ports/net/utftpd/Makefile
Andreas Klemm 6c9c7a315d - 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
2004-06-11 17:33:32 +00:00

24 lines
473 B
Makefile

# New ports collection makefile for: utftpd
# Date created: 15 January 2002
# Whom: andreas@freebsd.org
#
# $FreeBSD$
#
PORTNAME= utftpd
PORTVERSION= 0.2.4
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.ohse.de/uwe/releases/
MAINTAINER= andreas@FreeBSD.org
COMMENT= secure tftpd server with fine grained access and revision control
GNU_CONFIGURE= YES
USE_GMAKE= YES
MAN1= utftp.1
MAN5= utftpd.conf.5
MAN8= utftpd.8 utftpd_make.8
.include <bsd.port.mk>