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
6d04ea32
Commit
6d04ea32
authored
Apr 02, 2018
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version v2.5 and package for Varnish 6.0.0.
parent
79324c59
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
README.rst
README.rst
+2
-3
configure.ac
configure.ac
+1
-1
vmod-re.spec
pkg/rpm/vmod-re.spec
+6
-0
vmod_re.vcc
src/vmod_re.vcc
+2
-3
No files found.
README.rst
View file @
6d04ea32
...
...
@@ -293,9 +293,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0.0 or the master
branch. See the project repository for versions that are compatible
with other versions of Varnish.
The VMOD requires Varnish version 6.0.0. See the project repository
for versions that are compatible with other versions of Varnish.
INSTALLATION
============
...
...
configure.ac
View file @
6d04ea32
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [
trunk
])
AC_INIT([libvmod-re], [
v2.5
])
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)
...
...
pkg/rpm/vmod-re.spec
View file @
6d04ea32
...
...
@@ -71,3 +71,9 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Mon Apr 02 2018 Geoff Simmons <geoff@uplex.de> - 2.5
- ABI compatibility with VRT 7.0, require Varnish 6.0.0.
- pcre limit parameters are now set in the VMOD (not inherited from Varnish).
* Mon Dec 11 2017 Geoff Simmons <geoff@uplex.de> - 2.4
- Enforce ABI compatibility with VRT 6.0.
src/vmod_re.vcc
View file @
6d04ea32
...
...
@@ -224,9 +224,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0.0 or the master
branch. See the project repository for versions that are compatible
with other versions of Varnish.
The VMOD requires Varnish version 6.0.0. 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