wine: update to 6.19.
This commit is contained in:
parent
5762864e7c
commit
aeb608b0c6
3 changed files with 16 additions and 5 deletions
|
@ -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);
|
||||
|
|
11
srcpkgs/wine/patches/musl-uid-t.patch
Normal file
11
srcpkgs/wine/patches/musl-uid-t.patch
Normal file
|
@ -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<unistd.h>
|
||||
+
|
||||
extern const LUID SeIncreaseQuotaPrivilege;
|
||||
extern const LUID SeSecurityPrivilege;
|
||||
extern const LUID SeTakeOwnershipPrivilege;
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue