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
333ac0bc
Commit
333ac0bc
authored
Apr 23, 2020
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version 2.8.0, and update RPM packaging for Varnish 6.3.
parent
d7357685
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
8 deletions
+29
-8
configure.ac
configure.ac
+1
-1
pkg
pkg/rpm/pkg
+4
-4
varnishcache_varnish63.repo
pkg/rpm/varnishcache_varnish63.repo
+21
-0
vmod-re.spec
pkg/rpm/vmod-re.spec
+3
-3
No files found.
configure.ac
View file @
333ac0bc
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [2.
6
.0])
AC_INIT([libvmod-re], [2.
8
.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 @
333ac0bc
...
...
@@ -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
1@packagecloud (varnishcache_varnish61
.repo)
# (see https://packagecloud.io/varnishcache/varnish6
1
/install#manual-rpm)
# - yum repo config for varnish6
3@packagecloud (varnishcache_varnish63
.repo)
# (see https://packagecloud.io/varnishcache/varnish6
3
/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
1
.repo /etc/yum.repos.d/
sudo cp
/srv/varnishcache_varnish6
3
.repo /etc/yum.repos.d/
sudo
yum
-q
makecache
-y
--disablerepo
=
'*'
--enablerepo
=
'varnishcache_varnish6
1
'
sudo
yum
-q
makecache
-y
--disablerepo
=
'*'
--enablerepo
=
'varnishcache_varnish6
3
'
# build requirements
sudo
yum
install
-y
-q
varnish-devel pkgconfig make gcc python-docutils
...
...
pkg/rpm/varnishcache_varnish6
1
.repo
→
pkg/rpm/varnishcache_varnish6
3
.repo
View file @
333ac0bc
[varnishcache_varnish6
1
]
name=varnishcache_varnish6
1
baseurl=https://packagecloud.io/varnishcache/varnish6
1
/el/7/$basearch
[varnishcache_varnish6
3
]
name=varnishcache_varnish6
3
baseurl=https://packagecloud.io/varnishcache/varnish6
3
/el/7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish6
1
/gpgkey
gpgkey=https://packagecloud.io/varnishcache/varnish6
3
/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
[varnishcache_varnish6
1
-source]
name=varnishcache_varnish6
1
-source
baseurl=https://packagecloud.io/varnishcache/varnish6
1
/el/7/SRPMS
[varnishcache_varnish6
3
-source]
name=varnishcache_varnish6
3
-source
baseurl=https://packagecloud.io/varnishcache/varnish6
3
/el/7/SRPMS
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/varnishcache/varnish6
1
/gpgkey
gpgkey=https://packagecloud.io/varnishcache/varnish6
3
/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
pkg/rpm/vmod-re.spec
View file @
333ac0bc
...
...
@@ -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 >=
8.0 (Varnish 6.1
, libvarnishapi.so.2)
Requires: varnishd(vrt)%{?_isa} >=
8
# The Requires specifies ABI >=
10.0 (Varnish 6.3
, libvarnishapi.so.2)
Requires: varnishd(vrt)%{?_isa} >=
10
BuildRequires: varnish-devel >= 6.
1
.0
BuildRequires: varnish-devel >= 6.
3
.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