From 8e7461413a2a794ae03315d9bed66368cef7102a Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Thu, 13 Jun 2019 19:15:20 +0200 Subject: [PATCH 1/4] thunderbird-bin: updated to 60.7.1 --- thunderbird-bin/.signature | 6 +++--- thunderbird-bin/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thunderbird-bin/.signature b/thunderbird-bin/.signature index a267cf5bc..12a0d03d1 100644 --- a/thunderbird-bin/.signature +++ b/thunderbird-bin/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TBqZEfp1E6lFDRP6MoIL7oiBxoSoR3lJ3FYx/nqReJmPy8MY23OtjFMiGPbIq1Oz2QhItBpgzUQGJeNUMMl5g4= -SHA256 (Pkgfile) = abcc59965fdad75069901964a3db818f20105680cdbd54934d9f7ddf8a1a8962 +RWSE3ohX2g5d/Uz0IG+04pSPgY3iKPn91g8nvx+Zss7MggIUztgQuEw2gp/fQ1KmeJwvk7BPYfdtzvuh0oSSjv0N5sizU0rILQo= +SHA256 (Pkgfile) = 89a6455b19a72e66c2e570f1be250f3d59e1a008b4b50b1874cba33e0992756f SHA256 (.footprint) = 1fedb65da9712fdc6f4f8a6d54fd71d22d58ce881022492f5d647d71a052351e -SHA256 (thunderbird-60.7.0.tar.bz2) = da8331b3a2c9ba32d1478eec45150f546e4438f602a3e2e0bf617e0c5f0bc66e +SHA256 (thunderbird-60.7.1.tar.bz2) = ad8741f624206b27072b504dfd06f01d841948d283c009f1ecda5a60bd3d26a0 diff --git a/thunderbird-bin/Pkgfile b/thunderbird-bin/Pkgfile index ccbb753a0..f5b0e1da4 100644 --- a/thunderbird-bin/Pkgfile +++ b/thunderbird-bin/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk3, dbus-glib name=thunderbird-bin -version=60.7.0 +version=60.7.1 release=1 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2) From 062c0b41aa3338c12d879cb6333613c8521920ed Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 16 Jun 2019 11:58:09 +1000 Subject: [PATCH 2/4] upower: 0.99.4 -> 0.99.7 --- upower/.signature | 7 +++---- upower/Pkgfile | 10 +++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/upower/.signature b/upower/.signature index 8eb4507da..2e04f255a 100644 --- a/upower/.signature +++ b/upower/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZiS+ELzFFEgWaPufSvmiGdlF5HwGca3rYBiNjFT407kdhe+23u1jBRu0qjnFd/uqy6zJudouGZaSQDA2a6Q/Q0= -SHA256 (Pkgfile) = ea26b3ed65626bbf476cabbfe7a8e6e040b4215a8f0fde13e1c82e9d489a42c8 +RWSE3ohX2g5d/QfWmOH6j5tY4joQHEwqBXFB3He1V5tWHnZUi5U4XpYYYQf6E/35gyWCfeNovPzNMIWt2OsOZIhzM5Iw2rxmQwY= +SHA256 (Pkgfile) = 2f44cf02f3435d26d8a10119ca1c2cd47e276815138972cc7e4360f28fa70652 SHA256 (.footprint) = f20d312c2e01aa59d0509a17a147c197189494afd54ef79663fd237b51833bdc -SHA256 (upower-0.99.4.tar.xz) = 9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0 -SHA256 (fix-critical-action.patch) = 30c9e7587bd63f75d50f50f93bf97d9a80fc76f5ce875080487de04b2538beb4 +SHA256 (upower-0.99.7.tar.xz) = 24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401 diff --git a/upower/Pkgfile b/upower/Pkgfile index 4b43cf250..f2f06fc2d 100644 --- a/upower/Pkgfile +++ b/upower/Pkgfile @@ -1,20 +1,16 @@ # Description: Abstraction for enumerating power devices, listening to device events and querying history and statistics. # URL: http://upower.freedesktop.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: dbus-glib gobject-introspection intltool libgudev libusb +# Depends on: dbus-glib intltool libgudev libusb name=upower -version=0.99.4 +version=0.99.7 release=1 -source=(http://$name.freedesktop.org/releases/$name-$version.tar.xz - fix-critical-action.patch) +source=(https://$name.freedesktop.org/releases/$name-$version.tar.xz) build() { cd $name-$version - patch -p 1 -i $SRC/fix-critical-action.patch - ./configure \ --prefix=/usr \ --sysconfdir=/usr/etc \ From 3cd6991d028bc5518e9246f39d5d6c2602ae0328 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 16 Jun 2019 12:28:56 +1000 Subject: [PATCH 3/4] upower: remove old patch --- upower/fix-critical-action.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 upower/fix-critical-action.patch diff --git a/upower/fix-critical-action.patch b/upower/fix-critical-action.patch deleted file mode 100644 index 6afe9b7a9..000000000 --- a/upower/fix-critical-action.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 28cee8e2845b094488c337c4ecfa84ada0b6be60 Mon Sep 17 00:00:00 2001 -From: Martin Pitt -Date: Tue, 23 Feb 2016 09:51:07 +0100 -Subject: daemon: fix get_critical_action() - -Fix copy&paste error from e7e9156f that called the wrong _complete_ function -for up_daemon_get_critical_action(). - -https://bugs.freedesktop.org/show_bug.cgi?id=94262 - -diff --git a/src/up-daemon.c b/src/up-daemon.c -index be14cbe..e95f904 100644 ---- a/src/up-daemon.c -+++ b/src/up-daemon.c -@@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton, - GDBusMethodInvocation *invocation, - UpDaemon *daemon) - { -- up_exported_daemon_complete_get_display_device (skeleton, invocation, -- up_backend_get_critical_action (daemon->priv->backend)); -+ up_exported_daemon_complete_get_critical_action (skeleton, invocation, -+ up_backend_get_critical_action (daemon->priv->backend)); - return TRUE; - } - --- -cgit v0.10.2 - From b37d8d62a830d4f612d151c86ff20e85b115a14d Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 16 Jun 2019 19:36:03 +1000 Subject: [PATCH 4/4] wine: 4.9 -> 4.10 --- wine/.footprint | 15 +++++++++++++++ wine/.signature | 8 ++++---- wine/Pkgfile | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/wine/.footprint b/wine/.footprint index ebe4ab625..4d67598c8 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -632,6 +632,7 @@ drwxr-xr-x root/root usr/include/wine/windows/ddk/ -rw-r--r-- root/root usr/include/wine/windows/netioapi.h -rw-r--r-- root/root usr/include/wine/windows/netlistmgr.h -rw-r--r-- root/root usr/include/wine/windows/netlistmgr.idl +-rw-r--r-- root/root usr/include/wine/windows/newdev.h -rw-r--r-- root/root usr/include/wine/windows/nldef.h -rw-r--r-- root/root usr/include/wine/windows/npapi.h -rw-r--r-- root/root usr/include/wine/windows/nserror.h @@ -814,6 +815,7 @@ drwxr-xr-x root/root usr/include/wine/windows/ddk/ -rw-r--r-- root/root usr/include/wine/windows/textserv.h -rw-r--r-- root/root usr/include/wine/windows/textstor.h -rw-r--r-- root/root usr/include/wine/windows/textstor.idl +-rw-r--r-- root/root usr/include/wine/windows/timezoneapi.h -rw-r--r-- root/root usr/include/wine/windows/tlhelp32.h -rw-r--r-- root/root usr/include/wine/windows/tlogstg.h -rw-r--r-- root/root usr/include/wine/windows/tlogstg.idl @@ -1429,6 +1431,9 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib/wine/ext-ms-win-security-credui-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib/wine/ext-ms-win-shell-comctl32-init-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib/wine/ext-ms-win-shell-comdlg32-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib/wine/ext-ms-win-shell-shell32-l1-2-0.dll.so -rwxr-xr-x root/root usr/lib/wine/ext-ms-win-uxtheme-themes-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib/wine/extrac32.exe.so drwxr-xr-x root/root usr/lib/wine/fakedlls/ @@ -1864,6 +1869,9 @@ drwxr-xr-x root/root usr/lib/wine/fakedlls/ -rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll -rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll -rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll +-rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-shell-comctl32-init-l1-1-0.dll +-rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-shell-comdlg32-l1-1-0.dll +-rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-shell-shell32-l1-2-0.dll -rw-r--r-- root/root usr/lib/wine/fakedlls/ext-ms-win-uxtheme-themes-l1-1-0.dll -rw-r--r-- root/root usr/lib/wine/fakedlls/extrac32.exe -rw-r--r-- root/root usr/lib/wine/fakedlls/faultrep.dll @@ -3318,6 +3326,9 @@ drwxr-xr-x root/root usr/lib32/wine/ -rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-security-credui-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-shell-comctl32-init-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-shell-comdlg32-l1-1-0.dll.so +-rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-shell-shell32-l1-2-0.dll.so -rwxr-xr-x root/root usr/lib32/wine/ext-ms-win-uxtheme-themes-l1-1-0.dll.so -rwxr-xr-x root/root usr/lib32/wine/extrac32.exe.so drwxr-xr-x root/root usr/lib32/wine/fakedlls/ @@ -3762,6 +3773,9 @@ drwxr-xr-x root/root usr/lib32/wine/fakedlls/ -rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll -rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll -rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll +-rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-shell-comctl32-init-l1-1-0.dll +-rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-shell-comdlg32-l1-1-0.dll +-rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-shell-shell32-l1-2-0.dll -rw-r--r-- root/root usr/lib32/wine/fakedlls/ext-ms-win-uxtheme-themes-l1-1-0.dll -rw-r--r-- root/root usr/lib32/wine/fakedlls/extrac32.exe -rw-r--r-- root/root usr/lib32/wine/fakedlls/faultrep.dll @@ -4971,3 +4985,4 @@ drwxr-xr-x root/root usr/share/wine/gecko/ drwxr-xr-x root/root usr/share/wine/mono/ -rwxr-xr-x root/root usr/share/wine/mono/wine-mono-4.8.3.msi -rw-r--r-- root/root usr/share/wine/wine.inf +-rw-r--r-- root/root usr/share/wine/winehid.inf diff --git a/wine/.signature b/wine/.signature index 6eac64025..528383e59 100644 --- a/wine/.signature +++ b/wine/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/e1HqJSXqkFkC10msZIs2DMYzDNM7tUP0my5m08e0EiNJU4h+F+dmhofRlJ7IOo4Z824No2eG7gheAi9XQ0ETwE= -SHA256 (Pkgfile) = 40728f1312284e1578ecae121a3565c684007e26247830691b376772a8cc254b -SHA256 (.footprint) = 1033fdb53710bfad30dda3437031565a107b1b684bb7df561a17cae8ce293f35 -SHA256 (wine-4.9.tar.xz) = 91848e22fff3cb17db7fe7d727d714d21c5d4229dd460b5d1506753021fc799b +RWSE3ohX2g5d/YTxI50HWUWqRsQ1IkS+2Kt6WIvWhj5cKW6VOdo4TgQM73EBUU8ct6b0o0FWBy2skRQZ3iFbMPAYGA7h7on9lQM= +SHA256 (Pkgfile) = e9ed654344c6c5bd17b6fe982b37b67b65d9d07b915e603a1402a95e00af3335 +SHA256 (.footprint) = 9a5a38dc5da3c7960defbc4f884b95b012fe2043d6a77d0cf84363f5fc9d404b +SHA256 (wine-4.10.tar.xz) = 5add8161d8b73a413b011285951bed28602ebb0b5b257f35d40bc782ea1c2d10 SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a SHA256 (wine_gecko-2.47-x86_64.msi) = c565ea25e50ea953937d4ab01299e4306da4a556946327d253ea9b28357e4a7d SHA256 (wine-mono-4.8.3.msi) = d6fa1f019bfa3c572438e4a2473ce25af1e937ed4cdcbe46554164ce25db0a76 diff --git a/wine/Pkgfile b/wine/Pkgfile index 76021f9e7..da857c686 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -4,7 +4,7 @@ # Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink vkd3d-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxxf86dga-32 name=wine -version=4.9 +version=4.10 release=1 source=(https://dl.winehq.org/wine/source/4.x/$name-$version.tar.xz https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi