FreeBSD Bugzilla – Attachment 233819 Details for
Bug 263875
deskutils/nextcloudclient: Update to 3.5.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 3.5.0
nextcloudclient.diff (text/plain), 2.12 KB, created by
Guido Falsi
on 2022-05-09 11:04:22 UTC
(
hide
)
Description:
Update to 3.5.0
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2022-05-09 11:04:22 UTC
Size:
2.12 KB
patch
obsolete
>diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile >index 290910634a6c..f61ca1fce516 100644 >--- a/deskutils/nextcloudclient/Makefile >+++ b/deskutils/nextcloudclient/Makefile >@@ -1,7 +1,7 @@ > # Created by: Mathieu Arnold > > PORTNAME= nextcloudclient >-PORTVERSION= 3.4.3 >+PORTVERSION= 3.5.0 > DISTVERSIONPREFIX= v > CATEGORIES= deskutils > >diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo >index d9f3d3289f04..978239d2dd69 100644 >--- a/deskutils/nextcloudclient/distinfo >+++ b/deskutils/nextcloudclient/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1646242002 >-SHA256 (nextcloud-desktop-v3.4.3_GH0.tar.gz) = 3251737259bf6b32020ae09d725cca5d7caa4389503db2250df349e2961355d4 >-SIZE (nextcloud-desktop-v3.4.3_GH0.tar.gz) = 14338935 >+TIMESTAMP = 1651669661 >+SHA256 (nextcloud-desktop-v3.5.0_GH0.tar.gz) = 24ab35d54ca24ee380822f500228fb26e15cccef6861c38dbab97c5fdc5ff69b >+SIZE (nextcloud-desktop-v3.5.0_GH0.tar.gz) = 15359946 >diff --git a/deskutils/nextcloudclient/files/patch-fix-cacheDir b/deskutils/nextcloudclient/files/patch-fix-cacheDir >new file mode 100644 >index 000000000000..c49bfc11e372 >--- /dev/null >+++ b/deskutils/nextcloudclient/files/patch-fix-cacheDir >@@ -0,0 +1,24 @@ >+From cdae0a56d56695d98e95cac13a66d4364686e8b6 Mon Sep 17 00:00:00 2001 >+From: Claudio Cambra <claudio.cambra@gmail.com> >+Date: Thu, 5 May 2022 13:46:39 +0200 >+Subject: [PATCH] Stop dumping cache data in home dir, cache in default cache >+ location >+ >+Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com> >+--- >+ src/gui/systray.cpp | 2 +- >+ 1 file changed, 1 insertion(+), 1 deletion(-) >+ >+diff --git a/src/gui/systray.cpp b/src/gui/systray.cpp >+index 195ae3aca3..60d9a0e754 100644 >+--- src/gui/systray.cpp >++++ src/gui/systray.cpp >+@@ -686,7 +686,7 @@ QNetworkAccessManager* AccessManagerFactory::create(QObject *parent) >+ { >+ const auto am = new AccessManager(parent); >+ const auto diskCache = new QNetworkDiskCache(am); >+- diskCache->setCacheDirectory("cacheDir"); >++ diskCache->setCacheDirectory(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)); >+ am->setCache(diskCache); >+ return am; >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263875
:
233819
|
234014