/etc/git/

itle='Atom feed' href='https://git.koszko.org/guix/atom/gnu/packages/webkit.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
AgeCommit message (Expand)Author
2022-02-24gnu: webkitgtk: Adjust BubbleWrap wrapper....This revisits <https://issues.guix.gnu.org/40837> with a fix that doesn't require to have PULSE_CLIENTCONFIG point to an absolute store location, which will allow us to revert to have PULSE_CLIENTCONFIG point to a fixed location under /etc. This would alleviate the need to reboot to have changes to the PulseAudio configuration effected. * gnu/packages/patches/webkitgtk-share-store.patch: Delete file. * gnu/packages/patches/webkitgtk-bubblewrap-paths.patch: Add file. * gnu/packages/patches/webkitgtk-canonicalize-paths.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Update patches list. * gnu/packages/webkit.scm (webkitgtk)[patches]: Adjust accordingly. Maxim Cournoyer
2022-02-18gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620]....* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.6. Leo Famulari
2022-02-13gnu: WebKitGTK: Update to 2.34.5 [security fixes]....Fixes CVE-2022-22589, CVE-2022-22590, CVE-2022-22592: https://webkitgtk.org/security/WSA-2022-0002.html * gnu/packages/webkit.scm (webkitgtk): Update to 2.34.5. Leo Famulari
2022-01-29gnu: wpewebkit: Update to 2.34.3 [security fixes]....This update fixes all the security issues fixed upstream between versions 2.30.5 and 2.34.3: https://webkitgtk.org/news.html * gnu/packages/webkit.scm (wpewebkit): Update to 2.34.3. [#:phases]: Add ‘patch-cmake’ phase to fix an error in the install directories of the documentation. [inputs]: Add lcms. Liliana Marie Prikler
2022-01-29gnu: wpebackend-fdo: Update to 1.12.0....* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.12.0. [build-system]: Use meson-build-system. [inputs]: Add libepoxy. Liliana Marie Prikler
2022-01-29gnu: libwpe: Update to 1.12.0....* gnu/packages/webkit.scm (libwpe): Update to 1.12.0. [build-system]: Use meson-build-system. Liliana Marie Prikler
2022-01-29gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name....* gnu/packages/webkit.scm (wpewebkit)[properties]: New field. Leo Famulari
2022-01-23gnu: WebKitGTK: Update to 2.34.4 [security fixes]....Fixes CVE-2021-30934, CVE-2021-30936, CVE-2021-30951, CVE-2021-30952, CVE-2021-30953, CVE-2021-30954, CVE-2021-30984. * gnu/packages/webkit.scm (webkitgtk): Update to 2.34.4. Leo Famulari
2022-01-10gnu: webkitgtk: Enable GStreamer GL support....* gnu/packages/webkit.scm (webkitgtk)[configure-flags]: Remove the '-DUSE_GSTREAMER_GL=OFF' build option. Maxim Cournoyer
2022-01-10gnu: webkitgtk: Add a note about plugins in description....This is in response to <https://issues.guix.gnu.org/52375>. * gnu/packages/webkit.scm (webkitgtk): Add a note about GStreamer plugins. Reported-by: Jack Hill <jackhill@jackhill.us> Maxim Cournoyer
2021-12-20gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809,30887,30890}]....* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.3. Leo Famulari
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-25gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures....This is a followup to d82fd7c2dd542693988f61fb15c020e3209ac7ec. * gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Diego Nicola Barbato
2021-11-21gnu: emacs-xwidgets{,-next-pgtk}: Use webkitgtk-with-libsoup2....* gnu/packages/emacs.scm (emacs-xwidgets, emacs-next-pgtk)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2): Add further information about where this package is used and upstream tracker for libsoup3. John Kehayias
2021-11-11gnu: Add webkitgtk-with-libsoup2...* gnu/packages/webkit.scm (webkitgtk-with-libsoup2): New variable. Maxim Cournoyer
2021-11-11gnu: webkitgtk: Add a debug output....* gnu/packages/webkit.scm[outputs]: Add a debug output. Maxim Cournoyer
2021-11-11gnu: webkitgtk: Use libsoup 3 and build with GCC....Clang is not needed when building with libsoup 3. * gnu/packages/webkit.scm (webkitgtk): Delete trailing #t. [configure-flags]: Remove -DUSE_SOUP2. [phases]{prepare-build-environment}: Remove phase. [native-inputs]: Remove clang. Maxim Cournoyer
2021-11-07gnu: webkitgtk: Improve the 32-bit x86 target check....* gnu/packages/webkit.scm (webkitgtk)[arguments]: In the 'prepare-build-environment' phase, use 'target-x86-32?'. Mark H Weaver
2021-11-06gnu: webkitgtk: Disable SSE2 when not on x86_64....* gnu/packages/webkit.scm (webkitgtk)[#:phases]: Add ‘disable-sse2’ if the current (target) system is not an x86_64 one. Liliana Marie Prikler
2021-11-06gnu: webkitgtk: Fix build on i686-linux....Fixes <https://bugs.gnu.org/51591>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Use quasiquote for the argument list. When building on i686-linux, insert a 'substitute*' form in the 'prepare-build-environment' phase that disables the use of '__builtin_mul_overflow'. Mark H Weaver
2021-11-04Revert "gnu: webkitgtk: Use GCC 11 instead of Clang."...This reverts commit 63f78f6a6ea0d33f3b1fa68c7285cfb865677211. It led to broken builds of epiphany, gnome-online-accounts, yelp, zenity, surf, and possibly others. Mark H Weaver
2021-11-04gnu: webkitgtk: Use GCC 11 instead of Clang....WebkitGTK still compiles fine on x86_64 using GCC 11. This is the only architecture known to compile currently, as i686 fails with Clang and others fail due to unsatisfied dependencies. * gnu/packages/webkit.scm (webkitgtk)[#:phases]: Drop ‘prepare-build-environment’. [native-inputs]: Drop clang, add gcc. Liliana Marie Prikler
2021-11-03gnu: webkitgtk: Fix the build....This is a followup to commit 8797a07ac0c2f2cce93b6642942a2654eaec1c69. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add "-DUSE_SOUP2=ON" to the configure flags. Add the 'prepare-build-environment' phase, which arranges to use clang for compilation. [native-inputs]: Add clang-11. [inputs]: Add lcms. Mark H Weaver
2021-11-01gnu: WebKitGTK: Update to 2.34.1 [fixes CVE-2021-{30846,30851,42762}]....https://webkitgtk.org/security/WSA-2021-0006.html * gnu/packages/webkit.scm (webkitgtk): Update to 2.34.1. Leo Famulari
2021-09-22gnu: WebKitGTK: Update to 2.32.4....* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.4. Leo Famulari
2021-07-27gnu: WebKitGTK: Update to 2.32.3 [security fixes]...Fixes CVE-2021-{21775,21779,30663,30665,30689,30724,30749,30795,30797,30799}. https://webkitgtk.org/security/WSA-2021-0004.html * gnu/packages/webkit.scm (webkitgtk): Update to 2.32.2. Leo Famulari