Sun, 19 May 2024 10:59:29 UTC | login

Information for build vmod-querystring-2.0.1-3.fc33

ID150862
Package Namevmod-querystring
Version2.0.1
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/vmod-querystring.git#6561e07676b23d29ab4c4de1cbe8fb8df07591fe
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
StartedSat, 28 Mar 2020 06:01:50 UTC
CompletedSat, 28 Mar 2020 06:27:51 UTC
Taskbuild (f33, /rpms/vmod-querystring.git:6561e07676b23d29ab4c4de1cbe8fb8df07591fe)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/vmod-querystring.git#6561e07676b23d29ab4c4de1cbe8fb8df07591fe'}}
Tags
f33
RPMs
src
vmod-querystring-2.0.1-3.fc33.src.rpm (info) (download)
riscv64
vmod-querystring-2.0.1-3.fc33.riscv64.rpm (info) (download)
vmod-querystring-debuginfo-2.0.1-3.fc33.riscv64.rpm (info) (download)
vmod-querystring-debugsource-2.0.1-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Mar 16 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 2.0.1-1 - Bump to 2.0.1 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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@fedoraproject.org> - 1.0.5-1 - Bump to 1.0.5 - Drop rst2man BR - Add python3 BR - Simplify %configure step