Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
506e116fe8 | ||
|
|
06d9ab1393 |
2 changed files with 25 additions and 6 deletions
13
varnish-modules-0.15.0-vmod-tcp-int.patch
Normal file
13
varnish-modules-0.15.0-vmod-tcp-int.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/vmod_tcp.c b/src/vmod_tcp.c
|
||||
index fee4bd3..e1c5dfa 100644
|
||||
--- a/src/vmod_tcp.c
|
||||
+++ b/src/vmod_tcp.c
|
||||
@@ -174,7 +174,7 @@ vmod_set_socket_pace(VRT_CTX, VCL_INT rate)
|
||||
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 %d KB/s.", pacerate);
|
||||
|
||||
# ifndef NDEBUG
|
||||
int retval;
|
||||
|
|
@ -38,6 +38,7 @@ tcp, var, xkey
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%if "%varnishver" >= "6.1"
|
||||
%patch10 -p1
|
||||
%endif
|
||||
|
|
@ -88,14 +89,17 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
|
|||
- Simplified configure step
|
||||
- Dependencies cleanup
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
* Tue Apr 24 2018 Lubos¡ Uhliarik <luhliari@redhat.com> - 0.12.16
|
||||
- use rst2man binary for both python2 and python3
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
* Mon Apr 16 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.4
|
||||
- fix abi requires (#1566046)
|
||||
|
||||
* Sat Oct 21 2017 Dridi Boukelmoune <dridi@fedoraproject.org> 0.12.1-5
|
||||
- Update varnishabi requirement for f28
|
||||
* Thu Mar 29 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.2
|
||||
- fix use of rst2man with python3-docutils
|
||||
|
||||
* Wed Mar 28 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.1
|
||||
- add Python build conditionals
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
|
@ -130,3 +134,5 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
|
|||
- First wrap for fedora
|
||||
- Uses some old-style specfile components for el5 compatibility, including
|
||||
the usage of the BuildRoot header and cleaning the buildroot before install
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue