pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue May 31 12:52:14 UTC 2022

Modified Files:
        pkgsrc/www/webkit-gtk: distinfo
        pkgsrc/www/webkit-gtk/patches:
            patch-Source_JavaScriptCore_runtime_MachineContext.h
            patch-Source_WTF_wtf_PlatformHave.h

Log Message:
webkit-gtk: Add reference to upstream bug reports


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/www/webkit-gtk/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/distinfo
diff -u pkgsrc/www/webkit-gtk/distinfo:1.164 pkgsrc/www/webkit-gtk/distinfo:1.165
--- pkgsrc/www/webkit-gtk/distinfo:1.164        Mon May 30 20:40:55 2022
+++ pkgsrc/www/webkit-gtk/distinfo      Tue May 31 12:52:14 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.164 2022/05/30 20:40:55 leot Exp $
+$NetBSD: distinfo,v 1.165 2022/05/31 12:52:14 leot Exp $
 
 BLAKE2s (webkitgtk-2.36.3.tar.xz) = c0536c4edcb59ed28edcdaf309267d6c3c1e49e5eaae85b39fb29b49722977ad
 SHA512 (webkitgtk-2.36.3.tar.xz) = dfd02e22a58d0080d9bf6c7dd2a710bb9d8698ff8a4226653629294b74cc981a3e35d4d93eed5ebad35c81b339ec8b96755ad0b36c0238da151b359e07bcb692
@@ -10,14 +10,14 @@ SHA1 (patch-Source_JavaScriptCore_assemb
 SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = 8f324091df41be96b011bcbeed5fd64c4464f010
 SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = 7f6c0c57d46478e83c4ff21dae2415f44085ba32
 SHA1 (patch-Source_JavaScriptCore_offlineasm_arm64.rb) = 8c05dafa317667bbf55504d05eeb8ae06fba4e93
-SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 3bf3c200917ba49573388081ea9c5f6c55605b9b
+SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 7b7170ab78b8bc0aeccda14e0e74f5ed14266d3f
 SHA1 (patch-Source_ThirdParty_ANGLE_src_common_third__party_smhasher_src_PMurHash.cpp) = 73dfe781efe7e8aa7d49094af8820a87c501818f
 SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h) = 10debffda84bc752ed434657a337a466aad19a3a
 SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = ac07d4d8faa6dab606bcea31936340d260fcda33
 SHA1 (patch-Source_WTF_wtf_Assertions.h) = 427de20eba4627578087feaa7de2f23e80b9debf
 SHA1 (patch-Source_WTF_wtf_FileSystem.cpp) = 2fe7b7755646d9a1cc022aec3d01091766378aba
 SHA1 (patch-Source_WTF_wtf_PlatformEnable.h) = eb5598c20c8453314daba7897066f15827bbede7
-SHA1 (patch-Source_WTF_wtf_PlatformHave.h) = 56cec19c923ccb6539f2d321abafa1e167735b6a
+SHA1 (patch-Source_WTF_wtf_PlatformHave.h) = 4bae0a5b48ab95fbccb1ce09d239d744d274e4eb
 SHA1 (patch-Source_WTF_wtf_PlatformOS.h) = 80aa6ff20f10407d447fdb41606d4bb4989351aa
 SHA1 (patch-Source_WTF_wtf_PlatformUse.h) = 595486b48e7d89378208c0a209a121ef136415e6
 SHA1 (patch-Source_WTF_wtf_StackBounds.cpp) = 22a71daac8443f079ad8bcc7285cfd7319c972b3

Index: pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
diff -u pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h:1.2 pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h:1.3
--- pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h:1.2      Thu May 13 08:20:58 2021
+++ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h  Tue May 31 12:52:14 2022
@@ -1,7 +1,9 @@
-$NetBSD: patch-Source_JavaScriptCore_runtime_MachineContext.h,v 1.2 2021/05/13 08:20:58 leot Exp $
+$NetBSD: patch-Source_JavaScriptCore_runtime_MachineContext.h,v 1.3 2022/05/31 12:52:14 leot Exp $
 
 Add support for NetBSD.
 
+Shared upstream via <https://bugs.webkit.org/show_bug.cgi?id=241125>
+
 --- Source/JavaScriptCore/runtime/MachineContext.h.orig        2021-05-05 05:33:24.000000000 +0000
 +++ Source/JavaScriptCore/runtime/MachineContext.h
 @@ -196,6 +196,22 @@ static inline void*& stackPointerImpl(mc

Index: pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h
diff -u pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h:1.3 pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h:1.4
--- pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h:1.3       Sun May 29 17:47:15 2022
+++ pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h   Tue May 31 12:52:14 2022
@@ -1,7 +1,9 @@
-$NetBSD: patch-Source_WTF_wtf_PlatformHave.h,v 1.3 2022/05/29 17:47:15 leot Exp $
+$NetBSD: patch-Source_WTF_wtf_PlatformHave.h,v 1.4 2022/05/31 12:52:14 leot Exp $
 
 Add support for NetBSD.
 
+Shared upstream via <https://bugs.webkit.org/show_bug.cgi?id=241125>
+
 --- Source/WTF/wtf/PlatformHave.h.orig 2022-02-23 08:58:57.000000000 +0000
 +++ Source/WTF/wtf/PlatformHave.h
 @@ -229,7 +229,7 @@



Home | Main Index | Thread Index | Old Index