nokogiri 1.6.7.1-x64-mingw32 → 1.6.7.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of nokogiri might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a91a3d6eb6e6aa28139d3aac4ab4cf14035c1d0
4
- data.tar.gz: e571b8abfd5f48f42249905c1ab3e4034edbd2e9
3
+ metadata.gz: 88943a287cf51229e29e770976ee83e0e637d957
4
+ data.tar.gz: 58622fb68970c0ecde488303c6734c0ef213a3f7
5
5
  SHA512:
6
- metadata.gz: a1186f02c1b0e83552e4db7b98b344a11a20f4a1cd39e7d38fedf63d2003ee518b83a88ce3d662b65dbe33df70c8c250317c7132140215f3f8bf532b16c73b96
7
- data.tar.gz: 06c955840fa07138fc35aacd3acca7b199fe14a9a635fe62904098eeaafddd780a747c3ae4b3e3463047b7106e8b8d50ea38f4f55f937d5e481bc17d679287ce
6
+ metadata.gz: 5403582da66db257491bff9bcb01c14cb709e5317257bd8f9190f6db868305fbfb2ebcebd891c10c9d4bf3d66a856c33bc940ff720307f9147eba050afd4d0fc
7
+ data.tar.gz: d809753eb6bf041bda735a045be318725d619681f536eb56d1aca7e46f3632fa2aec402bcc114f740c43c5c76e70e77219288cbae58af9d2417d99ffff3186af
@@ -1,3 +1,14 @@
1
+ === 1.6.7.2 / 2015-01-20
2
+
3
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
4
+
5
+ CVE-2015-7499
6
+
7
+ Ubuntu classifies this as "Priority: Low", RedHat classifies this as "Impact: Moderate", and NIST classifies this as "Severity: 5.0 (MEDIUM)".
8
+
9
+ MITRE record is https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7499
10
+
11
+
1
12
  === 1.6.7.1 / 2015-12-16
2
13
 
3
14
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
@@ -11,6 +22,8 @@ This version pulls in several upstream patches to the vendored libxml2 and libxs
11
22
  CVE-2015-8242
12
23
  CVE-2015-8317
13
24
 
25
+ These CVEs are all low or medium priority according to Canonical, however NIST NVD gives CVE-2015-5312 a high severity score.
26
+
14
27
  See also http://www.ubuntu.com/usn/usn-2834-1/
15
28
 
16
29
 
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.6.7.1'
3
+ VERSION = '1.6.7.2'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7.1
4
+ version: 1.6.7.2
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Aaron Patterson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-12-17 00:00:00.000000000 Z
15
+ date: 2016-01-20 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_portile2