aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-08-21 21:26:19 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-08-21 21:26:19 +0200
commitd900b5b8450c679877b288017152c96509e3fe90 (patch)
tree3130d15eeea25e5b2cc61b9602f2603df17c4844
parentcb7d4b5a74312c38f9dc8d0d20bcbaf31ed5186b (diff)
downloadvmod-dbrw-master.tar.gz
vmod-dbrw-master.tar.bz2
Version 2.8: Support for Varnish 7.1HEADv2.8master
-rw-r--r--NEWS6
m---------acvmod0
-rw-r--r--configure.ac6
-rw-r--r--doc/vmod-dbrw.38
-rw-r--r--src/vmod_dbrw.c6
5 files changed, 17 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 6fc931b..b54fe82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-vmod-dbrw -- history of user-visible changes. 2020-04-09
+vmod-dbrw -- history of user-visible changes. 2022-08-21
See the end of file for copying conditions.
@@ -5,2 +5,6 @@ Please send vmod-dbrw bug reports to <gray@gnu.org>
+Version 2.8, 2022-08-21
+
+* Support for Varnish 7.1
+
Version 2.7, 2020-04-09
diff --git a/acvmod b/acvmod
-Subproject 99b8dd21c7d1a91021b0a63c0d846ac35c4b009
+Subproject 0516e2461e8f2e3b33a7fffa13705cdb1de77c5
diff --git a/configure.ac b/configure.ac
index 944d934..470d09b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
# This file is part of vmod-dbrw -*- autoconf -*-
-# Copyright (C) 2013-2020 Sergey Poznyakoff
+# Copyright (C) 2013-2022 Sergey Poznyakoff
#
@@ -16,3 +16,3 @@
AC_PREREQ(2.69)
-AC_INIT([vmod-dbrw], 2.7, [gray@gnu.org])
+AC_INIT([vmod-dbrw], 2.8, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
@@ -45,3 +45,3 @@ AC_CHECK_HEADERS([sys/stdlib.h])
-AM_VARNISHAPI([6.0],[6.4.0])
+AM_VARNISHAPI([6.0],[7.1.0])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
diff --git a/doc/vmod-dbrw.3 b/doc/vmod-dbrw.3
index 26422f1..023e215 100644
--- a/doc/vmod-dbrw.3
+++ b/doc/vmod-dbrw.3
@@ -1,3 +1,3 @@
.\" This file is part of Vmod-dbrw -*- nroff -*-
-.\" Copyright (C) 2013-2020 Sergey Poznyakoff
+.\" Copyright (C) 2013-2022 Sergey Poznyakoff
.\"
@@ -15,3 +15,3 @@
.\" along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-DBRW 3 "April 9, 2020" "VMOD-DBRW" "User Reference"
+.TH VMOD-DBRW 3 "August 21, 2022" "VMOD-DBRW" "User Reference"
.SH NAME
@@ -320,3 +320,3 @@ sub vcl_synth {
. ds package vmod-dbrw
-. ds version 2.7
+. ds version 2.8
. so download.inc
@@ -356,3 +356,3 @@ Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013-2020 Sergey Poznyakoff
+Copyright \(co 2013-2022 Sergey Poznyakoff
.br
diff --git a/src/vmod_dbrw.c b/src/vmod_dbrw.c
index 3509d04..f6b6446 100644
--- a/src/vmod_dbrw.c
+++ b/src/vmod_dbrw.c
@@ -1,3 +1,3 @@
/* This file is part of vmod-dbrw
- Copyright (C) 2013-2020 Sergey Poznyakoff
+ Copyright (C) 2013-2022 Sergey Poznyakoff
@@ -382,2 +382,6 @@ expand_backref(VRT_CTX, const char *str, const char *val,
+#if VARNISHAPI_MAJOR > 6
+# define vrt_magic_string_end 0
+#endif
+
static void

Return to:

Send suggestions and report system problems to the System administrator.