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:           Mon Aug 29 13:39:26 UTC 2022

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/ruby-libxml/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/ruby-libxml/PLIST
cvs rdiff -u -r1.24 -r1.25 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.34 pkgsrc/textproc/ruby-libxml/Makefile:1.35
--- pkgsrc/textproc/ruby-libxml/Makefile:1.34   Mon Apr 18 19:12:12 2022
+++ pkgsrc/textproc/ruby-libxml/Makefile        Mon Aug 29 13:39:26 2022
@@ -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

Index: pkgsrc/textproc/ruby-libxml/PLIST
diff -u pkgsrc/textproc/ruby-libxml/PLIST:1.21 pkgsrc/textproc/ruby-libxml/PLIST:1.22
--- pkgsrc/textproc/ruby-libxml/PLIST:1.21      Thu Jan 14 14:46:16 2021
+++ pkgsrc/textproc/ruby-libxml/PLIST   Mon Aug 29 13:39:26 2022
@@ -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}/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
@@ -164,9 +163,10 @@ ${GEM_LIBDIR}/test/model/shiporder.rnc
 ${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

Index: pkgsrc/textproc/ruby-libxml/distinfo
diff -u pkgsrc/textproc/ruby-libxml/distinfo:1.24 pkgsrc/textproc/ruby-libxml/distinfo:1.25
--- pkgsrc/textproc/ruby-libxml/distinfo:1.24   Tue Oct 26 11:23:24 2021
+++ pkgsrc/textproc/ruby-libxml/distinfo        Mon Aug 29 13:39:26 2022
@@ -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