Update to 7.1.1
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.72
diff -u -p -r1.72 Makefile
--- Makefile 12 Jul 2022 11:22:15 -0000 1.72
+++ Makefile 10 Aug 2022 14:05:15 -0000
@@ -1,7 +1,6 @@
COMMENT = high-performance HTTP accelerator
-DISTNAME = varnish-7.0.2
-REVISION = 1
+DISTNAME = varnish-7.1.1
CATEGORIES = www
@@ -22,7 +21,7 @@ WANTLIB += c curses execinfo m pcre2-8 p
MODULES = lang/python
MODPY_RUNDEP = No
-MODPY_ADJ_FILES = lib/libvcc/{vsc,vmod}tool.py
+MODPY_ADJ_FILES = lib/libvcc/vmodtool.py
BUILD_DEPENDS = textproc/py-docutils${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo 26 Jan 2022 15:35:28 -0000 1.32
+++ distinfo 10 Aug 2022 14:05:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.0.2.tgz) = UkpJWmrSv1t+QJKwkH7R0oPdJwr0Ju+oK3BxTGMMP2E=
-SIZE (varnish-7.0.2.tgz) = 3703686
+SHA256 (varnish-7.1.1.tgz) = LK++JZDn1Yp7rIrZm+kuRA/k04raaBbdiDbyL6UToZA=
+SIZE (varnish-7.1.1.tgz) = 3742869
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -r1.23 PLIST
--- pkg/PLIST 11 Mar 2022 20:11:06 -0000 1.23
+++ pkg/PLIST 10 Aug 2022 14:05:15 -0000
@@ -32,6 +32,7 @@ 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/experimental_bits.h
include/varnish/tbl/feature_bits.h
include/varnish/tbl/h2_error.h
include/varnish/tbl/h2_frames.h
On Tue, 31 May 2022 at 20:48:02 +0200, Gonzalo L. Rodriguez wrote:
> Hello,
>
> Update for Varnish to 7.1.0:
>
> https://varnish-cache.org/docs/7.1/whats-new/changes-7.1.html
>
> OK? Comments?
>
> Cheers.-
>
> --
>
> %gonzalo
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/varnish/Makefile,v
> retrieving revision 1.71
> diff -u -p -r1.71 Makefile
> --- Makefile 11 Mar 2022 20:11:06 -0000 1.71
> +++ Makefile 31 May 2022 11:50:28 -0000
> @@ -1,7 +1,6 @@
> COMMENT = high-performance HTTP accelerator
>
> -DISTNAME = varnish-7.0.2
> -REVISION = 0
> +DISTNAME = varnish-7.1.0
>
> CATEGORIES = www
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/varnish/distinfo,v
> retrieving revision 1.32
> diff -u -p -r1.32 distinfo
> --- distinfo 26 Jan 2022 15:35:28 -0000 1.32
> +++ distinfo 31 May 2022 11:50:28 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (varnish-7.0.2.tgz) = UkpJWmrSv1t+QJKwkH7R0oPdJwr0Ju+oK3BxTGMMP2E=
> -SIZE (varnish-7.0.2.tgz) = 3703686
> +SHA256 (varnish-7.1.0.tgz) = 9Uq4hoVmdmTls8OetWrIxiS2wQk0Nqf4xVVJEUTGnro=
> +SIZE (varnish-7.1.0.tgz) = 3787588
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
> retrieving revision 1.23
> diff -u -p -r1.23 PLIST
> --- pkg/PLIST 11 Mar 2022 20:11:06 -0000 1.23
> +++ pkg/PLIST 31 May 2022 11:50:28 -0000
> @@ -32,6 +32,7 @@ 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/experimental_bits.h
> include/varnish/tbl/feature_bits.h
> include/varnish/tbl/h2_error.h
> include/varnish/tbl/h2_frames.h
>
--
%gonzalo