pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-libxml



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Oct 18 14:36:38 UTC 2016

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

Log Message:
Update ruby-libxml to 2.9.0.

== 2.9.0 / 2016-06-13 Charlie Savage

* Revamp libxml-ruby's memory management to not cause crashes when used with Nokogiri (James Laird-Wah)
* Fix garbage collection issue that sometimes caused the library to hang (Charlie Savage)
* Improved multi-threading support (Charlie Savage)
* Fix crash sometimes caused by a xml node being being freed twice (Charlie Savage)
* Fix memory leak when setting the text content of a node (Charlie Savage)
* Set a default task in the Rakefile - use "test" (Robert Haines)
* Add "hanna_gudao" gem and add "rake-compiler" to develpoment dependencies (Robert Haines)
* Use Process.getrlimit instead of `ulimit` in the tests (Robert Haines)
* Build on smartos (Steven Williamson)
* Fix compiler warnings (Charlie Savage)
* Add Xcode project for easier debugging on OSX (Charlie Savage)
* Switch from unit test to minitest (Charlie Savage)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/ruby-libxml/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-libxml/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/ruby-libxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-libxml/Makefile
diff -u pkgsrc/textproc/ruby-libxml/Makefile:1.23 pkgsrc/textproc/ruby-libxml/Makefile:1.24
--- pkgsrc/textproc/ruby-libxml/Makefile:1.23   Sat Sep 26 23:41:32 2015
+++ pkgsrc/textproc/ruby-libxml/Makefile        Tue Oct 18 14:36:38 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/09/26 23:41:32 taca Exp $
+# $NetBSD: Makefile,v 1.24 2016/10/18 14:36:38 taca Exp $
 
-DISTNAME=      libxml-ruby-2.8.0
+DISTNAME=      libxml-ruby-2.9.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
 CATEGORIES=    textproc
 

Index: pkgsrc/textproc/ruby-libxml/PLIST
diff -u pkgsrc/textproc/ruby-libxml/PLIST:1.16 pkgsrc/textproc/ruby-libxml/PLIST:1.17
--- pkgsrc/textproc/ruby-libxml/PLIST:1.16      Sun Mar  8 15:17:21 2015
+++ pkgsrc/textproc/ruby-libxml/PLIST   Tue Oct 18 14:36:38 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2015/03/08 15:17:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2016/10/18 14:36:38 taca Exp $
 ${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -8,6 +8,7 @@ ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/MANIFEST
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/libxml/extconf.h
 ${GEM_LIBDIR}/ext/libxml/extconf.rb
 ${GEM_LIBDIR}/ext/libxml/libxml.c
 ${GEM_LIBDIR}/ext/libxml/libxml_ruby.def
@@ -152,13 +153,6 @@ ${GEM_LIBDIR}/test/c14n/result/without-c
 ${GEM_LIBDIR}/test/c14n/result/without-comments/example-5
 ${GEM_LIBDIR}/test/c14n/result/without-comments/example-6
 ${GEM_LIBDIR}/test/c14n/result/without-comments/example-7
-${GEM_LIBDIR}/test/etc_doc_to_s.rb
-${GEM_LIBDIR}/test/ets_doc_file.rb
-${GEM_LIBDIR}/test/ets_doc_to_s.rb
-${GEM_LIBDIR}/test/ets_gpx.rb
-${GEM_LIBDIR}/test/ets_node_gc.rb
-${GEM_LIBDIR}/test/ets_test.xml
-${GEM_LIBDIR}/test/ets_tsr.rb
 ${GEM_LIBDIR}/test/model/atom.xml
 ${GEM_LIBDIR}/test/model/bands.iso-8859-1.xml
 ${GEM_LIBDIR}/test/model/bands.utf-8.xml

Index: pkgsrc/textproc/ruby-libxml/distinfo
diff -u pkgsrc/textproc/ruby-libxml/distinfo:1.17 pkgsrc/textproc/ruby-libxml/distinfo:1.18
--- pkgsrc/textproc/ruby-libxml/distinfo:1.17   Wed Nov  4 02:00:09 2015
+++ pkgsrc/textproc/ruby-libxml/distinfo        Tue Oct 18 14:36:38 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/04 02:00:09 agc Exp $
+$NetBSD: distinfo,v 1.18 2016/10/18 14:36:38 taca Exp $
 
-SHA1 (libxml-ruby-2.8.0.gem) = 6eb8d10c1ec340939bc0e5610a145e4933c67635
-RMD160 (libxml-ruby-2.8.0.gem) = 4aa25398fb30ff2c464468866914bc0a3e4532b2
-SHA512 (libxml-ruby-2.8.0.gem) = 085670e0d343d47085d03d7d95a94498e7be049fbab5e60f1c5f43f9fc41222fe96315de7d5b12b221a3c866d0c178dbfbe2e717a206cce8c4471a2b3ddb9c42
-Size (libxml-ruby-2.8.0.gem) = 261120 bytes
+SHA1 (libxml-ruby-2.9.0.gem) = e106c8640f1c370e92a19b63cde88ce185a1ef51
+RMD160 (libxml-ruby-2.9.0.gem) = bc9c652e304c71ee5d84233ace41ef95b1134c35
+SHA512 (libxml-ruby-2.9.0.gem) = 06ad42ce68c16715fc92a41439c3c27b49fc25b4f8829fac0a27f860d6c3df9a4cb964f1b4677d7587d31c0e5542c4d1c1c25ae3bcfcec889015618d22f6ff3c
+Size (libxml-ruby-2.9.0.gem) = 262144 bytes



Home | Main Index | Thread Index | Old Index