wine: update to 6.20.

This commit is contained in:
Helmut Pozimski 2021-10-23 16:43:42 +02:00
parent 0335439623
commit 1519ccbdad
4 changed files with 19 additions and 7 deletions

View file

@ -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 <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include <sys/types.h>
+#include <sys/types.h>
+#include <limits.h>
#include <dirent.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>

View file

@ -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);

View file

@ -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

View file

@ -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"