Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re
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-re
Commits
66fad919
Commit
66fad919
authored
Oct 18, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require Varnish 5.2, and set version string v2.2.
parent
a96736ac
Pipeline
#346
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_re.vcc
src/vmod_re.vcc
+2
-3
No files found.
README.rst
View file @
66fad919
...
...
@@ -245,9 +245,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish master branch since commit a339f63. See
the project repository for versions that are compatible with other
versions of Varnish.
The VMOD requires Varnish version 5.2. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
...
...
configure.ac
View file @
66fad919
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [
trunk
])
AC_INIT([libvmod-re], [
v2.2
])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_re.vcc)
...
...
@@ -53,7 +53,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi
>= 5.2.0
])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
PKG_CHECK_VAR([LIBVARNISHAPI_SBINDIR], [varnishapi], [sbindir])
...
...
src/vmod_re.vcc
View file @
66fad919
...
...
@@ -181,9 +181,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish master branch since commit a339f63. See
the project repository for versions that are compatible with other
versions of Varnish.
The VMOD requires Varnish version 5.2. See the project repository for
versions that are compatible with other versions of Varnish.
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