Skip to content
Snippets Groups Projects
Commit 204e423b authored by Mike Hibler's avatar Mike Hibler
Browse files

Update to version 0.48 and make a better effort at shedding load gracefully

when the daemon hits its maxchildren limit.
parent 558e4f75
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#
PORTNAME= tftp-hpa
PORTVERSION= 0.33
PORTVERSION= 0.48
#CATEGORIES= net
CATEGORIES= misc
MASTER_SITES= ftp://www.kernel.org/pub/software/network/tftp/
......@@ -29,7 +29,7 @@ INSTALL_WRKSRC= ${WRKSRC}/tftpd
# make sure we don't run configure (with no args) out of the Makefile
# due to our patching configure.in
post-patch:
touch ${WRKSRC}/acconfig.h.in ${WRKSRC}/configure
touch ${WRKSRC}/aconfig.h.in ${WRKSRC}/configure
post-install:
@${ECHO} ""
......
MD5 (tftp-hpa-0.33.tar.gz) = 566fee31a5c86df9e1cceba5d1be97d0
MD5 (tftp-hpa-0.48.tar.gz) = 73dd29dfa9062a174163f6a267e0b5f7
This diff is collapsed.
......@@ -2,4 +2,6 @@ The tftpd-hpa TFTP distribution as configured for Emulab:
- install in a reasonable place for FreeBSD
- install only the daemon, not the user client
- rules file tailored for Emulab
- support a maxusers feature
- minor patches for the code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment