summaryrefslogtreecommitdiff
path: root/www/varnish/PLIST
diff options
context:
space:
mode:
authormspo <mspo>2011-11-12 20:40:16 +0000
committermspo <mspo>2011-11-12 20:40:16 +0000
commit6ae1ff5c363a7e10842b0f9691ed27233d93fac7 (patch)
tree1a00685a11d85c777d5e066ee9392739dcce78bd /www/varnish/PLIST
parent8a625ce6dc7a031daafa4b77b67c0a7b14772732 (diff)
downloadpkgsrc-6ae1ff5c363a7e10842b0f9691ed27233d93fac7.tar.gz
Update to varnish 3.0.2
There are VCL-incompatible changes between 2.x and 3.x. Some release highlights (https://www.varnish-cache.org/): Introduction of VMODs Add streaming on pass and miss. This is controlled by the beresp.do_stream boolean. This includes support for compression/uncompression. Add support for ESI and gzip. Handle objects larger than 2G. HTTP Range support is now enabled by default The ban lurker is enabled by default if there is a backend or director with the name default, use that as the default backend, otherwise use the first one listed. Add many more stats counters. Amongst those, add per storage backend stats and per-backend statistics. Syslog the platform we are running on The -l (shared memory log file) argument has been changed, please see the varnishd manual for the new syntax. The -S and -T arguments are now stored in the shmlog Make it possible to name storage backends. The names have to be unique. The max_esi_includes parameter has been renamed to max_esi_depth. The err_ttl parameter has been removed and is replaced by a setting in default.vcl. Add panic.show and panic.clear CLI commands. VCL now has vcl_init and vcl_fini functions that are called when a given VCL has been loaded and unloaded. Varnish is now stricter in enforcing no duplication of probes, backends and ACLs. The ABI of vmods are now checked. This will require a rebuild of all vmods against the new version of Varnish.
Diffstat (limited to 'www/varnish/PLIST')
-rw-r--r--www/varnish/PLIST28
1 files changed, 18 insertions, 10 deletions
diff --git a/www/varnish/PLIST b/www/varnish/PLIST
index e213ddd47e9..52a45295b46 100644
--- a/www/varnish/PLIST
+++ b/www/varnish/PLIST
@@ -1,23 +1,28 @@
-@comment $NetBSD: PLIST,v 1.6 2011/04/01 18:59:41 zafer Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/11/12 20:40:16 mspo Exp $
bin/varnishadm
bin/varnishhist
bin/varnishlog
bin/varnishncsa
bin/varnishreplay
+bin/varnishsizes
bin/varnishstat
bin/varnishtest
bin/varnishtop
-bin/varnishsizes
-include/varnish/shmlog.h
-include/varnish/shmlog_tags.h
-include/varnish/stat_field.h
-include/varnish/stats.h
include/varnish/varnishapi.h
-lib/libvarnish.la
+include/varnish/vcli.h
+include/varnish/vsc.h
+include/varnish/vsc_all.h
+include/varnish/vsc_fields.h
+include/varnish/vsl.h
+include/varnish/vsl_tags.h
+include/varnish/vsm.h
lib/libvarnishapi.la
-lib/libvarnishcompat.la
-lib/libvcl.la
lib/pkgconfig/varnishapi.pc
+lib/varnish/libvarnish.la
+lib/varnish/libvarnishcompat.la
+lib/varnish/libvcl.la
+lib/varnish/libvgz.la
+lib/varnish/vmods/libvmod_std.la
man/man1/varnishadm.1
man/man1/varnishd.1
man/man1/varnishhist.1
@@ -28,9 +33,12 @@ man/man1/varnishsizes.1
man/man1/varnishstat.1
man/man1/varnishtest.1
man/man1/varnishtop.1
+man/man3/vmod_std.3
+man/man7/varnish-cli.7
man/man7/vcl.7
+man/man7/varnish-counters.7
sbin/varnishd
-share/examples/varnish/default.vcl
share/examples/rc.d/varnishd
share/examples/rc.d/varnishlog
share/examples/rc.d/varnishncsa
+share/examples/varnish/default.vcl