Accepting request 943948 from home:dirkmueller:Factory
- update to 20211029 (bsc#1185705, CVE-2021-32055): * Notmuch: support separate database and mail roots without .notmuch * fix notmuch crash on open failure * fix crypto crash handling pgp keys * fix ncrypt/pgp file_get_size return check * fix restore case-insensitive header sort * fix pager redrawing of long lines * fix notmuch: check database dir for xapian dir * fix notmuch: update index count after <entire-thread> * fix protect hash table against empty keys * fix prevent real_subj being set but empty * fix leak when saving fcc * fix leak after <edit-or-view-raw-message> * fix leak after trash to hidden mailbox * fix leak restoring postponed emails * fix new mail notifications * fix pattern compilation error for ( !>(~P) ) * fix menu display on window resize * Stop batch mode emails with no argument or recipients * Add sanitize call in print mailcap function * fix hdr_order to use the longest match * fix (un)setenv to not return an error with unset env vars * fix Imap sync when closing a mailbox * fix segfault on OpenBSD current * sidebar: restore sidebar_spoolfile colour * fix assert when displaying a file from the browser * fix exec command in compose * fix check_stats for Notmuch mailboxes * Fallback: Open Notmuch database without config * fix gui hook commands on startup OBS-URL: https://build.opensuse.org/request/show/943948 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=47
This commit is contained in:
parent
aca3225920
commit
73828de18e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77e177780fc2d8abb475d9cac4342c7e61d53c243f6ce2f9bc86d819fc962cdb
|
|
||||||
size 3476980
|
|
Binary file not shown.
3
20211029.tar.gz
Normal file
3
20211029.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08245cfa7aec80b895771fd1adcbb7b86e9c0434dfa64574e3c8c4d692aaa078
|
||||||
|
size 3702926
|
BIN
20211029.tar.gz.sig
Normal file
BIN
20211029.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,75 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 5 10:06:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 20211029 (bsc#1185705, CVE-2021-32055):
|
||||||
|
* Notmuch: support separate database and mail roots without .notmuch
|
||||||
|
* fix notmuch crash on open failure
|
||||||
|
* fix crypto crash handling pgp keys
|
||||||
|
* fix ncrypt/pgp file_get_size return check
|
||||||
|
* fix restore case-insensitive header sort
|
||||||
|
* fix pager redrawing of long lines
|
||||||
|
* fix notmuch: check database dir for xapian dir
|
||||||
|
* fix notmuch: update index count after <entire-thread>
|
||||||
|
* fix protect hash table against empty keys
|
||||||
|
* fix prevent real_subj being set but empty
|
||||||
|
* fix leak when saving fcc
|
||||||
|
* fix leak after <edit-or-view-raw-message>
|
||||||
|
* fix leak after trash to hidden mailbox
|
||||||
|
* fix leak restoring postponed emails
|
||||||
|
* fix new mail notifications
|
||||||
|
* fix pattern compilation error for ( !>(~P) )
|
||||||
|
* fix menu display on window resize
|
||||||
|
* Stop batch mode emails with no argument or recipients
|
||||||
|
* Add sanitize call in print mailcap function
|
||||||
|
* fix hdr_order to use the longest match
|
||||||
|
* fix (un)setenv to not return an error with unset env vars
|
||||||
|
* fix Imap sync when closing a mailbox
|
||||||
|
* fix segfault on OpenBSD current
|
||||||
|
* sidebar: restore sidebar_spoolfile colour
|
||||||
|
* fix assert when displaying a file from the browser
|
||||||
|
* fix exec command in compose
|
||||||
|
* fix check_stats for Notmuch mailboxes
|
||||||
|
* Fallback: Open Notmuch database without config
|
||||||
|
* fix gui hook commands on startup
|
||||||
|
* threads: implement the $use_threads feature
|
||||||
|
* https://neomutt.org/feature/use-threads
|
||||||
|
* hooks: allow a -noregex param to folder and mbox hooks
|
||||||
|
* mailing lists: implement list-(un)subscribe using RFC2369 headers
|
||||||
|
* mailcap: implement x-neomutt-nowrap flag
|
||||||
|
* pager: add $local_date_header option
|
||||||
|
* imap, smtp: add support for authenticating using XOAUTH2
|
||||||
|
* Allow <sync-mailbox> to fail quietly
|
||||||
|
* imap: speed up server-side searches
|
||||||
|
* pager: improve skip-quoted and skip-headers
|
||||||
|
* notmuch: open database with user's configuration
|
||||||
|
* notmuch: implement <vfolder-window-reset>
|
||||||
|
* config: allow += modification of my_ variables
|
||||||
|
* notmuch: tolerate file renames behind neomutt's back
|
||||||
|
* pager: implement $pager_read_delay
|
||||||
|
* notmuch: validate nm_query_window_timebase
|
||||||
|
* notmuch: make $nm_record work in non-notmuch mailboxes
|
||||||
|
* compose: add $greeting - a welcome message on top of emails
|
||||||
|
* notmuch: show additional mail in query windows
|
||||||
|
* imap: fix crash on external IMAP events
|
||||||
|
* notmuch: handle missing libnotmuch version bumps
|
||||||
|
* imap: add sanity check for qresync
|
||||||
|
* notmuch: allow windows with 0 duration
|
||||||
|
* index: fix index selection on <collapse-all>
|
||||||
|
* imap: fix crash when sync'ing labels
|
||||||
|
* search: fix searching by Message-Id in <mark-message>
|
||||||
|
* threads: fix double sorting of threads
|
||||||
|
* stats: don't check mailbox stats unless told
|
||||||
|
* alias: fix crash on empty query
|
||||||
|
* pager: honor mid-message config changes
|
||||||
|
* mailbox: don't propagate read-only state across reopens
|
||||||
|
* hcache: fix caching new labels in the header cache
|
||||||
|
* crypto: set invalidity flags for gpgme/smime keys
|
||||||
|
* notmuch: fix parsing of multiple type=
|
||||||
|
* notmuch: validate $nm_default_url
|
||||||
|
* messages: avoid unnecessary opening of messages
|
||||||
|
* imap: fix seqset iterator when it ends in a comma
|
||||||
|
* build: refuse to build without pcre2 when pcre2 is linked in ncurses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 24 18:01:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 24 18:01:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -13,17 +13,17 @@ YOpM1LiojhXaysx8USNaByOuu1Z6uflh4XJaxgpCaJe2RPof57MUHjk1cOUuEC6E
|
|||||||
KVMlS4ayHt9iG9iZ4c2rjTsxbLDYB5Mw17WNxwfGhMhiy15GRizFHJxLhQARAQAB
|
KVMlS4ayHt9iG9iZ4c2rjTsxbLDYB5Mw17WNxwfGhMhiy15GRizFHJxLhQARAQAB
|
||||||
tCtSaWNoYXJkIFJ1c3NvbiAoTmVvTXV0dCkgPHJpY2hAZmxhdGNhcC5vcmc+iQJU
|
tCtSaWNoYXJkIFJ1c3NvbiAoTmVvTXV0dCkgPHJpY2hAZmxhdGNhcC5vcmc+iQJU
|
||||||
BBMBCAA+AhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAFiEEhsI5cnDdelYSY8pO
|
BBMBCAA+AhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAFiEEhsI5cnDdelYSY8pO
|
||||||
X68Kbuc3GAUFAlyuR/wFCQlo9yIACgkQX68Kbuc3GAWx6BAAg10hlX6WQcjl60l8
|
X68Kbuc3GAUFAmDPRRgFCQ2J9D4ACgkQX68Kbuc3GAXMsw//UcV5RfVKRZrHTEQf
|
||||||
kiCUxH47WGOYf+oCdZ6mxRozWLgAVKo7PRblPv1yjswyaHh+YHOZO2wI6IJv5yZb
|
GPNDfZEXf+k0t12Vf1C9uW0GVrjD4IUupIBDGPcY8H4y/Xhi113rcMsQ0B1ZSLJd
|
||||||
3Qk1pQzTu6l4zHylni/kAJpqamn27XeA4kL/qUQFnprfWHb/pyjBEHJ2G8FRqVwL
|
2h71Mic17xmk4gIr3RXICVNxGDESDemZdVDRCtDqHNRHxFSbQMOO1fC9kF3T7+GA
|
||||||
h9G5zkZouQP/H2rUkSKnc5RxJbb+D9qQxCqkhVJBYZ7NFAo+FtR0QTq5UEMvWp/U
|
alXbd416md5C6uLFd1ETnosjVJfAxmJjyM+5V7cakYiKjX45r3TR0byJZyJsirfV
|
||||||
kHOhePwHYIRBlRv6UYLgpqG/x6uInDPTx0KkGA1rpoFyuZQeWtU0HAeJrK7fExPs
|
z6kfIJHdLEtyl/dEAbVSdympmresBMcDvMrTvcIiob3RO1kySkAT9K6zJRXtBATk
|
||||||
YsV8Cvx4LEmX9JlmXb1Il9HKUuvpwcj3Aq2xtobQgdJy4GrSja8dD/r+xhmvP5R8
|
OjXVdgoaZDQOCaO23nu/wVawdx7cNs2nHckHf1w6hGtaZu4bdhMStTDCdIWoKMQT
|
||||||
MjTILLne0/IMWTFDk8j6T/ylm/S7++xN82HgtM0IBxU7qLONmirzjs81EG1hRvf/
|
WOnvQwcrLDM2yYO7AcuKVZN0+MH5ZI700ekJtlEseL9QEeIetkLyUF+uDdLqVT2i
|
||||||
NfhIgn1wOgiVvK3dh/tYvoOwT5h2kAVHaYuocdCG0ZEeJ1o6FIEdrqx0KAr9Sl6+
|
kx3xNOjKq/UrXtFVo1ehDHzOEmfpHrDPjR8uz662Y2w0TY3rMvvRZ0wVPUq3wSlb
|
||||||
ygHpm4nw/ZT7ldpcw59I8OH/9T8QwJBm3Loy/Pfhsx4+quPyQsWz+v78Fhh0m1l3
|
Q7cW/WcNBxzLBCGHc1OD8q7oEohuhyYJZHtS/PUOj1ObKNyR9gPE196C9cM62dZg
|
||||||
vf2DLPD1O6GjCdchcdRMTgRWoXKMGgLp6+q1ELxWg3nfkymiwLq5kdxdaSqVkP1J
|
ICxWZMP1P/Co0f6NyLG9vHD11QkUanwqvH26b2D21vfK3qXLWt/fUbwwoYdi+p91
|
||||||
E+mBMT2GncoY/mK7bmIC4wMl274dxyoAY1HCBSqd5V9fig2Vzx87dGHNbHQmXD14
|
flUoB2R2drTDfGghZsDjDiK5THGGZEL2+MXgMMyQrCoT0+/rxMrBmJ5Mp/bdn7Ha
|
||||||
72op5L0YtjdVtDSS4Z08snQ3Big=
|
Sx71N4dC/Nrkr+HpjkdfQMFd93o=
|
||||||
=HcQK
|
=1lrw
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
|
54
neomutt.spec
54
neomutt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package neomutt
|
# spec file for package neomutt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neomutt
|
Name: neomutt
|
||||||
Version: 20210205
|
Version: 20211029
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -116,37 +116,39 @@ make %{?_smp_mflags}
|
|||||||
%doc %{_docdir}/%{name}/manual.txt
|
%doc %{_docdir}/%{name}/manual.txt
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{_docdir}/%{name}/README*
|
%dir %{_docdir}/%{name}/
|
||||||
|
%dir %doc %{_docdir}/%{name}/colorschemes/
|
||||||
|
%dir %doc %{_docdir}/%{name}/hcache-bench/
|
||||||
|
%dir %doc %{_docdir}/%{name}/keybase/
|
||||||
|
%dir %doc %{_docdir}/%{name}/logo/
|
||||||
|
%dir %doc %{_docdir}/%{name}/lua/
|
||||||
|
%dir %doc %{_docdir}/%{name}/samples/
|
||||||
|
%dir %doc %{_docdir}/%{name}/vim-keys/
|
||||||
%doc %{_docdir}/%{name}/AUTHORS.md
|
%doc %{_docdir}/%{name}/AUTHORS.md
|
||||||
%doc %{_docdir}/%{name}/ChangeLog.md
|
%doc %{_docdir}/%{name}/ChangeLog.md
|
||||||
%doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
|
%doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
|
||||||
%doc %{_docdir}/%{name}/CONTRIBUTING.md
|
|
||||||
%doc %{_docdir}/%{name}/INSTALL.md
|
|
||||||
%doc %{_docdir}/%{name}/SECURITY.md
|
|
||||||
%dir %{_docdir}/%{name}/
|
|
||||||
%doc %{_docdir}/%{name}/*.html
|
|
||||||
%doc %{_docdir}/%{name}/mime.types
|
|
||||||
%doc %{_docdir}/%{name}/smime-notes.txt
|
|
||||||
%dir %doc %{_docdir}/%{name}/colorschemes/
|
|
||||||
%doc %{_docdir}/%{name}/colorschemes/*.neomuttrc
|
%doc %{_docdir}/%{name}/colorschemes/*.neomuttrc
|
||||||
%dir %doc %{_docdir}/%{name}/keybase/
|
%doc %{_docdir}/%{name}/CONTRIBUTING.md
|
||||||
%doc %{_docdir}/%{name}/keybase/*
|
|
||||||
%dir %doc %{_docdir}/%{name}/logo/
|
|
||||||
%doc %{_docdir}/%{name}/logo/neomutt*
|
|
||||||
%dir %doc %{_docdir}/%{name}/samples/
|
|
||||||
%doc %{_docdir}/%{name}/samples/*.pl
|
|
||||||
%doc %{_docdir}/%{name}/samples/*.rc
|
|
||||||
%doc %{_docdir}/%{name}/samples/colors.*
|
|
||||||
%doc %{_docdir}/%{name}/samples/sample.*
|
|
||||||
%dir %doc %{_docdir}/%{name}/vim-keys/
|
|
||||||
%doc %{_docdir}/%{name}/vim-keys/*
|
|
||||||
%dir %doc %{_docdir}/%{name}/hcache-bench/
|
|
||||||
%doc %{_docdir}/%{name}/hcache-bench/README.md
|
|
||||||
%doc %{_docdir}/%{name}/hcache-bench/neomuttrc
|
|
||||||
%doc %{_docdir}/%{name}/hcache-bench/neomutt-hcache-bench.sh
|
%doc %{_docdir}/%{name}/hcache-bench/neomutt-hcache-bench.sh
|
||||||
%dir %doc %{_docdir}/%{name}/lua/
|
%doc %{_docdir}/%{name}/hcache-bench/neomuttrc
|
||||||
|
%doc %{_docdir}/%{name}/hcache-bench/README.md
|
||||||
|
%doc %{_docdir}/%{name}/*.html
|
||||||
|
%doc %{_docdir}/%{name}/INSTALL.md
|
||||||
|
%doc %{_docdir}/%{name}/keybase/*
|
||||||
|
%doc %{_docdir}/%{name}/logo/neomutt*
|
||||||
%doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc
|
%doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc
|
||||||
%doc %{_docdir}/%{name}/lua/test_lua-api_spec.lua
|
%doc %{_docdir}/%{name}/lua/test_lua-api_spec.lua
|
||||||
|
%doc %{_docdir}/%{name}/mime.types
|
||||||
|
%doc %{_docdir}/%{name}/oauth2
|
||||||
|
%doc %{_docdir}/%{name}/README*
|
||||||
|
%doc %{_docdir}/%{name}/samples/colors.*
|
||||||
|
%doc %{_docdir}/%{name}/samples/*.pl
|
||||||
|
%doc %{_docdir}/%{name}/samples/*.py
|
||||||
|
%doc %{_docdir}/%{name}/samples/*.rc
|
||||||
|
%doc %{_docdir}/%{name}/samples/sample.*
|
||||||
|
%doc %{_docdir}/%{name}/SECURITY.md
|
||||||
|
%doc %{_docdir}/%{name}/smime-notes.txt
|
||||||
|
%doc %{_docdir}/%{name}/vim-keys/*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user