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
36fcb17e
Commit
36fcb17e
authored
Dec 04, 2018
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 2.6.0, packages for VRT 8 (Varnish 6.1 & libvarnisapi.so.2)
parent
2e86c3c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
33 deletions
+32
-33
README.rst
README.rst
+3
-3
configure.ac
configure.ac
+1
-1
pkg
pkg/rpm/pkg
+4
-4
varnishcache_varnish5.repo
pkg/rpm/varnishcache_varnish5.repo
+0
-22
varnishcache_varnish61.repo
pkg/rpm/varnishcache_varnish61.repo
+21
-0
vmod-re.spec
pkg/rpm/vmod-re.spec
+3
-3
No files found.
README.rst
View file @
36fcb17e
...
...
@@ -122,12 +122,12 @@ never changes during the lifetime of VCL, use ``match``.
.. _obj_regex:
new xregex = regex(STRING, INT limit, INT limit_recursion
)
----------
------------------------------------------------
regex(...
)
----------
::
new xregex = regex(
new xregex = re
.re
gex(
STRING,
INT limit=1000,
INT limit_recursion=1000
...
...
configure.ac
View file @
36fcb17e
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [2.
5.1
])
AC_INIT([libvmod-re], [2.
6.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_re.vcc)
...
...
pkg/rpm/pkg
View file @
36fcb17e
...
...
@@ -10,8 +10,8 @@
# - this script (named pkg)
# - VMOD re tarball (libvmod-re-v$VERSION.tar.gz)
# - RPM spec file (vmod-re.spec)
# - yum repo config for varnish6
0@packagecloud (varnishcache_varnish60
.repo)
# (see https://packagecloud.io/varnishcache/varnish6
0
/install#manual-rpm)
# - yum repo config for varnish6
1@packagecloud (varnishcache_varnish61
.repo)
# (see https://packagecloud.io/varnishcache/varnish6
1
/install#manual-rpm)
# So this is a sample docker invocation:
#
...
...
@@ -45,9 +45,9 @@ sudo yum install -y -q \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# set up varnish repo
sudo cp
/srv/varnishcache_varnish6
0
.repo /etc/yum.repos.d/
sudo cp
/srv/varnishcache_varnish6
1
.repo /etc/yum.repos.d/
sudo
yum
-q
makecache
-y
--disablerepo
=
'*'
--enablerepo
=
'varnishcache_varnish6
0
'
sudo
yum
-q
makecache
-y
--disablerepo
=
'*'
--enablerepo
=
'varnishcache_varnish6
1
'
# build requirements
sudo
yum
install
-y
-q
varnish-devel pkgconfig make gcc python-docutils
...
...
pkg/rpm/varnishcache_varnish5.repo
deleted
100644 → 0
View file @
2e86c3c4
[varnishcache_varnish5]
name=varnishcache_varnish5
baseurl=https://packagecloud.io/varnishcache/varnish5/el/7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish5/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
[varnishcache_varnish5-source]
name=varnishcache_varnish5-source
baseurl=https://packagecloud.io/varnishcache/varnish5/el/7/SRPMS
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish5/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
pkg/rpm/varnishcache_varnish6
0
.repo
→
pkg/rpm/varnishcache_varnish6
1
.repo
View file @
36fcb17e
[varnishcache_varnish6
0
]
name=varnishcache_varnish6
0
baseurl=https://packagecloud.io/varnishcache/varnish6
0
/el/7/$basearch
[varnishcache_varnish6
1
]
name=varnishcache_varnish6
1
baseurl=https://packagecloud.io/varnishcache/varnish6
1
/el/7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish6
0
/gpgkey
gpgkey=https://packagecloud.io/varnishcache/varnish6
1
/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
[varnishcache_varnish6
0
-source]
name=varnishcache_varnish6
0
-source
baseurl=https://packagecloud.io/varnishcache/varnish6
0
/el/7/SRPMS
[varnishcache_varnish6
1
-source]
name=varnishcache_varnish6
1
-source
baseurl=https://packagecloud.io/varnishcache/varnish6
1
/el/7/SRPMS
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish6
0
/gpgkey
gpgkey=https://packagecloud.io/varnishcache/varnish6
1
/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
pkg/rpm/vmod-re.spec
View file @
36fcb17e
...
...
@@ -10,10 +10,10 @@ URL: https://code.uplex.de/uplex-varnish/libvmod-re
Source0: lib%{name}-%{version}.tar.gz
# varnish from varnish60 at packagecloud
# The Requires specifies ABI
7.0 -- cannot be versioned for Varnish 6.0.
Requires: varnish
abi-7.0
# The Requires specifies ABI
>= 8.0 (Varnish 6.1, libvarnishapi.so.2)
Requires: varnish
d(vrt)%{?_isa} >= 8
BuildRequires: varnish-devel >= 6.
0
.0
BuildRequires: varnish-devel >= 6.
1
.0
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
...
...
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