From aeb608b0c6f649c9b731b56c099634b902179021 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 12 Oct 2021 20:19:31 +0200 Subject: [PATCH] wine: update to 6.19. --- srcpkgs/wine/patches/musl-ns_name_skip.patch | 4 ++-- srcpkgs/wine/patches/musl-uid-t.patch | 11 +++++++++++ srcpkgs/wine/template | 6 +++--- 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/wine/patches/musl-uid-t.patch diff --git a/srcpkgs/wine/patches/musl-ns_name_skip.patch b/srcpkgs/wine/patches/musl-ns_name_skip.patch index 0d1ac0899da..5b0a33ef445 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.18/dlls/dnsapi/libresolv.c -+++ b/wine-6.18/dlls/dnsapi/libresolv.c +--- a/wine-6.19/dlls/dnsapi/libresolv.c ++++ b/wine-6.19/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 new file mode 100644 index 00000000000..b032d69fb1c --- /dev/null +++ b/srcpkgs/wine/patches/musl-uid-t.patch @@ -0,0 +1,11 @@ +--- 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 +@@ -21,6 +21,8 @@ + #ifndef __WINE_SERVER_SECURITY_H + #define __WINE_SERVER_SECURITY_H + ++#include ++ + extern const LUID SeIncreaseQuotaPrivilege; + extern const LUID SeSecurityPrivilege; + extern const LUID SeTakeOwnershipPrivilege; diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index da66f6e841b..173ed8b30ea 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=6.18 +version=6.19 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="fd22e8d64d7333bda4096d73e87ca88f5dd9eda92103d8f79d0673ca7ce6b1d0 - 6d252d3501431b241a2e37d841e287918b51889917b07382ed204703fb77cae4" +checksum="4182e2d9627704cc376f46fc3109580ea9077796f44f5ee83e08e3e96bf0ab66 + 47158842c938f68d9097965135321892515bb7f133c88be469c91f845f942ac3" build_options="mingw staging" build_options_default="mingw"