From 520b69ef0d872331e9e057d68e886e727f95d1cc Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Fri, 28 May 2021 14:08:26 +0200 Subject: [PATCH] libports: update expat port Fixes #4183 --- repos/libports/lib/mk/expat.mk | 1 + repos/libports/ports/expat.hash | 2 +- repos/libports/ports/expat.port | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/repos/libports/lib/mk/expat.mk b/repos/libports/lib/mk/expat.mk index b1334b4b73..16f104b362 100644 --- a/repos/libports/lib/mk/expat.mk +++ b/repos/libports/lib/mk/expat.mk @@ -1,6 +1,7 @@ include $(select_from_repositories,lib/import/import-expat.mk) EXPAT_DIR := $(call select_from_ports,expat)/src/lib/expat/contrib +INC_DIR += $(EXPAT_DIR) LIBS += libc SRC_C = xmlparse.c xmlrole.c xmltok.c diff --git a/repos/libports/ports/expat.hash b/repos/libports/ports/expat.hash index 9b019f9b0b..f5068947a5 100644 --- a/repos/libports/ports/expat.hash +++ b/repos/libports/ports/expat.hash @@ -1 +1 @@ -ca6b9728523fcd156d0b0fec187bb1fe02b391f2 +e083f7393225b62cabfdd70b63f53e55379bbdbe diff --git a/repos/libports/ports/expat.port b/repos/libports/ports/expat.port index 656a906359..6ea69a46e7 100644 --- a/repos/libports/ports/expat.port +++ b/repos/libports/ports/expat.port @@ -1,9 +1,9 @@ LICENSE := MIT DOWNLOADS := expat.archive -VERSION := 2.3.0 +VERSION := 2.4.1 URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz -SHA(expat) := 89df123c62f2c2e2b235692d9fe76def6a9ab03dbe95835345bf412726eb1987 +SHA(expat) := a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b DIR(expat) := src/lib/expat/contrib DIRS := include