Commit graph

1683 commits

Author SHA1 Message Date
github-actions[bot] 999a16ca63
Merge staging-next into staging 2022-04-14 12:02:14 +00:00
Thiago Kenji Okada 719250c1df
Merge pull request #168574 from ratsclub/aerc-0.8
aerc: 0.7.1 -> 0.9.0
2022-04-14 10:24:17 +01:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Victor Freire 1a0addc799 aerc: 0.8.2 -> 0.9.0 2022-04-13 23:30:07 -03:00
Matthias Beyer 4d9a820dc7 mutt: 2.2.2 -> 2.2.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-04-13 09:06:20 +02:00
ajs124 c16f0f83fc
Merge pull request #167929 from oxzi/claws-mail-4.1.0-plugin-keyword-warner
claws-mail: add keyword_warner-plugin
2022-04-11 13:17:35 +01:00
github-actions[bot] 28c6c88d42
Merge staging-next into staging 2022-04-10 00:02:52 +00:00
Alvar Penning dbc24adde7 claws-mail: add keyword_warner-plugin
This plugin was newly introduced after Claws-Mail's release 4.1.0.

https://git.claws-mail.org/?p=claws.git;a=blob_plain;f=RELEASE_NOTES;hb=4.1.0
2022-04-08 23:44:27 +02:00
R. Ryantm 4c2a906df5 thunderbird-unwrapped: 91.7.0 -> 91.8.0 2022-04-06 17:18:18 +00:00
taku0 067b774e7c thunderbird-bin: 91.7.0 -> 91.8.0 2022-04-06 03:12:25 +09:00
Martin Weinelt bf1914e12a Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-05 04:05:02 +02:00
Lassulus 156b3dd93a
Merge pull request #167054 from helsinki-systems/upd/claws-mail
claws-mail: 4.0.0 -> 4.1.0
2022-04-04 15:52:50 +01:00
Martin Weinelt dc08c7d7ea
Merge pull request #164511 from helsinki-systems/refactor/nss-latest-esr 2022-04-04 03:48:19 +02:00
Martin Weinelt f95a3d1140 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-04 00:46:25 +02:00
ajs124 6f8e808b8a claws-mail: 4.0.0 -> 4.1.0
https://claws-mail.org/NEWS
2022-04-03 18:07:52 +01:00
ajs124 357bf5e7fe notbit: remove after being marked broken for over two years
It was marked in commit 5aa4b19946 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:18 +01:00
ajs124 f3d301ab81 thunderbird{-bin}|firefox|librewolf: use nss_latest for regular releases
and nss_esr for esr releases
2022-04-03 13:14:07 +01:00
github-actions[bot] ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross 8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
B4rc1 da1544fbf7 mailspring: 1.9.2 -> 1.10.2 2022-04-01 10:03:26 +00:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
github-actions[bot] 770c1c3d2c
Merge staging-next into staging 2022-03-29 00:02:37 +00:00
Martin Weinelt 6e24b768b3 thunderbird: disable pgo support
Tries to connect out to the internet, so sorry, no pgo for thunderbird.

> console.warn: feeds: "downloadFeed: network connection unavailable"
2022-03-28 21:42:49 +02:00
github-actions[bot] ec92b288e2
Merge staging-next into staging 2022-03-27 06:01:57 +00:00
Ben Siraphob ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Matthias Beyer f2c5ee8ef3 mutt: 2.2.1 -> 2.2.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-03-26 10:25:11 +01:00
Vladimír Čunát b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
Matthieu Coudron b861f07f82
Merge pull request #165255 from rien/master 2022-03-25 16:35:55 +01:00
Jan Tojnar 23817ad3a3 evolution-ews: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar f07b4584f0 evolution: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar 52e90c9d2f evolution-ews: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar 93ad8bcb6a evolution: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar e409cb6d60 evolution-ews: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar 15eadc4cdd evolution: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar 7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Martin Weinelt 2f31fe95fd
firefox: rename patches arg to extraPatches
This is for consistency with other extra arguments that can be handed to
firefox common.nix.

Also pull the patch phase of the derivation closer together and use the
same list concat style as elsewhere.
2022-03-23 17:03:40 +01:00
Rien Maertens 3d635629be
python3Packages.notmuch2: init at 0.35 2022-03-23 11:04:27 +01:00
Rien Maertens da2a5558ab
alot: fix ModuleNotFoundError of '_notmuch_config' 2022-03-23 10:55:45 +01:00
R. Ryantm f10e4f9cdf himalaya: 0.5.9 -> 0.5.10 2022-03-21 08:09:09 +00:00
toastal f78b6046ca Adding toastal as a himalaya maintainer
As @yanganto suggested: https://github.com/NixOS/nixpkgs/pull/163954#issuecomment-1066575191
2022-03-14 22:14:07 +07:00
toastal aef8fe5c68 himalaya: 0.5.8 → 0.5.9
Version bump, but also included the comment suggested for the build
flags as suggested on the last merge request. It would seem that
‘official’ description for the project has changed as well.
2022-03-14 13:31:37 +07:00
taku0 6766069f57 thunderbird: 91.6.2 -> 91.7.0 2022-03-10 11:50:09 +01:00
taku0 f54f099b95 thunderbird-bin: 91.6.2 -> 91.7.0 2022-03-10 11:50:09 +01:00
Timo Kaufmann 09930fe11e
Merge pull request #162465 from toastal/himalaya-0.5.7
himalaya: 0.5.5 → 0.5.8
2022-03-07 14:55:24 +01:00
toastal da10be9486 himalaya: 0.5.5 → 0.5.8
https://github.com/soywod/himalaya/releases/tag/v0.5.8

Version bump. License also changed in 0.5.4, but uncaught. Tests needed
`--lib` or integrations were ran which require a lot more tooling.
2022-03-07 16:56:00 +07:00
taku0 93aeade556 thunderbird: 91.6.1 -> 91.6.2 2022-03-06 16:40:04 +09:00
taku0 e08090e479 thunderbird-bin: 91.6.1 -> 91.6.2 2022-03-06 16:39:44 +09:00
R. RyanTM 464bb0bb59
evolution-ews: 3.42.3 -> 3.42.4
* evolution-ews: 3.42.3 -> 3.42.4 (#161179)

* evolution-ews: update meta.license
Upstream solved the issue and choose LGPL-2.1-or-later

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-26 18:02:39 +01:00
Nguyễn Gia Phong 0df4a5922d
aerc: 0.7.1 -> 0.8.2 2022-02-24 21:46:51 +07:00
Matthias Beyer 16764012f7 mutt: 2.2.0 -> 2.2.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-20 09:23:32 +01:00
R. Ryantm 175f56c72a evolution: 3.42.3 -> 3.42.4 2022-02-18 18:14:51 +01:00
Damien Cassou 0074be5ef5
notmuch: Add passthru.tests.version 2022-02-18 08:42:26 +01:00
Damien Cassou 23d8c0e2be
notmuch: 0.34.3 -> 0.35 2022-02-18 08:15:21 +01:00
taku0 14f5ef756b thunderbird: 91.6.0 -> 91.6.1 2022-02-16 18:31:50 +09:00
taku0 27b06df6e0 thunderbird-bin: 91.5.1 -> 91.6.1 2022-02-16 09:12:53 +09:00
Michele Guerini Rocco dfa14c0864
Merge pull request #159786 from matthiasbeyer/update-mutt
mutt: 2.1.5 -> 2.2.0
2022-02-13 15:43:31 +01:00
Florian Klink 0be937f08b
Merge pull request #155056 from arcnmx/notmuch-ruby
notmuch: install ruby bindings
2022-02-13 14:46:12 +01:00
Matthias Beyer c3d43d2fab mutt: 2.1.5 -> 2.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-13 09:25:32 +01:00
Renaud bc43ca807a
Merge pull request #159138 from toastal/himalaya-0.5.5
himalaya: 0.5.4 → 0.5.5
2022-02-12 14:45:49 +01:00
toastal 9a94903967 himalaya: 0.5.4 → 0.5.5 2022-02-11 11:40:03 +07:00
Bobby Rong fcd6424831
Merge pull request #158893 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.91.6 -> 3.91.10
2022-02-11 12:02:10 +08:00
R. Ryantm f19ddae6ca tutanota-desktop: 3.91.6 -> 3.91.10 2022-02-10 05:47:50 +00:00
Vladimír Čunát ca54a649b6
thunderbird: 91.5.1 -> 91.6.0
This also fixes build after firefox-esr update (commit 38219f7cc)
https://www.thunderbird.net/en-US/thunderbird/91.6.0/releasenotes/
2022-02-09 10:03:32 +01:00
toastal 3422273b30 himalaya: 0.5.1 → 0.5.4
https://github.com/soywod/himalaya/releases/tag/v0.5.2
https://github.com/soywod/himalaya/releases/tag/v0.5.3
https://github.com/soywod/himalaya/releases/tag/v0.5.4
2022-02-05 10:58:38 +07:00
R. Ryantm ba0ed3368f tutanota-desktop: 3.89.25 -> 3.91.6 2022-02-01 15:49:19 +00:00
zowoq 1097381d40 hasmail: update vendorSha256 2022-01-31 06:31:22 +10:00
zowoq 07df4546ad aerc: update vendorSha256 2022-01-31 06:31:22 +10:00
Vladimír Čunát 8da5ec7cd1
Merge #157233: thunderbird-bin: 91.5.0 -> 91.5.1 2022-01-30 21:18:45 +01:00
R. Ryantm 16a14fbc13 thunderbird-unwrapped: 91.5.0 -> 91.5.1 2022-01-28 03:27:42 +00:00
Fabian Affolter 745071d2a2
Merge pull request #156619 from fabaff/fix-alot
alot: disable failing test
2022-01-25 17:46:34 +01:00
taku0 16f9a4831d thunderbird-bin: 91.5.0 -> 91.5.1 2022-01-25 09:12:33 +09:00
Fabian Affolter 57bea15423 alot: disable failing test 2022-01-24 22:52:30 +01:00
R. Ryantm c75d809c23 evolution-ews: 3.42.1 -> 3.42.3 2022-01-23 21:37:29 +00:00
arcnmx ed4ac9fc55 notmuch: place ruby bindings in their own output 2022-01-22 09:08:19 -08:00
R. Ryantm f9aa54c83e evolution: 3.42.2 -> 3.42.3 2022-01-21 13:34:13 +01:00
Renaud 010abff932
Merge pull request #155294 from dpatterbee/aerc-0.7.1
aerc: 0.6.0 -> 0.7.1
2022-01-20 23:07:27 +01:00
Andreas Rammhold 31e5b8dc21
Remove myself from maintainers
I don't have time and energy to deal with all of this anymore.
2022-01-20 00:24:52 +01:00
Daniel Patterson 4cdd27d415 aerc: 0.6.0 -> 0.7.1 2022-01-17 01:41:46 +00:00
Frederik Rietdijk 2027fb600d alot: application instead of python library
This also allows us to move notmuch2 out of python-packages.nix.
2022-01-16 10:00:16 +01:00
Martin Weinelt 369db3b2f3
mailpile, nixos/mailpile: drop
Still actively developed and yet stuck on python2. Also marked as
vulnerable and their issue tracker contains yet another security issue
reported in 2021/10 that the upstream hasn't acknowledged yet.

Mind blown.

Closes: #135543, #97274, #97275
2022-01-16 02:36:20 +01:00
arcnmx 9b8de39d04 notmuch: install ruby bindings
previously ruby bindings were never actually installed into $out
2022-01-14 15:47:40 -08:00
Bernardo Meurer 61c41e2114
Merge pull request #154870 from taku0/thunderbird-bin-91.5.0
thunderbird, thunderbird-bin: 91.4.1 -> 91.5.0 [High security fixes]
2022-01-13 14:46:29 +00:00
taku0 d49cc4d00e thunderbird-bin: 91.4.1 -> 91.5.0 2022-01-13 19:12:12 +09:00
Florian Klink 1b0cbc273a
Merge pull request #154309 from doronbehar/pkg/notmuch
notmuch: 0.34.2 -> 0.34.3
2022-01-12 20:41:22 +01:00
Doron Behar bc99971c84 notmuch: 0.34.2 -> 0.34.3 2022-01-12 18:47:25 +02:00
taku0 e12befeada thunderbird: 91.4.1 -> 91.5.0 2022-01-12 03:12:25 +09:00
Stig Palmquist b077040897 notmuch: fix test with gnupg 2.3 2022-01-11 14:47:18 +01:00
Jan Tojnar 8fc9b26bc3 notmuch: 0.34.1 → 0.34.2
Tried to update to see if it fixes the tests but it does not.

https://git.notmuchmail.org/git?p=notmuch;a=shortlog;h=refs/tags/0.34.2
https://notmuchmail.org/news/release-0.34.2/
2022-01-08 14:45:04 +01:00
zowoq f24d06a395 aerc: switch to proxyVendor 2022-01-06 14:00:58 +10:00
Matthias Beyer 60dfe7dd08 mutt: 2.1.4 -> 2.1.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-31 09:09:02 +01:00
Bobby Rong 45c8585dfc
Merge pull request #151704 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.89.23 -> 3.89.25
2021-12-23 11:40:06 +08:00
R. Ryantm f8156e3eb6 tutanota-desktop: 3.89.23 -> 3.89.25 2021-12-22 07:48:13 +00:00
Bernardo Meurer 9e1b85b91f
Merge pull request #151627 from lovesegfault/thunderbird-bin-fix-pciutils
thunderbird-bin: bring in-line with firefox-bin
2021-12-21 22:02:01 +00:00
Bernardo Meurer cd397b570d
thunderbird-bin: bring in-line with firefox-bin
This brings our thunderbird-bin drv in-line with the firefox-bin one,
hopefully making it work a bit better. We also now use the proper
wrapper with `wrapThunderbird`.

Tested locally and works great :)
2021-12-21 18:37:14 -03:00
Sergei Trofimovich de20b501f4 mutt: 2.1.3 -> 2.1.4 2021-12-21 19:25:47 +00:00
taku0 95011c834a thunderbird: 91.4.0 -> 91.4.1 2021-12-20 13:03:31 +09:00
taku0 b02d1064cb thunderbird-bin: 91.4.0 -> 91.4.1 2021-12-20 13:03:11 +09:00
Robert Scott c2d85b12b2
Merge pull request #151017 from rapenne-s/mblaze_update
mblaze: 1.1 -> 1.2
2021-12-17 20:34:22 +00:00
Solene Rapenne c2ab05efa7 mblaze: 1.1 -> 1.2 2021-12-16 22:17:45 +01:00
Louis Bettens edfa122e1b thunderbird-bin: fix license 2021-12-14 22:29:10 +01:00
Bernardo Meurer b9e3d2fede
thunderbird-bin: 91.3.2 -> 91.4.0 2021-12-10 11:34:11 +00:00
Bernardo Meurer d8476917e0
Merge pull request #149506 from r-ryantm/auto-update/thunderbird-unwrapped
thunderbird-unwrapped: 91.3.2 -> 91.4.0
2021-12-09 03:05:31 -08:00
R. Ryantm 4a7ba4621b evolution: 3.42.1 -> 3.42.2 2021-12-08 08:48:58 +01:00
R. Ryantm 901064350e thunderbird-unwrapped: 91.3.2 -> 91.4.0 2021-12-08 03:12:47 +00:00
Bobby Rong c996a2a905
Merge pull request #148973 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.89.5 -> 3.89.23
2021-12-06 20:58:10 +08:00
R. Ryantm 0aa2bd0aff tutanota-desktop: 3.89.5 -> 3.89.23 2021-12-06 11:14:26 +00:00
Alvar Penning 521f30f80c claws-mail: remove claws-mail-gtk2 version
The GTK+ 2 version of Claws Mail, major version number three, relies on
Python 2, which is end-of-life and might be dropped in the nixpkgs.

In favour of #148779, this older branch of Claws Mail was removed.
2021-12-05 23:08:18 +01:00
Nguyễn Gia Phong 9c1fc9a018
aerc: 0.5.2 -> 0.6.0 2021-12-04 21:22:01 +07:00
Vladimír Čunát e8ecc402a5
Merge #146731: thunderbird*: 91.3.* -> 91.3.2 2021-11-23 18:56:27 +01:00
taku0 bdae026114 thunderbird: 91.3.1 -> 91.3.2 2021-11-20 14:44:41 +09:00
oxalica 7e899fd18e
thunderbird: reintroduce buildconfig patch to reduce closure size
This (partially) reverts commit 9ea377439e.
2021-11-19 17:04:01 +08:00
taku0 5ba8683709 thunderbird-bin: 91.3.0 -> 91.3.2 2021-11-19 15:12:25 +09:00
Sandro 0b804a9217
Merge pull request #136403 from remgodow/electron-mail-fix 2021-11-18 13:07:30 +01:00
Vladimír Čunát 3e8ff3181b
Merge #146143: thunderbird: 91.3.0 -> 91.3.1 2021-11-18 08:19:37 +01:00
figsoda eaeed5920f meli: use buildFeatures 2021-11-16 08:11:45 -05:00
R. Ryantm 1b7f9b01fb thunderbird-unwrapped: 91.3.0 -> 91.3.1 2021-11-15 14:40:15 +00:00
Mario Rodas 2ef3df9e93 notmuch: 0.34 -> 0.34.1 2021-11-07 04:20:00 +00:00
taku0 18cf5c8cac thunderbird: 91.2.1 -> 91.3.0 2021-11-03 09:14:01 +09:00
taku0 06708435d1 thunderbird-bin: 91.2.1 -> 91.3.0 2021-11-03 09:13:42 +09:00
Martin Weinelt ffbac21daa
thunderbird-78: drop
Thunderbirds 78 series is EOL.
2021-11-02 14:41:04 +01:00
Florian Klink dd451b0218
Merge pull request #143641 from Ma27/bump-neomutt
neomutt: 20211022 -> 20211029
2021-11-01 10:30:56 +01:00
Maximilian Bosch 5e1c94effd
neomutt: 20211022 -> 20211029
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211029
2021-10-31 12:44:10 +01:00
maxine [they] 6c45fd1281
Merge pull request #143632 from jtojnar/more-gnome
More GNOME updates
2021-10-30 01:04:48 +02:00
Jan Tojnar 1765d5e3ad evolution: 3.42.0 → 3.42.1 2021-10-29 10:20:41 +00:00
Jan Tojnar 9d43a43d1d evolution-ews: 3.42.0 → 3.42.1 2021-10-29 10:20:39 +00:00
R. Ryantm 093181aad0 tutanota-desktop: 3.88.4 -> 3.89.5 2021-10-28 13:12:09 +00:00
figsoda 191ef7775e
Merge pull request #142867 from figsoda/update-himalaya
himalaya: 0.4.0 -> 0.5.1
2021-10-25 13:54:50 -04:00
Bernardo Meurer fc8b762f1b
Merge pull request #142638 from taku0/thunderbird-bin-91.2.1
thunderbird: 91.2.0 -> 91.2.1,  thunderbird-bin: 91.1.2 -> 91.2.1
2021-10-25 10:29:31 -07:00
figsoda aa224e0f41 himalaya: 0.4.0 -> 0.5.1 2021-10-25 12:16:49 -04:00
Sandro 8f6d6bb59a
Merge pull request #142719 from wahjava/update-notmuch 2021-10-24 18:12:18 +02:00
Ashish SHUKLA b3157a9ea5
notmuch: 0.33.2 -> 0.34 2021-10-24 13:21:59 +05:30
taku0 941500de8f thunderbird: 91.2.0 -> 91.2.1 2021-10-23 14:07:10 +09:00
Maximilian Bosch 61f75e60ef
neomutt: 20211015 -> 20211022
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211022
2021-10-22 15:24:35 +02:00
Doron Behar 1037a0cc3e bubblemail: 1.3 -> 1.4 2021-10-22 13:03:47 +03:00
taku0 f488a5250e thunderbird-bin: 91.1.2 -> 91.2.1 2021-10-22 09:12:57 +09:00
Nick Cao 675c3b3d02 meli: alpha-0.7.1 -> alpha-0.7.2 2021-10-17 21:01:32 +02:00
Fabián Heredia Montiel e849909813 alpine: 2.24 → 2.25 2021-10-16 13:08:52 -05:00
Florian Klink c4c85b5764
Merge pull request #141749 from Ma27/bump-neomutt
neomutt: 20210205 -> 20211015
2021-10-16 16:58:51 +02:00
P 91f13a5581
tutanota-desktop: install from release tarball (#140921) 2021-10-15 18:55:25 +00:00
Maximilian Bosch b29418add8
neomutt: 20210205 -> 20211015
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211015
2021-10-15 12:55:14 +02:00
Matthias Beyer 670dcebf7a mutt: 2.1.2 -> 2.1.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-10-12 09:38:20 +02:00
Maxine Aubrey a018f305ac evolution-ews: 3.40.4 -> 3.42.0 2021-10-09 21:35:55 +02:00
Maxine Aubrey f77e76341f evolution: 3.40.4 -> 3.42.0 2021-10-09 21:35:55 +02:00
Vladimír Čunát 014ead45df
Merge #140810: thunderbird: 91.1.2 -> 91.2.0 2021-10-08 23:09:36 +02:00
Sandro 1b512cc33e
Merge pull request #139454 from WolfangAukang/tutanota 2021-10-07 21:59:57 +02:00
R. RyanTM a200db7d9e thunderbird-unwrapped: 91.1.2 -> 91.2.0 2021-10-06 22:28:29 +00:00
P. R. d. O 51ee27ca87
tutanota-desktop: init at 3.88.4 2021-10-03 19:51:29 -06:00
Mario Rodas 8e1d60e39c notmuch: 0.33 -> 0.33.2 2021-09-30 04:20:00 +00:00
taku0 4e815405dd thunderbird: 91.1.1 -> 91.1.2 2021-09-28 09:12:47 +09:00
taku0 b6a84c133b thunderbird-bin: 91.1.1 -> 91.1.2 2021-09-28 09:12:35 +09:00
0x4A6F f0f08efd5f meli: alpha-0.6.2 -> alpha-0.7.1 2021-09-23 19:38:49 +02:00
taku0 9ea377439e thunderbird: 91.1.0 -> 91.1.1
no-buildconfig-90.patch is applied by firefox/common.nix.

D124361.diff is incorporated into the upstream:
https://bugzilla.mozilla.org/show_bug.cgi?id=1727113
2021-09-18 11:46:26 +09:00
taku0 4a978be0f1 thunderbird-bin: 91.1.0 -> 91.1.1 2021-09-17 09:12:47 +09:00
remgodow 837957f919 electron-mail: 4.12.2 -> 4.12.7 2021-09-13 19:52:18 +02:00
R. RyanTM 5a79220554 evolution-ews: 3.40.3 -> 3.40.4 2021-09-12 15:48:24 +00:00
Vladimír Čunát 79f637da44
Merge #137226: thunderbird-78: 78.13.0 -> 78.14.0 2021-09-12 10:46:26 +02:00
Niklas Hambüchen c57b83df00 thunderbird-bin: Add update instructions comment 2021-09-11 19:27:34 +02:00
Niklas Hambüchen 7d0988f213 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-11 19:21:25 +02:00
R. RyanTM 366c670892 evolution: 3.40.3 -> 3.40.4 2021-09-11 16:24:51 +00:00
Bernardo Meurer 0e24c87754
Merge pull request #137175 from taku0/thunderbird-bin-91.1.0
thunderbird, thunderbird-bin: 91.0.3 -> 91.1.0 [High security fixes]
2021-09-10 08:37:22 -07:00
Sandro 484bd94a71
Merge pull request #136917 from acowley/notmuch-0.33 2021-09-09 10:47:01 +02:00
Anthony Cowley 8276a5e677 notmuch: 0.32.3 -> 0.33 2021-09-08 10:54:14 -04:00
taku0 ec53294446 thunderbird: 91.0.3 -> 91.1.0 2021-09-08 03:12:38 +09:00
taku0 706f6c57be thunderbird-bin: 91.0.3 -> 91.1.0 2021-09-08 03:12:26 +09:00
Doron Behar eefaf90520 mailspring: 1.9.1 -> 1.9.2 2021-09-06 08:29:29 +03:00
Yureka afaced2746
thunderbird: patch for #134433 2021-09-03 12:23:08 +02:00
Florian Klink 4f8f3d2c1a
Merge pull request #136430 from marsam/update-notmuch
notmuch: 0.32.2 -> 0.32.3
2021-09-02 20:32:56 +02:00
rnhmjoj 1bb91a2329
mutt: 2.1.1 -> 2.1.2 2021-09-01 21:54:31 +02:00
Mario Rodas 407ee9b0ed notmuch: 0.32.2 -> 0.32.3
https://notmuchmail.org/news/release-0.32.3/
2021-09-01 04:20:00 +00:00
taku0 ee015c55bc thunderbird: 91.0.2 -> 91.0.3 2021-08-26 20:28:59 +09:00
taku0 a5c3bc274b thunderbird-bin: 91.0.2 -> 91.0.3 2021-08-26 20:28:52 +09:00
Bernardo Meurer fdba3d7e3c
Merge pull request #135403 from taku0/thunderbird-bin-91.0.2
thunderbird, thunderbird-bin: 91.0.1 -> 91.0.2
2021-08-23 18:09:51 +00:00
Sandro 5e7c7b4f4d
Merge pull request #135417 from SuperSandro2000/astroid 2021-08-23 16:06:30 +02:00
Sandro Jäckel b94e26857a
astroid: remove unused input 2021-08-23 10:33:10 +02:00
Sandro 8c26e4fced
Merge pull request #134964 from r-ryantm/auto-update/astroid
astroid: 0.15 -> 0.16
2021-08-23 10:30:47 +02:00
taku0 27f311c5c6 thunderbird: 91.0.1 -> 91.0.2 2021-08-21 15:57:51 +09:00
taku0 6b100d2379 thunderbird-bin: 91.0.1 -> 91.0.2 2021-08-21 15:57:44 +09:00
Michal Sojka 200f2a7c58
treewide: remove unnecessary dontGzipMan (#134963) 2021-08-20 22:42:37 +02:00
R. RyanTM 07a2c2107d astroid: 0.15 -> 0.16 2021-08-20 16:17:26 +00:00
taku0 58b1998aa9 thunderbird: 91.0 -> 91.0.1 2021-08-18 20:23:45 +09:00
taku0 1110fa909d thunderbird-bin: 91.0 -> 91.0.1 2021-08-18 20:20:48 +09:00
Lassulus 49b96f216d
Merge pull request #133703 from taku0/thunderbird-bin-91.0
thunderbird-bin: 78.13.0 -> 91.0
2021-08-17 09:54:12 +02:00
Yuka acc802ec9a
thunderbird: fix update script (#133744)
#130116 broke hydra eval by calling a non-existing file as updateScript
2021-08-13 12:46:21 +02:00
taku0 0fbf6afa4d thunderbird-bin: 78.13.0 -> 91.0 2021-08-13 14:57:57 +09:00
Yureka fb9860709c thunderbird: 78.13.0 -> 91.0 2021-08-12 11:21:58 +02:00
Yureka 8b1c14045d thunderbird: use firefox expression 2021-08-12 11:21:32 +02:00
taku0 676a38befc thunderbird-bin: 78.12.0 -> 78.13.0 2021-08-11 13:56:41 +09:00
taku0 df5e0bb678 thunderbird-bin: fix parameter of updateScript 2021-08-11 13:55:53 +09:00
taku0 13a68b47c4 thunderbird: 78.12.0 -> 78.13.0 2021-08-11 03:12:26 +09:00
Artturi 3f514a57bb
Merge pull request #131836 from r-ryantm/auto-update/evolution-ews
evolution-ews: 3.40.1 -> 3.40.3
2021-08-08 22:28:27 +03:00
Sandro 04b5e62d8d
Merge pull request #132468 from Stunkymonkey/applications-phases1 2021-08-05 09:37:57 +02:00
Tad Fisher 23b7966ea8
python39Packages.notmuch: Fix build 2021-08-03 13:57:51 -07:00
Felix Buehler 1d31fb66de thunderbird-bin: remove phases 2021-08-03 00:05:24 +02:00
Sandro Jäckel b459d42e3c
notmuch: cleanup 2021-08-02 10:58:45 +02:00
Florian Klink 1cfc98dca0
Merge pull request #132201 from alyssais/notmuch-0.32.2
notmuch: 0.32.1 -> 0.32.2; clarify license
2021-07-31 21:25:15 +02:00
Alyssa Ross 15eec2111f
notmuch: 0.32.1 -> 0.32.2; clarify license
Also fix an incorrect (but apparently harmless) use of lib.optional.
2021-07-31 09:35:55 +00:00
Alyssa Ross e721776cbb
Revert "notmuch: skip T568-lib-thread"
This reverts commit a438086650.

> This should be fixed in commit a37d5f5, which was part of Notmuch
> 0.31.4.

https://nmbug.notmuchmail.org/nmweb/show/878s1o54c1.fsf%40tethera.net
2021-07-31 09:04:52 +00:00
R. RyanTM de61196f45 evolution-ews: 3.40.1 -> 3.40.3 2021-07-28 16:00:20 +00:00
github-actions[bot] a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Sandro fc0fbc4892
Merge pull request #131787 from SuperSandro2000/astroid
astroid: move fallback vim into top-level
2021-07-28 10:49:14 +00:00
Sandro Jäckel ebb924d472
astroid: move fallback vim into top-level 2021-07-28 09:41:32 +02:00
github-actions[bot] db6a26db02
Merge master into staging-next 2021-07-27 18:01:01 +00:00
R. RyanTM 683cfac034 evolution: 3.40.1 -> 3.40.3 2021-07-27 14:13:07 +00:00
github-actions[bot] 2692c2e427
Merge master into staging-next 2021-07-27 12:01:20 +00:00
jgart f4a9bc5330 maintainers: add jgart 2021-07-27 13:26:17 +02:00
jgart bdf6d09cc2 notmuch-bower: 0.12 -> 0.13 2021-07-27 13:26:17 +02:00
Sandro ab5f5fb163
Merge pull request #129359 from Stunkymonkey/app-networking 2021-07-20 18:27:12 +02:00
Sandro f0a7983456
Merge pull request #130188 from Stunkymonkey/notmuch-mutt-phases
notmuch-mutt: deprecate phases
2021-07-20 11:17:38 +02:00
Felix Buehler e4e631ebb8 applications/networking: /s/name/pname&version/ 2021-07-19 14:55:48 +02:00
Felix Buehler 82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Felix Buehler 88feff5924 notmuch-mutt: deprecate phases 2021-07-14 16:34:25 +02:00
taku0 db3297a081 thunderbird: 78.11.0 -> 78.12.0 2021-07-14 03:12:37 +09:00
taku0 9cff3c556f thunderbird-bin: 78.11.0 -> 78.12.0 2021-07-14 03:12:24 +09:00
Michele Guerini Rocco e223f84cd8
Merge pull request #130093 from matthiasbeyer/update-mutt
mutt: 2.1.0 -> 2.1.1
2021-07-13 19:01:18 +02:00
Matthias Beyer a07a62d26d mutt: 2.1.0 -> 2.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-07-13 13:59:55 +02:00
ajs124 057515d569
Merge pull request #129833 from oxzi/claws-mail-3.18.0_4.0.0
claws-mail: 3.17.8 -> 4.0.0
2021-07-13 01:09:12 +02:00
Alvar Penning 26f52bf6b5 claws-mail: 3.17.8 -> 4.0.0
With Claws Mail's latest double release of 3.18.0 and 4.0.0, the package
will refer to the more "modern" GTK+ 3 release, major version four. The
GTK+ 2 release, major version 3, is now available in the
`claws-mail-gtk2` package.

In other words, this commit bumps the GTK+ 2 version from 3.17.8 to
3.18.0, the previously unstable GTK+ 3 version 3.99.0 to 4.0.0 and
changes the default to GTK+ 3.
2021-07-12 23:52:13 +02:00
Guillaume Maudoux 6f85ca4366 thunderbird: improve integration by depending on xdg-utils 2021-07-10 15:49:39 +02:00
github-actions[bot] 93800ee816
Merge master into staging-next 2021-06-20 00:07:48 +00:00
ajs124 4e6e9adcd4 thunderbird: pass gnupg to passthru.updateScript
this fixes the tarball job
2021-06-19 23:40:47 +02:00
github-actions[bot] 4ea74538ce
Merge master into staging-next 2021-06-18 18:04:25 +00:00
Maximilian Bosch 4b4f4bf284
Merge pull request #127261 from rnhmjoj/mutt
mutt: 2.0.7 -> 2.1.0
2021-06-18 18:47:25 +02:00
github-actions[bot] dd892e7e2f
Merge master into staging-next 2021-06-18 12:04:55 +00:00
Sandro e444355fc8
Merge pull request #127273 from Artturin/fix-mailspring 2021-06-18 11:58:28 +02:00
github-actions[bot] 2c3f9221df
Merge master into staging-next 2021-06-18 00:10:06 +00:00
Artturin 64c69fa288 mailspring: add wrapGAppsHook 2021-06-18 02:02:30 +03:00
rnhmjoj 2ae3954b82
mutt: 2.0.7 -> 2.1.0 2021-06-17 21:47:57 +02:00
Lassi Haasio 25726dcabe notmuch: 0.31.4 -> 0.32.1 2021-06-17 21:40:33 +03:00
github-actions[bot] 8b9fa8d446
Merge staging-next into staging 2021-06-16 18:04:48 +00:00
Jan Tojnar e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Enno Richter f28175adcf sylpheed: Use SNI; fixes TLSv1.3 to imap.gmail.com 2021-06-15 17:04:11 +02:00
Sandro e0f9e2cc0e
Merge pull request #126523 from Princemachiavelli/package/electron-mail 2021-06-15 02:51:26 +02:00
John Ericson 3553c3bc79
Merge pull request #126727 from zhaofengli/riscv-mesa
mesa: Enable riscv64-linux
2021-06-13 10:24:15 -04:00
Zhaofeng Li 1f007dd009 Use lib.meta.availableOn for optional Valgrind dependency 2021-06-12 23:17:13 -07:00
Josh Hoffer 11ee0cb222
electron-mail: init at 4.12.2 2021-06-10 19:54:18 -06:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
toastal 4355ebb00e himalaya: 0.3.2 -> 0.4.0 2021-06-04 16:23:06 +07:00
Vladimír Čunát 83d0782095
Merge #125465: thunderbird*: 78.10.2 -> 78.11.0 2021-06-04 09:26:44 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
taku0 79f71ef9aa thunderbird-bin: 78.10.2 -> 78.11.0 2021-06-03 10:46:54 +09:00
taku0 7267b80c71 thunderbird: 78.10.2 -> 78.11.0 2021-06-03 03:12:42 +09:00
Maximilian Bosch 27165e70ad
Merge pull request #124960 from risicle/ris-neomutt-CVE-2021-32055
neomutt: add patch for CVE-2021-32055
2021-05-31 10:03:54 +02:00
Guillaume Chérel 34c6163ed9
mblaze: fix mcom to use file utility. (#94881)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-31 02:58:14 +02:00
Robert Scott edcde75b98 neomutt: add patch for CVE-2021-32055
no upstream release yet
2021-05-30 15:54:27 +01:00
taku0 731d227b8d thunderbird: 78.10.1 -> 78.10.2 2021-05-18 03:12:49 +09:00
taku0 edda243611 thunderbird-bin: 78.10.1 -> 78.10.2 2021-05-18 03:12:20 +09:00
Jan Tojnar 684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
ajs124 829b324e6d thunderbird-bin-68: drop 2021-05-15 17:59:40 +02:00