svn commit: r373762 - in head/www/kcgi: . files

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 2 13:46:34 UTC 2014


Author: bapt
Date: Tue Dec  2 13:46:33 2014
New Revision: 373762
URL: https://svnweb.freebsd.org/changeset/ports/373762
QAT: https://qat.redports.org/buildarchive/r373762/

Log:
  Update to 0.4.2:
  - Adds capsicum when sandboxing the CGI input processing
  - split html out of the default cgi library
  - add a json library

Deleted:
  head/www/kcgi/files/
Modified:
  head/www/kcgi/Makefile
  head/www/kcgi/distinfo
  head/www/kcgi/pkg-plist

Modified: head/www/kcgi/Makefile
==============================================================================
--- head/www/kcgi/Makefile	Tue Dec  2 11:58:02 2014	(r373761)
+++ head/www/kcgi/Makefile	Tue Dec  2 13:46:33 2014	(r373762)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kcgi
-PORTVERSION=	0.3.3
+PORTVERSION=	0.4.2
 CATEGORIES=	www devel
 MASTER_SITES=	http://kristaps.bsd.lv/kcgi/snapshots/
 

Modified: head/www/kcgi/distinfo
==============================================================================
--- head/www/kcgi/distinfo	Tue Dec  2 11:58:02 2014	(r373761)
+++ head/www/kcgi/distinfo	Tue Dec  2 13:46:33 2014	(r373762)
@@ -1,2 +1,2 @@
-SHA256 (kcgi-0.3.3.tgz) = 932512d8dc57fecca18b277e500d86c90166981e71bbb769812f5270bfdb0b7d
-SIZE (kcgi-0.3.3.tgz) = 45010
+SHA256 (kcgi-0.4.2.tgz) = 7ad01bdf5ee4c62a74bf4ec735e4b7b3a28bdf12e72115e008d9ab41165db80b
+SIZE (kcgi-0.4.2.tgz) = 58527

Modified: head/www/kcgi/pkg-plist
==============================================================================
--- head/www/kcgi/pkg-plist	Tue Dec  2 11:58:02 2014	(r373761)
+++ head/www/kcgi/pkg-plist	Tue Dec  2 13:46:33 2014	(r373762)
@@ -1,5 +1,20 @@
 include/kcgi.h
+include/kcgihtml.h
+include/kcgijson.h
 lib/libkcgi.a
+lib/libkcgihtml.a
+lib/libkcgijson.a
 man/man3/kcgi.3.gz
+man/man3/kcgihtml.3.gz
+man/man3/kcgijson.3.gz
+man/man3/khttp_body.3.gz
+man/man3/khttp_free.3.gz
+man/man3/khttp_head.3.gz
+man/man3/khttp_parse.3.gz
+man/man3/khttp_template.3.gz
+man/man3/khttp_write.3.gz
+man/man3/kmalloc.3.gz
+man/man3/kutil_urlencode.3.gz
+man/man3/kvalid_string.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template.xml


More information about the svn-ports-head mailing list