./textproc/ruby-nokogiri, HTML, XML, SAX, and Reader parser with XPath and CSS selector support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q3, Version: 1.6.6.4, Package name: ruby200-nokogiri-1.6.6.4, Maintainer: pkgsrc-users

Nokogiri 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:
[lang/ruby200-base] [textproc/libxml2] [textproc/libxslt] [misc/ruby-mini_portile]

Master sites:

SHA1: 5c40b25ed1f7f469584a6a3ce992f1e6273e4b54
RMD160: ae54c57d4075cbdd9de5f6d6cdbc85b2010d1999
Filesize: 9038 KB

Version history: (Expand)


CVS history: (Expand)


   2015-11-24 21:10:28 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #4863 - requested by taca
textproc/ruby-nokogiri: security fix

Revisions pulled up:
- textproc/ruby-nokogiri/ALTERNATIVES                           1.1
- textproc/ruby-nokogiri/Makefile                               1.27-1.28
- textproc/ruby-nokogiri/PLIST                                  1.15-1.16
- textproc/ruby-nokogiri/distinfo                               1.17-1.18

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Nov 18 16:04:50 UTC 2015

   Modified Files:
   	pkgsrc/textproc/ruby-nokogiri: Makefile PLIST distinfo
   Added Files:
   	pkgsrc/textproc/ruby-nokogiri: ALTERNATIVES

   Log message:
   Update ruby-nokogiri to 1.6.6.3.

   pkgsrc change: Add pkg_alternatives support.

   === 1.6.6.3 / 2015-11-16

   This version pulls in several upstream patches to the vendored libxml2 and \ 
libxslt to address:

   * CVE-2015-1819
   * CVE-2015-7941_1
   * CVE-2015-7941_2
   * CVE-2015-7942
   * CVE-2015-7942-2
   * CVE-2015-8035
   * CVE-2015-7995

   See #1374 for details.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Nov 23 07:28:01 UTC 2015

   Modified Files:
   	pkgsrc/textproc/ruby-nokogiri: Makefile PLIST distinfo

   Log message:
   Update ruby-nokogiri to 1.6.8.4.

   === 1.6.6.4 / 2015-11-19

   This version pulls in an upstream patche to the vendored libxml2 to address:

   * unclosed comment uninitialized access issue (#1376)

   This issue does not have a CVE assigned to it as this time.