summaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
Commit message (Collapse)AuthorAge
* gnu: webkitgtk: Update to 2.28.2.Mark H Weaver2020-04-24
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
* gnu: webkitgtk: Update to 2.28.1.Mark H Weaver2020-04-13
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.1.
* gnu: wpebackend-fdo: Update to 1.6.0.Marius Bakke2020-03-19
| | | | * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.6.0.
* gnu: libwpe: Update to 1.6.0.Marius Bakke2020-03-19
| | | | * gnu/packages/webkit.scm (libwpe): Update to 1.6.0.
* gnu: WebKitGTK: Update to 2.28.0 [fixes CVE-2020-10018].Leo Famulari2020-03-13
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
* gnu: wpebackend-fdo: Update to 1.4.2.Marius Bakke2020-03-04
| | | | * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.4.2.
* gnu: WebKitGTK: Update to 2.26.4 [security fixes].Marius Bakke2020-02-14
| | | | | | | This fixes CVE-2020-3862, CVE-2020-3864, CVE-2020-3865, CVE-2020-3867, and CVE-2020-3868. * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.4.
* gnu: wpebackend-fdo: Update to 1.4.1.Marius Bakke2020-02-13
| | | | * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.4.1.
* gnu: WebKitGTK: Update to 2.26.3.Leo Famulari2020-01-24
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.3.
* gnu: webkitgtk: Update to 2.26.2.Tobias Geerinckx-Rice2019-11-06
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.2.
* gnu: webkitgtk: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-06
| | | | * gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
* gnu: WebKitGTK: Embed absolute file name of libWPEBackend-fdo-1.0.so.Marius Bakke2019-10-06
| | | | | | | Fixes <https://bugs.gnu.org/37545>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add phase.
* Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\
| * gnu: WebKitGTK: Update to 2.26.1.Marius Bakke2019-09-27
| | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Rename to ... (webkitgtk-2.26): ... this. Update to 2.26.1. [inputs]: Add BUBBLEWRAP, LIBSECCOMP, LIBWPE, WPEBACKEND-FDO, and XDG-DBUS-PROXY. * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust for changed variable name. * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
| * gnu: Add wpebackend-fdo.Marius Bakke2019-09-27
| | | | | | | | * gnu/packages/webkit.scm (wpebackend-fdo): New public variable.
| * gnu: Add libwpe.Marius Bakke2019-09-27
| | | | | | | | * gnu/packages/webkit.scm (libwpe): New public variable.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: webkitgtk: Update to 2.24.4.Mark H Weaver2019-08-28
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.4.
* | gnu: webkitgtk: Build with Python 3.Marius Bakke2019-07-08
| | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-02
|\|
| * gnu: WebKitGTK: Update to 2.24.3.Marius Bakke2019-07-02
| | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.3. [source](patches): Remove. * gnu/packages/patches/webkitgtk-sans-gstreamer-gl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\|
| * gnu: webkitgtk: Update to 2.24.2 [security fixes].Marius Bakke2019-05-21
| | | | | | | | | | | | | | | | | | | | This fixes CVE-2019-8595, CVE-2019-8607, and CVE-2019-8615. * gnu/packages/patches/webkitgtk-sse2.patch: Delete file. * gnu/packages/patches/webkitgtk-sans-gstreamer-gl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.2. [source](patches): Add the new patch; remove 'webkitgtk-sse2.patch'.
* | Merge branch 'master' into core-updatesMarius Bakke2019-05-01
|\|
| * gnu: webkitgtk: Fix build on i686.Marius Bakke2019-04-16
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/35232>. * gnu/packages/patches/webkitgtk-sse2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.24)[source](patches): New field.
| * gnu: WebKitGTK: Update to 2.24.1 [fixes CVE-2019-6251].Marius Bakke2019-04-09
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.1.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-14
|\|
| * gnu: WebKitGTK: Update to 2.24.0.Marius Bakke2019-03-14
| | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Rename to ... (webkitgtk-2.24): ... this. Update to 2.24.0. [inputs]: Add OPENJPEG. * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust accordingly. * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-04
|\|
| * gnu: WebKitGTK: Update to 2.22.7.Marius Bakke2019-03-02
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.7.
* | gnu: Remove WebKitGTK@2.20.Marius Bakke2019-02-11
|/ | | | | | | | | * gnu/packages/gnome.scm (eolie, epiphany)[native-inputs]: Remove GCC-7. [inputs]: Change WEBKITGTK-2.22 to WEBKITGTK. [arguments]: Adjust accordingly. * gnu/packages/web-browsers.scm (next-gtk-webkit): Likewise. * gnu/packages/webkit.scm (webkitgtk): Update to 2.22.6. (webkitgtk-2.22): Remove variable.
* gnu: webkitgtk: Update to 2.22.6.Marius Bakke2019-02-09
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
* gnu: Move sqlite to separate module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5, sqlite-with-column-metadata): Move variables from here... * gnu/packages/sqlite.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/apl.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/code.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/dc.scm, gnu/packages/disk.scm, gnu/packages/ebook.scm, gnu/packages/education.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/file-systems.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/kodi.scm, gnu/packages/lisp.scm, gnu/packages/mail.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/ocaml.scm, gnu/packages/package-management.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/php.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/scheme.scm, gnu/packages/sync.scm, gnu/packages/syndication.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/web-browsers.scm, gnu/packages/webkit.scm: Adjust module references.
* gnu: WebKitGTK+ 2.22: Update to 2.22.5 [fixes CVE-2018-4437].Leo Famulari2018-12-17
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.5.
* gnu: webkitgtk: Update to 2.22.4.Marius Bakke2018-11-21
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.4.
* gnu: webkitgtk@2.22: Adjust to documentation output.Marius Bakke2018-11-11
| | | | | | | This is a follow-up to commit 0ead0b4d2c025ad1b4a293fb6cbb8a578b7dd87d. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Remove hard coded file list. (webkitgtk-2.22)[arguments]: Inherit phases using SUBSTITUTE-KEYWORD-ARGUMENTS.
* gnu: webkitgtk: Include documentation.Pierre Neidhardt2018-11-11
| | | | * gnu/packages/webkit.scm (webkitgtk): Include documentation.
* gnu: webkitgtk@2.22: Update to 2.22.3.Mark H Weaver2018-10-31
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.3.
* gnu: webkitgtk: Remove obsolete phase.Marius Bakke2018-09-26
| | | | | * gnu/packages/webkit.scm (webkitgtk)[arguments]: Remove #:phases. (webkitgtk-2.22)[arguments]: Don't reference removed phase.
* gnu: webkitgtk: Add version 2.22.2.Mark H Weaver2018-09-23
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): New variable.
* gnu: webkitgtk: Update to 2.20.5.Marius Bakke2018-08-18
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.5.
* gnu: webkitgtk: Update to 2.20.4 [security fixes].Leo Famulari2018-08-08
| | | | | | | Fixes CVE-2018-{4246,4261,4262,4263,4264,4265,4266,4267,4270,4272,4273,4278, 4284,12911}. * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.4.
* gnu: webkitgtk: Update to 2.20.3 [security fixes].Marius Bakke2018-06-11
| | | | | | | Fixes CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232, CVE-2018-4233, CVE-2018-4246 and CVE-2018-11646. * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.3.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-08
|\
| * gnu: webkitgtk: Update to 2.20.2 [fixes CVE-2018-4200].Marius Bakke2018-05-07
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.2.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: webkitgtk: Update to 2.20.1.Tobias Geerinckx-Rice2018-04-16
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.1.
* | gnu: Remove webkitgtk-2.4 and webkitgtk/gtk+-2.Mark H Weaver2018-04-17
| | | | | | | | | | | | | | | | These were old, unmaintained versions of webkitgtk with many known remote code execution vulnerabilities. With the recent GnuCash 3.0 update in commit 53e66fbceb275262184ad44f60a5a8d4e7061fcb, they are no longer needed. * gnu/packages/webkit.scm (webkitgtk-2.4, webkitgtk/gtk+-2): Remove variables.
* | gnu: webkitgtk: Return #t from all phases.Mark H Weaver2018-03-20
|/ | | | | * gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from the 'add-gst-plugins-base-include-path' phase.
* gnu: webkitgtk: Use HTTPS for home page.Tobias Geerinckx-Rice2018-03-14
| | | | * gnu/packages/webkitgtk.scm (webkitgtk)[home-page]: Use HTTPS.