From 1519ccbdad3401cd436f7f86345adceb2b58a383 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 23 Oct 2021 16:43:42 +0200 Subject: [PATCH] wine: update to 6.20. --- srcpkgs/wine/patches/musl-limits.patch | 12 ++++++++++++ srcpkgs/wine/patches/musl-ns_name_skip.patch | 4 ++-- srcpkgs/wine/patches/musl-uid-t.patch | 4 ++-- srcpkgs/wine/template | 6 +++--- 4 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/wine/patches/musl-limits.patch diff --git a/srcpkgs/wine/patches/musl-limits.patch b/srcpkgs/wine/patches/musl-limits.patch new file mode 100644 index 00000000000..525b2615de6 --- /dev/null +++ b/srcpkgs/wine/patches/musl-limits.patch @@ -0,0 +1,12 @@ +--- a/wine-6.20/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 ++++ b/wine-6.20/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 +@@ -29,7 +29,8 @@ + #include + #include + #include +-#include ++#include ++#include + #include + #ifdef HAVE_UNISTD_H + # include diff --git a/srcpkgs/wine/patches/musl-ns_name_skip.patch b/srcpkgs/wine/patches/musl-ns_name_skip.patch index 5b0a33ef445..6ab72d412a3 100644 --- a/srcpkgs/wine/patches/musl-ns_name_skip.patch +++ b/srcpkgs/wine/patches/musl-ns_name_skip.patch @@ -1,7 +1,7 @@ diff --git a/dlls/dnsapi/libresolv.c b/dlls/dnsapi/libresolv.c index ac52147..0f8c2ef 100644 ---- a/wine-6.19/dlls/dnsapi/libresolv.c -+++ b/wine-6.19/dlls/dnsapi/libresolv.c +--- a/wine-6.20/dlls/dnsapi/libresolv.c ++++ b/wine-6.20/dlls/dnsapi/libresolv.c @@ -57,6 +57,43 @@ WINE_DEFAULT_DEBUG_CHANNEL(dnsapi); diff --git a/srcpkgs/wine/patches/musl-uid-t.patch b/srcpkgs/wine/patches/musl-uid-t.patch index b032d69fb1c..8e8eaaf5598 100644 --- a/srcpkgs/wine/patches/musl-uid-t.patch +++ b/srcpkgs/wine/patches/musl-uid-t.patch @@ -1,5 +1,5 @@ ---- a/wine-6.19/server/security.h 2021-10-12 19:52:55.876645306 +0200 -+++ b/wine-6.19/server/security.h 2021-10-12 19:53:08.605490926 +0200 +--- a/wine-6.20/server/security.h 2021-10-12 19:52:55.876645306 +0200 ++++ b/wine-6.20/server/security.h 2021-10-12 19:53:08.605490926 +0200 @@ -21,6 +21,8 @@ #ifndef __WINE_SERVER_SECURITY_H #define __WINE_SERVER_SECURITY_H diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 173ed8b30ea..b752200cab6 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=6.19 +version=6.20 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="4182e2d9627704cc376f46fc3109580ea9077796f44f5ee83e08e3e96bf0ab66 - 47158842c938f68d9097965135321892515bb7f133c88be469c91f845f942ac3" +checksum="4028237e9c7bfdd56d7604af19783ff812f645f29c27de742a688e4535528471 + 360fd304a0f4c12e3aa149dde0bc3ac7a2c8787740e1f228bd13158f855166ea" build_options="mingw staging" build_options_default="mingw"