Path to this page:
./
textproc/ruby-nokogiri,
HTML, XML, SAX, and Reader parser with XPath and CSS selector support
Branch: CURRENT,
Version: 1.16.8,
Package name: ruby32-nokogiri-1.16.8,
Maintainer: tsutsuiNokogiri parses and searches XML/HTML very quickly, and also has correctly
implemented CSS3 selector support as well as XPath support.
Features:
* XPath support for document searching
* CSS3 selector support for document searching
* XML/HTML builder
* Drop in replacement for Hpricot (though not bug for bug)
Required to run:[
textproc/libxml2] [
textproc/libxslt] [
misc/ruby-mini_portile2] [
lang/ruby31-base]
Required to build:[
devel/ruby-pkg-config]
Master sites:
Filesize: 4518.5 KB
Version history: (Expand)
- (2024-12-07) Updated to version: ruby32-nokogiri-1.16.8
- (2024-11-15) Updated to version: ruby32-nokogiri-1.16.7nb3
- (2024-11-01) Updated to version: ruby32-nokogiri-1.16.7nb2
- (2024-11-01) Updated to version: ruby32-nokogiri-1.16.7nb1
- (2024-08-04) Updated to version: ruby32-nokogiri-1.16.7
- (2024-06-15) Updated to version: ruby32-nokogiri-1.16.6
CVS history: (Expand)
2024-12-07 09:01:44 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-nokogiri: update to 1.16.8.
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.8
v1.16.8 / 2024-12-02
Fixed
* [CRuby] When serializing HTML5 documents, properly escape foreign content
"style" elements. Normally, a "style" tag contains raw \
text that does not
need entity-escaping, but when it appears in either SVG or MathML foreign
content, the "style" tag is now correctly escaped when serialized.
@flavorjones
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-08-04 09:25:11 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-nokogori: update to 1.16.7.
Upstream changelog:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.7
v1.16.7 / 2024-07-27
Dependencies
* [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release
notes state is a security release to address CVE-2024-40896. Nokogiri's
maintainers believe this vulnerability does not affect users of Nokogiri,
but we advise upgrading at your earliest convenience anyway.
|
2024-06-15 11:28:44 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-nokogiri: update to 1.16.6.
Upstream changes:
https://github.com/sparklemotion/nokogiri/blob/v1.16.6/CHANGELOG.md
v1.16.6 / 2024-06-13
Dependencies
* [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes
state is a bugfix release.
v1.16.5 / 2024-05-13
Security
* [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See
GHSA-r95h-9x8f-r3f7 for more information.
Dependencies
* [CRuby] Vendored libxml2 is updated to v2.12.7 from v2.12.6. (@flavorjones)
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-04-20 12:23:10 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-nokogiri: update to 1.16.4.
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.4
v1.16.4 / 2024-04-10
Dependencies
* [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1
from v1.3. Nokogiri is not affected by the minizip CVE patched in this
version, but this update may satisfy some security scanners. Related, see
this discussion about removing the compression libraries altogether in a
future version of Nokogiri.
|