diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-16 21:27:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-16 21:27:54 +0000 |
commit | 9abe4bdfe92ba1d2e4c5b03a1b5db23ee219ac92 (patch) | |
tree | 794a23cfe2342f871e0fda13051f9053343ef42a /textproc/pugixml | |
parent | 3937aa8622e11fa8e2949d5de96e54d6cc731f1d (diff) | |
download | pkgsrc-9abe4bdfe92ba1d2e4c5b03a1b5db23ee219ac92.tar.gz |
pugixml: update to 1.9.
Maintenance release. Changes:
Specification changes:
xml_document::load(const char*) (deprecated in 1.5) now has deprecated attribute; use xml_document::load_string instead
xml_node::select_single_node (deprecated in 1.5) now has deprecated attribute; use xml_node::select_node instead
New features:
Add move semantics support for xml_document and improve move semantics support for other objects
CMake build now exports include directories
CMake build with BUILD_SHARED_LIBS=ON now uses dllexport attribute for MSVC
XPath improvements:
Rework parser/evaluator to not rely on exceptional control flow; longjmp is no longer used when exceptions are disabled
Improve error messages for certain invalid expressions such as .[1] or (1
Minor performance improvements
Compatibility improvements:
Fix Texas Instruments compiler warnings
Fix compilation issues with limits.h for some versions of gcc
Fix compilation issues with Clang/C2
Fix implicit fallthrough warnings in gcc 7
Fix unknown attribute directive warnings in gcc 8
Fix cray++ compiler errors
Fix unsigned integer overflow errors with -fsanitize=integer
Fix undefined behavior sanitizer issues in compact mode
Diffstat (limited to 'textproc/pugixml')
-rw-r--r-- | textproc/pugixml/Makefile | 5 | ||||
-rw-r--r-- | textproc/pugixml/PLIST | 4 | ||||
-rw-r--r-- | textproc/pugixml/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile index 65f78bd049d..30bdd2e12e6 100644 --- a/textproc/pugixml/Makefile +++ b/textproc/pugixml/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/09/03 08:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/04/16 21:27:54 wiz Exp $ -DISTNAME= pugixml-1.8.1 -PKGREVISION= 1 +DISTNAME= pugixml-1.9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/pugixml/PLIST b/textproc/pugixml/PLIST index 8f238677c12..2902bf8d844 100644 --- a/textproc/pugixml/PLIST +++ b/textproc/pugixml/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2016/12/23 03:34:41 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/04/16 21:27:54 wiz Exp $ include/pugiconfig.hpp include/pugixml.hpp lib/cmake/pugixml/pugixml-config-noconfig.cmake lib/cmake/pugixml/pugixml-config.cmake lib/libpugixml.so lib/libpugixml.so.1 -lib/libpugixml.so.1.8 +lib/libpugixml.so.1.9 diff --git a/textproc/pugixml/distinfo b/textproc/pugixml/distinfo index 171d954986a..287059689a5 100644 --- a/textproc/pugixml/distinfo +++ b/textproc/pugixml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/11/28 12:39:41 wiz Exp $ +$NetBSD: distinfo,v 1.3 2018/04/16 21:27:54 wiz Exp $ -SHA1 (pugixml-1.8.1.tar.gz) = 9baa6f245f7a92950b406da80c1599bc8b5f7e08 -RMD160 (pugixml-1.8.1.tar.gz) = cefaac1efe5141f88c4c99f543e49c0d4455147d -SHA512 (pugixml-1.8.1.tar.gz) = 6e71dc647455b3564b1fee3b3fcd10d3be86d97f437aa13e5e937a8a532fee459ccc1fd2193f77cc19ffc8c6d3f2609e33f77a7d924eaa3422f3e5f2fd036bf6 -Size (pugixml-1.8.1.tar.gz) = 528983 bytes +SHA1 (pugixml-1.9.tar.gz) = b0e36910da92a743d6dadfb1c0e90a622640b96b +RMD160 (pugixml-1.9.tar.gz) = 073bf2db4ed701dc511c03185ff3abcce1d928cc +SHA512 (pugixml-1.9.tar.gz) = f97941941d98a1a056087edc0dde6376bf2cc12ce4523b67a2f2ec5ae0895c2a2e55da32fcca6a997f1a0d918c5f39564167da0a07ce0d7da92880ad8631c31e +Size (pugixml-1.9.tar.gz) = 555480 bytes |