diff options
author | taca <taca> | 2013-09-15 16:17:32 +0000 |
---|---|---|
committer | taca <taca> | 2013-09-15 16:17:32 +0000 |
commit | bdec6575512b96509b6cbb4631b3e3d91701c979 (patch) | |
tree | 2d89e44025e59a23ba56a4dcc66f5da55af66f73 /textproc/ruby-libxml/distinfo | |
parent | 2a1d42e8ddab0e1be677c44efc4574ec46bb4857 (diff) | |
download | pkgsrc-bdec6575512b96509b6cbb4631b3e3d91701c979.tar.gz |
Update ruby-libxml to 2.7.0.
== 2.7.0 / 2013-08-03 Charlie Savage
* Do not call Ruby code during a GC cycle (Dirkjan Bussink)
* Fix thread error handling (Geoffrey Giesemann)
* Set libxml error handler when a libxml-ruby error handler is set (Geoffrey Giesemann)
* Fix tests for nil TypeErrors (Geoffrey Giesemann)
* Fix segmentation fault for issue #62. The deregisternode function was incorrectly
NULLing out a node's mark and free functions for nodes removed from a document tree (Charlie Savage)
* Cleanup writer code (Charlie Savage)
* Fix equality check of LibXML::XML::Error against other objects (MichaĆ Szajbe)
* Fix XML::Writer.set_quote_char UT, wrong expected string (#63). (julp)
* Fix potential segfault when GC occurs while creating ns from xpath (Timothy Elliott)
* Fix segmentation fault after failing to load external schema (#59). (Clifford Heath)
Diffstat (limited to 'textproc/ruby-libxml/distinfo')
-rw-r--r-- | textproc/ruby-libxml/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index a5a7960278a..1ce54969bbe 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/03/12 15:37:53 taca Exp $ +$NetBSD: distinfo,v 1.15 2013/09/15 16:17:32 taca Exp $ -SHA1 (libxml-ruby-2.6.0.gem) = a337c4f0e56d24c7658df8de821dac0248621d66 -RMD160 (libxml-ruby-2.6.0.gem) = e7689d7d260999f46d88b2d4e3841dae4b28a138 -Size (libxml-ruby-2.6.0.gem) = 268800 bytes +SHA1 (libxml-ruby-2.7.0.gem) = cf38fa3946dca7d182914cd320bcd91aa5af6857 +RMD160 (libxml-ruby-2.7.0.gem) = 9818b5201695578aad7846bb3f26a654ed7d01ec +Size (libxml-ruby-2.7.0.gem) = 269824 bytes |