pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: pugixml: update to 1.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03ae590a9ea2
branches:  trunk
changeset: 306415:03ae590a9ea2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 16 21:27:54 2018 +0000
description:
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:

 textproc/pugixml/Makefile |   5 ++---
 textproc/pugixml/PLIST    |   4 ++--
 textproc/pugixml/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 3c0efc571dbf -r 03ae590a9ea2 textproc/pugixml/Makefile
--- a/textproc/pugixml/Makefile Mon Apr 16 21:13:57 2018 +0000
+++ b/textproc/pugixml/Makefile Mon Apr 16 21:27:54 2018 +0000
@@ -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 -r 3c0efc571dbf -r 03ae590a9ea2 textproc/pugixml/PLIST
--- a/textproc/pugixml/PLIST    Mon Apr 16 21:13:57 2018 +0000
+++ b/textproc/pugixml/PLIST    Mon Apr 16 21:27:54 2018 +0000
@@ -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 -r 3c0efc571dbf -r 03ae590a9ea2 textproc/pugixml/distinfo
--- a/textproc/pugixml/distinfo Mon Apr 16 21:13:57 2018 +0000
+++ b/textproc/pugixml/distinfo Mon Apr 16 21:27:54 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index