mailutils/mailutils.changes

329 lines
13 KiB
Plaintext

-------------------------------------------------------------------
Fri Feb 23 11:31:43 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat May 6 01:21:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.16:
* Support for Berkeley DB version 2 withdrawn
* rdcache streams: fix stream size computation
* tlsfdstr streams: fix error handling
* wordwrap streams: fix handling of overflowing lines
-------------------------------------------------------------------
Tue Dec 27 13:09:17 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
-------------------------------------------------------------------
Tue Aug 9 18:55:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.15:
* mbox format: don't count terminating empty line as part of the message
* Improve performance of the Sieve fileinto action
* Improve efficiency of operations on flat mailboxes in append mode
* Bugfixes in quoted-printable and fromrd filters
* Various fixes in mbox and dotmail format libraries
* Fix compilation with flex version 2.6.1
-------------------------------------------------------------------
Mon Jun 20 13:39:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Fix number check of test (builtin) in %pre scriptlet (boo#1200676)
-------------------------------------------------------------------
Sun Feb 20 22:11:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
- udpate to 3.14:
* TLS support rewritten from scratch
** New configuration statement: tls.handshake-timeout
* Fix idle timeout handling (imap4d and pop3d daemons)
* New function mu_mailbox_append_message_ext
* mail utility
** new command: unread (U)
** message state is preserved when copying to another mailbox
* Build requires GNU bison and flex
* All parsers and scanners are rewritten in reentrant form
* Support for mimetypes incorporated to the libmailutils library
* Maildir and MH mailboxes
** Change the way of storing the envelope information
** Message scanner completely rewritten
* Bugfixes
** Fix timezone calculation (see https://savannah.gnu.org/bugs/?61239)
** Fixed some memory and fd leaks
** Fixed corner case in mu_make_file_name_suf function
-------------------------------------------------------------------
Fri Feb 18 11:02:46 UTC 2022 - Stefan Schubert <schubi@suse.de>
- Use libalternatives instead of update-alternatives.
-------------------------------------------------------------------
Wed Oct 20 07:50:16 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Modify patch mailutils-3.5-guile-2.0.patch and apply later
if needed for older guile versions
-------------------------------------------------------------------
Wed Oct 20 06:09:02 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Increase somajor spec file macro to value 8 (boo#1191772)
- Add check for any version change of shared the libraries
-------------------------------------------------------------------
Fri Oct 1 07:21:59 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Update to mailutils 3.13
* Fix boo#1190694: mail processing escape sequences in bodies
non-interactively
* Improved mailbox locking
* Changes in the 'locking' configuration statement.
* mail utility
+ Fix semantics of mail sending and saving commands
+ Fix the -F option
+ Improve POSIX mailx compatible mode
+ Compose escapes are recognized only in interactive mode
* Bugfixes
+ QP decoder: Accept soft line breaks (RFC 2045, 6.7, page 19).
+ Fix stream reference policy in filter streams.
+ Various bugfixes in IMAP client.
+ Fix handling of single-path MIME messages.
* Fix expunging of mailboxes in mbox and dotmail format in a read-only directory
* inc: when updating the "unseen" sequence, translate message numbers to uids
* Fix default port selection in SMTP mailer
* Fix building the mda utilities with mailbox quotas off
* Fix bugs in the testsuite
* Support for the traditional mbox format rewritten from scratch
* Fix incorrect message flags in maildir
* Fix persistency of UIDs for all mailbox formats
* Fix message ordering in maildir.
* Fix parsing of IMAP ranges
* mail
+ Changed syntax for addressing MIME message part
+ write command
* New utility: decodemail
* readmsg
+ MIME messages are decoded on output
+ Improve searches
* imap4d: implement TLS in inetd mode
* imap client code
+ Fix handling of [TRYCREATE] and similar imap responses
* sieve: quoted strings may span several lines
* Dropped support for Python 2.x
* Rewrite the AM_GNU_MAILUTILS macro to avoid using mailutils-config
* mda: restore the message-id-header configuration statement
* Changes to the libmailutils library
+ New functions for MIME parsing and mime object creation:
* Bugfixes
+ Fix intermixed I/O in buffered streams
+ Fix handling of INTR in the "mail" utility shell
+ Fix compilation without libunistring
+ Fix operation of associative arrays in case-insensitive mode
+ Fix memory leaks
+ Fix compilation with gcc 10
+ smtp mailer: fix multiple open/close on the same mailer
+ Fix list sort function
* dotmail: fix mailbox opening in append-only mode
* Fix mda testsuite
* Remove deprecated ioctls
* mail: fix composing MIME messages
* Fix build on FreeBSD
* Fix detection of Kerberos libraries
* Fix build with Python 3.8 (bug #57318)
- Remove patche now upstream
* python38-compat.patch
* silent-common-mu_tcp_wrapper_daemon.patch
- Port patch mailutils-3.5-guile-2.0.patch
-------------------------------------------------------------------
Wed Mar 3 11:51:06 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>
- mailutils, or any C code that uses pthread_cleanup_* routines
needs -fexeceptions in CFLAGS.
-------------------------------------------------------------------
Wed Jan 27 12:22:54 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- remove obsolete info macros (boo#1152105)
- fix update-alternatives usage (need to be in postun)
- prepare usrmerge (boo#1029961)
-------------------------------------------------------------------
Mon Aug 24 15:22:20 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
-------------------------------------------------------------------
Mon May 4 14:38:27 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix python packaging: python/sitepackages is definitively not
below libexecdir.
-------------------------------------------------------------------
Tue Apr 28 06:39:35 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Modify patch silent-common-mu_tcp_wrapper_daemon.patch
* Also comment out the variable tls_available as not used anywhere
-------------------------------------------------------------------
Thu Feb 27 10:51:15 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add patch silent-common-mu_tcp_wrapper_daemon.patch
* Add extern in header file declaration of variable
mu_tcp_wrapper_daemon (boo#1164444)
-------------------------------------------------------------------
Thu Dec 5 13:05:18 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Correct location of mime.types used by cups (boo#1158532)
-------------------------------------------------------------------
Wed Nov 27 20:36:16 CET 2019 - Matej Cepl <mcepl@suse.com>
- Add python38-compat.patch making it possible to build the
package with Python 3.8.
http://savannah.gnu.org/bugs/index.php?57318
-------------------------------------------------------------------
Tue Nov 12 08:34:36 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Update to mailutils 3.8
* The maidag utility is withdrawn (CVE-2019-18862, bsc#1156495)
The main purpose of this utility was to work as local mail delivery
agent (MDA), a program responsible for final delivery of email messages
to the recipient's mailbox. As such it required suid privileges.
In parallel with its main purpose, it also was able to work in two
other modes: the 'url' mode, designed to deliver mails to arbitrary
mailbox URLs, and 'lmtp' mode, in which it acted as local mail
transport daemon. Neither of these needed suid privileges.
The unfortunate design decision to combine the three modes in a single
versatile tool resulted in local privilege escalation threat in 'url'
mode.
To fix this, maidag has been replaced by three different utilities,
each one with a precisely defined purpose and carefully designed
privileges: mda, lmtpd, and putmail.
* mda
* lmtpd
* putmail
* Use of TLS in pop3d run from inetd
* comsatd --test
* mail
** fix the semantics of 'hold' and 'keepsave' variables
** New message type specification ":s"
-------------------------------------------------------------------
Wed Oct 30 10:27:43 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 3.7
- enable python3 instead of python2
* Support for the new mailbox format - dotmail
* Improve automatic mailbox format detection
* Rewrite mailcap (RFC1524) support
* imap4d: SEARCH command
* Improved SEARCH BODY and SEARCH TEXT commands
* Fixes in the 'mail' utility
* New mailbox notation @
* Sender addresses in message sets
* Fixes in IMAP client library
-------------------------------------------------------------------
Fri Nov 30 08:41:21 UTC 2018 - Dr. Werner Fink <werner@suse.de>
- Dynamic determine and use guile version in spec file
-------------------------------------------------------------------
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