Created attachment 171032 [details] Update_to_2.27 New in version 2.27: * Stats syslogs changed from LOG_INFO to LOG_NOTICE. * Use memmove() for self-overlapping string copies instead of strcpy(). * Couple of subroutine name changes for consistency.
A commit references this bug: Author: danfe Date: Mon Jun 27 06:17:39 UTC 2016 New revision: 417636 URL: https://svnweb.freebsd.org/changeset/ports/417636 Log: - Update `www/thttpd' to version 2.27 [1] - Install logfile rotation rule to prevent people running out of space in their /var partitions [2] - Provide an optional patch for IP-based authorization (.htaccess) [3] - While here, do not capitalize `Web' in the middle of the sentence inside `files/pkg-message.in' as it looks like a relic of the 1990s PR: 210040 [1] Submitted by: phk [2] Obtained from: http://ogris.de/thttpd/ [3] Changes: head/www/thttpd/Makefile head/www/thttpd/distinfo head/www/thttpd/files/extra-patch-htaccess head/www/thttpd/files/pkg-message.in head/www/thttpd/pkg-plist
Committed along with some other changes as of ports r417636, thank you.