pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-xml2
Module Name: pkgsrc
Committed By: mef
Date: Tue Jun 9 11:55:19 UTC 2026
Modified Files:
pkgsrc/textproc/R-xml2: Makefile distinfo
Log Message:
(textproc/R-xml2) Updated 1.3.6 to 1.5.2
# xml2 1.5.2
* Enable the myExternalEntityLoader also on libxml 2.14.4 for MacOS
# xml2 1.5.1
* Avoid shared libxml2 on MacOS because this reveals bugs in R.app (#471)
# xml2 1.5.0
* Experimental custom myExternalEntityLoader on libxml2 2.15 and up.
# xml2 1.4.1
* Remove a test that broke with libxml2 2.15
# xml2 1.4.0
* read_html() now allows huge elements by default (#455)
* Workaround for xQuartz/Cocoa on MacOS hitting our global error handler.
* Avoid accessing some struct internals disallowed in libxml2 2.14
# xml2 1.3.8
* Replace new "non-api" call IS_S4_OBJECT with Rf_isS4
* Windows: update fallback libs (for R < 4.3) to libxml2 2.11.5
* Compile with C_VISIBILITY and CXX_VISIBILITY on supported platforms
# xml2 1.3.7
* Windows: use libxml2 from Rtools if found
* Update maintainer
* Minor cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/R-xml2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-xml2/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/R-xml2/Makefile
diff -u pkgsrc/textproc/R-xml2/Makefile:1.21 pkgsrc/textproc/R-xml2/Makefile:1.22
--- pkgsrc/textproc/R-xml2/Makefile:1.21 Wed Jan 7 08:49:01 2026
+++ pkgsrc/textproc/R-xml2/Makefile Tue Jun 9 11:55:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2026/01/07 08:49:01 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/06/09 11:55:19 mef Exp $
R_PKGNAME= xml2
-R_PKGVER= 1.3.6
-PKGREVISION= 6
+R_PKGVER= 1.5.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/R-xml2/distinfo
diff -u pkgsrc/textproc/R-xml2/distinfo:1.5 pkgsrc/textproc/R-xml2/distinfo:1.6
--- pkgsrc/textproc/R-xml2/distinfo:1.5 Wed Jan 31 21:16:04 2024
+++ pkgsrc/textproc/R-xml2/distinfo Tue Jun 9 11:55:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/01/31 21:16:04 mef Exp $
+$NetBSD: distinfo,v 1.6 2026/06/09 11:55:19 mef Exp $
-BLAKE2s (R/xml2_1.3.6.tar.gz) = 43251c0661c9222bde6c66f1ea1b62eb31ebf9cecdcd3a9fb5d16c86ff75c7ec
-SHA512 (R/xml2_1.3.6.tar.gz) = 07da83a92c18a3dd61fc14bc9219b7f0352cc2960ee4f20418683d9248442d1f77ceb1cea51f366ca83ba501caf8741faac7ca29b132cf4cf0153b166cc815aa
-Size (R/xml2_1.3.6.tar.gz) = 294715 bytes
+BLAKE2s (R/xml2_1.5.2.tar.gz) = db53e094e8163fb8e8bac11da4639c3ff7ff532d699c3e183c71b5aefe4671a7
+SHA512 (R/xml2_1.5.2.tar.gz) = c930830fcfbf081336a199100e801fd95b9aa280bd1ad3f096a6a9da392bf1b361ad50099da71fe97e3625849d1227a82178f149af54a7163255a695d45de9b2
+Size (R/xml2_1.5.2.tar.gz) = 154697 bytes
Home |
Main Index |
Thread Index |
Old Index