Skip to content

Commit

Permalink
Update ruby-libxml to 2.7.0.
Browse files Browse the repository at this point in the history
== 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)
  • Loading branch information
taca committed Sep 15, 2013
1 parent a08c88a commit dd873e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions textproc/ruby-libxml/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.19 2013/07/07 15:34:45 taca Exp $
# $NetBSD: Makefile,v 1.20 2013/09/15 16:17:32 taca Exp $

DISTNAME= libxml-ruby-2.6.0
DISTNAME= libxml-ruby-2.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
PKGREVISION= 1
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand All @@ -12,7 +11,7 @@ LICENSE= mit

CONFIGURE_ARGS+= \
--with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
OVERRIDE_GEMSPEC= :files ext/libxml/extconf.h=
OVERRIDE_GEMSPEC= :files ext/libxml/extconf.h= test/tc_parser.rb.orig=

pre-configure:
${RM} ${WRKSRC}/ext/libxml/extconf.h
Expand Down
3 changes: 2 additions & 1 deletion textproc/ruby-libxml/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2013/07/07 15:34:45 taca Exp $
@comment $NetBSD: PLIST,v 1.13 2013/09/15 16:17:32 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/HISTORY
Expand Down Expand Up @@ -173,6 +173,7 @@ ${GEM_LIBDIR}/test/model/shiporder.xml
${GEM_LIBDIR}/test/model/shiporder.xsd
${GEM_LIBDIR}/test/model/soap.xml
${GEM_LIBDIR}/test/model/xinclude.xml
${GEM_LIBDIR}/test/remove_test.rb
${GEM_LIBDIR}/test/tc_attr.rb
${GEM_LIBDIR}/test/tc_attr_decl.rb
${GEM_LIBDIR}/test/tc_attributes.rb
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-libxml/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dd873e1

Please sign in to comment.