Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rubygem-excon (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rubygem-excon.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-excon"

Fri Feb 21 23:50:30 2020 rev:12 rq:773390 version:0.72.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rubygem-excon/rubygem-excon.changes    
2020-01-15 15:58:43.559776178 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rubygem-excon.new.26092/rubygem-excon.changes 
2020-02-21 23:50:40.264723793 +0100
@@ -2 +2 @@
-Mon Jan  6 09:17:01 UTC 2020 - Josef Reidinger <[email protected]>
+Mon Feb 10 14:31:29 UTC 2020 - Stephan Kulow <[email protected]>
@@ -4,2 +4,106 @@
-- Backport CVE-2019-16779 patch (bsc#1159342)
-  * CVE-2019-16779.patch added
+- updated to version 0.72.0
+  no changelog found
+
+-------------------------------------------------------------------
+Sat Dec 14 00:41:02 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 0.71.0
+
+  * fix for leftover data with interrupted persistent connections
+
+-------------------------------------------------------------------
+Thu Nov 28 07:19:54 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 0.69.1
+
+  * Fix mistake in proxy connection error handling
+  * Raise better proxy connection errors
+
+-------------------------------------------------------------------
+Tue Nov 12 16:30:10 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 0.68.0
+
+  * no changelog found
+
+-------------------------------------------------------------------
+Thu Aug 15 18:19:31 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 0.66.0
+
+  * Add remote_ip to datum, enabling usage in middleware
+  * redirect follower now raises after following too many redirects (default 
10)
+  * fixed stub clearing in tests to avoid race conditions
+
+-------------------------------------------------------------------
+Sun May  5 09:24:40 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 0.64.0
+ see installed changelog.txt
+
+  0.64.0 2019-04-15
+  =================
+  
+  warn, not error on undefined middlewares#valid_parameter keys
+  
+  0.63.0 2019-04-12
+  =================
+  
+  allow setting min/max ssl versions
+  add additional nonblocking ruby error classes
+  set logger via datum, instead of class variables
+  misc test/travis fixes
+  consolidate binary encoding, avoid double encoding
+  error or CR/LF instead of substitute
+  guard against invalid header keys
+  also retry blocked connect with newer ruby errors
+  clarify that username and password should be escaped
+  better handling of warnings in tests
+  add stalebot
+  document NO_PROXY
+  validate parameter keys based on middleware stack
+  update default retry on error counts in readme
+  Sweet32, DES deprioritization fixes to cipher suite
+  allow overriding retry_errors count
+  fix for URI escaping in Ruby 2.6
+  update copyright notice
+  add metadata to gemspec
+  update certs
+
+-------------------------------------------------------------------
+Wed Mar 28 04:28:56 UTC 2018 - [email protected]
+
+- updated to version 0.62.0
+ see installed changelog.txt
+
+  0.62.0 2018-03-27
+  =================
+  
+  remove binmode call for StringIO objects
+
+-------------------------------------------------------------------
+Tue Mar 20 10:08:08 UTC 2018 - [email protected]
+
+- updated to version 0.61.0
+ see installed changelog.txt
+
+  0.61.0 2018-03-16
+  =================
+  
+  use default ports for sockets if none specified
+  add ruby 2.4 and 2.5 to ci testing
+  follow relative location redirects
+
+-------------------------------------------------------------------
+Tue Jan  9 07:27:41 UTC 2018 - [email protected]
+
+- updated to version 0.60.0
+ see installed changelog.txt
+
+  0.60.0 2017-12-15
+  =================
+  
+  add requests_in_batches
+  cleanup rakefile, gemfile, etc
+  add logger/logger= and logging instrumentor
+  rewind response_block in idempotent instrumentor

Old:
----
  CVE-2019-16779.patch
  excon-0.59.0.gem

New:
----
  excon-0.72.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-excon.spec ++++++
--- /var/tmp/diff_new_pack.7I5yfc/_old  2020-02-21 23:50:40.652724564 +0100
+++ /var/tmp/diff_new_pack.7I5yfc/_new  2020-02-21 23:50:40.664724588 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-excon
 #
-# Copyright (c) 2020 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,21 +24,18 @@
 #
 
 Name:           rubygem-excon
-Version:        0.59.0
+Version:        0.72.0
 Release:        0
 %define mod_name excon
 %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:            https://github.com/excon/excon
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
+URL:            https://github.com/excon/excon
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
-# MANUAL
-Patch0:  CVE-2019-16779.patch
-# /MANUAL
 Summary:        speed, persistence, http(s)
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -47,16 +44,12 @@
 EXtended http(s) CONnections.
 
 %prep
-%gem_unpack
-%patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{S:0}
-%gem_build
 
 %build
 
 %install
 %gem_install \
-  --doc-files="LICENSE.md README.md changelog.txt" \
+  --doc-files="LICENSE.md README.md" \
   -f
 
 %gem_packages

++++++ excon-0.59.0.gem -> excon-0.72.0.gem ++++++
++++ 11275 lines of diff (skipped)

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.7I5yfc/_old  2020-02-21 23:50:40.888725032 +0100
+++ /var/tmp/diff_new_pack.7I5yfc/_new  2020-02-21 23:50:40.892725041 +0100
@@ -19,8 +19,9 @@
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
-:patches:
-  CVE-2019-16779.patch: -p1
+# :patches:
+#   foo.patch: -p1
+#   bar.patch: 
 # ## used by gem2rpm
 :sources:
 # - foo.desktop


Reply via email to