Revisions of mutt

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1149763 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 117)
- Use %patch -P N instead of deprecated %patchN. (forwarded request 1149751 from pgajdos)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1116386 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 116)
- Require a smtp daemon at build and runtime to work around
  missing system /var/mail/ directory (boo#1216035)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1114300 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 115)
- Submit latest mutt 2.2.12 to SLE-15-SP6 for jira#PED-5580
  * Drop patches for boo#1172906, boo#1172935, CVE-2020-14093,
    and CVE-2020-14154 now upstream
    - 3e88866dc60b5fa6aaba6fd7c1710c12c1c3cd01.patch
      + Prevent possible IMAP MITM via PREAUTH response.
    - mutt-1.10.1-backport-mutt_ssl_gnutls-1.14.3.dif
      to port mutt_ssl_gnutls.c from mutt 1.14.3 back
      + expired certs not properly rejected with GnuTLS
      + Side effect is support of TLSv1_3 is supported by gnutls
  * Drop patch for bsc#1173197 c547433cdf2e79191b15c6932c57f1472bfb5ff4.dif
    now upstream
    - Fix CVE-2020-14954: STARTTLS buffering issue allowing man
      in the middle attack of IMAP, SMTP and POP3
  * Drop patch for bsc#1179035, CVE-2020-28896.patch now upstream
    - incomplete connection termination could lead to sending
      credentials over unencrypted connections 
  * Drop patch for bsc#1179113 and boo#1179461 nofreeze-c72f740a.patch
    now upstream
    - Avoid that message with a million tiny parts can freeze MUA
      for several minutes
  * Drop patch for bsc#1181221, CVE-2021-3181 mutt-colon.patch now
    upstream
    - recipient parsing memory leak. This patch combines three
      smaller commits 
  * Drop patch for bsc#1198518, CVE-2022-1328 uudecode-e5ed080c.patch
    - fix a buffer overflow in uudecoder
  * Drop patches now upstream
    - CVE-2023-4874-part1.patch (bsc#1215189 for CVE-2023-4874)
    - CVE-2023-4874-part2.patch (bsc#1215189 for CVE-2023-4874)
    - CVE-2023-4875.patch (bsc#1215191 for CVE-2023-4875)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1110464 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 114)
- Update to mutt 2.2.12 (bsc#1215189 for CVE-2023-4874,
  bsc#1215191 for CVE-2023-4875)
  * 2.2.12 (2023-09-09):
    Bug fix release.
  * 2.2.11 (2023-08-18):
    Bug fix release.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1082366 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 113)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1040160 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 111)
- update to 2.2.9:
  * Document the <1234> key syntax for bind.
  * Fix non-printable keyname printing to use <octal> syntax.
  * Move AM_PATH_GPG_ERROR before AM_PATH_GPGME.
  * Update gpgme autoconf files to the latest versions.
  * Adjust manual concerning IMAP Fcc in batch mode.
  * Add explicit void to 0-parameter function definitions. (forwarded request 1039996 from dirkmueller)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1002755 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 110)
- Refresh offsets of patches
  * aw.listreply.diff
  * mutt-1.10.1-imap.patch
  * mutt-1.5.15-wrapcolumn.diff
  * mutt-1.5.20-sendgroupreplyto.diff
  * mutt-1.6.1-opennfs.dif
  * patch-1.5.24.vk.pgp_verbose_mime

- enable optional verbose debugging at run-time (boo#1203184)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 994257 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 109)
- update to 2.2.7:
  * This is a bug-fix release, fixing a $edit_headers bug on MacOS, along with
    a few other small bugs. It also tightens the $query_command parser to
    accept a single tab between fields, and changes $pager to accept a %s
    expando. (forwarded request 994182 from dirkmueller)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 985999 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 108)
- update to 2.2.6:
  * This is a bug-fix release, fixing a variety of small issues (forwarded request 985076 from dirkmueller)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 981120 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 107)
- update to 2.2.5:
  * fixing two issues with libgsasl authentication.
  * fixing some regressions with Maildir/mh mailbox path normalization that were
    added in 2.2.0. Please see the UPDATING file for more details. (forwarded request 980734 from dirkmueller)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 970760 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 106)
- Update to mutt 2.2.3 (bsc#1198518 for CVE-2022-1328)
  * Fix read past end of buf in is_mmnoask().
  * Fix strlen() assigns to be of type size_t where obvious.
  * Flush iconv() in mutt_convert_string().
  * Add convert_string() size check.
  * Fix integer overflow in mutt_convert_string().
  * Fix uudecode cleanup on unexpected eof.
  * Fix uudecode buffer overflow.
  * automatic post-release commit for mutt-2.2.2
  * Protect prompt completion memcpy() calls with a NULL check.
  * Fix mutt.man formatting.
  * Fix query menu tagging behavior.
  * Fix some mailbox prompts to use mailbox history ring.
  * automatic post-release commit for mutt-2.2.1
  * Fix ambiguity in translation
  * Update the Polish translation for Mutt 2.2.0
  * Improve Turkish translations
  * Fix mutt_paddstr() to properly filter unprintable chars.
  * Change mailto_allow to be exact match only.
  * Filter headers passed via the command line.
  * Fix mbox.man asctime(3) reference.
  * Clarify description of $local_date_header
  * Don't queue IMAP close commands.
  * Update Finnish translation.
  * Updated Catalan translation.
  * Updated Russian translation.
  * Updated Ukrainian translation.
  * Fix argc==0 handling.
  * Update de.po.
  * Update Turkish translations.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 954327 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 105)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 945563 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 104)
- Update to mutt 2.1.5
  * This is a bug-fix release, fixing two SMTP authentication
    issues, a crash bug on NetBSD, and a couple other issues.
  * Mutt 2.1.4 was released on December 11, 2021.  This is a bug-fix
    release, fixing a performance issue when used with DavMail.
  * Mutt 2.1.3 was released on September 10, 2021.  This is a
    bug-fix release, fixing some of the fixes in the last release.  IMAP
    and QRESYNC users are advised to upgrade.
  * Mutt 2.1.2 was released on August 24, 2021.  This is an
    important bug-fix release, fixing a potential data-loss IMAP
    bug, a couple QRESYNC bugs, and a few other issues.  IMAP users
    are strongly advised to upgrade.
  * Mutt 2.1.1 was released on July 12, 2021.  This is a bug-fix
    release, fixing some redraw issues and a problem with the new List
    Menu for mbox mailboxes.
  * Mutt 2.1.0 was released on June 12, 2021.  This release has new
    features and bug fixes.
  ! The -d option allows a negative number. If negative, debug files are
    not rotated. The debug level is the absolute value.
  + <view-pager> in the attachment menu uses a copiousoutput mailcap
    entry, or falls back to raw text.
  + <view-mailcap>, <view-pager>, and <view-text> functions added to the
    compose menu.
  + <view-alt-pager> in the compose menu allows previewing the output
    of the $send_multipart_alternative_filter the way <view-pager> does.
  + <list-action>, bound to Esc-L in the index and pager menu, brings
    up a menu of operations to perform on mailing list emails, such as
    subscribe/unsubscribe.
  + <skip-headers>, bound to 'H' in the pager, will skip to the first
    blank line following the headers.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 906282 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 103)
- Add mutt_oauth2.py ported to python 3.6 
- If required the package will include a backport to support
  fromisoformat of the python class datetime

- Correct gpg usage of skeleton muttrc
- Append the gpg usage to system wide Muttrc (boo#1188235)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 891208 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 102)
- Update to mutt 2.0.7
  * Update UPDATING file for 2.0.7.
  * Fix seqset iterator when it ends in a comma (boo#1185705, CVE-2021-32055)
  * Filter unprintables for 2231 encoded continuations too.
  * Turn off pylint in gitlab-ci.
  * Check if mutt_prepare_template() fails for -H command line arg.
  * Fix resolve_types() newline removal and restoration.
  * automatic post-release commit for mutt-2.0.6
- Fix offset of patch mutt-1.5.21-mailcap.diff
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 879929 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 101)
mutt 2.0.6 (forwarded request 879885 from AndreasStieger)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 853609 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 98)
mutt 2.0.3 (forwarded request 853307 from AndreasStieger)
Displaying revisions 1 - 20 of 117
openSUSE Build Service is sponsored by