Bug 210040 - www/thttpd: Update to 2.27
Summary: www/thttpd: Update to 2.27
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Alexey Dokuchaev
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-04 22:25 UTC by Leonid Nevecherya
Modified: 2016-06-27 06:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (danfe)
nevecherya: maintainer-feedback-


Attachments
Update_to_2.27 (770 bytes, patch)
2016-06-04 22:25 UTC, Leonid Nevecherya
vlad-fbsd: maintainer-approval? (danfe)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Nevecherya 2016-06-04 22:25:11 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-27 06:18:12 UTC
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
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2016-06-27 06:19:55 UTC
Committed along with some other changes as of ports r417636, thank you.