Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neomutt for openSUSE:Factory checked in at 2022-01-07 12:45:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neomutt (Old) and /work/SRC/openSUSE:Factory/.neomutt.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neomutt" Fri Jan 7 12:45:47 2022 rev:21 rq:944474 version:20211029 Changes: -------- --- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes 2021-05-12 19:33:23.930757991 +0200 +++ /work/SRC/openSUSE:Factory/.neomutt.new.1896/neomutt.changes 2022-01-07 12:47:14.139881055 +0100 @@ -1,0 +2,72 @@ +Wed Jan 5 10:06:24 UTC 2022 - Dirk M??ller <dmuel...@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 + +------------------------------------------------------------------- Old: ---- 20210205.tar.gz 20210205.tar.gz.sig New: ---- 20211029.tar.gz 20211029.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neomutt.spec ++++++ --- /var/tmp/diff_new_pack.sYkNIk/_old 2022-01-07 12:47:15.183881780 +0100 +++ /var/tmp/diff_new_pack.sYkNIk/_new 2022-01-07 12:47:15.187881783 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: neomutt -Version: 20210205 +Version: 20211029 Release: 0 Summary: A command line mail reader (or MUA), a fork of Mutt with added features License: GPL-2.0-or-later @@ -116,37 +116,39 @@ %doc %{_docdir}/%{name}/manual.txt %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}/ChangeLog.md %doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md +%doc %{_docdir}/%{name}/colorschemes/*.neomuttrc %doc %{_docdir}/%{name}/CONTRIBUTING.md -%doc %{_docdir}/%{name}/INSTALL.md -%doc %{_docdir}/%{name}/SECURITY.md -%dir %{_docdir}/%{name}/ +%doc %{_docdir}/%{name}/hcache-bench/neomutt-hcache-bench.sh +%doc %{_docdir}/%{name}/hcache-bench/neomuttrc +%doc %{_docdir}/%{name}/hcache-bench/README.md %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 -%dir %doc %{_docdir}/%{name}/keybase/ +%doc %{_docdir}/%{name}/INSTALL.md %doc %{_docdir}/%{name}/keybase/* -%dir %doc %{_docdir}/%{name}/logo/ %doc %{_docdir}/%{name}/logo/neomutt* -%dir %doc %{_docdir}/%{name}/samples/ +%doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc +%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/colors.* %doc %{_docdir}/%{name}/samples/sample.* -%dir %doc %{_docdir}/%{name}/vim-keys/ +%doc %{_docdir}/%{name}/SECURITY.md +%doc %{_docdir}/%{name}/smime-notes.txt %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 -%dir %doc %{_docdir}/%{name}/lua/ -%doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc -%doc %{_docdir}/%{name}/lua/test_lua-api_spec.lua %files lang -f %{name}.lang ++++++ 20210205.tar.gz -> 20211029.tar.gz ++++++ ++++ 426381 lines of diff (skipped) ++++++ neomutt.keyring ++++++ --- /var/tmp/diff_new_pack.sYkNIk/_old 2022-01-07 12:47:16.159882458 +0100 +++ /var/tmp/diff_new_pack.sYkNIk/_new 2022-01-07 12:47:16.163882461 +0100 @@ -13,18 +13,18 @@ KVMlS4ayHt9iG9iZ4c2rjTsxbLDYB5Mw17WNxwfGhMhiy15GRizFHJxLhQARAQAB tCtSaWNoYXJkIFJ1c3NvbiAoTmVvTXV0dCkgPHJpY2hAZmxhdGNhcC5vcmc+iQJU BBMBCAA+AhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAFiEEhsI5cnDdelYSY8pO -X68Kbuc3GAUFAlyuR/wFCQlo9yIACgkQX68Kbuc3GAWx6BAAg10hlX6WQcjl60l8 -kiCUxH47WGOYf+oCdZ6mxRozWLgAVKo7PRblPv1yjswyaHh+YHOZO2wI6IJv5yZb -3Qk1pQzTu6l4zHylni/kAJpqamn27XeA4kL/qUQFnprfWHb/pyjBEHJ2G8FRqVwL -h9G5zkZouQP/H2rUkSKnc5RxJbb+D9qQxCqkhVJBYZ7NFAo+FtR0QTq5UEMvWp/U -kHOhePwHYIRBlRv6UYLgpqG/x6uInDPTx0KkGA1rpoFyuZQeWtU0HAeJrK7fExPs -YsV8Cvx4LEmX9JlmXb1Il9HKUuvpwcj3Aq2xtobQgdJy4GrSja8dD/r+xhmvP5R8 -MjTILLne0/IMWTFDk8j6T/ylm/S7++xN82HgtM0IBxU7qLONmirzjs81EG1hRvf/ -NfhIgn1wOgiVvK3dh/tYvoOwT5h2kAVHaYuocdCG0ZEeJ1o6FIEdrqx0KAr9Sl6+ -ygHpm4nw/ZT7ldpcw59I8OH/9T8QwJBm3Loy/Pfhsx4+quPyQsWz+v78Fhh0m1l3 -vf2DLPD1O6GjCdchcdRMTgRWoXKMGgLp6+q1ELxWg3nfkymiwLq5kdxdaSqVkP1J -E+mBMT2GncoY/mK7bmIC4wMl274dxyoAY1HCBSqd5V9fig2Vzx87dGHNbHQmXD14 -72op5L0YtjdVtDSS4Z08snQ3Big= -=HcQK +X68Kbuc3GAUFAmDPRRgFCQ2J9D4ACgkQX68Kbuc3GAXMsw//UcV5RfVKRZrHTEQf +GPNDfZEXf+k0t12Vf1C9uW0GVrjD4IUupIBDGPcY8H4y/Xhi113rcMsQ0B1ZSLJd +2h71Mic17xmk4gIr3RXICVNxGDESDemZdVDRCtDqHNRHxFSbQMOO1fC9kF3T7+GA +alXbd416md5C6uLFd1ETnosjVJfAxmJjyM+5V7cakYiKjX45r3TR0byJZyJsirfV +z6kfIJHdLEtyl/dEAbVSdympmresBMcDvMrTvcIiob3RO1kySkAT9K6zJRXtBATk +OjXVdgoaZDQOCaO23nu/wVawdx7cNs2nHckHf1w6hGtaZu4bdhMStTDCdIWoKMQT +WOnvQwcrLDM2yYO7AcuKVZN0+MH5ZI700ekJtlEseL9QEeIetkLyUF+uDdLqVT2i +kx3xNOjKq/UrXtFVo1ehDHzOEmfpHrDPjR8uz662Y2w0TY3rMvvRZ0wVPUq3wSlb +Q7cW/WcNBxzLBCGHc1OD8q7oEohuhyYJZHtS/PUOj1ObKNyR9gPE196C9cM62dZg +ICxWZMP1P/Co0f6NyLG9vHD11QkUanwqvH26b2D21vfK3qXLWt/fUbwwoYdi+p91 +flUoB2R2drTDfGghZsDjDiK5THGGZEL2+MXgMMyQrCoT0+/rxMrBmJ5Mp/bdn7Ha +Sx71N4dC/Nrkr+HpjkdfQMFd93o= +=1lrw -----END PGP PUBLIC KEY BLOCK-----