Commit Graph
231 Commits
Author SHA1 Message Date
taku0 5f60ed2d7c thunderbird: mark 78.14.0 insecure 2021-10-31 15:37:13 +09:00
Niklas Hambüchen de1ff3208f thunderbird-78: 78.13.0 -> 78.14.0
Fixes CVE-2021-38495:

https://www.mozilla.org/en-US/security/advisories/mfsa2021-41/#CVE-2021-38495
2021-09-09 22:56:08 +02:00
taku0 a8de6d1fdc thunderbird: 78.12.0 -> 78.13.0
(cherry picked from commit 13a68b47c4d36d38b692b1f3ed6cf28bbdabd74f)
2021-08-12 06:40:07 +00:00
taku0 edb21b3dbc thunderbird: 78.11.0 -> 78.12.0
(cherry picked from commit db3297a081c0af1c2f1203ad927654184fe133b0)
2021-07-14 19:34:48 +00:00
ajs124 f56b207e75 thunderbird: pass gnupg to passthru.updateScript
this fixes the tarball job

(cherry picked from commit 4e6e9adcd4746534b2cb / PR #127504)
2021-06-20 08:28:44 +02:00
taku0 5527182b0b thunderbird: 78.10.2 -> 78.11.0
(cherry picked from commit 7267b80c71df31360bab7fcfacb644081a850bf4)
2021-06-04 07:31:00 +00:00
taku0 731d227b8d thunderbird: 78.10.1 -> 78.10.2 2021-05-18 03:12:49 +09:00
github-actions[bot] af9d9374fa Merge staging-next into staging 2021-05-05 12:23:47 +00:00
taku0 95e5066a69 thunderbird: 78.10.0 -> 78.10.1 2021-05-05 03:12:57 +09:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
github-actions[bot] 960439e003 Merge master into staging-next 2021-04-20 12:06:46 +00:00
taku0 e969f51893 thunderbird: 78.9.1 -> 78.10.0 2021-04-19 22:24:02 +09:00
Luke Granger-Brown 08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Gabriel Ebner 5ae84e81d7 thunderbird: add missing libdrm and libXdamage dependencies 2021-04-09 18:12:06 +02:00
taku0 45754ad612 thunderbird: 78.9.0 -> 78.9.1 2021-04-09 03:12:55 +09:00
taku0 8922a34d8b thunderbird: 78.8.1 -> 78.9.0 2021-03-25 03:12:41 +09:00
github-actions[bot] 6a3a358b0d Merge master into staging-next 2021-03-10 18:23:15 +00:00
taku0 f99c8dc0fd thunderbird: 78.8.0 -> 78.8.1 2021-03-09 03:12:45 +09:00
Ben Siraphob 4f0cdb68d7 treewide: unzip buldInputs to nativeBuildInputs (2) 2021-03-06 15:18:05 +07:00
taku0 224c4066a6 thunderbird: 78.7.1 -> 78.8.0 2021-02-24 03:12:38 +09:00
taku0 7800a8fbc5 thunderbird: 78.7.0 -> 78.7.1 2021-02-06 03:12:44 +09:00
taku0 20259a943b thunderbird: 78.6.1 -> 78.7.0 2021-01-27 03:12:44 +09:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
taku0 b731d1e50d thunderbird: 78.6.0 -> 78.6.1 2021-01-12 03:13:06 +09:00
Bernardo Meurer 0ca60d3ba0 Merge pull request #107016 from tobiasBora/2020_thunderbird_add_icon
thunderbird: fix missing icon issue
2020-12-29 01:22:55 +00:00
Niklas Hambüchen 443724873f thunderbird, thunderbird.bin: Refactor: Reorder import lists.
Also `pkgs.lib` -> `lib`.
2020-12-22 02:02:47 +01:00
Niklas Hambüchen 2767936180 thunderbird: Add gpg/gpgme dependencies. Fixes #98765.
This enables to configure Thunderbird to use gnupg directly, which is the
official upstream recommendation when using GPG with smartcards, which are not
yet supported by Thunderbird's native GPG support.
2020-12-18 00:36:55 +01:00
Tobias Bora 52d952a69d thunderbird: fix missing icon issue 2020-12-16 10:59:15 +01:00
taku0 69a4b984d0 thunderbird: 78.5.1 -> 78.6.0 2020-12-15 09:12:45 +09:00
taku0 cc14698a1b thunderbird: 78.5.0 -> 78.5.1 2020-12-02 09:13:18 +09:00
Frederik Rietdijk db29c15173 Merge pull request #105151 from B4dM4n/copy-desktop-hook
copyDesktopItems: add new setup-hook
2020-11-29 13:26:40 +01:00
Frederik Rietdijk 29f1edf2f3 thunderbird, firefox, firefox-esr: set big-parallel
Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.
2020-11-29 11:45:08 +01:00
Fabian Möller c3598cc7d3 thunderbird: use copyDesktopItems hook 2020-11-29 04:03:39 +01:00
Vladimír Čunát bb8b9f4ce1 Merge #104378: thunderbird*: 78.4.3 -> 78.5.0 2020-11-21 10:26:00 +01:00
Andreas Rammhold a322b32e9d thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this
now required change.
2020-11-19 01:15:20 +01:00
taku0 19682545d9 thunderbird: 78.4.3 -> 78.5.0 2020-11-19 03:12:47 +09:00
Vladimír Čunát b94e7b7d89 Merge #103474: firefox, thunderbird: revert meta.timeout 2020-11-14 21:12:02 +01:00
Vladimír Čunát 6769ad9f11 Revert "Merge #102138: thunderbird: set build timeout at eight hours"
This reverts commit ef543fb416, reversing
changes made to 0d657b9c61.
See the parent commit.
2020-11-14 21:06:48 +01:00
taku0 205652e31a thunderbird: 78.4.2 -> 78.4.3 2020-11-12 03:12:51 +09:00
taku0 bd03a75f6f thunderbird: 78.4.1 -> 78.4.2 2020-11-10 09:12:50 +09:00
Vladimír Čunát ef543fb416 Merge #102138: thunderbird: set build timeout at eight hours 2020-11-07 13:03:45 +01:00
taku0 00213ef17f thunderbird: 78.4.0 -> 78.4.1 2020-11-07 19:51:44 +09:00
Konrad Borowski 4897591ab1 thunderbird: set build timeout at eight hours
This matches a similar change made to Firefox in #96767.
A lot of code is shared between Firefox and Thunderbird
so it makes sense to increase timeouts for Thunderbird
as well.
2020-10-30 08:48:15 +01:00
taku0 fb252b8932 thunderbird: 78.3.2 -> 78.4.0 2020-10-22 03:38:00 +09:00
taku0 336c672a3a thunderbird: 78.3.2 -> 78.3.3 2020-10-16 15:13:04 +09:00
taku0 e46afe0f89 thunderbird: 78.2.2 -> 78.3.2 2020-10-07 09:12:48 +09:00
Vladimír Čunát 9127ee59cd thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
taku0 de309756f3 thunderbird: 78.2.2 -> 78.3.0 2020-09-24 16:35:07 +09:00
Vladimír Čunát d33267c639 thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
2020-09-21 17:31:26 +02:00
Vladimír Čunát 114202e369 thunderbird-78: fix #97994: broken UI in 78.2.2 2020-09-21 17:31:26 +02:00