From f923597f4bdea424dc28b1d026269df060596fac Mon Sep 17 00:00:00 2001 From: psykose Date: Sun, 5 Mar 2023 02:09:07 +0000 Subject: [PATCH] testing/tmate: rebuild against msgpack-c-6 --- testing/tmate/APKBUILD | 4 +++- testing/tmate/msgpack-c.patch | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 testing/tmate/msgpack-c.patch diff --git a/testing/tmate/APKBUILD b/testing/tmate/APKBUILD index 9300fbd42b0..1d5c095af38 100644 --- a/testing/tmate/APKBUILD +++ b/testing/tmate/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Isaksen pkgname=tmate pkgver=2.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="Instant Terminal Sharing" url="https://tmate.io/" arch="all" @@ -20,6 +20,7 @@ makedepends=" " subpackages="$pkgname-doc" source="tmate-$pkgver.tar.gz::https://github.com/tmate-io/tmate/archive/$pkgver.tar.gz + msgpack-c.patch implicit-decl.patch " @@ -56,5 +57,6 @@ package() { sha512sums=" 92d2ca354b295678bfc2747ca83a45ebafeaec40ebac94bd94c4926af4f820b3f3a087f365147f41c80d1c8ad032f52c697a2421839c39315d84f98f7eccada6 tmate-2.4.0.tar.gz +39db11866fc76178630244da3d6d555a2090d9bab9a54425344767bda130b30931198af6eb0c775cbe6b4f14987e0271dd30b7110b0591ac94dfc81b32486036 msgpack-c.patch 2d460f9caa6bf9bbd934512b545e8ef9c0616202aab7da7e4164f136efcffa341047a52b0c1879becd178fdb9e72914871916f0e2b5ac9990e95bbfd3ccb64a9 implicit-decl.patch " diff --git a/testing/tmate/msgpack-c.patch b/testing/tmate/msgpack-c.patch new file mode 100644 index 00000000000..b88f4629732 --- /dev/null +++ b/testing/tmate/msgpack-c.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 028d555..9bbe2ae 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -201,7 +201,7 @@ fi + + PKG_CHECK_MODULES( + MSGPACK, +- msgpack >= 1.1.0, ++ msgpack-c >= 1.1.0, + [ + CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS" + LIBS="$MSGPACK_LIBS $LIBS"