pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-libxml textproc/ruby-libxml: update to 3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eeff4bef6be6
branches: trunk
changeset: 384240:eeff4bef6be6
user: taca <taca%pkgsrc.org@localhost>
date: Mon Aug 29 13:39:26 2022 +0000
description:
textproc/ruby-libxml: update to 3.2.3
3.2.2 (2022-01-15)
* Switch to Github actions for CI/CD (Greg)
* Test fixes (Greg, Sergio Durigan Junior)
* Fix typo on test/test_sax_parser.rb (Sergio Durigan Junior)
* Update homepage in gemspec (Pirate Praveen Arimbrathodiyil)
3.2.3 (022-05-22)
* Change some getter methods to instance variables with attr_accessors for
easier debuggability (David Hansen)
* Add a number of tests related to schemas (David Hansen)
* Add schema.imported_elements so we can find imported elements (David Hansen)
* Fix segfault under windows when dereferencing a pre-existing error where
the node has already been freed (David Hansen)
* Update to change name from imported_elements to imported_ns_elements and
return a hash of hashes for namespaced elements (David Hansen)
* Only call xmlGetFeaturesList if LIBXML_LEGACY_ENABLED is defined. Most
distros still ship libxml2 with legacy features enabled, but this will
change (Nick Wellnhofer)
* Update GitHub Actions to use ruby/setup-ruby (Greg)
* Fix memory leak in rxml_node_path, node.path (vovanmozg)
diffstat:
textproc/ruby-libxml/Makefile | 5 ++---
textproc/ruby-libxml/PLIST | 6 +++---
textproc/ruby-libxml/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (56 lines):
diff -r 66fdae470b8b -r eeff4bef6be6 textproc/ruby-libxml/Makefile
--- a/textproc/ruby-libxml/Makefile Mon Aug 29 13:35:24 2022 +0000
+++ b/textproc/ruby-libxml/Makefile Mon Aug 29 13:39:26 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2022/04/18 19:12:12 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/08/29 13:39:26 taca Exp $
-DISTNAME= libxml-ruby-3.2.1
+DISTNAME= libxml-ruby-3.2.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
-PKGREVISION= 3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 66fdae470b8b -r eeff4bef6be6 textproc/ruby-libxml/PLIST
--- a/textproc/ruby-libxml/PLIST Mon Aug 29 13:35:24 2022 +0000
+++ b/textproc/ruby-libxml/PLIST Mon Aug 29 13:39:26 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2021/01/14 14:46:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/08/29 13:39:26 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -8,7 +8,6 @@
${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
@@ -164,9 +163,10 @@
${GEM_LIBDIR}/test/model/shiporder.rng
${GEM_LIBDIR}/test/model/shiporder.xml
${GEM_LIBDIR}/test/model/shiporder.xsd
+${GEM_LIBDIR}/test/model/shiporder_bad.xsd
+${GEM_LIBDIR}/test/model/shiporder_import.xsd
${GEM_LIBDIR}/test/model/soap.xml
${GEM_LIBDIR}/test/model/xinclude.xml
-${GEM_LIBDIR}/test/test.xml
${GEM_LIBDIR}/test/test_attr.rb
${GEM_LIBDIR}/test/test_attr_decl.rb
${GEM_LIBDIR}/test/test_attributes.rb
diff -r 66fdae470b8b -r eeff4bef6be6 textproc/ruby-libxml/distinfo
--- a/textproc/ruby-libxml/distinfo Mon Aug 29 13:35:24 2022 +0000
+++ b/textproc/ruby-libxml/distinfo Mon Aug 29 13:39:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 11:23:24 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/08/29 13:39:26 taca Exp $
-BLAKE2s (libxml-ruby-3.2.1.gem) = be1bfd95ebfa8dc8c7ccd3868e76973de050874b4b77e617cfb2433280966ed7
-SHA512 (libxml-ruby-3.2.1.gem) = 42d72cdb0f1df9aca7800bc78a3e6137b3fb9c64dd47b99d34dda15f2f139c1495a5fd1ccae37a4f5e1fbc45465b5278b0a4da29458b41e30035a49b23a8f7cf
-Size (libxml-ruby-3.2.1.gem) = 378368 bytes
+BLAKE2s (libxml-ruby-3.2.3.gem) = 5d837e83997a500b604456f474131f4e6dc6af52b0c4faecf5f095351b5cfc27
+SHA512 (libxml-ruby-3.2.3.gem) = 8144aad64928a5d4e6ce1e25ea3a284eb53edd846ca3bf2d51feb674369a760248260e98cf818dea436cc8b482c6ce21d17b506004469cfff086f64ab09549ca
+Size (libxml-ruby-3.2.3.gem) = 379904 bytes
Home |
Main Index |
Thread Index |
Old Index