Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-re2
Commits
2062a704
Commit
2062a704
authored
Jun 02, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document and enforce compatibility with Varnish 4.1.x.
Also document compatibility with more recent RE2 versions.
parent
5f69342e
Pipeline
#237
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
README.rst
README.rst
+2
-3
configure.ac
configure.ac
+2
-2
vmod_re2.vcc
src/vmod_re2.vcc
+2
-3
No files found.
README.rst
View file @
2062a704
...
...
@@ -794,11 +794,10 @@ Example::
REQUIREMENTS
============
The VMOD requires Varnish 4.1.2 or 4.1.3; it is currently not
compatible with Varnish 5.
The VMOD requires Varnish 4.1.2 through 4.1.6.
It requires the RE2 library, and has been tested against RE2 versions
2015-05-01 through 201
6-10
-01.
2015-05-01 through 201
7-06
-01.
INSTALLATION
============
...
...
configure.ac
View file @
2062a704
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re2], [
trunk
])
AC_INIT([libvmod-re2], [
1.0
])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_re2.vcc)
...
...
@@ -66,7 +66,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi
>= 4.1.2 varnishapi <= 4.1.6
])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
PKG_CHECK_VAR([LIBVARNISHAPI_SBINDIR], [varnishapi], [sbindir])
...
...
src/vmod_re2.vcc
View file @
2062a704
...
...
@@ -689,11 +689,10 @@ Example::
REQUIREMENTS
============
The VMOD requires Varnish 4.1.2 or 4.1.3; it is currently not
compatible with Varnish 5.
The VMOD requires Varnish 4.1.2 through 4.1.6.
It requires the RE2 library, and has been tested against RE2 versions
2015-05-01 through 201
6-10
-01.
2015-05-01 through 201
7-06
-01.
INSTALLATION
============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment