Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2020-11-24 22:10:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and      /work/SRC/openSUSE:Factory/.neomutt.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neomutt"

Tue Nov 24 22:10:37 2020 rev:15 rq:850231 version:20201120

Changes:
--------
--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2020-09-14 
12:33:49.849309186 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.5913/neomutt.changes        
2020-11-24 22:10:56.971410474 +0100
@@ -1,0 +2,93 @@
+Sat Nov 21 13:47:00 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- add upstream signing key and validate source signature
+
+-------------------------------------------------------------------
+Sat Nov 21 11:56:38 UTC 2020 - Kai Liu <kai....@suse.com>
+
+- Update to 20201120. Address boo#1179035, CVE-2020-28896.
+  * Security
+    - imap: close connection on all failures
+  * Features
+    - alias: add function to Alias/Query dialogs
+    - config: add validators for {imap,smtp,pop}_authenticators
+    - config: warn when signature file is missing or not readable
+    - smtp: support for native SMTP LOGIN auth mech
+    - notmuch: show originating folder in index
+  * Bug Fixes
+    - sidebar: prevent the divider colour bleeding out
+    - sidebar: fix <sidebar-{next,prev}-new>
+    - notmuch: fix query for current email
+    - restore shutdown-hook functionality
+    - crash in reply-to
+    - user-after-free in folder-hook
+    - fix some leaks
+    - fix application of limits to modified mailboxes
+    - write Date header when postponing
+  * Translations
+    - 100% Lithuanian
+    - 100% Czech
+    - 70% Turkish
+  * Docs
+    - Document that $sort_alias affects the query menu
+  * Build
+    - improve ASAN flags
+    - add SASL and S/MIME to --everything
+    - fix contrib (un)install
+  * Code
+    - my_hdr compose screen notifications
+    - add contracts to the MXAPI
+    - maildir refactoring
+    - further reduce the use of global variables
+  * Upstream
+    - Add $count_alternatives to count attachments inside alternatives
+
+- Changes from 20200925
+  * Features
+    - Compose: display user-defined headers
+    - Address Book / Query: live sorting
+    - Address Book / Query: patterns for searching
+    - Config: Add '+=' and '-=' operators for String Lists
+    - Config: Add '+=' operator for Strings
+    - Allow postfix query ':setenv NAME?' for env vars
+  * Bug Fixes
+    - Fix crash when searching with invalid regexes
+    - Compose: Prevent infinite loop of send2-hooks
+    - Fix sidebar on new/removed mailboxes
+    - Restore indentation for named mailboxes
+    - Prevent half-parsing an alias
+    - Remove folder creation prompt for POP path
+    - Show error if $message_cachedir doesn't point to a valid directory
+    - Fix tracking LastDir in case of IMAP paths with Unicode characters
+    - Make sure all mail gets applied the index limit
+    - Add warnings to -Q query CLI option
+    - Fix index tracking functionality
+  * Changed Config
+    - Add $compose_show_user_headers (yes)
+  * Translations
+    - 100% Czech
+    - 100% Lithuanian
+    - Split up usage strings
+  * Build
+    - Run shellcheck on hcachever.sh
+    - Add the Address Sanitizer
+    - Move compose files to lib under compose/
+    - Move address config into libaddress
+    - Update to latest acutest - fixes a memory leak in the unit tests
+  * Code
+    - Implement ARRAY API
+    - Deglobalised the Config Sort functions
+    - Refactor the Sidebar to be Event-Driven
+    - Refactor the Color Event
+    - Refactor the Commands list
+    - Make ctx_update_tables private
+    - Reduce the scope/deps of some Validator functions
+    - Use the Email's IMAP UID instead of an increasing number as index
+    - debug: log window focus
+
+- Removed neomutt-sidebar-abbreviate-shorten-what-user-sees.patch.
+  No longer needed.
+
+- Misc spec file cleanups.
+
+-------------------------------------------------------------------

Old:
----
  20200821.tar.gz
  neomutt-sidebar-abbreviate-shorten-what-user-sees.patch

New:
----
  20201120.tar.gz
  20201120.tar.gz.sig
  neomutt.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neomutt.spec ++++++
--- /var/tmp/diff_new_pack.N9yMwN/_old  2020-11-24 22:11:01.671414830 +0100
+++ /var/tmp/diff_new_pack.N9yMwN/_new  2020-11-24 22:11:01.675414834 +0100
@@ -17,14 +17,15 @@
 
 
 Name:           neomutt
-Version:        20200821
+Version:        20201120
 Release:        0
 Summary:        A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Clients
 URL:            https://neomutt.org
 Source:         https://github.com/neomutt/neomutt/archive/%{version}.tar.gz
-Patch0:         neomutt-sidebar-abbreviate-shorten-what-user-sees.patch
+Source2:        
https://github.com/neomutt/neomutt/releases/download/%{version}/%{version}.tar.gz.sig
+Source3:        
https://flatcap.org/id/richard.russon.neomutt.asc#/%{name}.keyring
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cyrus-sasl-devel
@@ -70,7 +71,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -98,7 +98,7 @@
 
 %files
 %config(noreplace) %{_sysconfdir}/neomuttrc
-%license %{_docdir}/neomutt/LICENSE.md
+%license %{_docdir}/%{name}/LICENSE.md
 %{_bindir}/neomutt
 %{_mandir}/man1/neomutt.1%{?ext_man}
 %{_mandir}/man5/neomuttrc.5%{?ext_man}
@@ -111,19 +111,22 @@
 %{_mandir}/man5/mbox_neomutt.5%{?ext_man}
 %{_mandir}/man5/mmdf_neomutt.5%{?ext_man}
 # this file is used from the default /etc/neomuttrc and moved from neomutt-doc
-%dir %{_docdir}/neomutt
-%doc %{_docdir}/neomutt/manual.txt
+%dir %{_docdir}/%{name}
+%doc %{_docdir}/%{name}/manual.txt
 
 %files doc
-%dir %{_docdir}/neomutt
+%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/README*
+%doc %{_docdir}/%{name}/AUTHORS.md
 %doc %{_docdir}/%{name}/ChangeLog.md
 %doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
-%doc %{_docdir}/neomutt/INSTALL.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}/neomutt/mime.types
-%doc %{_docdir}/neomutt/smime-notes.txt
+%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/
@@ -135,7 +138,6 @@
 %doc %{_docdir}/%{name}/samples/*.rc
 %doc %{_docdir}/%{name}/samples/colors.*
 %doc %{_docdir}/%{name}/samples/sample.*
-%doc %{_docdir}/%{name}/samples/smime_keys_test.pl
 %dir %doc %{_docdir}/%{name}/vim-keys/
 %doc %{_docdir}/%{name}/vim-keys/*
 %dir %doc %{_docdir}/%{name}/hcache-bench/

++++++ 20200821.tar.gz -> 20201120.tar.gz ++++++
++++ 140865 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to