3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

940 commits

Author SHA1 Message Date
R. RyanTM 2d41dab849 claws-mail: 3.17.4 -> 3.17.5 2020-02-25 21:52:09 +00:00
Matthias Beyer 36ab5e27e7 mutt: 1.13.3 -> 1.13.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-02-15 22:29:35 +01:00
taku0 64fe2b7260 thunderbird: 68.4.2 -> 68.5.0 2020-02-12 03:16:07 +09:00
taku0 eaf12cc4d1 thunderbird-bin: 68.4.2 -> 68.5.0 2020-02-12 03:12:21 +09:00
Bruno Bigras a03b2b331e notmuch: 0.29.2 -> 0.29.3 2020-02-06 22:51:21 +01:00
Florian Klink fe08bffe4c aerc: 0.3.0 -> unstable-2020-02-01
The current version seems to go panic on some mail boxes.

It's already fixed in master, but there hasn't been a release yet.
2020-02-01 23:38:36 +01:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
taku0 a5c3e0647b thunderbird: 68.4.1 -> 68.4.2 2020-01-25 03:16:22 +09:00
taku0 ef497b63ba thunderbird-bin: 68.4.1 -> 68.4.2 2020-01-25 03:12:19 +09:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Matthias Beyer 82f9e97ae4 mutt: 1.13.2 -> 1.13.3 2020-01-13 00:35:33 -08:00
taku0 f7c1c22747 thunderbird: 68.3.1 -> 68.4.1 2020-01-11 15:16:34 +09:00
taku0 ae41b779a9 thunderbird-bin: 68.3.1 -> 68.4.1 2020-01-11 15:12:44 +09:00
Emery Hemingway dcf9c11477 trojita: add explicit libsecret dependency
This was previously a transitive dependency.

Fix #77296
2020-01-10 13:46:48 +01:00
Robin Gloster 6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
taku0 fe5b38251b thunderbird: 68.3.0 -> 68.3.1 2019-12-21 10:48:12 +09:00
taku0 f555250949 thunderbird-bin: 68.3.0 -> 68.3.1 2019-12-21 10:46:34 +09:00
Matthias Beyer 6a379a58c7 mutt: 1.13.1 -> 1.13.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-19 09:31:48 +01:00
Andreas Rammhold e1699e3c71
thunderbird-bin: 68.2.2 -> 68.3.0 2019-12-15 20:37:50 +01:00
Matthias Beyer 1915711d87 mutt: 1.13.0 -> 1.13.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-15 10:51:20 +01:00
Bernardo Meurer 8b8458ade5 thunderbird: rewrite
This is a large scale rework of the package, here's a change summary:
    * Organized inputs (1/line, except conditionals)
    * Introduced alsaSupport, pulseaudioSupport, waylandSupport
    * enableGTK3 -> gtk3Support
    * enableCalendar -> calendarSupport
    * Organized buildInputs, nativeBuildInputs (1/line)
    * Corrected native/buildInputs separation
    * Ported over fixes/changes from Firefox
    * Enabled sound, webp, vpx, rust-SIMD, necko-wifi
    * Removed manual wrapping
    * Lifted makeDesktopItem out of string section, into Nix
    * Correctly set bindgen options
    * Added lovesegfault as maintainer
    * New url which uses https
This is non-authoritative, look at the diff for further info.
2019-12-12 05:24:28 -05:00
Bernardo Meurer 3d81015ac4
thunderbird: 68.2.2 -> 68.3.0 2019-12-09 12:49:34 -08:00
Maximilian Bosch 0922ac503c
neomutt: 20191129 -> 20191207
https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 08:15:24 +01:00
worldofpeace 0c4d731797 claws-mail: remove enablePluginFancy
It uses insecure webkitgtk24x.
2019-12-05 05:53:09 -05:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Lancelot SIX a8e9a308c2
Merge pull request #74749 from matthiasbeyer/update-mutt
mutt: 1.12.2 -> 1.13.0
2019-12-01 17:13:50 +01:00
Matthias Beyer be8f603691 mutt: 1.12.2 -> 1.13.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-30 21:51:41 +01:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
Maximilian Bosch ecb7f4c048
neomutt: 20191111 -> 20191129
https://github.com/neomutt/neomutt/releases/tag/20191129
2019-11-29 16:57:48 +01:00
Jonathan Ringer 0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
Doron Behar c4bd6b63d1 imapfilter: 2.6.14 -> 2.6.16 2019-11-27 14:14:11 +02:00
R. RyanTM c5c37d77f2 balsa: 2.5.7 -> 2.5.9 (#74118) 2019-11-26 20:00:59 +01:00
Frederik Rietdijk 06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
David Terry cb8aa201e2 aerc: 0.2.1 -> 0.3.0
- bump version
- build with notmuch support
- substitute @SHAREDIR@ in aerc.conf for the `template-dirs` key
- place ncurses instead of ncurses.dev in PATH (cannot find infocmp otherwise)
2019-11-25 08:47:28 -08:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Frederik Rietdijk 92a57ed7f1 afew: use python3 2019-11-13 16:27:38 +01:00
Renaud 7fb85457cd
Merge pull request #73103 from doronbehar/update-imapfilter
imapfilter: 2.6.13 -> 2.6.14
2019-11-13 00:28:18 +01:00
Gabriel Ebner e10e7e68e9 neomutt: 20191102 -> 20191111 2019-11-12 12:00:18 +01:00
Maximilian Bosch fb512ea853
Merge pull request #72878 from tasmo/master
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
Doron Behar 802d52076c imapfilter: 2.6.13 -> 2.6.14 2019-11-09 12:10:18 +02:00
taku0 8c487d6eb5 thunderbird: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 c667f097af thunderbird-bin: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 724f0f8008 thunderbird: 68.2.0 -> 68.2.1 2019-11-08 22:54:46 +09:00
taku0 be29def391 thunderbird-bin: 68.2.0 -> 68.2.1 2019-11-08 22:54:45 +09:00
taku0 6e7e55e780 thunderbird-bin: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
taku0 1a211c11c4 thunderbird: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09: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
Tadeo Kondrak 44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +02:00
Franz Pletz cdccbcdf53
thunderbird: fix build with gcc9 2019-11-05 01:14:00 +01:00
J Phani Mahesh 977daa25ad neomutt: 2019-10-25 -> 20191102 2019-11-02 08:02:28 +00:00
Gabriel Ebner 0008400222
Merge pull request #71984 from Ma27/bump-neomutt
neomutt: 20180716 -> 2019-10-25
2019-10-29 08:31:18 +00:00
Emery Hemingway b3e80604a7 trojita: PGP decryption support 2019-10-26 14:42:37 +02: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
Puck Meerburg 27e7fcd6b9 notmuch: 0.29.1 -> 0.29.2 2019-10-22 09:22:38 -07:00
Renaud c17efd3eea
Merge pull request #71009 from flokli/mlarchive2maildir-0.0.8
mlarchive2maildir: 0.0.6 -> 0.0.8
2019-10-20 22:49:04 +02:00
Florian Klink 407f51384f mlarchive2maildir: 0.0.6 -> 0.0.8 2019-10-12 02:04:17 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Matthew Bauer 480d11f166
Merge pull request #69866 from doronbehar/package-hasmail
hasmail: init at 2019-08-24
2019-10-02 20:06:17 -04:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Jörg Thalheim fca2e1cb5a
thunderbird: fix build with rustc 1.38 2019-10-02 08:53:58 +01:00
Doron Behar fb6dd16789 Remove gobject-introspection and put pkgconfig in native 2019-09-30 15:44:41 +03:00
Doron Behar a4487e81c7 Use only pname instead of name attr 2019-09-30 15:44:18 +03:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Doron Behar 5496caac48 hasmail: init at 2019-08-24 2019-09-28 19:04:53 +03:00
taku0 a3f9b8cd58 thunderbird: 68.1.0 -> 68.1.1 2019-09-26 17:45:00 +09:00
taku0 65cc72ec26 thunderbird-bin: 68.1.0 -> 68.1.1 2019-09-26 17:37:57 +09:00
Dmitry Kalinkin b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Peter Hoeg 07a8b0ad31
Merge pull request #68540 from peterhoeg/u/trojita
trojita: 0.7 -> 0.7.20190618
2019-09-25 04:47:50 +08:00
Peter Hoeg a3e2ab12db trojita: 0.7 -> 0.7.20190618 2019-09-24 14:55:38 +08:00
Vladimír Čunát 192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Mario Rodas 2c46706b45
Merge pull request #69135 from doronbehar/update-imapfilter
imapfilter: 2.6.12 -> 2.6.13
2019-09-22 22:50:03 -05:00
Orivej Desh dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
Jörg Thalheim c210392271
mutt: 1.12.1 -> 1.12.2 (#69239)
mutt: 1.12.1 -> 1.12.2
2019-09-22 16:01:23 +01:00
Florian Klink acd7c02ea9 afew: propagate setuptools 2019-09-22 16:15:59 +02:00
Matthias Beyer 2d1ee0e981 mutt: 1.12.1 -> 1.12.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-09-22 10:13:26 +02:00
Doron Behar c4f5faa2c0 imapfilter: 2.6.12 -> 2.6.13 2019-09-20 10:40:22 +03:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
taku0 76538e5701 thunderbird: 68.0 -> 68.1.0 2019-09-14 18:26:26 +09:00
taku0 80e0666515 thunderbird-bin: 68.0 -> 68.1.0 2019-09-14 18:26:15 +09:00
Michael Fellinger da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Nikolay Korotkiy ed9741d60f alpine: fix links 2019-09-06 21:56:09 +00:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Vladimír Čunát 0b0fddea20
Merge #67754: thunderbird*: 60.8.0 -> 68.0 2019-09-06 17:05:32 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Puck Meerburg bcc543135f notmuch: fix notmuch-emacs-mua
Before this patch, notmuch-emacs-mua would try to call emacs in PATH,
 which would obviously fail on systems with no emacs. This fixes that,
 while still keeping the capability to override your emacs' path.
2019-09-01 08:40:26 +00:00
Puck Meerburg abd8f6c045 notmuch: remove gpg substituteInPlace
As of 0.29, notmuch no longer has the gpg_path config, and instead
 uses the gmime default, so the substitute can be safely dropped.
2019-09-01 08:40:26 +00:00
Puck Meerburg 21fac085c7 notmuch: 0.28.4 -> 0.29.1
Release notes at https://notmuchmail.org/news/release-0.29/ and
 https://notmuchmail.org/news/release-0.29.1/
2019-09-01 08:40:15 +00:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
taku0 ac84c1ebde thunderbird: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
taku0 6007f737e1 thunderbird-bin: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00