Update to rack-protection 2.2.0.

Resolves: rhbz#2054769
f38
Pavel Valena 3 years ago
parent 9a5771d592
commit 5c3da0ff04

2
.gitignore vendored

@ -1,2 +1,2 @@
/rack-protection-*-spec.txz
/rack-protection-*.gem
/rack-protection-*-spec.txz

@ -3,14 +3,14 @@
%bcond_with bootstrap
Name: rubygem-%{gem_name}
Version: 2.1.0
Release: 2%{?dist}
Version: 2.2.0
Release: 1%{?dist}
Summary: Ruby gem that protects against typical web attacks
License: MIT
URL: http://sinatrarb.com/protection/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# git clone https://github.com/sinatra/sinatra.git && cd sinatra/rack-protection
# git archive -v -o rack-protection-2.1.0-spec.txz v2.1.0 spec/
# git archive -v -o rack-protection-2.2.0-spec.txz v2.2.0 spec/
Source1: %{gem_name}-%{version}-spec.txz
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
@ -71,6 +71,10 @@ popd
%{gem_instdir}/rack-protection.gemspec
%changelog
* Thu Feb 17 2022 Pavel Valena <pvalena@redhat.com> - 2.2.0-1
- Update to rack-protection 2.2.0.
Resolves: rhbz#2054769
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

@ -1,2 +1,2 @@
SHA512 (rack-protection-2.1.0.gem) = 965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded
SHA512 (rack-protection-2.1.0-spec.txz) = 95d67f2c68a8b2cad49645208818ef101c1be0c8fcbaea09cdc5da7bacf7a20832ea5ca4f8474c912c57638802e4dde8ef06f5c588adb4241c2b29a955e7dfd9
SHA512 (rack-protection-2.2.0.gem) = 06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
SHA512 (rack-protection-2.2.0-spec.txz) = a7bbf80a06989ad43113516cef581c4417d80f5c1e6cf7225b9fef3b3b13892801d24910a323d706d5092ed5a6a36f7c59bf978e65e1d385e8da1328d4d8ec14

Loading…
Cancel
Save