pugixml: update to 1.12.

v1.12 2022-02-09

Maintenance release. Changes:

    Bug fixes:

	Fix a bug in xml_document move construction when the source
	of the move is empty

	Fix const-correctness issues with iterator objects to
	support C++20 ranges

    XPath improvements:

	Improved detection of overly complex queries that may result
	in stack overflow during parsing

    Compatibility improvements:

        Fix Cygwin support for DLL builds

        Fix Windows CE support

        Add NuGet builds and project files for VS2022

    Build system changes

	All CMake options now have the prefix PUGIXML_. This may
	require changing dependent build configurations.

	Many build settings are now exposed via CMake settings,
	most notably PUGIXML_COMPACT and PUGIXML_WCHAR_MODE can be
	set without changing pugiconfig.hpp
This commit is contained in:
wiz 2022-02-15 09:16:00 +00:00
parent 0ae9216e87
commit 9e543ccbf5
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2021/01/04 11:47:31 wiz Exp $
# $NetBSD: Makefile,v 1.11 2022/02/15 09:16:00 wiz Exp $
DISTNAME= pugixml-1.11.4
DISTNAME= pugixml-1.12
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2020/12/06 09:53:07 wiz Exp $
@comment $NetBSD: PLIST,v 1.7 2022/02/15 09:16:00 wiz Exp $
include/pugiconfig.hpp
include/pugixml.hpp
lib/cmake/pugixml/pugixml-config-version.cmake
@ -7,5 +7,5 @@ lib/cmake/pugixml/pugixml-targets-noconfig.cmake
lib/cmake/pugixml/pugixml-targets.cmake
lib/libpugixml.so
lib/libpugixml.so.1
lib/libpugixml.so.1.11
lib/libpugixml.so.1.12
lib/pkgconfig/pugixml.pc

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2021/10/26 11:22:58 nia Exp $
$NetBSD: distinfo,v 1.10 2022/02/15 09:16:00 wiz Exp $
BLAKE2s (pugixml-1.11.4.tar.gz) = 62333d2c756164319d2513a68fdc3c997e67320078690ba67832a34a94e6c1e5
SHA512 (pugixml-1.11.4.tar.gz) = a1fdf4cbd744318fd339362465472279767777b18a3c8c7e8618d5e637213c632bf9dd8144d16ae22a75cfbde007f383e2feb49084e681c930fc89a2e3f2bc4f
Size (pugixml-1.11.4.tar.gz) = 566750 bytes
BLAKE2s (pugixml-1.12.tar.gz) = 07d83efd9ac6444967aa4604c48328a1505fd1b8d0cbcd4ecee0142d52af24be
SHA512 (pugixml-1.12.tar.gz) = 29395836a2add5f2bcb8fca6be5e517ce036ec2d041ca25aae5253f29f75fbc7214e7a411f0c0e470c2476ee49b4882d66dec3502a933004eb17e6119cd8f125
Size (pugixml-1.12.tar.gz) = 571637 bytes