Hello community,
here is the log from the commit of package rubygem-rack-protection for
openSUSE:Factory checked in at 2019-03-04 09:21:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rack-protection (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rack-protection.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rack-protection"
Mon Mar 4 09:21:03 2019 rev:6 rq:679535 version:2.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-rack-protection/rubygem-rack-protection.changes
2018-12-04 20:57:11.296662489 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-rack-protection.new.28833/rubygem-rack-protection.changes
2019-03-04 09:21:05.716593207 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 13:53:01 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 2.0.5
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
rack-protection-2.0.4.gem
New:
----
rack-protection-2.0.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rack-protection.spec ++++++
--- /var/tmp/diff_new_pack.CglVcV/_old 2019-03-04 09:21:06.384593087 +0100
+++ /var/tmp/diff_new_pack.CglVcV/_new 2019-03-04 09:21:06.384593087 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rack-protection
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-rack-protection
-Version: 2.0.4
+Version: 2.0.5
Release: 0
%define mod_name rack-protection
%define mod_full_name %{mod_name}-%{version}
++++++ rack-protection-2.0.4.gem -> rack-protection-2.0.5.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/rack/protection/session_hijacking.rb
new/lib/rack/protection/session_hijacking.rb
--- old/lib/rack/protection/session_hijacking.rb 2018-09-15
11:38:53.000000000 +0200
+++ new/lib/rack/protection/session_hijacking.rb 2018-12-22
12:11:12.000000000 +0100
@@ -14,7 +14,7 @@
class SessionHijacking < Base
default_reaction :drop_session
default_options :tracking_key => :tracking, :encrypt_tracking => true,
- :track => %w[HTTP_USER_AGENT HTTP_ACCEPT_LANGUAGE]
+ :track => %w[HTTP_USER_AGENT]
def accepts?(env)
session = session env
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/rack/protection/version.rb
new/lib/rack/protection/version.rb
--- old/lib/rack/protection/version.rb 2018-09-15 11:38:53.000000000 +0200
+++ new/lib/rack/protection/version.rb 2018-12-22 12:11:12.000000000 +0100
@@ -1,5 +1,5 @@
module Rack
module Protection
- VERSION = '2.0.4'
+ VERSION = '2.0.5'
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-09-15 11:38:53.000000000 +0200
+++ new/metadata 2018-12-22 12:11:12.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: rack-protection
version: !ruby/object:Gem::Version
- version: 2.0.4
+ version: 2.0.5
platform: ruby
authors:
- https://github.com/sinatra/sinatra/graphs/contributors
autorequire:
bindir: bin
cert_chain: []
-date: 2018-09-15 00:00:00.000000000 Z
+date: 2018-12-22 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rack
@@ -106,7 +106,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.8
+rubygems_version: 2.7.6
signing_key:
specification_version: 4
summary: Protect against typical web attacks, works with all Rack apps,
including