Age | Commit message (Expand) | Author |
2016-04-28 | gnu: webkitgtk: Update to 2.12.2....* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.2.
| Mark H Weaver |
2016-04-22 | gnu: webkitgtk-2.4: Update to 2.4.11....* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.11.
| Mark H Weaver |
2016-04-22 | gnu: webkitgtk: Update to 2.12.1....* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.1.
| Mark H Weaver |
2016-03-23 | gnu: webkitgtk: Update to 2.12.0....* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.0.
| Mark H Weaver |
2016-03-22 | gnu: webkitgtk-2.4: Update to 2.4.10 [fixes many security flaws]....Fixes CVE-2014-1748, CVE-2015-1071, CVE-2015-1076, CVE-2015-1081,
CVE-2015-1083, CVE-2015-1120, CVE-2015-1122, CVE-2015-1127, CVE-2015-1153,
CVE-2015-1155, CVE-2015-3658, CVE-2015-3659, CVE-2015-3727, CVE-2015-3731,
CVE-2015-3741, CVE-2015-3743, CVE-2015-3745, CVE-2015-3747, CVE-2015-3748,
CVE-2015-3749, CVE-2015-3752, CVE-2015-5788, CVE-2015-5794, CVE-2015-5801,
CVE-2015-5809, CVE-2015-5822, and CVE-2015-5928.
* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.10.
[source]: Remove patch.
| Mark H Weaver |
2016-03-11 | gnu: webkitgtk: Update to 2.10.8 [fixes CVE-2016-1726]....* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.8.
| Mark H Weaver |
2016-02-03 | gnu: webkitgtk: Update to 2.10.7....* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
| 宋文武 |
2016-01-25 | gnu: webkitgtk-2.4, webkitgtk/gtk+-2, qt: Disable parallel builds....* gnu/packages/webkit.scm (webkitgtk-2.4, webkitgtk/gtk+-2):
Disable parallel builds as suggested in
https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00837.html .
* gnu/packages/qt.scm (qt): Likewise.
| Andreas Enge |
2016-01-13 | Merge branch 'master' into core-updates | Ludovic Courtès |
2016-01-08 | gnu: webkitgtk: Update to 2.10.4....* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.4.
| 宋文武 |
2016-01-05 | gnu: Read 'C_INCLUDE_PATH' instead of 'CPATH'....This is a followup to 009b53fd.
* gnu/packages/cmake.scm (cmake)[arguments]: Use (getenv
"C_INCLUDE_PATH") instead of (getenv "CPATH").
* gnu/packages/package-management.scm (rpm)[arguments]: Likewise.
* gnu/packages/video.scm (avidemux)[arguments]: Likewise.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Likewise.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise, and unset
'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH'.
| Ludovic Courtès |
2015-10-07 | gnu: webkitgtk-2.4: Fix potential code execution vulnerability....* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
| Mark H Weaver |
2015-08-13 | gnu: webkitgtk: Update to 2.8.5....* gnu/packages/webkit.scm (webkitgtk): Update to 2.8.5.
[arguments]: Add 'add-gst-plugins-base-include-path' phase.
| Mark H Weaver |
2015-08-13 | gnu: webkitgtk/gtk+-2: Change name field to "webkitgtk-gtk2"....* gnu/packages/webkit.scm (webkitgtk/gtk+-2)[name]: Change to
"webkitgtk-gtk2".
| Mark H Weaver |
2015-07-05 | gnu: Rename module gnutls to tls....* gnu/packages/gnutls.scm: Rename to...
* gnu/packages/tls.scm: ... this. Change module name accordingly.
* gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm,
ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm,
mail.scm, messaging.scm, package-management.scm, shishi.scm,
task-management.scm, version-control.scm, video.scm, vpn.scm,
webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module
import to new name.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
| Andreas Enge |
2015-05-29 | gnu: webkitgtk: Update to 2.8.3....The version (2.8.9) mentioned in the previous commit (e7e8ea0) message
was wrong. Should be '2.4.9'.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3.
| 宋文武 |
2015-05-29 | gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3....* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.8.9, build with gtk3.
Move flex and which to 'native-inputs'. Remove #:configure-flags.
(webkitgtk/gtk+-2): New variable.
* gnu/packages/gnucash.scm (gnucash): Use webkitgtk/gtk+-2.
* gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
Co-authored-by: Feng Shu <tumashu@163.com>
| 宋文武 |
2015-05-07 | gnu: Add WebkitGTK 2.4.8....* gnu/packages/webkit.scm (webkitgtk-2.4): New variable.
* gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Ricardo Wurmus |
2015-05-06 | gnu: webkitgtk: Remove unnecessary make flag....* gnu/packages/webkit.scm (webkitgtk): Remove make-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| David Hashe |
2015-05-05 | gnu: webkitgtk: Fix compilation on x86_64....* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to
lib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| David Hashe |
2015-04-20 | gnu: Add WebKitGTK+....* gnu/packages/webkit.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| 宋文武 |