From b9691eb34d37a3d49353ed515a35492ed190343b Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 7 Aug 2017 05:03:19 +0200 Subject: [PATCH] libs/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 --- libs/expat/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 894d0789c..7dc67ee9c 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.2 +PKG_VERSION:=2.2.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046 +PKG_HASH:=b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f PKG_MAINTAINER:=Steven Barth , \ Ted Hess @@ -39,9 +39,6 @@ endef TARGET_CFLAGS += $(FPIC) -HOST_CONFIGURE_VARS += \ - CPPFLAGS="$(HOST_CFLAGS) -DXML_POOR_ENTROPY" - CONFIGURE_ARGS += \ --enable-shared \ --enable-static