Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Ingvar Hagelund
9721cca137 - Rebuilt for varnish-6.0.5
Merge branch 'f29' of ssh://pkgs.fedoraproject.org/rpms/varnish-modules into f29
2019-11-15 13:55:22 +01:00
Ingvar Hagelund
dda591d8c4 Rebuilt for varnish-6.0.5 2019-11-15 13:52:50 +01:00
Ingvar Hagelund
0ee40a83eb - Merge from rawhide
- Rebuilt against varnish-6.0.4
2019-09-18 21:53:19 +02:00
Ingvar Hagelund
c032796311 Merge branch 'master' into local/f29 2019-09-18 21:42:56 +02:00
Ingvar Hagelund
920d026852 Added small format patch for 32bit 2019-02-26 08:49:19 +01:00
Ingvar Hagelund
73c685e86c Rebuilt for varnish-6.0.3 2019-02-25 23:54:17 +01:00
2 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- src/vmod_tcp.c.orig 2018-10-10 20:21:14.324704356 +0200
+++ src/vmod_tcp.c 2018-10-10 20:21:44.329466200 +0200
@@ -174,7 +174,7 @@
sizeof(pacerate)) != 0)
VSLb(ctx->vsl, SLT_VCL_Error, "set_socket_pace(): Error setting pace rate.");
else
- VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %lu KB/s.", rate);
+ VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %jd KB/s.", (intmax_t)rate);
# ifndef NDEBUG
int retval;

View file

@ -3,12 +3,14 @@
Name: varnish-modules
Version: 0.15.0
Release: 6%{?dist}
Release: 8%{?dist}
Summary: A collection of modules ("vmods") extending Varnish VCL
License: BSD
URL: https://github.com/varnish/%{name}
Source: https://download.varnish-software.com/varnish-modules/%{name}-%{version}.tar.gz
# Upstream issue #122
Patch10: varnish-modules-0.15.0_fix_saintmode_for_varnish_6.1.patch
Patch11: varnish-modules-0.15.0_fix_simple_formatting_bug.patch
BuildRequires: gcc
@ -38,7 +40,7 @@ tcp, var, xkey
%prep
%setup -q
%if "%varnishver" >= "6.1"
%if "%varnishver" >= "6.1"
%patch10 -p1
%endif
%patch11 -p1
@ -65,6 +67,12 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
%{_mandir}/man3/*.3*
%changelog
* Fri Nov 15 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> 0.15.0-8
- Rebuilt for varnish-6.0.5
* Wed Sep 18 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.15.0-7
- Rebuilt for varnish-6.0.4
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild