pugixml: updated to 1.14

v1.14 2023-10-01

Maintenance release. Changes:

Improvements:

xml_attribute::set_name and xml_node::set_name now have overloads that accept pointer to non-null-terminated string and size

Implement parse_merge_pcdata parsing mode in which PCDATA contents is merged into a single node when original document had comments that were skipped during parsing

xml_document::load_file now returns a more consistent error status when given a path to a folder

Bug fixes:

Fix assertion in XPath number→string conversion when using non-English locales

Fix PUGIXML_STATIC_CRT CMake option to correctly select static CRT when using MSVC and recent CMake

Compatibility improvements:

Fix GCC 2.95/3.3 builds

Fix CMake 3.27 deprecation warnings

Fix XCode 14 sprintf deprecation warning when compiling in C++03 mode

Fix clang/gcc warnings -Wweak-vtables, -Wreserved-macro-identifier
This commit is contained in:
adam 2023-10-01 16:57:45 +00:00
parent ef050f4e9e
commit 6b89a589d1
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2023/01/24 18:36:35 wiz Exp $
# $NetBSD: Makefile,v 1.15 2023/10/01 16:57:45 adam Exp $
DISTNAME= pugixml-1.13
DISTNAME= pugixml-1.14
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2022/11/08 12:56:38 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2023/10/01 16:57:45 adam Exp $
include/pugiconfig.hpp
include/pugixml.hpp
lib/cmake/pugixml/pugixml-config-version.cmake
@ -6,6 +6,6 @@ lib/cmake/pugixml/pugixml-config.cmake
lib/cmake/pugixml/pugixml-targets-noconfig.cmake
lib/cmake/pugixml/pugixml-targets.cmake
lib/libpugixml.so
lib/libpugixml.so.${PKGVERSION}
lib/libpugixml.so.1
lib/libpugixml.so.1.13
lib/pkgconfig/pugixml.pc

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2022/11/08 12:56:38 adam Exp $
$NetBSD: distinfo,v 1.13 2023/10/01 16:57:45 adam Exp $
BLAKE2s (pugixml-1.13.tar.gz) = 8a7a31e043384c6d41e62dbf4c4ec57819eac946e6627ec5250010105b1da8db
SHA512 (pugixml-1.13.tar.gz) = 5ff95a1ce06df01a72e736be4684c097dc656b2fc330b7fe6bf62601aca5c72edd0f40e51a643ce92f4fe5ba632b0b9fb57fbb1524aebcdd70441adeedec4a86
Size (pugixml-1.13.tar.gz) = 573528 bytes
BLAKE2s (pugixml-1.14.tar.gz) = 75bd703d7f42faa0cdfc6043c5ed2e1c53a2585952317b4a37bd71cc22eca874
SHA512 (pugixml-1.14.tar.gz) = 730d203829eb24d6e1c873f9b921ae97cf7a157fd45504151bc2e61adea5c536eaf33ff38c5ad61629b54a6686135ff1834a61102b4660fbb9ead4ecf20dfd34
Size (pugixml-1.14.tar.gz) = 576683 bytes