pkgsrc/www/varnish/buildlink3.mk
tnn b22534326f varnish: update to 7.2.1
Security
  fixes VSV00011 Varnish HTTP/2 Request Forgery Vulnerability
VEXT
  Support Varnish Extensions
Parameters
  Duration values (with a unit in seconds) can optionally take a duration unit
Other changes in varnishd
  The metadata VMODs exposes to Varnishd has changed to a non-binary format
Changes to VCL
  ESI sub-requests can no longer inherit req.http.transfer-encoding
Bundled VMODs
  std: add std.now() and std.timed_call()
  cookie: generated headers no longer have a spurious trailing semi-colon
varnishlog
  The Begin log records may contain a 4th field with the sub-level of sub-tasks.
  The -k option from varnishlog is now available in varnishncsa.
varnishstat
  MAIN.fetch_no_thread renamed to MAIN.bgfetch_no_thread
  MAIN.shm_bytes added
2022-11-14 19:29:13 +00:00

18 lines
441 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2022/11/14 19:29:13 tnn Exp $
BUILDLINK_TREE+= varnish
.if !defined(VARNISH_BUILDLINK3_MK)
VARNISH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.varnish+= varnish>=7.2.1
BUILDLINK_PKGSRCDIR.varnish?= ../../www/varnish
BUILDLINK_INCDIRS.varnish+= include/varnish
.include "../../devel/libexecinfo/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
.endif # VARNISH_BUILDLINK3_MK
BUILDLINK_TREE+= -varnish