Commit Graph

92 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Maximilian Bosch
11f58647d6
neomutt: 20231103 -> 20231221
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20231221

* Dropped `fix-open-very-large-mailbox.patch`: doesn't apply anymore,
  but I cannot reproduce the behavior anymore (i.e. crashes when opening
  mailboxes with >40k mails).

  Should be tested by somebody else just to be sure though.

* `fix-attr-color-copy.patch` is part of this release.
2023-12-25 14:07:45 +01:00
Michael Adler
e7acd638db neomutt: 20230517 -> 20231103
https://github.com/neomutt/neomutt/releases/tag/20231103
https://github.com/neomutt/neomutt/releases/tag/20231023
https://github.com/neomutt/neomutt/releases/tag/20231006

We had to grab a patch to fix the test attribute color test, as
recommended by upstream in
https://github.com/neomutt/neomutt/issues/4128.
2023-12-09 01:02:17 +01:00
Paul Meyer
2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01:00
Peder Bergebakken Sundt
17ed52d535 neomutt: make patch urls reproducible 2023-10-09 15:10:48 +02:00
Anderson Torres
a9d73dea16 treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
2023-10-04 22:20:58 -03:00
Smaug123
de64a741ac Disable faulty neomutt tests 2023-09-03 21:42:11 +01:00
Raito Bezarius
1d0432ec58 neomutt: 20230512 -> 20230517
2023-05-12 is broken, 2023-05-17 has fixes for other platforms than x86_64-linux.
https://github.com/neomutt/neomutt/releases/tag/20230517
2023-05-22 09:06:03 +02:00
Maximilian Bosch
e43f158768
neomutt: 20230407 -> 20230512
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20230512
2023-05-13 11:38:12 +02:00
Raito Bezarius
4eb3f8c010 neomutt: add contrib repositories and expose misc repos as passthru
In the previous release, NeoMutt had its contrib folder in its main
repository, this fixes people who depended on vim-keys and other stuff
through the contrib repository now.
2023-04-24 21:30:02 +02:00
Raito Bezarius
582a09df26 neomutt: 20220429 -> 20230407
neomutt-test-files: updated to latest version.

Cleaned up old hacks (?) now that pkg-config is used.
Exposes Lua feature as `enableLua` flag in function signature.
2023-04-24 21:30:02 +02:00
Raito Bezarius
9f601b24c8 neomutt: enable zstd support by default, offer mixmaster support 2022-08-20 22:08:56 +02:00
Alyssa Ross
a8320c3361
neomutt: fix sendmail default value
NeoMutt doesn't use autoconf any more, so the autoconf variable in
configureFlags wasn't doing anything.  With the new autosetup build
system, there doesn't seem to be a way to override the default
sendmail location, so we have to patch it.
2022-06-27 15:00:58 +00:00
Maximilian Bosch
47f0136dab
neomutt: 20220415 -> 20220429
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20220429
2022-04-30 10:59:19 +02:00
Maximilian Bosch
985e1340e2
neomutt: 20220408 -> 20220415
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20220415
Fixes CVE-2022-1328 / GHSA-qfrq-pp74-gpff
2022-04-15 18:03:46 +02:00
Alyssa Ross
8885584bdf neomutt: 20211029 -> 20220408 2022-04-15 08:26:15 +00:00
Maximilian Bosch
5e1c94effd
neomutt: 20211022 -> 20211029
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211029
2021-10-31 12:44:10 +01:00
Maximilian Bosch
61f75e60ef
neomutt: 20211015 -> 20211022
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211022
2021-10-22 15:24:35 +02:00
Maximilian Bosch
b29418add8
neomutt: 20210205 -> 20211015
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211015
2021-10-15 12:55: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
Sandro Jäckel
dcb501f993
kerberos: deprecate alias 2021-04-04 03:18:56 +02:00
Sandro Jäckel
2cc1639a5e
neomutt: remove unused input 2021-02-18 22:25:07 +01:00
Maximilian Bosch
b7652a680f
neomutt: 20201127 -> 20210205
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20210205
2021-02-05 13:21:54 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
64939cff96
neomutt: 20201120 -> 20201127
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20201127
2020-11-27 15:10:02 +01:00
Bart Brouns
ae6ad232ef neomutt: 20200925 -> 20201120 2020-11-20 18:34:06 +01:00
Doron Behar
36578e75af neomutt: Use w3m instead of elinks, since elinks is insecure
Ever since 5ad43894f2, elinks won't
evaluate (by default) hence it makes neomutt not evaluate as well, due
to elinks marked as insecure. This change makes neomutt generate
manual.txt out of manual.html with w3m instead of elinks.
2020-10-03 21:11:54 +03:00
Maximilian Bosch
004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Maximilian Bosch
2d94370264
neomutt: 20200821 -> 20200925
https://github.com/neomutt/neomutt/releases/tag/20200925
2020-09-25 16:54:25 +02:00
Maximilian Bosch
8f3a2d3e5c
neomutt: 20200814 -> 20200821
https://github.com/neomutt/neomutt/releases/tag/20200821
2020-08-22 22:25:31 +02:00
Maximilian Bosch
e75cdaae9c
neomutt: 20200807 -> 20200814
https://github.com/neomutt/neomutt/releases/tag/20200814
2020-08-16 15:09:32 +02:00
Maximilian Bosch
4cfbe4ad43
neomutt: 20200626 -> 20200807
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20200807
2020-08-10 18:06:40 +02:00
Maximilian Bosch
da1b17fd35
neomutt: 20200619 -> 20200626
https://github.com/neomutt/neomutt/releases/tag/20200626
2020-06-26 14:54:49 +02:00
Maximilian Bosch
499d18849f
neomutt: 20200501 -> 20200619
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 19:19:08 +02:00
Doron Behar
b58227a4c0
neomutt: Remove old fixes for failing tests
Includes both rfc2047 tests workarounds and locale workarounds.
Fixes #86896. See https://github.com/neomutt/neomutt/pull/2314 .
2020-06-19 18:15:34 +02:00
Doron Behar
b8f65212ec
neomutt: make manual.txt not empty
Without elinks / w3m / lynx in the nativeBuildInputs, there are these
errors in the build:

LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
LC_ALL=C lynx -dump -nolist -with_backspaces \
        -display_charset=us-ascii docs/manual.html > docs/manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references \
        docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
2020-06-19 18:15:34 +02:00
Doron Behar
3b9a8f5426
neomutt: Make it not reference .dev outputs. 2020-06-19 18:15:33 +02:00
Maximilian Bosch
d203d553b9
neomutt: 20200424 -> 20200501
https://github.com/neomutt/neomutt/releases/tag/20200501
2020-05-03 19:06:59 +02:00
Maximilian Bosch
ea59fe7aa6
neomutt: 20200417 -> 20200424
https://github.com/neomutt/neomutt/releases/tag/20200424
2020-04-24 22:03:30 +02:00
Maximilian Bosch
192485f8fa
neomutt: 20200320 -> 20200417
https://github.com/neomutt/neomutt/releases/tag/20200417

To fix the tests, I had to copy the recently created
`neomutt-test-files`[1] repository into the build-environment.

Also applied a patch from master[2] which ensures that the
`change-folder` macro actually switches to the specified folder.

[1] https://github.com/neomutt/neomutt-test-files
[2] 9e7537cadd
2020-04-17 19:35:20 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch
78104ad2da
neomutt: 20200313 -> 20200320
https://github.com/neomutt/neomutt/releases/tag/20200320
2020-03-20 15:01:38 +01:00
Dominik Xaver Hörl
45cc3c986d neomutt: configure with zlib to enable imap compression 2020-03-14 16:48:47 +00:00
Maximilian Bosch
dda6dfed26
neomutt: 20191207 -> 20200313
https://github.com/neomutt/neomutt/releases/tag/20200313
2020-03-13 16:52:36 +01:00
Maximilian Bosch
0922ac503c
neomutt: 20191129 -> 20191207
https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 08:15:24 +01:00
Maximilian Bosch
ecb7f4c048
neomutt: 20191111 -> 20191129
https://github.com/neomutt/neomutt/releases/tag/20191129
2019-11-29 16:57:48 +01:00
Gabriel Ebner
e10e7e68e9 neomutt: 20191102 -> 20191111 2019-11-12 12:00:18 +01:00
Thomas Friese
689b96305a
neomutt: add autocrypt
According to Neomutt's autocrypt manual
<https://neomutt.org/guide/autocryptdoc.html>, autocrypt needs to be
enabled in the `configureFlags` and `sqlite` is a new dependency.
2019-11-06 10:38:11 +01:00
J Phani Mahesh
977daa25ad neomutt: 2019-10-25 -> 20191102 2019-11-02 08:02:28 +00:00
Maximilian Bosch
b83908f1ed
neomutt: 20180716 -> 2019-10-25
https://github.com/neomutt/neomutt/releases/tag/2019-10-25
2019-10-25 16:30:29 +02:00