summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
Commit message (Collapse)AuthorAge
* gnu: icecat: Fix CVE-2021-43527.Mark H Weaver2021-12-03
| | | | | | * gnu/packages/patches/icecat-CVE-2021-43527.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat-source): Apply it.
* gnu: icecat: Remove leftovers of release 78.Jonathan Brielmaier2021-12-01
| | | | | | | | | No longer required as icedove is now based on the 91 branch. * gnu/packages/gnuzilla.scm (mozilla-78-compare-locales): Remove. (all-mozilla-78-locales): Remove. (%icecat-78-version): Remove. (icecat-78-source): Remove.
* gnu: icedove: Update to 91.3.2.Jonathan Brielmaier2021-12-01
| | | | | | | | | | | | | | | | | | | | | The profile folder moved from `~/.icedove` to `~/.thunderbird`. You may need to migrate (copy) your profile over. * gnu/packages/gnuzilla.scm (icedove): Update to 91.3.2. [source]: Switch back to icecat-source. [arguments]: `obj-x86_64-pc-linux-gnu` folder is now generated during build, so it can't deleted in front. Remove surounding `'` from MOZ_DEDICATED_PROFILES to follow source code. MOZ_APP_BASENAME and MOZ_APP_DISPLAYNAME are no longer set in `comm/mail/confvars.sh`. Update path of `customizeToolbar.js`. Delete `'bootstrap` phase and no longer set AUTOCONF variable as the autoconf build part was removed. Set MACH_USE_SYSTEM_PYTHON and MOZ_APP_NAME, the latter is the binary name. `--enable-calendar` flag got removed. Use bundled NSS until core-updates merge. [inputs]: Update to `icu4c-69` and `nspr-4.32`. Use bundled NSS for now. [native-inputs]: Switch to comm-esr91 branch. Remove autoconf, add m4. Update rust and cargo to 1.51. Use `rust-cbindgen-0.19`.
* gnu: Add lz4json.Zzull2021-11-22
| | | | | | * gnu/packages/gnuzilla.scm (lz4json): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mozjs-78: Update to 78.6.1.Christopher Baines2021-11-09
| | | | | | * gnu/packages/gnuzilla.scm (mozjs-78): Update to 78.6.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: icecat: Update to 91.3.0-guix0-preview1 [security fixes].Mark H Weaver2021-11-02
| | | | | | | | | 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.
* gnu: icecat: Add system fonts directory to the sandbox whitelist.Mark H Weaver2021-11-02
| | | | | | | | 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.
* gnu: icecat: Update to 91.2.0-guix0-preview1.Mark H Weaver2021-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: icedove: Update to 78.15.0.Jonathan Brielmaier2021-10-16
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0.
* gnu: icecat: Update to 78.15.0-guix0-preview1 [security fixes].Mark H Weaver2021-10-05
| | | | | | | 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.
* packages: Factorize and document 'computed-origin-method'.zimoun2021-09-30
| | | | | | | | | | | | 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>
* gnu: icecat: Update to 78.14.0-guix0-preview1 [fixes CVE-2021-38493].Mark H Weaver2021-09-08
| | | | | * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
* gnu: icecat: Add WebAuthn support.Brice Waegeneire2021-08-13
| | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper.
* gnu: icedove: Update to 78.13.0.Jonathan Brielmaier2021-08-11
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.13.0.
* gnu: icecat: Update to 78.13.0-guix0-preview1 [security fixes].Mark H Weaver2021-08-10
| | | | | | | | 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.
* gnu: icedove: Update to 78.12.0 [security fixes].Jonathan Brielmaier2021-07-19
| | | | | | Fixes CVE-2021-29969 and CVE-2021-29976. * gnu/packages/gnuzilla.scm (icedove): Update to 78.12.0.
* gnu: icecat: Update to 78.12.0-guix0-preview1 [security fixes].Mark H Weaver2021-07-14
| | | | | | | 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.
* gnu: icedove: Add WebAuthn support.Brice Waegeneire2021-06-23
| | | | | | | * gnu/packages/gnuzilla.scm (icedove)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: icedove: Respect parallel-job-count while building.Jonathan Brielmaier2021-06-23
| | | | | * gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig.
* gnu: icecat: Fix Kerberos support.Mark H Weaver2021-06-15
| | | | | | | 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.
* gnu: icedove-wayland: Refactor as a wrapper around icedove.Jonathan Brielmaier2021-06-06
| | | | | | | | | | 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.
* gnu: icedove: Update to 78.11.0 [fixes CVE-2021-29967].Jonathan Brielmaier2021-06-05
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.11.0.
* gnu: icecat: Update to 78.11.0-guix0-preview1 [fixes CVE-2021-29967].Mark H Weaver2021-06-02
| | | | | * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
* gnu: icecat: Validate runpath.Efraim Flashner2021-05-10
| | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath.
* gnu: icedove: Update to 78.10.1.Jonathan Brielmaier2021-05-09
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
* gnu: icedove: Update to 78.10.0.Jonathan Brielmaier2021-04-22
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0.
* gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].Mark H Weaver2021-04-19
| | | | | | | | | 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.
* gnu: icedove: Update to 78.9.0.Jonathan Brielmaier2021-03-27
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.9.0.
* gnu: icecat: Update to 78.9.0-guix0-preview1 [security fixes].Mark H Weaver2021-03-23
| | | | | | | | 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.
* gnu: icedove: Update to 78.8.0.Jonathan Brielmaier2021-02-24
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.8.0.
* gnu: icecat: Update to 78.8.0-guix0-preview1 [security fixes].Mark H Weaver2021-02-24
| | | | | | | | 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.
* gnu: icedove: Update to 78.7.1.Jonathan Brielmaier2021-02-07
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.7.1.
* Merge branch 'staging'Leo Famulari2021-02-01
|\
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| * \ Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\ \
| * \ \ Merge branch 'master' into ungraftingMarius Bakke2020-12-21
| |\ \ \
| * | | | gnu: node: Update to 10.22.1.Marius Bakke2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | gnu: icedove: Update to 78.7.0 [fixes CVE-2020-15685].Jonathan Brielmaier2021-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (%icedove-build-id, icedove): Update.
* | | | | gnu: icecat: Update to 78.7.0-guix0-preview1 [security fixes].Mark H Weaver2021-01-26
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | gnu: icedove: Update to 78.6.1.Jonathan Brielmaier2021-01-12
| |_|/ |/| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.6.1.
* | | gnu: icecat: Update to 78.6.1-guix0-preview1 [fixes CVE-2020-16044].Mark H Weaver2021-01-08
| |/ |/| | | | | | | | | * 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.
* | gnu: icedove: Update to 78.6.0.Jonathan Brielmaier2020-12-16
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.6.0.
* | gnu: icecat: Update to 78.6.0-guix0-preview1 [security fixes].Mark H Weaver2020-12-15
| | | | | | | | | | | | | | | | | | | | 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.
* | gnu: mozjs: Add 78.Marius Bakke2020-12-14
|/ | | | * gnu/packages/gnuzilla.scm (mozjs-78): New public variable.
* gnu: icedove: Update to 78.5.1 [fixes CVE-2020-26970].Jonathan Brielmaier2020-12-02
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.5.1.
* Merge branch 'master' into stagingMarius Bakke2020-11-22
|\
| * gnu: icedove: Update to 78.5.0.Jonathan Brielmaier2020-11-19
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.5.0.
* | Merge branch 'master' into stagingMarius Bakke2020-11-19
|\|
| * gnu: icecat: Update to 78.5.0-guix0-preview1 [security fixes].Mark H Weaver2020-11-17
| | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: icedove: Update to 78.4.3.Jonathan Brielmaier2020-11-16
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.4.3.