pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/pugixml
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 22 10:01:32 UTC 2026
Modified Files:
pkgsrc/textproc/pugixml: Makefile distinfo
Log Message:
pugixml: updated to 1.16
1.16
Add xml_node::ensure_child and xml_node::ensure_attribute that return the child/attribute with the specified name, adding one if it does not exist
PUGIXML_CHARCONV_FLOAT option can be enabled to switch floating point conversions to <charconv>, making conversions locale-independent and improving performance
Several performance improvements (XPath queries, node/attribute lookup) and bug fixes (remove_child stack overflow, load_file integer overflow on 32-bit systems)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/pugixml/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/pugixml/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/pugixml/Makefile
diff -u pkgsrc/textproc/pugixml/Makefile:1.17 pkgsrc/textproc/pugixml/Makefile:1.18
--- pkgsrc/textproc/pugixml/Makefile:1.17 Sat Jan 11 20:31:28 2025
+++ pkgsrc/textproc/pugixml/Makefile Mon Jun 22 10:01:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/01/11 20:31:28 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/06/22 10:01:32 adam Exp $
-DISTNAME= pugixml-1.15
+DISTNAME= pugixml-1.16
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/pugixml/distinfo
diff -u pkgsrc/textproc/pugixml/distinfo:1.14 pkgsrc/textproc/pugixml/distinfo:1.15
--- pkgsrc/textproc/pugixml/distinfo:1.14 Sat Jan 11 20:31:28 2025
+++ pkgsrc/textproc/pugixml/distinfo Mon Jun 22 10:01:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/11 20:31:28 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/06/22 10:01:32 adam Exp $
-BLAKE2s (pugixml-1.15.tar.gz) = 53d0f01c54ac45613bf083f2fef5e304b66147abdcc8159b977ef9533f9b2a07
-SHA512 (pugixml-1.15.tar.gz) = b8a70f1f230b0902b719346ce0a551eafe534f81262280dceeb92d5ad90ea4e635173e08e225bf66eb5f4724ac4568bd40dc923f184571f02502dac49bc0b7f5
-Size (pugixml-1.15.tar.gz) = 582786 bytes
+BLAKE2s (pugixml-1.16.tar.gz) = 45d1696b6c346932c4ac42f6e70c766d61d9e6372eee09968ad1aeb71f40a5a0
+SHA512 (pugixml-1.16.tar.gz) = a550e18c998d4eb7eaadcfe4db7e5616b95e04315fb571563625be1882a54a8e9ac710de79d9451f9dddea8600c898487f2d067d0916dd7abc6e3e29a1624e0b
+Size (pugixml-1.16.tar.gz) = 588574 bytes
Home |
Main Index |
Thread Index |
Old Index