mailutils/mailutils.changes

94 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Wed Nov 21 10:32:35 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Add mailutils-3.5-guile-2.0.patch and mailutils-3.5-guile-2.0.tar.xz
to port the guile-2.0 interface of mailutils-3.4 back to mailutils-3.5
as it seems that guile-2.2 is currently not doable
-------------------------------------------------------------------
Mon Nov 19 10:24:58 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Move guile site files into main package here there is the guimb
scheme script file
- Repair ghost links used by update-alternatives
- Temporary disable guile as there is currently no guile-2.2
-------------------------------------------------------------------
Tue Oct 30 10:40:54 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Update to mailutils 3.5
* Support for Guile version 2.2.0 and later
Support for prior versions has been withdrawn.
* New scheme functions
+ mu-encoder-port port name . args
+ mu-decoder-port port name . args
+ mu-header-decode hdr [charset]
+ mu-header-encode hdr [encoding [charset]]
* Introduced support for Python 3.x
* Define sieve variables from the command line
The sieve utility now allows you to supply initial values for
RFC 5229 variables using the --variable command line option, e.g.
sieve --variable mailbox=outgoing
* Support for Berkeley DB versions 5 and 6
* headline variable in the mail utility
The new %D specifier has been implemented, which allows the user to
supply arbitrary strftime(3) format string for outputting message
date/time. E.g.:
set headline="%4m %20D{%Y-%m-%dT%H:%M:%S} %18f %s"
In simplified form, %D can be followed by a single time format
specifier. E.g. %DH can be used instead of %D{%H}.
* Bugfixes
+ Fix alignment specifiers in the headline variable (mail utility)
+ Fix eventual segmentation violation in imap4d
It occurred when a recently started subprocess received a termination
signal before initializing its I/O subsystem. Most often this happens
when the master process is being shut down.
+ Fix endianness bug in string to IP conversion
+ Force terminating null character in the output of mh_format
+ Fix bug in base64 encoder - don't return immediately upon receiving eof
+ Fix command expansion in wordsplit
- Remove patch mimeview_lexer_format-security.patch now upstream
-------------------------------------------------------------------
Fri Aug 3 09:45:20 UTC 2018 - werner@suse.de
- Add some more conflicts to other imap/pop3 services
-------------------------------------------------------------------
Tue Jul 31 10:56:24 UTC 2018 - werner@suse.de
- Generate soem manual pages with help2man
- Move manual pages of system binaries to the appropiate package
-------------------------------------------------------------------
Sun Jun 10 23:33:31 UTC 2018 - jengelh@inai.de
- Trim marketing wording from description, fix grammar.
- Trim idempotent %if..%endif guards.
- Opportunistically use some more macros in the spec.
-------------------------------------------------------------------
Fri Jun 8 06:20:04 UTC 2018 - werner@suse.de
- Adding conflict in mailutils-pop3d to courier-imap as using the
same bibary path /usr/sbin/pop3d
-------------------------------------------------------------------
Thu Jun 7 10:00:15 UTC 2018 - werner@suse.de
- Add patch silent-rpmlint-with_initgroups.patch to add initgroups
before setuid()
-------------------------------------------------------------------
Thu Jun 7 08:36:16 UTC 2018 - werner@suse.de
- Disable build of dotlock and maidag compare with buf boo#1095783
-------------------------------------------------------------------
Tue May 29 16:14:43 UTC 2018 - werner@suse.de
- Initial package mailutils as required by GNU Emacs
Added two patches
* mimeview_lexer_format-security.patch
* lisp-load-silent.patch