From 1b13f02f573e93b7c061fd39fc28d7b474f883d8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 9 Jul 2017 18:27:37 +0200 Subject: [PATCH] libxml++: update from 2.37.2 to 2.40.1 This fixes the following error with gcc >= 6: ``` libxml++/io/istreamparserinputbuffer.cc: In member function 'virtual bool xmlpp::IStreamParserInputBuffer::do_close()': libxml++/io/istreamparserinputbuffer.cc:42:12: error: cannot convert 'std::istream {aka std::basic_istream}' to 'bool' in return return input_; ``` --- src/libxml++.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libxml++.mk b/src/libxml++.mk index 43ca42da..815dbefa 100644 --- a/src/libxml++.mk +++ b/src/libxml++.mk @@ -4,8 +4,8 @@ PKG := libxml++ $(PKG)_WEBSITE := https://libxmlplusplus.sourceforge.io/ $(PKG)_DESCR := libxml2 $(PKG)_IGNORE := -$(PKG)_VERSION := 2.37.2 -$(PKG)_CHECKSUM := bb3e10a2148e90fc61098499a0923b4de786b1dd86466d7ec6255e154baa773b +$(PKG)_VERSION := 2.40.1 +$(PKG)_CHECKSUM := 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9 $(PKG)_SUBDIR := libxml++-$($(PKG)_VERSION) $(PKG)_FILE := libxml++-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://download.gnome.org/sources/libxml++/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)