WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
bug-220736-20210119132315.patch (text/plain), 1.64 KB, created by
Michael Catanzaro
on 2021-01-19 11:23:16 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2021-01-19 11:23:16 PST
Size:
1.64 KB
patch
obsolete
>Subversion Revision: 271601 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index fe8d1c53cfd4f82d04b3dedeb634b3c7670db10e..bdb378999da2abfaaf38c5bb97bd5c4e77e0e2ca 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,16 @@ >+2021-01-19 Michael Catanzaro <mcatanzaro@gnome.org> >+ >+ REGRESSION(r271506): webkit-patch keyring integration is broken on Linux >+ https://bugs.webkit.org/show_bug.cgi?id=220736 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ r271506 updated our python-keyring to version 18.0.1, but for whatever reason, libsecret >+ support via python-secretstorage is broken in this version. The latest stable version, >+ 21.8.0, works fine, so update to this. >+ >+ * Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: >+ > 2021-01-19 Jonathan Bedard <jbedard@apple.com> > > [GitHub] Use github.com as the source of truth for EWS >diff --git a/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py b/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py >index ef35ce4b2212bdf81ab70da48dd7086abe082770..69de44269af4c3d62313433290598f8d928047fe 100644 >--- a/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py >+++ b/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py >@@ -50,7 +50,7 @@ version = Version(0, 9, 2) > > AutoInstall.register(Package('entrypoints', Version(0, 3, 0))) > AutoInstall.register(Package('fasteners', Version(0, 15, 0))) >-AutoInstall.register(Package('keyring', Version(18, 0, 1))) >+AutoInstall.register(Package('keyring', Version(21, 8, 0))) > AutoInstall.register(Package('monotonic', Version(1, 5))) > AutoInstall.register(Package('xmltodict', Version(0, 12, 0))) >
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
|
Formatted Diff
|
Diff
Attachments on
bug 220736
:
417891
|
417893
|
417894
|
417895
|
417897