Commit graph

1786 commits

Author SHA1 Message Date
Bobby Rong 586d57c4b5
Merge pull request #234226 from bobby285271/upd/evolution
evolution: 3.48.1 → 3.48.2
2023-05-28 10:20:39 +08:00
Bobby Rong c3ec280370
evolution-ews: 3.48.1 → 3.48.2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.48.1...3.48.2
2023-05-26 19:51:12 +08:00
Bobby Rong 4316f35293
evolution: 3.48.1 → 3.48.2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.48.1...3.48.2
2023-05-26 19:51:02 +08:00
Sandro 22e3f1ba21
Merge pull request #232312 from chivay/aerc
aerc: 0.14.0 -> 0.15.2
2023-05-25 20:22:06 +02:00
figsoda 8014b08ee0 treewide/applications: use top-level fetchPypi 2023-05-25 10:51:30 -04:00
Felix Bühler b24806fb68
Merge pull request #229320 from soywod/bump-himalaya-v0.7.3
himalaya: 0.7.1 -> 0.7.3
2023-05-24 23:29:19 +02: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
Sergei Trofimovich 38ed4d99ad alpine: pull CC_FOR_BUILD
Without the change alpine build on aarch64-linux fails due to missing
$target-gcc wrapper: https://hydra.nixos.org/build/219995705

    checking whether the C compiler works... no
    configure: error: in `/build/alpine':
    configure: error: C compiler cannot create executables
2023-05-19 07:58:50 +01:00
Hubert Jasudowicz c4e7a4e715 aerc: 0.14.0 -> 0.15.2
In aerc commit 04303172d4f9, filters were moved from $PREFIX/share to
$PREFIX/libexec. Adapt the patch to handle this.

Remove unused Python dependency - colorama. It was previously used by
hldiff and plaintext filters, however this dependency disappeared when
they were replaced with AWK-based ones.

Add new Python dependency - vobject required by the show-ics-details.py
filter.
2023-05-17 10:35:18 +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
Matthias Beyer ac019b94fb
meli: Remove (#231509)
Uses openssl_1_1, which will be removed before the 23.05 branchoff, so
remove this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-12 22:36:49 +02:00
Vladimír Čunát 1d6af3f762
notmuch: skip two PGP tests
They started failing after gnupg: 2.4.0 -> 2.4.1:
  T350-crypto: Testing PGP/MIME signature verification and decryption
   PASS   emacs delivery of signed message via fcc
   PASS   emacs delivery of signed message via fcc and smtp
   PASS   signed part content-type indexing
   PASS   signature verification
   PASS   detection of modified signed contents
   PASS   corrupted pgp/mime signature
   PASS   signature verification without full user ID validity
   PASS   signature verification with signer key unavailable
  FATAL: /build/notmuch-0.37/test/T350-crypto.sh: interrupted by signal 15
  [...]
  T357-index-decryption: Testing indexing decrypted mail
  FATAL: /build/notmuch-0.37/test/T357-index-decryption.sh: interrupted by signal 15

I hope the failures don't signify a real issue.
There's also gnupg22 which would pass these tests,
but it's currently marked as vulnerable (transitively).
2023-05-07 11:09:28 +02:00
Martin Weinelt 4e2bb2c2be
thunderbird-bin: Set explicit binaryName after betterbird changes
The betterbird package introduced the binaryName variable, because it
uses a different executable filename. During review the required changes
to thunderbird-bin were missed.
2023-05-05 01:26:48 +02:00
Martin Weinelt c972d6df96
Merge pull request #217930 from SuperSandro2000/betterbird
betterbird: init at 102.8.0-bb30
2023-05-05 01:15:42 +02:00
Vladimír Čunát d379e19ded
thunderbird-unwrapped: 102.10.0 -> 102.10.1
https://www.thunderbird.net/en-US/thunderbird/102.10.1/releasenotes/
2023-05-02 16:53:19 +02:00
Vladimír Čunát dabcd72d51
thunderbird-bin-unwrapped: 102.10.0 -> 102.10.1
https://www.thunderbird.net/en-US/thunderbird/102.10.1/releasenotes/
2023-05-02 16:50:46 +02:00
Clément DOUIN 29ab2ff6bb
himalaya: remove sha256 prefixes 2023-05-01 20:33:58 +02:00
Clément DOUIN cf340b8524
himalaya: 0.7.1 -> 0.7.3
https://github.com/soywod/himalaya/blob/master/CHANGELOG.md
2023-05-01 17:45:24 +02:00
Weijia Wang 8a84a3d596
Merge pull request #228238 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.110.0 -> 3.112.6
2023-04-27 00:40:09 +03:00
Ryan Lahfa 3ffcae9af1
Merge pull request #222716 from NixOS/neomutt-update
neomutt: 20220429 -> 20230407
2023-04-26 19:44:41 +02:00
Vladimír Čunát d6b863fd9b
Merge #226795: staging-next 2023-04-18 2023-04-26 18:35:28 +02:00
Weijia Wang f4b9e8d3e6
Merge pull request #226570 from WolfangAukang/tutanota-fix
tutanota-desktop: add missing library
2023-04-26 17:26:39 +03:00
Mario Rodas dce3b1ee5d notmuch: fix darwin build
notmuch tries to compile the ruby binding with custom CFLAGS which
collides with the CFLAGS created by Ruby mkmf.
This caused notmuch to fail on Darwin, because it requires `-fdeclspec`
and it was removed from CFLAGS.
2023-04-26 05:00:00 -05:00
R. Ryantm c15c3753cd tutanota-desktop: 3.110.0 -> 3.112.6 2023-04-26 01:20:06 +00: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
Bobby Rong 7f17c918d6
evolution: 3.48.0 → 3.48.1
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.48.0...3.48.1
2023-04-21 21:52:50 +08:00
Bobby Rong 5779d314d9
evolution-ews: 3.48.0 → 3.48.1
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.48.0...3.48.1
2023-04-21 21:52:50 +08:00
P. R. d. O 12d021c555
tutanota-desktop: add missing library
#226493
2023-04-16 20:06:41 -06:00
maxine a54b28e7ab
Merge pull request #226244 from bobby285271/upd/gnome 2023-04-15 17:55:18 +00:00
Bobby Rong 7d67d51c6d
evolution-ews: 3.46.4 → 3.48.0
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.46.4...3.48.0
2023-04-15 16:37:23 +08:00
Artturi 1cd2bb9162
Merge pull request #225110 from amjoseph-nixpkgs/pr/notmuch/gmime3 2023-04-13 21:21:20 +03:00
Vladimír Čunát 2a3291834f
Merge #224806: staging-next 2023-04-05 2023-04-12 13:18:37 +02:00
Vladimír Čunát 9e37d6c90b
thunderbird-unwrapped: 102.9.1 -> 102.10.0
https://www.thunderbird.net/en-US/thunderbird/102.10.0/releasenotes/
2023-04-12 09:49:22 +02:00
Vladimír Čunát f5eed9b97c
thunderbird-bin-unwrapped: 102.8.0 -> 102.10.0
https://www.thunderbird.net/en-US/thunderbird/102.9.0/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.9.1/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.10.0/releasenotes/
2023-04-12 09:45:56 +02:00
Adam Joseph 055ffe5e35 notmuch: move gmime==3 constraint into the package
Using a top-level/all-packages.nix override to select the version is
confusing, and circumvents user overlays.
2023-04-06 23:50:02 -07:00
Jan Tojnar c410f1ee07 evolution: 3.47.3 → 3.48.0
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.47.3...3.48.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:25 +02:00
Jan Tojnar 48d92a5e9a evolution: 3.47.2 → 3.47.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.47.2...3.47.3

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:03 +02:00
Jan Tojnar a788a54676 evolution: 3.46.4 → 3.47.2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.46.4...3.47.2

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:34:52 +02:00
Kerstin Humm 0b0cc93e79
remove myself (erictapen) from packages which I don't use anymore 2023-04-03 17:07:16 +02:00
7c6f434c e863220fb9
Merge pull request #223946 from rhendric/rhendric/alpine
alpine: 2.25 -> 2.26
2023-04-03 14:27:13 +00:00
R. Ryantm 4864ee8f07 thunderbird-unwrapped: 102.9.0 -> 102.9.1 2023-03-31 06:03:54 +00:00
Ryan Hendrickson 961e6fbadb alpine: 2.25 -> 2.26
Also update URLs, add updateScript, add self as maintainer.
2023-03-30 15:33:42 -04:00
Sandro Jäckel ea750901e2
betterbird: init at 102.8.0-bb30 2023-03-28 00:05:33 +02:00
Sandro Jäckel f382bf1d80
thunderbird: allow overwriting wrapped binary 2023-03-27 23:27:15 +02:00
Matthias Beyer 3257a92f24
mutt: 2.2.9 -> 2.2.10
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-03-26 15:27:15 +02:00
Artturin 780669daf5 treewide: don't hardcode /nix/store (no rebuilds changes)
improve experience for other store locations
2023-03-24 20:11:33 +02:00
Naïm Favier 4f9bedb8d3
Merge pull request #215330 from soywod/master
himalaya: 0.6.0 -> 0.7.1
2023-03-24 10:19:07 +01:00
kilianar a16e75fcbd electron-mail: 5.1.2 -> 5.1.6
https://github.com/vladimiry/ElectronMail/releases/tag/v5.1.6
2023-03-17 16:52:59 +01:00
R. Ryantm e0cb92c3ec thunderbird-unwrapped: 102.8.0 -> 102.9.0 2023-03-16 05:38:14 +00:00