Fri, 03 May 2024 10:26:42 UTC | login

Information for build vmod-querystring-1.0.5-2.fc29

ID68411
Package Namevmod-querystring
Version1.0.5
Release2.fc29
Epoch
SummaryQueryString module for Varnish Cache
DescriptionThe purpose of this module is to give you a fine-grained control over a URL's query-string in Varnish Cache. It's possible to remove the query-string, clean it, sort its parameters or filter it to only keep a subset of them. This can greatly improve your hit ratio and efficiency with Varnish, because by default two URLs with the same path but different query-strings are also different. This is what the RFCs mandate but probably not what you usually want for your web site or application. A query-string is just a character string starting after a question mark in a URL. But in a web context, it is usually a structured key/values store encoded with the `application/x-www-form-urlencoded' media type. This module deals with this kind of query-strings.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 08 Aug 2018 07:55:11 UTC
CompletedWed, 08 Aug 2018 09:11:13 UTC
Taskbuild (f29-candidate, vmod-querystring-1.0.5-2.fc29.src.rpm)
Tags
f29
f30
RPMs
src
vmod-querystring-1.0.5-2.fc29.src.rpm (info) (download)
riscv64
vmod-querystring-1.0.5-2.fc29.riscv64.rpm (info) (download)
vmod-querystring-debuginfo-1.0.5-2.fc29.riscv64.rpm (info) (download)
vmod-querystring-debugsource-1.0.5-2.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Apr 17 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.5-1 - Bump to 1.0.5 - Drop rst2man BR - Add python3 BR - Simplify %configure step * Thu Mar 15 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-3 - Explicit python requirements (#1556533) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 21 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-1 - Bump to 1.0.3 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Apr 26 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.2-1 - Bump to 1.0.2 - Set the optflags at configure time * Sun Sep 25 2016 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.1-1 - Initial spec.