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:           Sun Oct  1 16:57:45 UTC 2023

Modified Files:
        pkgsrc/textproc/pugixml: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/pugixml/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/pugixml/PLIST
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/textproc/pugixml/Makefile:1.15
--- pkgsrc/textproc/pugixml/Makefile:1.14       Tue Jan 24 18:36:35 2023
+++ pkgsrc/textproc/pugixml/Makefile    Sun Oct  1 16:57:45 2023
@@ -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}

Index: pkgsrc/textproc/pugixml/PLIST
diff -u pkgsrc/textproc/pugixml/PLIST:1.8 pkgsrc/textproc/pugixml/PLIST:1.9
--- pkgsrc/textproc/pugixml/PLIST:1.8   Tue Nov  8 12:56:38 2022
+++ pkgsrc/textproc/pugixml/PLIST       Sun Oct  1 16:57:45 2023
@@ -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

Index: pkgsrc/textproc/pugixml/distinfo
diff -u pkgsrc/textproc/pugixml/distinfo:1.12 pkgsrc/textproc/pugixml/distinfo:1.13
--- pkgsrc/textproc/pugixml/distinfo:1.12       Tue Nov  8 12:56:38 2022
+++ pkgsrc/textproc/pugixml/distinfo    Sun Oct  1 16:57:45 2023
@@ -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



Home | Main Index | Thread Index | Old Index