https://github.com/varnishcache/varnish-cache/blob/6.4/doc/changes.rst
A regular release with various fixes, nothing really major. The API gained a new symbol but none were removed. amd64 regress is happy. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/www/varnish/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- Makefile 7 Feb 2020 21:39:42 -0000 1.52 +++ Makefile 19 Mar 2020 13:44:34 -0000 @@ -2,11 +2,11 @@ COMMENT = high-performance HTTP accelerator -DISTNAME = varnish-6.3.2 +DISTNAME = varnish-6.4.0 CATEGORIES = www -SHARED_LIBS = varnishapi 2.0 # 2.2 +SHARED_LIBS = varnishapi 2.1 # 2.4 HOMEPAGE = https://www.varnish-cache.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/www/varnish/distinfo,v retrieving revision 1.25 diff -u -p -r1.25 distinfo --- distinfo 7 Feb 2020 21:39:42 -0000 1.25 +++ distinfo 19 Mar 2020 13:31:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (varnish-6.3.2.tgz) = CCN0TlSl8L98eHHkwmAOgXI7x14+QllkdKaqAduHqrg= -SIZE (varnish-6.3.2.tgz) = 3323908 +SHA256 (varnish-6.4.0.tgz) = 9ja6LYgbFG9ID7Uu/vrkaLNsLD5mINB0YPnMvjZKdsI= +SIZE (varnish-6.4.0.tgz) = 3404617 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/varnish/pkg/PLIST,v retrieving revision 1.16 diff -u -p -r1.16 PLIST --- pkg/PLIST 7 Feb 2020 21:39:42 -0000 1.16 +++ pkg/PLIST 19 Mar 2020 13:36:58 -0000 @@ -45,7 +45,6 @@ include/varnish/tbl/obj_attr.h include/varnish/tbl/oc_exp_flags.h include/varnish/tbl/oc_flags.h include/varnish/tbl/params.h -include/varnish/tbl/req_body.h include/varnish/tbl/req_flags.h include/varnish/tbl/sess_attr.h include/varnish/tbl/sess_close.h @@ -104,6 +103,7 @@ lib/pkgconfig/varnishapi.pc lib/varnish/ lib/varnish/vmods/ @so lib/varnish/vmods/libvmod_blob.so +@so lib/varnish/vmods/libvmod_cookie.so @so lib/varnish/vmods/libvmod_debug.so @so lib/varnish/vmods/libvmod_directors.so @so lib/varnish/vmods/libvmod_proxy.so @@ -121,6 +121,7 @@ lib/varnish/vmods/ @man man/man1/varnishtest.1 @man man/man1/varnishtop.1 @man man/man3/vmod_blob.3 +@man man/man3/vmod_cookie.3 @man man/man3/vmod_directors.3 @man man/man3/vmod_proxy.3 @man man/man3/vmod_purge.3
