summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
AgeCommit message (Collapse)Author
2017-05-08gnu: Add mozjs-38 (Mozilla SpiderMonkey 38).Clément Lassieur
* gnu/packages/gnuzilla.scm (mozjs-38): New variable. * gnu/packages/patches/mozjs38-pkg-config-version.patch, gnu/packages/patches/mozjs38-shell-version.patch, gnu/packages/patches/mozjs38-tracelogger.patch, gnu/packages/patches/mozjs38-version-detection.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Co-authored-by: ng0 <ng0@no-reply.pragmatique.xyz>
2017-05-06gnu: icecat: Update to 52.1.0-gnu1. Add fixes from upstream ESR 52.1.1.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat): Update to 52.1.0-gnu1. Remove patches that are included in the new release. In the snippet, don't try to remove dom/devicestorage, which has since been removed upstream. Add selected fixes from upstream mozilla-esr52, up to the ESR 52.1.1 release. * gnu/packages/patches/icecat-bug-1299500-pt10.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-02gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
2017-04-23gnu: nss: Further increase test timeouts on armhf.Marius Bakke
* gnu/packages/gnuzilla.scm (nss)[arguments]<#:phases>: Add a substitution when target platform is armhf.
2017-04-21gnu: icecat: Fix GTK 3 file chooser crash.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add a 'wrap-program' phase to set XDG_DATA_DIRS.
2017-04-21gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR 52.1.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat): Update to 52.0.2-gnu1. [source]: Remove all patches except "icecat-avoid-bundled-libraries.patch". Add selected fixes from the upstream mozilla-esr52 repository, up to 52.1. Remove "dom/devicestorage" in the snippet. [inputs]: Remove gstreamer and gst-plugins-base. Add ffmpeg and gtk+3. Move yasm to native-inputs. [native-inputs]: Add autoconf-2.13 and yasm. [arguments]: In configure-flags, remove the following switches which are no longer accepted: --enable-{pango,svg,canvas,mathml,gstreamer=1.0} and "--disable-gnomevfs". Use "--enable-default-toolkit=cairo-gtk3" to switch to Gtk+3. Remove the 'remove-h264parse-from-blacklist' phase. Adapt the 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase as needed. In the 'configure' phase, set the AUTOCONF environment variable. (mozilla-patch): Update the URL pattern to fetch from the mozilla-esr52 repository. * gnu/packages/patches/icecat-avoid-bundled-libraries.patch: Adapt to mozilla-esr52. * gnu/packages/patches/icecat-binutils.patch: Remove file. * gnu/packages/patches/icecat-bug-1299500-pt10.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove "icecat-binutils.patch". Add "icecat-bug-1299500-pt10.patch".
2017-04-21gnu: nss: Disable long b64 tests.Mark H Weaver
Suggested by Marius Bakke <mbakke@fastmail.com> in <https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00440.html>. * gnu/packages/patches/nss-disable-long-b64-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss)[source]: Add patch.
2017-04-21gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461].Mark H Weaver
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.2.
2017-04-19gnu: icecat: Label patches that have since been assigned CVEs.Mark H Weaver
Label patches that address the following CVEs: CVE-2017-5429, CVE-2017-5432, CVE-2017-5433, CVE-2017-5434, CVE-2017-5435, CVE-2017-5436, CVE-2017-5438, CVE-2017-5439, CVE-2017-5440, CVE-2017-5441, CVE-2017-5442, CVE-2017-5443, CVE-2017-5444, CVE-2017-5445, CVE-2017-5446, CVE-2017-5447, CVE-2017-5448, CVE-2017-5459, CVE-2017-5460, CVE-2017-5464, CVE-2017-5465, and CVE-2017-5469. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add comments indicating CVE assignments.
2017-04-18Revert "gnu: nss, nss-certs: Update to 3.30.1."Marius Bakke
This version fails to build on some architectures: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html https://bugzilla.mozilla.org/show_bug.cgi?id=1351459 This reverts commit 96e98d51a7057b443a1c1b32046f8be6a1987a2f.
2017-04-17gnu: icecat: Use system ICU.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove comment for "--with-system-icu".
2017-04-12gnu: icecat: Add more fixes from mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream mozilla-esr45 repository.
2017-04-09gnu: nss, nss-certs: Update to 3.30.1.Marius Bakke
* gnu/packages/certs.scm (nss-certs): Update to 3.30.1. * gnu/packages/gnuzilla.scm (nss): Update to 3.30.1.
2017-04-04gnu: icecat: Use bundled ICU to avoid crashes.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Temporarily comment out "--with-system-icu".
2017-04-04gnu: icecat: Re-enable parallel build.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Re-enable parallel build.
2017-04-03gnu: nss, nss-certs: Update to 3.30.Marius Bakke
* gnu/packages/gnuzilla.scm (nss): Update to 3.30. * gnu/packages/certs.scm (nss-certs): Update to 3.30. * gnu/packages/patches/nss-increase-test-timeout.patch: Adjust patch context.
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
2017-03-29gnu: icecat: Add fixes from mozilla-esr45; use skia by default.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes from the upstream mozilla-esr45 repository. [arguments]: Add 'use-skia-by-default' phase.
2017-03-28gnu: nspr: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax.
2017-03-28gnu: nspr: Update to 4.14.Efraim Flashner
* gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
2017-03-28gnu: mozjs@24: Use more inherited fields.Efraim Flashner
* gnu/packages/gnuzilla.scm (mozjs@24)[arguments]: Use 'substitute-keyword-arguments', override inherited 'configure. [native-inputs]: Remove field to use inherited native-inputs. [propagated-inputs]: Same.
2017-03-28gnu: mozjs@17: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases' syntax.
2017-03-28gnu: mozjs@17: Add missing inputs.Efraim Flashner
* gnu/packages/gnuzilla.scm (mozjs@17)[native-inputs]: Add pkg-config. [propagated-inputs]: Add nspr. [inputs]: Add zlib.
2017-03-28gnu: mozjs@17: Add support for aarch64-linux.Efraim Flashner
* gnu/packages/gnuzilla.scm (mozjs@17)[source]: Add patch. [arguments]: Add phase deleting slow test, add configure argument for building on aarch64-linux. * gnu/packages/patches/mozjs17-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-03-28gnu: mozjs@24: Add aarch64-support.Efraim Flashner
* gnu/packages/gnuzilla.scm (mozjs@24)[source]: Add patch. [arguments]: Add flag for building on aarch64-linux, delete failing test. * gnu/packages/patches/mozjs24-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-03-19Merge branch 'master' into core-updatesMark H Weaver
2017-03-19gnu: icecat: Add selected fixes from upstream mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add selected fixes from the upstream mozilla-esr45 repository.
2017-03-15gnu: nss, nss-certs: Update to 3.29.3.Marius Bakke
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
2017-03-15gnu: nss: Increase test timeouts.Marius Bakke
* gnu/packages/patches/nss-increase-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss)[source]: Use it.
2017-03-15Revert "Revert "gnu: nss: Build for aarch64-linux with 64-bit support.""Marius Bakke
This reverts commit adb984d23c003d5d48ada47bf5ad8105a3b8e412.
2017-03-15gnu: nss: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
2017-03-14Revert "gnu: nss: Use 'modify-phases' syntax."Marius Bakke
This reverts commit 87f1c7efc18f8996b0b2817a5f7b84eebe2ddf5a.
2017-03-14Revert "gnu: nss, nss-certs: Update to 3.29.3."Marius Bakke
Hydra failed to build this version. See discussion at https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00408.html. This reverts commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7.
2017-03-13gnu: nss, nss-certs: Update to 3.29.3.Marius Bakke
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
2017-03-13gnu: nss: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
2017-03-09gnu: icecat: Add fixes from upstream Firefox ESR 45.8.0.Mark H Weaver
Includes fixes for CVE-2017-5398, CVE-2017-5400, CVE-2017-5401, CVE-2017-5402, CVE-2017-5404, CVE-2017-5405, CVE-2017-5407, CVE-2017-5408, CVE-2017-5409, and CVE-2017-5410. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr45 repository.
2017-03-09gnu: icecat: Update to 45.7.0-gnu1.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat): Update to 45.7.0-gnu1. Remove patches included in 45.7.0.
2017-03-03gnu: nss, nss-certs: Update to 3.29.2.Marius Bakke
* gnu/packages/certs.scm (nss-certs): Update to 3.29.2. * gnu/packages/gnuzilla.scm (nss): Update to 3.29.2. * gnu/packages/patches/nss-pkgconfig.patch: Adapt to context changes.
2017-03-03gnu: nspr: Update to 4.13.1.Leo Famulari
* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
2017-02-01gnu: libevent: Update to 2.1.8 [security fixes].Marius Bakke
* gnu/packages/libevent.scm (libevent): Update to 2.1.8. [inputs]: Change 'python-wrapper' to 'python-2'. Move 'which' to ... [native-inputs]: ... here. New field. (libevent-2.0): New variable. * gnu/packages/patches/libevent-2.1-dns-tests.patch, gnu/packages/patches/libevent-2.0-evdns-fix-remote-stack-overread.patch gnu/packages/patches/libevent-2.0-evdns-fix-searching-empty-hostnames.patch gnu/packages/patches/libevent-2.0-evutil-fix-buffer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Change 'libevent' to 'libevent-2.0'.
2017-01-25gnu: icecat: Add more fixes from upstream mozilla-esr45.Mark H Weaver
Includes fixes for CVE-2017-5373, CVE-2017-5375, CVE-2017-5376, CVE-2017-5378, CVE-2017-5380, CVE-2017-5383, CVE-2017-5386, CVE-2017-5390, and CVE-2017-5396. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to reflect newly announced CVE assignments. Add selected fixes from upstream mozilla-esr45.
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos).Ludovic Courtès
* gnu/packages/mit-krb5.scm: Remove. * gnu/packages/shishi.scm: Remove. * gnu/packages/kerberos.scm: New file, from the concatenation of these two. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/java.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm, gnu/packages/web.scm: Adjust accordingly.
2017-01-15gnu: icecat: Add more fixes from upstream mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected patches from the upstream mozilla-esr45 repository.
2017-01-11Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"Leo Famulari
This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
2017-01-08gnu: icecat: Add fixes from upstream mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add selected fixes from the upstream mozilla-esr45 repository.
2017-01-08gnu: icecat: Rename patches that have been assigned CVEs.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Rename patches that have since been assigned CVEs.
2017-01-07Revert "gnu: nspr: Update to 4.13.1."Leo Famulari
There were many reports that NSS failed to build with this change. This reverts commit 707c65aad74f185d1463da174473a2364aa40133.
2017-01-06gnu: nspr: Update to 4.13.1.Leo Famulari
* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
2016-12-20gnu: nss: Add comment about test failures in NSS 3.27.2Leo Famulari
* gnu/packages/gnuzilla.scm (nss): Add comment.