aboutsummaryrefslogtreecommitdiffstats
path: root/tools/expat
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-08-07 05:00:46 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-08-09 23:20:56 +0200
commit1a5b7cc151ac6f46481d476a0ea245466bd3c181 (patch)
tree00c9cae8b4afeeaa1978a76fb5645a47478b584c /tools/expat
parent10c443728d8b6f8dd1dd71c4e3b78b414eac5004 (diff)
downloadupstream-1a5b7cc151ac6f46481d476a0ea245466bd3c181.tar.gz
upstream-1a5b7cc151ac6f46481d476a0ea245466bd3c181.tar.bz2
upstream-1a5b7cc151ac6f46481d476a0ea245466bd3c181.zip
tools/expat: Update to 2.2.3
Update (lib)expat to 2.2.3 Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/expat')
-rw-r--r--tools/expat/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index 246089d609..1f856c9117 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -8,19 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=expat
-PKG_VERSION:=2.2.2
+PKG_VERSION:=2.2.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046
+PKG_HASH:=b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f
PKG_SOURCE_URL:=@SF/expat
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
-HOST_CONFIGURE_VARS += \
- CPPFLAGS="$(HOST_CFLAGS) -DXML_POOR_ENTROPY"
-
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install
endef