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
b974dc92
Commit
b974dc92
authored
May 16, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require Varnish 5.1.x.
parent
b4497cfd
Pipeline
#210
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
README.rst
README.rst
+4
-3
configure.ac
configure.ac
+2
-2
vmod_re.vcc
src/vmod_re.vcc
+4
-3
No files found.
README.rst
View file @
b974dc92
...
...
@@ -245,9 +245,8 @@ Example
REQUIREMENTS
============
The VMOD requires Varnish since version 5.1. See the project
repository for versions that are compatible with other versions of
Varnish.
The VMOD requires Varnish version 5.1. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
...
...
@@ -326,6 +325,8 @@ Version 1.1: compatible with Varnish 5.0
Version 2.0: compatible with Varnish 5.1
Version 2.1: bugfix release requiring Varnish 5.1.x
LIMITATIONS
===========
...
...
configure.ac
View file @
b974dc92
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [2.
0
])
AC_INIT([libvmod-re], [2.
1
])
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.1.0 varnishapi <= 5.1.2
])
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 @
b974dc92
...
...
@@ -181,9 +181,8 @@ Example
REQUIREMENTS
============
The VMOD requires Varnish since version 5.1. See the project
repository for versions that are compatible with other versions of
Varnish.
The VMOD requires Varnish version 5.1. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
...
...
@@ -262,6 +261,8 @@ Version 1.1: compatible with Varnish 5.0
Version 2.0: compatible with Varnish 5.1
Version 2.1: bugfix release requiring Varnish 5.1.x
LIMITATIONS
===========
...
...
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