commit rubygem-websocket-extensions for openSUSE:Factory

2020-06-07 Thread root
Hello community,

here is the log from the commit of package rubygem-websocket-extensions for 
openSUSE:Factory checked in at 2020-06-07 21:39:17

Comparing /work/SRC/openSUSE:Factory/rubygem-websocket-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.3606 
(New)


Package is "rubygem-websocket-extensions"

Sun Jun  7 21:39:17 2020 rev:4 rq:812217 version:0.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-websocket-extensions/rubygem-websocket-extensions.changes
2019-06-30 10:22:33.415718591 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.3606/rubygem-websocket-extensions.changes
  2020-06-07 21:39:26.453663608 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 10:57:23 UTC 2020 - Manuel Schnitzer 
+
+- updated to version 0.1.5
+
+  * CVE-2020-7663: Remove a ReDoS vulnerability in the header parser 
(bsc#1172445)
+
+---

Old:

  websocket-extensions-0.1.4.gem

New:

  websocket-extensions-0.1.5.gem



Other differences:
--
++ rubygem-websocket-extensions.spec ++
--- /var/tmp/diff_new_pack.nMpNej/_old  2020-06-07 21:39:27.241666105 +0200
+++ /var/tmp/diff_new_pack.nMpNej/_new  2020-06-07 21:39:27.245666118 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-websocket-extensions
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-websocket-extensions
-Version:0.1.4
+Version:0.1.5
 Release:0
 %define mod_name websocket-extensions
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/faye/websocket-extensions-ruby
+URL:https://github.com/faye/websocket-extensions-ruby
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic extension manager for WebSocket connections
 License:Apache-2.0

++ websocket-extensions-0.1.4.gem -> websocket-extensions-0.1.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-06-10 13:37:02.0 +0200
+++ new/CHANGELOG.md2020-06-02 14:59:42.0 +0200
@@ -1,6 +1,11 @@
+### 0.1.5 / 2020-06-02
+
+- Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)
+
 ### 0.1.4 / 2019-06-10
 
 - Fix a deprecation warning for using the `=~` operator on `true`
+- Change license from MIT to Apache 2.0
 
 ### 0.1.3 / 2017-11-11
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.md new/LICENSE.md
--- old/LICENSE.md  2019-06-10 13:37:02.0 +0200
+++ new/LICENSE.md  2020-06-02 14:59:42.0 +0200
@@ -1,4 +1,4 @@
-Copyright 2014-2019 James Coglan
+Copyright 2014-2020 James Coglan
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
 this file except in compliance with the License. You may obtain a copy of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-06-10 13:37:02.0 +0200
+++ new/README.md   2020-06-02 14:59:42.0 +0200
@@ -227,8 +227,8 @@
 
 ```rb
 ext.create_server_session([
-  {'server_no_context_takeover' => true, 'server_max_window_bits' => 8},
-  {'server_max_window_bits' => 15}
+  { 'server_no_context_takeover' => true, 'server_max_window_bits' => 8 },
+  { 'server_max_window_bits' => 15 }
 ])
 ```
 
@@ -244,8 +244,8 @@
 ```rb
 client_session.generate_offer
 # e.g.  -> [
-#{'server_no_context_takeover' => true, 'server_max_window_bits' 
=> 8},
-#{'server_max_window_bits' => 15}
+#{ 'server_no_context_takeover' => true, 'server_max_window_bits' 
=> 8 },
+#{ 'server_max_window_bits' => 15 }
 #  ]
 ```
 
@@ -270,7 +270,7 @@
 
 ```rb
 server_session.generate_response
-# e.g.  -> {'server_max_window_bits' => 8}
+# e.g.  -> { 'server_max_window_bits' => 8 }
 ```
 
 This returns the set of parameters the server session wants to send in its
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/websocket/extensions/parser.rb 
new/lib/websocket/extensions/parser.rb
--- old/lib/websocket/extensions/parser.rb  2019-06-10 13:37:02.0 
+0200

commit rubygem-websocket-extensions for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package rubygem-websocket-extensions for 
openSUSE:Factory checked in at 2019-06-30 10:22:31

Comparing /work/SRC/openSUSE:Factory/rubygem-websocket-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.4615 
(New)


Package is "rubygem-websocket-extensions"

Sun Jun 30 10:22:31 2019 rev:3 rq:712553 version:0.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-websocket-extensions/rubygem-websocket-extensions.changes
2017-12-19 10:56:37.154761623 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.4615/rubygem-websocket-extensions.changes
  2019-06-30 10:22:33.415718591 +0200
@@ -1,0 +2,8 @@
+Sat Jun 29 22:14:48 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 0.1.4
+
+  * Fix a deprecation warning for using the `=~` operator on `true`
+  * Change license from MIT to Apache 2.0
+
+---

Old:

  websocket-extensions-0.1.3.gem

New:

  websocket-extensions-0.1.4.gem



Other differences:
--
++ rubygem-websocket-extensions.spec ++
--- /var/tmp/diff_new_pack.WcmccQ/_old  2019-06-30 10:22:33.955719430 +0200
+++ /var/tmp/diff_new_pack.WcmccQ/_new  2019-06-30 10:22:33.955719430 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-websocket-extensions
 #
-# Copyright (c) 2017 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   rubygem-websocket-extensions
-Version:0.1.3
+Version:0.1.4
 Release:0
 %define mod_name websocket-extensions
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Url:https://github.com/faye/websocket-extensions-ruby
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic extension manager for WebSocket connections
-License:MIT
+License:Apache-2.0
 Group:  Development/Languages/Ruby
 
 %description

++ websocket-extensions-0.1.3.gem -> websocket-extensions-0.1.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-11-11 02:26:38.0 +0100
+++ new/CHANGELOG.md2019-06-10 13:37:02.0 +0200
@@ -1,15 +1,19 @@
+### 0.1.4 / 2019-06-10
+
+- Fix a deprecation warning for using the `=~` operator on `true`
+
 ### 0.1.3 / 2017-11-11
 
-* Accept extension names and parameters including uppercase letters
+- Accept extension names and parameters including uppercase letters
 
 ### 0.1.2 / 2015-02-19
 
-* Make it safe to call `Extensions#close` if the handshake is not complete
+- Make it safe to call `Extensions#close` if the handshake is not complete
 
 ### 0.1.1 / 2014-12-14
 
-* Explicitly require `strscan` which is not loaded in a vanilla Ruby 
environment
+- Explicitly require `strscan` which is not loaded in a vanilla Ruby 
environment
 
 ### 0.1.0 / 2014-12-13
 
-* Initial release
+- Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.md new/LICENSE.md
--- old/LICENSE.md  2017-11-11 02:26:38.0 +0100
+++ new/LICENSE.md  2019-06-10 13:37:02.0 +0200
@@ -1,20 +1,12 @@
-# The MIT license
+Copyright 2014-2019 James Coglan
 
-Copyright (c) 2014-2017 James Coglan
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use
+this file except in compliance with the License. You may obtain a copy of the
+License at
 
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the 'Software'), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
+http://www.apache.org/licenses/LICENSE-2.0
 
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE 

commit rubygem-websocket-extensions for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package rubygem-websocket-extensions for 
openSUSE:Factory checked in at 2017-12-19 10:56:35

Comparing /work/SRC/openSUSE:Factory/rubygem-websocket-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new (New)


Package is "rubygem-websocket-extensions"

Tue Dec 19 10:56:35 2017 rev:2 rq:557117 version:0.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-websocket-extensions/rubygem-websocket-extensions.changes
2016-07-21 08:15:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new/rubygem-websocket-extensions.changes
   2017-12-19 10:56:37.154761623 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 14:14:39 UTC 2017 - hvo...@suse.com
+
+- Update to version 0.1.3
+  Accept extension names and parameters including uppercase letters
+
+---

Old:

  gem2rpm.yml
  websocket-extensions-0.1.2.gem

New:

  websocket-extensions-0.1.3.gem



Other differences:
--
++ rubygem-websocket-extensions.spec ++
--- /var/tmp/diff_new_pack.wb186M/_old  2017-12-19 10:56:37.722734205 +0100
+++ /var/tmp/diff_new_pack.wb186M/_new  2017-12-19 10:56:37.726734012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-websocket-extensions
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,26 +16,18 @@
 #
 
 
-#
-# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
-# All sections marked as MANUAL, license headers, summaries and descriptions
-# can be maintained in that file. Please consult this file before editing any
-# of those fields
-#
-
 Name:   rubygem-websocket-extensions
-Version:0.1.2
+Version:0.1.3
 Release:0
 %define mod_name websocket-extensions
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-Url:http://github.com/faye/websocket-extensions-ruby
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
+Url:https://github.com/faye/websocket-extensions-ruby
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic extension manager for WebSocket connections
 License:MIT
 Group:  Development/Languages/Ruby
@@ -49,7 +41,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.md README.md" \
+  --doc-files="CHANGELOG.md LICENSE.md README.md" \
   -f
 
 %gem_packages

++ websocket-extensions-0.1.2.gem -> websocket-extensions-0.1.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-19 23:33:20.0 +0100
+++ new/CHANGELOG.md2017-11-11 02:26:38.0 +0100
@@ -1,3 +1,7 @@
+### 0.1.3 / 2017-11-11
+
+* Accept extension names and parameters including uppercase letters
+
 ### 0.1.2 / 2015-02-19
 
 * Make it safe to call `Extensions#close` if the handshake is not complete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.md new/LICENSE.md
--- old/LICENSE.md  1970-01-01 01:00:00.0 +0100
+++ new/LICENSE.md  2017-11-11 02:26:38.0 +0100
@@ -0,0 +1,20 @@
+# The MIT license
+
+Copyright (c) 2014-2017 James Coglan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the 'Software'), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION