summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-11-29 18:02:15 +0000
committerwiz <wiz@pkgsrc.org>2020-11-29 18:02:15 +0000
commit0e7054258f0795727a0834667a0c58f22a325496 (patch)
tree3aa9efb2c73b537184b6c347d86af71cae162837
parent5e16527e5f210876fa0f91dfd7ae201d54749252 (diff)
downloadpkgsrc-0e7054258f0795727a0834667a0c58f22a325496.tar.gz
pugixml: update to 1.11.
pugixml-1.11 is out. This is a maintenance release that fixes some compatibility issues and introduces several new APIs (read the changelog for details). Highlights for this release include: * Add xml_node::remove_attributes and xml_node::remove_children * Add a way to customize floating point precision via xml_attribute::set and xml_text::set overloads * XPath parser now limits recursion depth which prevents stack overflow on malicious queries
-rw-r--r--textproc/pugixml/Makefile4
-rw-r--r--textproc/pugixml/PLIST8
-rw-r--r--textproc/pugixml/distinfo10
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile
index 4576d39237a..b23739b35fd 100644
--- a/textproc/pugixml/Makefile
+++ b/textproc/pugixml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/03/27 08:57:59 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/11/29 18:02:15 wiz Exp $
-DISTNAME= pugixml-1.10
+DISTNAME= pugixml-1.11
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/pugixml/PLIST b/textproc/pugixml/PLIST
index a2eb795ecff..96715e881cc 100644
--- a/textproc/pugixml/PLIST
+++ b/textproc/pugixml/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2019/09/15 11:38:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/11/29 18:02:15 wiz Exp $
include/pugiconfig.hpp
include/pugixml.hpp
-lib/cmake/pugixml/pugixml-config-noconfig.cmake
+lib/cmake/pugixml/pugixml-config-version.cmake
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.${PKGVERSION}
lib/pkgconfig/pugixml.pc
diff --git a/textproc/pugixml/distinfo b/textproc/pugixml/distinfo
index 11541a185fd..1e76dea6a69 100644
--- a/textproc/pugixml/distinfo
+++ b/textproc/pugixml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/09/15 11:38:28 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/11/29 18:02:15 wiz Exp $
-SHA1 (pugixml-1.10.tar.gz) = f69c6cdf8ad9d986f1844b21f83d00bbafc614dd
-RMD160 (pugixml-1.10.tar.gz) = 280e296e53cf548493628e84fb43fa51332d0c53
-SHA512 (pugixml-1.10.tar.gz) = 0634053d4f757b9293997763bb2e51595197c192f3974e954975d6d6ff91e4a6cb7c194efa530e0eef1a2a93db16592c5630010b6482430dff5ffc6879e84b6a
-Size (pugixml-1.10.tar.gz) = 562718 bytes
+SHA1 (pugixml-1.11.tar.gz) = 0f0a5709fab55c2a3e5b61bec95345977a20463b
+RMD160 (pugixml-1.11.tar.gz) = d1497af600b45fdb8dc6d1298451556dcfa8c207
+SHA512 (pugixml-1.11.tar.gz) = 9b902d158ef044b49638e42e769045f42559f42963fdca50151143e6857fa58040e6be0e449b643bfd00fb267ab443fbc5af5e3fc9925274cedd4f586b12ae85
+Size (pugixml-1.11.tar.gz) = 566253 bytes