Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2022-03-13 20:25:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-nokogiri"

Sun Mar 13 20:25:03 2022 rev:60 rq:960928 version:1.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes        
2022-01-27 23:16:42.795083310 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.25692/rubygem-nokogiri.changes 
    2022-03-13 20:25:12.383658116 +0100
@@ -1,0 +2,32 @@
+Thu Mar 10 19:05:21 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- use mini_portile2 2.8
+
+  required by version 1.13.3
+
+-------------------------------------------------------------------
+Thu Mar 10 18:44:28 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.13.3
+
+  ### Fixed
+
+  * [CRuby] Revert a HTML4 parser bug in libxml 2.9.13 (introduced in Nokogiri 
v1.13.2). The bug causes libxml2's HTML4 parser to fail to recover when 
encountering a bare `<` character in some contexts. This version of Nokogiri 
restores the earlier behavior, which is to recover from the parse error and 
treat the `<` as normal character data (which will be serialized as `&lt;` in a 
text node). The bug (and the fix) is only relevant when the `RECOVER` parse 
option is set, as it is by default. 
[[#2461](https://github.com/sparklemotion/nokogiri/issues/2461)]
+
+
+  ## 1.13.2 / 2022-02-21
+
+  ### Security
+
+  * [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. This update 
addresses [CVE-2022-23308](https://nvd.nist.gov/vuln/detail/CVE-2022-23308).
+  * [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. This update 
addresses [CVE-2021-30560](https://nvd.nist.gov/vuln/detail/CVE-2021-30560).
+
+  Please see 
[GHSA-fq42-c5rg-92c2](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-fq42-c5rg-92c2)
 for more information about these CVEs.
+
+
+  ### Dependencies
+
+  * [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. Full changelog 
is available at 
https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.news
+  * [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. Full changelog 
is available at 
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.news
+
+-------------------------------------------------------------------

Old:
----
  nokogiri-1.13.1.gem

New:
----
  nokogiri-1.13.3.gem

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

Other differences:
------------------
++++++ rubygem-nokogiri.spec ++++++
--- /var/tmp/diff_new_pack.amlmLb/_old  2022-03-13 20:25:13.023658868 +0100
+++ /var/tmp/diff_new_pack.amlmLb/_new  2022-03-13 20:25:13.027658873 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-nokogiri
-Version:        1.13.1
+Version:        1.13.3
 Release:        0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}
@@ -33,13 +33,13 @@
 %define rb_build_versions  ruby27     ruby30
 %define rb_build_ruby_abis ruby:2.7.0 ruby:3.0.0
 %endif
-BuildRequires:  %{rubygem mini_portile2 >= 2.7}
+BuildRequires:  %{rubygem mini_portile2 >= 2.8}
 BuildRequires:  %{rubygem pkg-config}
 BuildRequires:  libxml2-devel >= 2.6.21
 BuildRequires:  libxslt-devel
 # /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel >= 2.7.0}
+BuildRequires:  %{rubydevel >= 2.6.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
@@ -72,7 +72,7 @@
 diff -urN %{mod_full_name}.gemspec{.back,} ||:
 rm -f %{mod_full_name}.gemspec.back
 
-MINI_PORTILE2_VERSION="2.7.0"
+MINI_PORTILE2_VERSION="2.8.0"
 
 if grep -q "~> ${MINI_PORTILE2_VERSION}" ext/nokogiri/extconf.rb ; then
   perl -p -i.back -e 's/~> ${MINI_PORTILE2_VERSION}/>= 
${MINI_PORTILE2_VERSION}/g' ext/nokogiri/extconf.rb

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.amlmLb/_old  2022-03-13 20:25:13.059658911 +0100
+++ /var/tmp/diff_new_pack.amlmLb/_new  2022-03-13 20:25:13.063658915 +0100
@@ -20,7 +20,7 @@
   %define rb_build_versions  ruby27     ruby30
   %define rb_build_ruby_abis ruby:2.7.0 ruby:3.0.0
   %endif
-  BuildRequires:  %{rubygem mini_portile2 >= 2.7}
+  BuildRequires:  %{rubygem mini_portile2 >= 2.8}
   BuildRequires:  %{rubygem pkg-config}
   BuildRequires:  libxml2-devel >= 2.6.21
   BuildRequires:  libxslt-devel
@@ -41,7 +41,7 @@
   diff -urN %{mod_full_name}.gemspec{.back,} ||:
   rm -f %{mod_full_name}.gemspec.back
 
-  MINI_PORTILE2_VERSION="2.7.0"
+  MINI_PORTILE2_VERSION="2.8.0"
 
   if grep -q "~> ${MINI_PORTILE2_VERSION}" ext/nokogiri/extconf.rb ; then
     perl -p -i.back -e 's/~> ${MINI_PORTILE2_VERSION}/>= 
${MINI_PORTILE2_VERSION}/g' ext/nokogiri/extconf.rb

++++++ nokogiri-1.13.1.gem -> nokogiri-1.13.3.gem ++++++
/work/SRC/openSUSE:Factory/rubygem-nokogiri/nokogiri-1.13.1.gem 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.25692/nokogiri-1.13.3.gem 
differ: char 134, line 1

Reply via email to