nokogiri 1.6.6.3-x64-mingw32 → 1.6.6.4-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 +4 -4
- data/CHANGELOG.ja.rdoc +9 -0
- data/CHANGELOG.rdoc +9 -0
- data/lib/nokogiri/2.0/nokogiri.so +0 -0
- data/lib/nokogiri/2.1/nokogiri.so +0 -0
- data/lib/nokogiri/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a7c66ceab26bc7e81c11a4d15d26b53736eac42
|
4
|
+
data.tar.gz: 0df2358b6cee589a2f9fe1774d41ebcfe49652d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3f48c61af1b7525109acf92edec3f0c600bc446ac5e5a541f1ff3f7632bc7a392fe0a96c98fcf84416c596a956915e17b7f848499033254438fea5da9d503b6
|
7
|
+
data.tar.gz: 2dae53b29a4c9718a38c1d263a41c0d9e51a292c9f5122b94c95571a561f6106136d7f210099342b67aad7f66b6244417b1b84d6f937464aa946509e0ce1e6f8
|
data/CHANGELOG.ja.rdoc
CHANGED
@@ -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:
|
data/CHANGELOG.rdoc
CHANGED
@@ -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
|
Binary file
|
data/lib/nokogiri/version.rb
CHANGED
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.
|
4
|
+
version: 1.6.6.4
|
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-11-
|
15
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: mini_portile
|