Update textproc/ruby-nokogiri 1.11.7 -> 1.13.1

2022-02-13 Thread Jeremy Evans
This updates nokogiri to the current version. The largest change between the in-tree version and this new version is an HTML5 parser based on gumbo. The full changelog is available at https://nokogiri.org/CHANGELOG.html Unfortunately, it's no longer possible to avoid the mini_portile2 dependenc

Re: UPDATE: textproc/ruby-nokogiri

2021-02-03 Thread Jeremy Evans
On 02/03 09:55, Sebastian Reitenbach wrote: > Hi, > > Am Dienstag, Februar 02, 2021 21:29 CET, schrieb Jeremy Evans > : > > > On 02/02 08:55, Sebastian Reitenbach wrote: > > > Hi, > > > > > > an update of security/wpscan would require an update of nokogiri. > > > That would also allow to update

Re: UPDATE: textproc/ruby-nokogiri

2021-02-03 Thread Sebastian Reitenbach
Hi, Am Dienstag, Februar 02, 2021 21:29 CET, schrieb Jeremy Evans : > On 02/02 08:55, Sebastian Reitenbach wrote: > > Hi, > > > > an update of security/wpscan would require an update of nokogiri. > > That would also allow to update a handful of other wpscan dependencies. > > > > all other depend

Re: UPDATE: textproc/ruby-nokogiri

2021-02-02 Thread Jeremy Evans
On 02/02 08:55, Sebastian Reitenbach wrote: > Hi, > > an update of security/wpscan would require an update of nokogiri. > That would also allow to update a handful of other wpscan dependencies. > > all other dependent ports still build fine. ruby26 FLAVOR doesn't build: ERROR: Could not find a

UPDATE: textproc/ruby-nokogiri

2021-02-02 Thread Sebastian Reitenbach
Hi, an update of security/wpscan would require an update of nokogiri. That would also allow to update a handful of other wpscan dependencies. all other dependent ports still build fine. OK? Sebastian Index: Makefile === RCS file:

Update textproc/ruby-nokogiri

2020-03-22 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.8, an update of security/ruby-cms_scanner, and ultimately security/wpscan would require it. Tested all dependencies that they still build with updated version, the only one that has tests, www/ruby-sanitize, has the same 5 tests failing with the update. OK? chee

UPDATE: textproc/ruby-nokogiri

2019-09-25 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.4, an update of security/ruby-cms_scanner would require it. Tested all dependencies that they still build with updated version, the only one that has tests, www/ruby-sanitize, has the same 5 tests failing with the update. OK? cheers, Sebastian Index: Makefile =

UPDATE: textproc/ruby-nokogiri

2019-03-14 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.1. It doesn't seem to have tests anymore. direct dependent ports still build and install fine. Those of them that have tests, have same failure/success rates as before. any comments, concerns, test or even OK? cheers, Sebastian Index: Makefile =

Update: textproc/ruby-nokogiri 1.5.3 -> 1.5.5

2012-06-26 Thread Jeremy Evans
Fairly simple update that fixes some segfaults and a possible security issue: Default parse options for XML documents were changed to not make network connections during document parsing, to avoid XXE vulnerability. See full changelog at https://github.com/sparklemotion/nokogiri/blob/

Update: textproc/ruby-nokogiri 1.5.0 -> 1.5.3

2012-06-01 Thread Jeremy Evans
This is a simple bugfix update to nokogiri, detailed changes available at: https://github.com/tenderlove/nokogiri/blob/master/CHANGELOG.rdoc Portwise, only changes besides the version bump are a new dependency on rdoc, and slight changing of the Rakefile patch. Tested on i386 and amd64. Will be

Update: textproc/ruby-nokogiri 1.4.4 -> 1.5.0

2011-07-26 Thread Jeremy Evans
This updates nokogiri to the latest release, 1.5.0. Mostly bugfixes from the previous version, including some segfault fixes, see https://github.com/tenderlove/nokogiri/blob/master/CHANGELOG.rdoc for details. This update requires the included updates to ruby-sanitize (2.0.2 to 2.0.3, only change

Update: textproc/ruby-nokogiri 1.4.3.1 -> 1.4.4

2011-03-24 Thread Jeremy Evans
Fairly simple version update to 1.4.4. Add more regress depends, and both minitest and hoe need to be updated to run the regress tests for 1.4.4. We aren't going to the latest version of hoe, as that requires rubygems > 1.4.0, and both lang/ruby/1.{8,9} use 1.3.7. Add regress tests for hoe. hoe