summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add lz4json.•••* gnu/packages/gnuzilla.scm (lz4json): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zzull2021-11-221-0/+39
* gnu: mozjs-78: Update to 78.6.1.•••* gnu/packages/gnuzilla.scm (mozjs-78): Update to 78.6.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Christopher Baines2021-11-091-2/+8
* gnu: icecat: Update to 91.3.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-11-021-6/+6
* gnu: icecat: Add system fonts directory to the sandbox whitelist.•••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. Mark H Weaver2021-11-021-0/+1
* gnu: icecat: Update to 91.2.0-guix0-preview1.•••* 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. Mark H Weaver2021-10-271-252/+546
* gnu: icedove: Update to 78.15.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0. Jonathan Brielmaier2021-10-161-4/+4
* gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-10-051-3/+3
* packages: Factorize and document 'computed-origin-method'.•••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> zimoun2021-09-301-12/+2
* gnu: icecat: Update to 78.14.0-guix0-preview1 [fixes CVE-2021-38493].•••* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash. Mark H Weaver2021-09-081-3/+3
* gnu: icecat: Add WebAuthn support.•••* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. Brice Waegeneire2021-08-131-12/+11
* gnu: icedove: Update to 78.13.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.13.0. Jonathan Brielmaier2021-08-111-4/+4
* gnu: icecat: Update to 78.13.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-08-101-3/+3
* gnu: icedove: Update to 78.12.0 [security fixes].•••Fixes CVE-2021-29969 and CVE-2021-29976. * gnu/packages/gnuzilla.scm (icedove): Update to 78.12.0. Jonathan Brielmaier2021-07-191-4/+4
* gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-07-141-3/+3
* gnu: icedove: Add WebAuthn support.•••* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Brice Waegeneire2021-06-231-2/+5
* gnu: icedove: Respect parallel-job-count while building.•••* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig. Jonathan Brielmaier2021-06-231-1/+3
* gnu: icecat: Fix Kerberos support.•••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. Mark H Weaver2021-06-151-2/+7
* gnu: icedove-wayland: Refactor as a wrapper around icedove.•••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. Jonathan Brielmaier2021-06-061-17/+32
* gnu: icedove: Update to 78.11.0 [fixes CVE-2021-29967].•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.11.0. Jonathan Brielmaier2021-06-051-4/+4
* gnu: icecat: Update to 78.11.0-guix0-preview1 [fixes CVE-2021-29967].•••* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash. Mark H Weaver2021-06-021-3/+3
* gnu: icecat: Validate runpath.•••* gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath. Efraim Flashner2021-05-101-7/+4
* gnu: icedove: Update to 78.10.1.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1. Jonathan Brielmaier2021-05-091-4/+4
* gnu: icedove: Update to 78.10.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0. Jonathan Brielmaier2021-04-221-4/+4
* gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-04-191-3/+3
* gnu: icedove: Update to 78.9.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.9.0. Jonathan Brielmaier2021-03-271-4/+4
* gnu: icecat: Update to 78.9.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-03-231-3/+3
* gnu: icedove: Update to 78.8.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.8.0. Jonathan Brielmaier2021-02-241-4/+4
* gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-02-241-3/+3
* gnu: icedove: Update to 78.7.1.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.7.1. Jonathan Brielmaier2021-02-071-4/+4
* Merge branch 'staging'Leo Famulari2021-02-011-2/+2
|\
| * Merge branch 'master' into stagingLeo Famulari2021-01-251-4/+4
| |\
| * \ Merge branch 'master' into stagingEfraim Flashner2021-01-101-7/+7
| |\ \
| * \ \ Merge branch 'master' into ungraftingMarius Bakke2020-12-211-10/+154
| |\ \ \
| * | | | gnu: node: Update to 10.22.1.•••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. Marius Bakke2020-12-081-2/+2
* | | | | gnu: icedove: Update to 78.7.0 [fixes CVE-2020-15685].•••* gnu/packages/gnuzilla.scm (%icedove-build-id, icedove): Update. Jonathan Brielmaier2021-01-271-4/+4
* | | | | gnu: icecat: Update to 78.7.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2021-01-261-6/+6
| |_|_|/ |/| | |
* | | | gnu: icedove: Update to 78.6.1.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.1. Jonathan Brielmaier2021-01-121-4/+4
| |_|/ |/| |
* | | gnu: icecat: Update to 78.6.1-guix0-preview1 [fixes CVE-2020-16044].•••* 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. Mark H Weaver2021-01-081-7/+7
| |/ |/|
* | gnu: icedove: Update to 78.6.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.0. Jonathan Brielmaier2020-12-161-4/+4
* | gnu: icecat: Update to 78.6.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2020-12-151-6/+6
* | gnu: mozjs: Add 78.•••* gnu/packages/gnuzilla.scm (mozjs-78): New public variable. Marius Bakke2020-12-141-0/+144
|/
* gnu: icedove: Update to 78.5.1 [fixes CVE-2020-26970].•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.5.1. Jonathan Brielmaier2020-12-021-4/+4
* Merge branch 'master' into stagingMarius Bakke2020-11-221-4/+4
|\
| * gnu: icedove: Update to 78.5.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.5.0. Jonathan Brielmaier2020-11-191-4/+4
* | Merge branch 'master' into stagingMarius Bakke2020-11-191-10/+10
|\|
| * gnu: icecat: Update to 78.5.0-guix0-preview1 [security fixes].•••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. Mark H Weaver2020-11-171-6/+6
| * gnu: icedove: Update to 78.4.3.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.4.3. Jonathan Brielmaier2020-11-161-4/+4
* | Merge branch 'master' into stagingMarius Bakke2020-11-151-6/+6
|\|
| * gnu: icecat: Update to 78.4.1-guix0-preview1 [fixes CVE-2020-26950].•••* 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. Mark H Weaver2020-11-111-6/+6
* | Merge branch 'master' into stagingMarius Bakke2020-11-111-0/+21
|\|