aboutsummaryrefslogtreecommitdiff
path: root/net-im/kaccounts-providers
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-02-06 18:08:07 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-02-06 18:08:07 +0000
commit557a04d0c8a2fe9e1338369eb45e186d06660e33 (patch)
tree1e650cb5ef7547457ac68c9c658915046d91d7e6 /net-im/kaccounts-providers
parentd7c64e672fb5df6cad4c779be5e5f445ee5cd369 (diff)
downloadports-557a04d0c8a2fe9e1338369eb45e186d06660e33.tar.gz
ports-557a04d0c8a2fe9e1338369eb45e186d06660e33.zip
Update KDE's Applications to 19.12.2
Notes
Notes: svn path=/head/; revision=525396
Diffstat (limited to 'net-im/kaccounts-providers')
-rw-r--r--net-im/kaccounts-providers/distinfo6
-rw-r--r--net-im/kaccounts-providers/files/patch-git_0a71da455
-rw-r--r--net-im/kaccounts-providers/files/patch-git_5952bf225
3 files changed, 3 insertions, 83 deletions
diff --git a/net-im/kaccounts-providers/distinfo b/net-im/kaccounts-providers/distinfo
index e3662a7cd48e..3722be5d4128 100644
--- a/net-im/kaccounts-providers/distinfo
+++ b/net-im/kaccounts-providers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578373914
-SHA256 (KDE/applications/19.12.1/kaccounts-providers-19.12.1.tar.xz) = abcd1fa9f63248f3ce7f9c98d940b124ff5c70c1a3381a6cfad6ce7012b23c69
-SIZE (KDE/applications/19.12.1/kaccounts-providers-19.12.1.tar.xz) = 32204
+TIMESTAMP = 1580852932
+SHA256 (KDE/applications/19.12.2/kaccounts-providers-19.12.2.tar.xz) = b369923a1c2785791bf0ab718539afac43956d611f68326abf4c34ac4ace8376
+SIZE (KDE/applications/19.12.2/kaccounts-providers-19.12.2.tar.xz) = 31928
diff --git a/net-im/kaccounts-providers/files/patch-git_0a71da4 b/net-im/kaccounts-providers/files/patch-git_0a71da4
deleted file mode 100644
index 3aad363f2f29..000000000000
--- a/net-im/kaccounts-providers/files/patch-git_0a71da4
+++ /dev/null
@@ -1,55 +0,0 @@
-From 0a71da4e3caae0defe200a85954fc7e2012010c1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org>
-Date: Mon, 13 Jan 2020 13:48:37 +0100
-Subject: Google provider: limit requested OAuth scopes
-
-Summary:
-Limit the scopes to what is actually permitted in the Google App settings:
-contacts and calendars for future PIM integration, GDrive for KIO-GDrive,
-and Youtube (upload-only) for the Purpose sharing plugin. We can extend
-this in the future if needed easilly, it's easier for us to get the
-Google App verified if we can proof and show how the individual scopes
-are used by KDE.
-
-Reviewers: elvisangelaccio, bshah
-
-Reviewed By: elvisangelaccio, bshah
-
-Differential Revision: https://phabricator.kde.org/D26454
----
- providers/google.provider.in | 13 +++----------
- 1 file changed, 3 insertions(+), 10 deletions(-)
-
-diff --git a/providers/google.provider.in b/providers/google.provider.in
-index 638c1a9..97307af 100644
---- providers/google.provider.in
-+++ providers/google.provider.in
-@@ -21,22 +21,15 @@
- order to return a refresh token -->
- <setting name="ResponseType">code</setting>
- <setting name="Scope" type="as">[
-- 'https://docs.google.com/feeds/',
-- 'https://www.googleapis.com/auth/googletalk',
-- 'https://www.googleapis.com/auth/youtube.upload',
-- 'https://www.googleapis.com/auth/youtube',
- 'https://www.googleapis.com/auth/userinfo.email',
- 'https://www.googleapis.com/auth/userinfo.profile',
-- 'https://picasaweb.google.com/data/',
- 'https://www.googleapis.com/auth/calendar',
-- 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/tasks',
-+ 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/drive',
-- 'https://www.googleapis.com/auth/drive.file',
-- 'https://www.googleapis.com/auth/drive.metadata.readonly',
-- 'https://www.googleapis.com/auth/drive.readonly'
-+ 'https://www.googleapis.com/auth/youtube.upload',
- ]</setting>
-- <setting name="AllowedSchemes" type="as">['https','http']</setting>
-+ <setting name="AllowedSchemes" type="as">['https']</setting>
- <setting name="ClientId">317066460457-pkpkedrvt2ldq6g2hj1egfka2n7vpuoo.apps.googleusercontent.com</setting>
- <setting name="ClientSecret">Y8eFAaWfcanV3amZdDvtbYUq</setting>
- <setting name="ForceClientAuthViaRequestBody" type="b">true</setting>
---
-cgit v1.1
-
diff --git a/net-im/kaccounts-providers/files/patch-git_5952bf2 b/net-im/kaccounts-providers/files/patch-git_5952bf2
deleted file mode 100644
index c12d0157506c..000000000000
--- a/net-im/kaccounts-providers/files/patch-git_5952bf2
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5952bf25358b8b2545cfdeb898461f82a7b17971 Mon Sep 17 00:00:00 2001
-From: Christophe Giboudeaux <christophe@krop.fr>
-Date: Mon, 13 Jan 2020 15:56:57 +0100
-Subject: Remove the extra comma
-
----
- providers/google.provider.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/providers/google.provider.in b/providers/google.provider.in
-index 97307af..e9f1b57 100644
---- providers/google.provider.in
-+++ providers/google.provider.in
-@@ -27,7 +27,7 @@
- 'https://www.googleapis.com/auth/tasks',
- 'https://www.google.com/m8/feeds/',
- 'https://www.googleapis.com/auth/drive',
-- 'https://www.googleapis.com/auth/youtube.upload',
-+ 'https://www.googleapis.com/auth/youtube.upload'
- ]</setting>
- <setting name="AllowedSchemes" type="as">['https']</setting>
- <setting name="ClientId">317066460457-pkpkedrvt2ldq6g2hj1egfka2n7vpuoo.apps.googleusercontent.com</setting>
---
-cgit v1.1
-