~ ping ----- Forwarded message from "Gonzalo L. Rodriguez" <gonz...@x61.sh> -----
From: "Gonzalo L. Rodriguez" <gonz...@x61.sh> To: ports@openbsd.org Date: Tue, 10 Jan 2017 12:01:29 -0300 Subject: UPDATE: Varnish-5.0.0 Hello, Upgrade for Varnish to 5.0.0: https://varnish-cache.org/releases/rel5.0.0.html#rel5-0-0 So we jump to 5.0 now, Tests are welcomed. Also, added myself to maintainers. Jim is sort of off-line for a while now. Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile =================================================================== RCS file: /cvs/ports/www/varnish/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 23 Aug 2016 13:48:23 -0000 1.24 +++ Makefile 10 Jan 2017 14:55:27 -0000 @@ -3,14 +3,15 @@ BROKEN-hppa = execinfo.c:144: warning: unsupported argument to '__builtin_return_address' + Werror COMMENT = high-performance HTTP accelerator -DISTNAME = varnish-4.1.3 +DISTNAME = varnish-5.0.0 CATEGORIES = www SHARED_LIBS = varnishapi 1.0 HOMEPAGE = http://www.varnish-cache.org/ -MAINTAINER = Jim Razmus II <j...@openbsd.org> +MAINTAINER = Jim Razmus II <j...@openbsd.org> \ + Gonzalo L. Rodriguez <gonz...@openbsd.org> # BSD PERMIT_PACKAGE_CDROM = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/www/varnish/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 23 Aug 2016 13:48:23 -0000 1.11 +++ distinfo 10 Jan 2017 14:55:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (varnish-4.1.3.tar.gz) = n5Rpuf2ipXjaKp0oLHHDTutcQu2n+NhygoTZIoIQhCk= -SIZE (varnish-4.1.3.tar.gz) = 2134205 +SHA256 (varnish-5.0.0.tar.gz) = UQGtcrKdKIoH4uXe1MKr6FC3D/AAwTzrF2RiXoOCP0o= +SIZE (varnish-5.0.0.tar.gz) = 2472963 Index: pkg/MESSAGE =================================================================== RCS file: /cvs/ports/www/varnish/pkg/MESSAGE,v retrieving revision 1.4 diff -u -p -r1.4 MESSAGE --- pkg/MESSAGE 17 Dec 2014 14:51:35 -0000 1.4 +++ pkg/MESSAGE 10 Jan 2017 14:55:27 -0000 @@ -5,4 +5,4 @@ or the following link for more informati and for further information: - https://www.varnish-cache.org/docs/4.0/ + https://www.varnish-cache.org/docs/5.0/ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/varnish/pkg/PLIST,v retrieving revision 1.8 diff -u -p -r1.8 PLIST --- pkg/PLIST 15 Mar 2016 15:07:36 -0000 1.8 +++ pkg/PLIST 10 Jan 2017 14:55:27 -0000 @@ -24,13 +24,21 @@ include/varnish/tbl/acct_fields_req.h include/varnish/tbl/backend_poll.h include/varnish/tbl/ban_vars.h include/varnish/tbl/bo_flags.h +include/varnish/tbl/boc_state.h include/varnish/tbl/body_status.h +include/varnish/tbl/cli_cmds.h include/varnish/tbl/debug_bits.h include/varnish/tbl/feature_bits.h +include/varnish/tbl/h2_error.h +include/varnish/tbl/h2_frames.h +include/varnish/tbl/h2_settings.h +include/varnish/tbl/h2_stream.h include/varnish/tbl/http_headers.h include/varnish/tbl/http_response.h include/varnish/tbl/locks.h 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 @@ -40,6 +48,11 @@ include/varnish/tbl/steps.h include/varnish/tbl/symbol_kind.h include/varnish/tbl/vcc_types.h include/varnish/tbl/vcl_returns.h +include/varnish/tbl/vhd_fsm.h +include/varnish/tbl/vhd_fsm_funcs.h +include/varnish/tbl/vhd_return.h +include/varnish/tbl/vhp_huffman.h +include/varnish/tbl/vhp_static.h include/varnish/tbl/vrt_stv_var.h include/varnish/tbl/vsc_all.h include/varnish/tbl/vsc_f_main.h @@ -67,6 +80,7 @@ include/varnish/vdef.h include/varnish/vmod_abi.h include/varnish/vqueue.h include/varnish/vre.h +include/varnish/vrnd.h include/varnish/vrt.h include/varnish/vrt_obj.h include/varnish/vsa.h @@ -103,13 +117,17 @@ lib/varnish/vmods/libvmod_std.so @man man/man7/vcl.7 @man man/man7/vsl-query.7 @man man/man7/vsl.7 +@man man/man7/vtc.7 @bin sbin/varnishd share/aclocal/ +share/aclocal/varnish-legacy.m4 share/aclocal/varnish.m4 share/doc/varnish/ share/doc/varnish/builtin.vcl share/doc/varnish/example.vcl share/varnish/ +share/varnish/vcl/ +share/varnish/vcl/devicedetect.vcl share/varnish/vmodtool.py share/examples/varnish/ @sample ${SYSCONFDIR}/varnish/ ----- End forwarded message ----- -- Sending from my toaster.