On Tue, Nov 29, 2022 at 12:21:02PM +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Varnish to 7.2.1: > > https://varnish-cache.org/releases/rel7.2.1.html#rel7-2-1
This is a security fix release, so I'd say go ahead if it builds/works. > > Tests are welcome. > > OK? Comments? > > Cheers.- > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/varnish/Makefile,v > retrieving revision 1.74 > diff -u -p -r1.74 Makefile > --- Makefile 8 Nov 2022 11:17:22 -0000 1.74 > +++ Makefile 29 Nov 2022 11:18:47 -0000 > @@ -1,7 +1,6 @@ > COMMENT = high-performance HTTP accelerator > > -DISTNAME = varnish-7.1.1 > -REVISION = 0 > +DISTNAME = varnish-7.2.1 > > CATEGORIES = www > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/varnish/distinfo,v > retrieving revision 1.33 > diff -u -p -r1.33 distinfo > --- distinfo 13 Sep 2022 08:59:17 -0000 1.33 > +++ distinfo 29 Nov 2022 11:18:47 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (varnish-7.1.1.tgz) = LK++JZDn1Yp7rIrZm+kuRA/k04raaBbdiDbyL6UToZA= > -SIZE (varnish-7.1.1.tgz) = 3742869 > +SHA256 (varnish-7.2.1.tgz) = TZN9FyCo7BnFM/ly2TA6HJiJt7/KdDeJOuXCfPIEqUA= > +SIZE (varnish-7.2.1.tgz) = 4019119 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/www/varnish/pkg/PLIST,v > retrieving revision 1.25 > diff -u -p -r1.25 PLIST > --- pkg/PLIST 8 Nov 2022 11:17:22 -0000 1.25 > +++ pkg/PLIST 29 Nov 2022 11:18:47 -0000 > @@ -27,7 +27,8 @@ include/varnish/tbl/backend_poll.h > include/varnish/tbl/ban_arg_oper.h > include/varnish/tbl/ban_oper.h > include/varnish/tbl/ban_vars.h > -include/varnish/tbl/bo_flags.h > +include/varnish/tbl/bereq_flags.h > +include/varnish/tbl/beresp_flags.h > include/varnish/tbl/boc_state.h > include/varnish/tbl/body_status.h > include/varnish/tbl/cli_cmds.h > @@ -42,15 +43,16 @@ include/varnish/tbl/htc.h > include/varnish/tbl/http_headers.h > include/varnish/tbl/http_response.h > include/varnish/tbl/locks.h > -include/varnish/tbl/mgt_vcc.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_bereq_flags.h > include/varnish/tbl/req_flags.h > include/varnish/tbl/sess_attr.h > include/varnish/tbl/sess_close.h > include/varnish/tbl/symbol_kind.h > +include/varnish/tbl/vcc_feature_bits.h > include/varnish/tbl/vcl_returns.h > include/varnish/tbl/vcl_states.h > include/varnish/tbl/vhd_fsm.h > @@ -81,6 +83,7 @@ include/varnish/vcli.h > include/varnish/vcs.h > include/varnish/vdef.h > include/varnish/vmod_abi.h > +include/varnish/vnum.h > include/varnish/vqueue.h > include/varnish/vre.h > include/varnish/vre_pcre2.h > -- > > %gonzalo >