svn commit: r399973 - head/www/mini_httpd

Alexey Dokuchaev danfe at FreeBSD.org
Thu Oct 22 13:23:50 UTC 2015


Author: danfe
Date: Thu Oct 22 13:23:48 2015
New Revision: 399973
URL: https://svnweb.freebsd.org/changeset/ports/399973

Log:
  - Update ACME Labs' mini_httpd to version 1.22
  - Remove trailing whitespace and dots at the end of list items in the
    port description and reformat a bit while I'm at it
  
  PR:	203925

Modified:
  head/www/mini_httpd/Makefile
  head/www/mini_httpd/distinfo
  head/www/mini_httpd/pkg-descr

Modified: head/www/mini_httpd/Makefile
==============================================================================
--- head/www/mini_httpd/Makefile	Thu Oct 22 13:14:14 2015	(r399972)
+++ head/www/mini_httpd/Makefile	Thu Oct 22 13:23:48 2015	(r399973)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mini_httpd
-PORTVERSION=	1.21
-PORTREVISION=	1
+PORTVERSION=	1.22
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.acme.com/software/mini_httpd/
 

Modified: head/www/mini_httpd/distinfo
==============================================================================
--- head/www/mini_httpd/distinfo	Thu Oct 22 13:14:14 2015	(r399972)
+++ head/www/mini_httpd/distinfo	Thu Oct 22 13:23:48 2015	(r399973)
@@ -1,2 +1,2 @@
-SHA256 (mini_httpd-1.21.tar.gz) = 51fa38c87d79e973686557b8d3b72fed387b21931e37ee07a08991ebb2c95152
-SIZE (mini_httpd-1.21.tar.gz) = 43127
+SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325
+SIZE (mini_httpd-1.22.tar.gz) = 43619

Modified: head/www/mini_httpd/pkg-descr
==============================================================================
--- head/www/mini_httpd/pkg-descr	Thu Oct 22 13:14:14 2015	(r399972)
+++ head/www/mini_httpd/pkg-descr	Thu Oct 22 13:23:48 2015	(r399973)
@@ -1,18 +1,17 @@
-Mini_httpd is a small HTTP server. Its performance is not great, but 
-for low or medium traffic sites it's quite adequate. It implements 
-all the basic features of an HTTP server, including: 
+mini_httpd is a small HTTP server.  Its performance is not great, but for
+low or medium traffic sites it's quite adequate.  It implements all the
+basic features of an HTTP server, including:
 
- - GET, HEAD, and POST methods.
- - CGI.
- - Basic authentication.
- - Security against ".." filename snooping.
- - The common MIME types.
- - Trailing-slash redirection.
- - index.html, index.htm, index.cgi
- - Directory listings.
- - Multihoming / virtual hosting.
- - Standard logging.
- - Custom error pages.
+  - GET, HEAD, and POST methods
+  - CGI and basic authentication support
+  - Security against ".." filename snooping
+  - The common MIME types
+  - Trailing-slash redirection
+  - index.html, index.htm, index.cgi
+  - Directory listings
+  - Multihoming (virtual hosting)
+  - Standard logging
+  - Custom error pages
 
 It can also be configured to do SSL/HTTPS and IPv6.
 


More information about the svn-ports-head mailing list