From f9494842e28075ce747e3fa56a8768f58ae4b02a Mon Sep 17 00:00:00 2001 From: PoroCYon Date: Mon, 14 Jun 2021 12:48:04 +0200 Subject: [PATCH] eid-mw: update to 5.0.23 --- ...-int8_t-errors-when-compiling-for-aa.patch | 58 ------------------- srcpkgs/eid-mw/template | 4 +- 2 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 srcpkgs/eid-mw/patches/0001-fix-unknown-type-int8_t-errors-when-compiling-for-aa.patch diff --git a/srcpkgs/eid-mw/patches/0001-fix-unknown-type-int8_t-errors-when-compiling-for-aa.patch b/srcpkgs/eid-mw/patches/0001-fix-unknown-type-int8_t-errors-when-compiling-for-aa.patch deleted file mode 100644 index 87a21def3d87..000000000000 --- a/srcpkgs/eid-mw/patches/0001-fix-unknown-type-int8_t-errors-when-compiling-for-aa.patch +++ /dev/null @@ -1,58 +0,0 @@ -From 0da930d0d2bf7c3f840cbcdf8d2eb3a411868fae Mon Sep 17 00:00:00 2001 -From: PoroCYon -Date: Wed, 2 Jun 2021 13:57:00 +0200 -Subject: [PATCH] fix 'unknown type int8_t' errors when compiling for - aarch64-musl - ---- - plugins_tools/eid-viewer/test/testlib.c | 4 ++-- - tests/unit/testlib.c | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git plugins_tools/eid-viewer/test/testlib.c plugins_tools/eid-viewer/test/testlib.c -index 91b381a8..c1794229 100644 ---- plugins_tools/eid-viewer/test/testlib.c -+++ plugins_tools/eid-viewer/test/testlib.c -@@ -23,8 +23,6 @@ - #pragma pack(push, cryptoki, 1) - #include "pkcs11.h" - #pragma pack(pop, cryptoki) --#include --#include - #include - #else - #include -@@ -38,6 +36,8 @@ - #include - #include - #include -+#include -+#include - - - #include "serial_io.h" -diff --git tests/unit/testlib.c tests/unit/testlib.c -index 32c77a73..0c1b0fe2 100644 ---- tests/unit/testlib.c -+++ tests/unit/testlib.c -@@ -23,8 +23,6 @@ - #pragma pack(push, cryptoki, 1) - #include "pkcs11.h" - #pragma pack(pop, cryptoki) --#include --#include - #include - #else - #include -@@ -37,6 +35,8 @@ - #include - #include - #include -+#include -+#include - - #include "testlib.h" - --- -2.31.1 - diff --git a/srcpkgs/eid-mw/template b/srcpkgs/eid-mw/template index 9c3b471009f3..8a4cd9118f63 100644 --- a/srcpkgs/eid-mw/template +++ b/srcpkgs/eid-mw/template @@ -1,6 +1,6 @@ # Template file for 'eid-mw' pkgname=eid-mw -version=5.0.22 +version=5.0.23 revision=1 build_style=gnu-configure hostmakedepends="pkg-config automake gettext gettext-devel libtool glib-devel @@ -13,7 +13,7 @@ maintainer="Andrew Benson " license="LGPL-3.0-or-later" homepage="https://eid.belgium.be/en" distfiles="https://github.com/Fedict/eid-mw/archive/v${version}.tar.gz" -checksum=c4ed06a4146de95b10de5056b9c174a85cd71c7a794f2f0faf010d51c8792a59 +checksum=ea33f974ac203414cffb1e65378407e5e17f4cfafc10191727d1e2fcae6735f6 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libbsd-devel"