summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
AgeCommit message (Collapse)Author
2021-11-22gnu: Add lz4json.Zzull
* gnu/packages/gnuzilla.scm (lz4json): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-09gnu: mozjs-78: Update to 78.6.1.Christopher Baines
* gnu/packages/gnuzilla.scm (mozjs-78): Update to 78.6.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-02gnu: icecat: Update to 91.3.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-38503, CVE-2021-38504, CVE-2021-38506, CVE-2021-38507, CVE-2021-38508, CVE-2021-38509, MOZ-2021-0007, and MOZ-2021-0008. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
2021-11-02gnu: icecat: Add system fonts directory to the sandbox whitelist.Mark H Weaver
Mitigates <https://bugs.gnu.org/51478#29>. * gnu/packages/gnuzilla.scm (icecat)[arguments]: In the 'build-sandbox-whitelist' phase, add "/run/current-system/profile/share/fonts/" to the whitelist.
2021-10-27gnu: icecat: Update to 91.2.0-guix0-preview1.Mark H Weaver
* gnu/packages/gnuzilla.scm (mozilla-compare-locales) (all-mozilla-locales, %icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash. Update to latest gnuzilla commit. Remove the hack that provided 'rename' as 'prename'; set RENAME_CMD environment variable instead. Add python to PATH. Set PYTHONPATH appropriately. Adapt substitutions for the reorganized 'makeicecat' script. Run 'makeicecat' outside of the IceCat source directory. (icecat)[inputs]: Add cairo, font-dejavu, libpng-apng, libvpx, pciutils, hunspell, libnotify, sqlite, and zlib. Update icu4c to version 69. [native-inputs]: Update rust and cargo to 1.51. Update rust-cbindgen to 0.19. Update llvm and clang to 11. Add m4. Remove autoconf. [description]: Update embedded version number to 91. [arguments]: Remove "#:out-of-source? #t". Add "#:validate-runpath? #f". In configure-flags, add "--enable-application=browser", "--enable-rust-simd", "--enable-release", "--enable-optimize", "--enable-strip", "--disable-elf-hack", "--with-system-png", and "--with-system-zlib". Adjust the set of modules. Remove the 'link-libxul-with-libraries' and 'bootstrap' phases. Remove the sandbox whitelist population code from the 'fix-ffmpeg-runtime-linker' phase. Add a new 'build-sandbox-whitelist' phase. The new whitelist code now adds <font-dejavu>/share/fonts to the whitelist, and also the runpaths of all libraries in the 'mesa' package. Update the 'configure' phase to use clang-11 and llvm-11 for compilation (previously we used gcc), to create a 'mozconfig' file and run './mach configure' (previously we passed flags to './configure'). Update the 'build' and 'install' phases to use './mach'. Update and simplify the 'neutralise-store-references' phase. Move the 'install-desktop-entry' phase to happen after 'wrap-program', whereas previously it was run after 'configure'. In the 'wrap-program' phase, add libpng-apng and libnotify to LD_LIBRARY_PATH. (mozilla-78-compare-locales, all-mozilla-78-locales, %icecat-78-version) (icecat-78-source): New variables, containing the previous values of mozilla-compare-locales, all-mozilla-locales, %icecat-version, and icecat-source, respectively. (icedove)[source]: Use 'icecat-78-source'. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to the reorganized 'makeicecat' script. * gnu/packages/patches/icecat-78-makeicecat.patch: New file, containing previous contents of icecat-makeicecat.patch. * gnu/local.mk: Add icecat-78-makeicecat.patch.
2021-10-16gnu: icedove: Update to 78.15.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0.
2021-10-05gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-38496 and CVE-2021-38500. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-09-30packages: Factorize and document 'computed-origin-method'.zimoun
The 'computed-origin-method' had been introduced to work around limitations of the 'snippet' mechanism. The procedure was duplicated, which made it hard to automatically detect packages using it. * guix/packages.scm (computed-origin-method): Move procedure from... * gnu/packages/gnuzilla.scm: ...here and... * gnu/packages/gnuzilla.scm: ...there. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-08gnu: icecat: Update to 78.14.0-guix0-preview1 [fixes CVE-2021-38493].Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-08-13gnu: icecat: Add WebAuthn support.Brice Waegeneire
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper.
2021-08-11gnu: icedove: Update to 78.13.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.13.0.
2021-08-10gnu: icecat: Update to 78.13.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-29980, CVE-2021-29984, CVE-2021-29985, CVE-2021-29986, CVE-2021-29988, and CVE-2021-29989. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-07-19gnu: icedove: Update to 78.12.0 [security fixes].Jonathan Brielmaier
Fixes CVE-2021-29969 and CVE-2021-29976. * gnu/packages/gnuzilla.scm (icedove): Update to 78.12.0.
2021-07-14gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-29970, CVE-2021-29976, and CVE-2021-30547. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-06-23gnu: icedove: Add WebAuthn support.Brice Waegeneire
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-06-23gnu: icedove: Respect parallel-job-count while building.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig.
2021-06-15gnu: icecat: Fix Kerberos support.Mark H Weaver
Fixes <https://bugs.gnu.org/48959>. * gnu/packages/gnuzilla.scm (icecat)[arguments]: In the 'wrap-program' phase, add mit-krb5 to the LD_LIBRARY_PATH.
2021-06-06gnu: icedove-wayland: Refactor as a wrapper around icedove.Jonathan Brielmaier
This saves us a full build of icedove-wayland analogue to chromium-wayland. * gnu/packages/gnuzilla.scm (icedove-wayland)[inputs]: Add bash and icedove. [arguments]: Copy the binary over and wrap it for Wayland. As well as the desktop-file and the license file.
2021-06-05gnu: icedove: Update to 78.11.0 [fixes CVE-2021-29967].Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.11.0.
2021-06-02gnu: icecat: Update to 78.11.0-guix0-preview1 [fixes CVE-2021-29967].Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-05-10gnu: icecat: Validate runpath.Efraim Flashner
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath.
2021-05-09gnu: icedove: Update to 78.10.1.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
2021-04-22gnu: icedove: Update to 78.10.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0.
2021-04-19gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-23961, CVE-2021-23994, CVE-2021-23995, CVE-2021-23998, CVE-2021-23999, CVE-2021-24002, CVE-2021-29945, and CVE-2021-29946. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-03-27gnu: icedove: Update to 78.9.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.9.0.
2021-03-23gnu: icecat: Update to 78.9.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-23981, CVE-2021-23982, CVE-2021-23984, and CVE-2021-23987. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-02-24gnu: icedove: Update to 78.8.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.8.0.
2021-02-24gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-23968, CVE-2021-23969, CVE-2021-23973, and CVE-2021-23978. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
2021-02-07gnu: icedove: Update to 78.7.1.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.7.1.
2021-02-01Merge branch 'staging'Leo Famulari
2021-01-27gnu: icedove: Update to 78.7.0 [fixes CVE-2020-15685].Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (%icedove-build-id, icedove): Update.
2021-01-26gnu: icecat: Update to 78.7.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2021-23953, CVE-2021-23954, CVE-2020-26976, CVE-2021-23960, and CVE-2021-23964. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2021-01-25Merge branch 'master' into stagingLeo Famulari
2021-01-12gnu: icedove: Update to 78.6.1.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.1.
2021-01-10Merge branch 'master' into stagingEfraim Flashner
2021-01-08gnu: icecat: Update to 78.6.1-guix0-preview1 [fixes CVE-2020-16044].Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-12-21Merge branch 'master' into ungraftingMarius Bakke
2020-12-16gnu: icedove: Update to 78.6.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.0.
2020-12-15gnu: icecat: Update to 78.6.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2020-16042, CVE-2020-26971, CVE-2020-26973, CVE-2020-26974, CVE-2020-26978, CVE-2020-35111, CVE-2020-35112, and CVE-2020-35113. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-12-14gnu: mozjs: Add 78.Marius Bakke
* gnu/packages/gnuzilla.scm (mozjs-78): New public variable.
2020-12-08gnu: node: Update to 10.22.1.Marius Bakke
This follows up on 3eb34c66b42d1fa520a374e9b35a6ce7bd1e8987 which left an unbound "nghttp2-1.41" variable. * gnu/packages/node.scm (node): Update to 10.22.1. (node-10.22): Remove variable. * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Change from NODE-10.22 to NODE. (icedove)[native-inputs]: Likewise.
2020-12-02gnu: icedove: Update to 78.5.1 [fixes CVE-2020-26970].Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.5.1.
2020-11-22Merge branch 'master' into stagingMarius Bakke
2020-11-19gnu: icedove: Update to 78.5.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.5.0.
2020-11-19Merge branch 'master' into stagingMarius Bakke
2020-11-17gnu: icecat: Update to 78.5.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2020-15999, CVE-2020-16012, CVE-2020-26951, CVE-2020-26953, CVE-2020-26956, CVE-2020-26958, CVE-2020-26959, CVE-2020-26960, CVE-2020-26961, CVE-2020-26965, CVE-2020-26966, and CVE-2020-26968. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-11-16gnu: icedove: Update to 78.4.3.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.4.3.
2020-11-15Merge branch 'master' into stagingMarius Bakke
2020-11-11gnu: icecat: Update to 78.4.1-guix0-preview1 [fixes CVE-2020-26950].Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-11-11Merge branch 'master' into stagingMarius Bakke