Commit Graph

1516 Commits

Author SHA1 Message Date
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