nokogiri 1.6.6.3-java → 1.6.6.4-java

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: ae89053e5784e4c1a057862f583ac6648ab9bc0c
4
- data.tar.gz: 61ebd1a5ab0fa50d67db56b521586a75b2b804eb
3
+ metadata.gz: 85db1da5981f1b2f14de557a06b7f9648e370c1c
4
+ data.tar.gz: c9d6f652501021fbe6f517952ab2c8fefcef37fa
5
5
  SHA512:
6
- metadata.gz: e697f04c52deb9d99c8e7db453fb897ecf3c3dd90dfeb50b9d6545345cbe03b9471ae5df72faa95dc0ec0314fe803a5b9219ad0d8088ed061309c2cef1a20176
7
- data.tar.gz: d3bfbdc091286f7e4f9dcadd2b79ebe13fe71aa23af6efa56909bb4d2bf5c50f573cd319ccf72f6c7460f59a4ed3df8f211e9f347e89de81446738734c27a53f
6
+ metadata.gz: 04bb273f7fcb9833e2d3a01d1799f89143269ac79185d73ecfd273d203b29860393089fcd9b8f6b81514dd4c6c19612f2b6681e95ae6ce32d48159451ad7cdfa
7
+ data.tar.gz: bf2aa12382885986e69491b49f158c63b68e3e28ffd75b45ba488ea206298f7ddc7835b05ad69e934403fcef8715bc798ae99876e32b1ec24311ccbeaab717d2
@@ -1,3 +1,12 @@
1
+ === 1.6.6.4 / 2015-11-19
2
+
3
+ This version pulls in an upstream patche to the vendored libxml2 to address:
4
+
5
+ * unclosed comment uninitialized access issue (#1376)
6
+
7
+ This issue does not have a CVE assigned to it as this time.
8
+
9
+
1
10
  === 1.6.6.3 / 2015-11-16
2
11
 
3
12
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
@@ -1,3 +1,12 @@
1
+ === 1.6.6.4 / 2015-11-19
2
+
3
+ This version pulls in an upstream patche to the vendored libxml2 to address:
4
+
5
+ * unclosed comment uninitialized access issue (#1376)
6
+
7
+ This issue does not have a CVE assigned to it as this time.
8
+
9
+
1
10
  === 1.6.6.3 / 2015-11-16
2
11
 
3
12
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.6.6.3'
3
+ VERSION = '1.6.6.4'
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.6.3
4
+ version: 1.6.6.4
5
5
  platform: java
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-11-16 00:00:00.000000000 Z
15
+ date: 2015-11-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rdoc