./www/webkit-gtk, GTK port of the WebKit browser engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 2.28.4, Package name: webkit-gtk-2.28.4, Maintainer: pkgsrc-users

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK port of the engine.


Required to run:
[fonts/woff2] [x11/libXdamage] [x11/gtk3] [graphics/cairo-gobject] [graphics/jpeg] [graphics/freetype2] [graphics/libwebp] [graphics/png] [security/libsecret] [security/libtasn1] [sysutils/libnotify] [devel/pango] [devel/glib2] [net/libsoup]

Required to build:
[x11/fixesproto4] [x11/xcb-proto] [x11/xorgproto] [lang/python37] [lang/gcc7] [devel/gobject-introspection] [devel/gperf]

Package options: enchant, introspection, opengl, webkit-jit

Master sites:

SHA1: 70e9dd80647b30eaaf8a7f5b30d8869cd1254056
RMD160: d6d4ce81153e997b1276a474bed88f2269b27cda
Filesize: 20922.762 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-18 20:21:23 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6321 - requested by he
www/webkit-gtk: PowerPC build fix

Revisions pulled up:
- www/webkit-gtk/hacks.mk                                       1.2

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Fri Sep 11 09:21:32 UTC 2020

   Modified Files:
   	pkgsrc/www/webkit-gtk: hacks.mk

   Log message:
   Pull in devel/libatomic on powerpc due to lack of native 8-byte atomics.
   Fixes build on NetBSD/macppc 9.0, should have no effect elsewhere, so no
   revision bump.
   2020-07-30 18:13:31 by Benny Siegert | Files touched by this commit (5)
Log message:
Pullup ticket #6286 - requested by leot
www/webkit-gtk: security fix (WSA-2020-0007)

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.190
- www/webkit-gtk/PLIST                                          1.62
- www/webkit-gtk/distinfo                                       1.137
- \ 
www/webkit-gtk/patches/patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp \ 
1.1
- www/webkit-gtk/patches/patch-Source_WebCore_rendering_RenderLayerBacking.h 1.1

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Tue Jul 28 14:24:03 UTC 2020

   Modified Files:
           pkgsrc/www/webkit-gtk: Makefile PLIST distinfo
   Added Files:
           pkgsrc/www/webkit-gtk/patches:
               patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp
               patch-Source_WebCore_rendering_RenderLayerBacking.h

   Log message:
   webkit-gtk: Update to 2.28.4

   pkgsrc changes:
    - Define non-standard __WORDSIZE if not already defined (at the moment the
      patches directly patch problematic files where __WORDSIZE is used, it would
      be probably nicer to find a common place to define it).

   Changes:
   2.28.4
   ------
    - Fix several crashes and rendering issues.
   2020-07-11 13:51:59 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #6271 - requested by leot
www/webkit-gtk: security fix

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.189
- www/webkit-gtk/PLIST                                          1.61
- www/webkit-gtk/distinfo                                       1.136

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Jul  9 10:56:39 UTC 2020

   Modified Files:
           pkgsrc/www/webkit-gtk: Makefile PLIST distinfo

   Log message:
   webkit-gtk: Update to 2.28.3

   Changes:
   2.28.3
   ======
    - Enable kinetic scrolling with async scrolling.
    - Fix web process hangs on large GitHub pages.
    - Bubblewrap sandbox should not attempt to bind empty paths.
    - Fix threading issues in the media player.
    - Fix several crashes and rendering issues.