pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/pugixml pugixml: updated to 1.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/c961c717445b
branches: trunk
changeset: 387837:c961c717445b
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 08 12:56:38 2022 +0000
description:
pugixml: updated to 1.13
v1.13 2022-11-01
Maintenance release. Changes:
Improvements:
xml_attribute::set_value, xml_node::set_value and xml_text::set now have overloads that accept pointer to non-null-terminated string and size
Improve performance of tree traversal when using compact mode (PUGIXML_COMPACT)
Bug fixes:
Fix error handling in xml_document::save_file that could result in the function succeeding while running out of disk space
Fix memory leak during error handling of some out-of-memory conditions during xml_document::load
Compatibility improvements:
Fix exported symbols in CMake DLL builds when using CMake
Fix exported symbols in CMake shared object builds when using -fvisibility=hidden
diffstat:
textproc/pugixml/Makefile | 4 ++--
textproc/pugixml/PLIST | 4 ++--
textproc/pugixml/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r a1ccafcc7180 -r c961c717445b textproc/pugixml/Makefile
--- a/textproc/pugixml/Makefile Tue Nov 08 12:50:57 2022 +0000
+++ b/textproc/pugixml/Makefile Tue Nov 08 12:56:38 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/02/20 21:12:33 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/08 12:56:38 adam Exp $
-DISTNAME= pugixml-1.12.1
+DISTNAME= pugixml-1.13
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r a1ccafcc7180 -r c961c717445b textproc/pugixml/PLIST
--- a/textproc/pugixml/PLIST Tue Nov 08 12:50:57 2022 +0000
+++ b/textproc/pugixml/PLIST Tue Nov 08 12:56:38 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/02/15 09:16:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/11/08 12:56:38 adam Exp $
include/pugiconfig.hpp
include/pugixml.hpp
lib/cmake/pugixml/pugixml-config-version.cmake
@@ -7,5 +7,5 @@
lib/cmake/pugixml/pugixml-targets.cmake
lib/libpugixml.so
lib/libpugixml.so.1
-lib/libpugixml.so.1.12
+lib/libpugixml.so.1.13
lib/pkgconfig/pugixml.pc
diff -r a1ccafcc7180 -r c961c717445b textproc/pugixml/distinfo
--- a/textproc/pugixml/distinfo Tue Nov 08 12:50:57 2022 +0000
+++ b/textproc/pugixml/distinfo Tue Nov 08 12:56:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/02/20 21:12:33 wiz Exp $
+$NetBSD: distinfo,v 1.12 2022/11/08 12:56:38 adam Exp $
-BLAKE2s (pugixml-1.12.1.tar.gz) = 89db006704bd615535d7b4eb78c2712de08c04c2f3669b39cd94532455afc1fc
-SHA512 (pugixml-1.12.1.tar.gz) = c1a80518e8d7b21f2a15b2023b77e87484f5b7581e68ff508785a60cab53d1689b5508f5a652d6f0d4fbcc91f66d59246fdfe499fd6b0e188c7914ed5919980b
-Size (pugixml-1.12.1.tar.gz) = 571665 bytes
+BLAKE2s (pugixml-1.13.tar.gz) = 8a7a31e043384c6d41e62dbf4c4ec57819eac946e6627ec5250010105b1da8db
+SHA512 (pugixml-1.13.tar.gz) = 5ff95a1ce06df01a72e736be4684c097dc656b2fc330b7fe6bf62601aca5c72edd0f40e51a643ce92f4fe5ba632b0b9fb57fbb1524aebcdd70441adeedec4a86
+Size (pugixml-1.13.tar.gz) = 573528 bytes
Home |
Main Index |
Thread Index |
Old Index