New upstream release
This commit is contained in:
parent
c5ca2aadab
commit
d61a640702
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ varnish-2.1.3.tar.gz
|
||||
/varnish-6.2.0.tgz
|
||||
/pkg-varnish-cache-114fcdd.tar.gz
|
||||
/varnish-6.2.1.tgz
|
||||
/varnish-6.3.0.tgz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pkg-varnish-cache-114fcdd.tar.gz) = 06fef2beac511de3b28291b8a0978f7a2c4ecbc65bcfdea6df89e4aaeec23d096487dd0453cd45802985a010ffd151772e60bbc700d95a471bb57f5f70256b0e
|
||||
SHA512 (varnish-6.2.1.tgz) = 57d478a566482a2c58dfb40e44d3f2a799c4d1f62dcb149bb9a5c45ffb681861465eb7847262db2cb139a488d33de099d0221f6b43335b4e68c16f00ed0e4600
|
||||
SHA512 (varnish-6.3.0.tgz) = 887c27b498bdac1ddb01759569078e2394a0a754ab3842f866fd06724f154950accebe80c5412b0ba5dd70ff9f687ce4bad3161d1bd32448e0d50aa01c6f96b1
|
||||
|
15
varnish.spec
15
varnish.spec
@ -13,8 +13,8 @@
|
||||
|
||||
%global __provides_exclude_from ^%{_libdir}/varnish/vmods
|
||||
|
||||
%global abi b14a3d38dbe918ad50d3838b11aa596f42179b54
|
||||
%global vrt 9.0
|
||||
%global abi 0c9a93f1b2c6de49b8c6ec8cefd9d2be50041d79
|
||||
%global vrt 10.0
|
||||
|
||||
# Package scripts are now external
|
||||
# https://github.com/varnishcache/pkg-varnish-cache
|
||||
@ -23,8 +23,8 @@
|
||||
|
||||
Summary: High-performance HTTP accelerator
|
||||
Name: varnish
|
||||
Version: 6.2.1
|
||||
Release: 4%{?dist}
|
||||
Version: 6.3.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.varnish-cache.org/
|
||||
Source0: http://varnish-cache.org/_downloads/%{name}-%{version}%{?vd_rc}.tgz
|
||||
@ -59,7 +59,7 @@ Patch4: varnish-4.0.3_fix_varnish4_selinux.el6.patch
|
||||
Patch16: varnish-6.2.0_el6_fix_warning_from_old_gcc.patch
|
||||
|
||||
# Patch 017: Fix stack size on ppc64 in test c_00057, upstream commit 88948d9
|
||||
Patch17: varnish-6.2.0_fix_ppc64_for_test_c00057.patch
|
||||
#Patch17: varnish-6.2.0_fix_ppc64_for_test_c00057.patch
|
||||
|
||||
%if 0%{?fedora} > 29
|
||||
Provides: varnish%{_isa} = %{version}-%{release}
|
||||
@ -184,7 +184,7 @@ sed -i '8 i\RPM_BUILD_ROOT=%{buildroot}' find-provides
|
||||
%patch4 -p0
|
||||
%patch16 -p0
|
||||
%endif
|
||||
%patch17 -p1
|
||||
#patch17 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?rhel} == 6
|
||||
@ -419,6 +419,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 6.3.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Sep 04 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 6.2.1-4
|
||||
- New upstream release. A security release. Includes fix for CVE-2019-15892
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user