Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mailutils-delivery-3.16-1.3 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: mailutils-delivery Distribution: openSUSE:Factory:zSystems
Version: 3.16 Vendor: openSUSE
Release: 1.3 Build date: Thu Jun 15 23:22:14 2023
Group: Productivity/Networking/Email/Servers Build host: s390zl23
Size: 109932 Source RPM: mailutils-3.16-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mailutils.org/
Summary: Mailutils's delivery agents
The name 'maidag' stands for Mail delivery agent.  It is a
general-purpose MDA offering a number of features. It can operate
both in traditional mode, reading a message from standard input,
and in LMTP mode.  'Maidag' is able to deliver mail to any mailbox
format supported by GNU Mailutils. These formats, among others,
include 'smtp://', 'prog://' and 'sendmail://', which are equivalent to
forwarding a message over SMTP to a remote node.

Provides

Requires

License

GPL-3.0-or-later AND LGPL-3.0-or-later

Changelog

* Sat May 06 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 2022 Ludwig Nussel <lnussel@suse.com>
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Tue Aug 09 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 2022 Dr. Werner Fink <werner@suse.de>
  - Fix number check of test (builtin) in %pre scriptlet (boo#1200676)
* Sun Feb 20 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 2022 Stefan Schubert <schubi@suse.de>
  - Use libalternatives instead of update-alternatives.
* Wed Oct 20 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 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 01 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 03 2021 Cristian Rodríguez <crrodriguez@opensuse.org>
  - mailutils, or any C code that uses pthread_cleanup_* routines
    needs -fexeceptions in CFLAGS.
* Wed Jan 27 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 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
* Mon May 04 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix python packaging: python/sitepackages is definitively not
    below libexecdir.
* Tue Apr 28 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 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)

Files

/usr/bin/putmail
/usr/sbin/lmtpd
/usr/share/man/man8/lmtpd.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024