1
0
forked from pool/mutt

Compare commits

...

4 Commits

Author SHA1 Message Date
Dr. Werner Fink
2f40a3a847 Update to bug fix release 2.2.12
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=263
2023-09-12 07:38:38 +00:00
Dr. Werner Fink
dbca386740 - Use astrix instead of german u umlaut as point
*  $message_id_format %r and %z expandos use a URL-safe Base64 encoding:

OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=261
2023-04-17 06:50:26 +00:00
ce0334950e Accepting request 1077057 from home:dirkmueller:Factory
- update to 2.2.10:
  *  Bug fix release.
  Ü  $message_id_format %r and %z expandos use a URL-safe Base64 encoding:
     '-' and '_' instead of '+' and '/'.

OBS-URL: https://build.opensuse.org/request/show/1077057
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=259
2023-04-15 18:19:12 +00:00
Dr. Werner Fink
8268af0bee - 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.

OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=257
2022-12-05 07:58:23 +00:00
12 changed files with 65 additions and 31 deletions

View File

@ -7,7 +7,7 @@
--- configure.ac --- configure.ac
+++ configure.ac 2020-01-14 13:04:28.102878757 +0000 +++ configure.ac 2020-01-14 13:04:28.102878757 +0000
@@ -297,7 +297,7 @@ main () @@ -299,7 +299,7 @@ main ()
mutt_cv_slang=$withval mutt_cv_slang=$withval
if test -d $withval/include/slang; then if test -d $withval/include/slang; then
CPPFLAGS="$CPPFLAGS -I${withval}/include/slang" CPPFLAGS="$CPPFLAGS -I${withval}/include/slang"
@ -16,7 +16,7 @@
CPPFLAGS="$CPPFLAGS -I${withval}/include" CPPFLAGS="$CPPFLAGS -I${withval}/include"
fi fi
LDFLAGS="$LDFLAGS -L${withval}/lib" LDFLAGS="$LDFLAGS -L${withval}/lib"
@@ -746,8 +746,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with- @@ -748,8 +748,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with-
else else
if test "$with_ssl" != "yes" if test "$with_ssl" != "yes"
then then
@ -31,7 +31,7 @@
fi fi
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
@@ -834,8 +838,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with @@ -836,8 +840,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with
if test "$with_sasl" != "yes" if test "$with_sasl" != "yes"
then then

View File

@ -6,7 +6,7 @@ Index: init.h
--- init.h --- init.h
+++ init.h 2020-01-14 13:28:27.408149074 +0000 +++ init.h 2020-01-14 13:28:27.408149074 +0000
@@ -4845,6 +4845,7 @@ struct option_t MuttVars[] = { @@ -4843,6 +4843,7 @@ struct option_t MuttVars[] = {
** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed. ** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed.
*/ */
{ "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} }, { "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} },

View File

@ -6,7 +6,7 @@
--- init.h --- init.h
+++ init.h 2020-01-14 13:12:26.725982952 +0000 +++ init.h 2020-01-14 13:12:26.725982952 +0000
@@ -3482,6 +3482,13 @@ struct option_t MuttVars[] = { @@ -3479,6 +3479,13 @@ struct option_t MuttVars[] = {
** .pp ** .pp
** Also see the $$force_name variable. ** Also see the $$force_name variable.
*/ */
@ -22,7 +22,7 @@
** .pp ** .pp
--- mutt.h --- mutt.h
+++ mutt.h 2020-01-14 13:07:33.727426389 +0000 +++ mutt.h 2020-01-14 13:07:33.727426389 +0000
@@ -540,6 +540,7 @@ enum @@ -539,6 +539,7 @@ enum
OPTSAVEADDRESS, OPTSAVEADDRESS,
OPTSAVEEMPTY, OPTSAVEEMPTY,
OPTSAVENAME, OPTSAVENAME,

View File

@ -8,7 +8,7 @@
--- crypt-gpgme.c --- crypt-gpgme.c
+++ crypt-gpgme.c 2019-11-13 13:46:16.512388398 +0000 +++ crypt-gpgme.c 2019-11-13 13:46:16.512388398 +0000
@@ -2723,7 +2723,7 @@ static void copy_clearsigned (gpgme_data @@ -2733,7 +2733,7 @@ static void copy_clearsigned (gpgme_data
if (armor_header) if (armor_header)
{ {

View File

@ -73,7 +73,7 @@
{ {
--- mutt.h --- mutt.h
+++ mutt.h 2020-01-14 13:28:45.787807571 +0000 +++ mutt.h 2020-01-14 13:28:45.787807571 +0000
@@ -1222,4 +1222,7 @@ typedef struct @@ -1221,4 +1221,7 @@ typedef struct
#include "lib.h" #include "lib.h"
#include "globals.h" #include "globals.h"
@ -230,7 +230,7 @@
+} +}
--- sendlib.c --- sendlib.c
+++ sendlib.c 2020-01-14 13:28:45.787807571 +0000 +++ sendlib.c 2020-01-14 13:28:45.787807571 +0000
@@ -2580,7 +2580,11 @@ send_msg (const char *path, char **args, @@ -2589,7 +2589,11 @@ send_msg (const char *path, char **args,
if (SendmailWait >= 0 && tempfile && *tempfile) if (SendmailWait >= 0 && tempfile && *tempfile)
{ {
/* *tempfile will be opened as stdout */ /* *tempfile will be opened as stdout */

3
mutt-2.2.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:043af312f64b8e56f7fd0bf77f84a205d4c498030bd9586457665c47bb18ce38
size 5539244

16
mutt-2.2.12.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEiXWpszqjeRA4XFMIre92hIAxa9oFAmT8FT4ACgkQre92hIAx
a9rGRhAAg9fykZbbqZuf4uaFFnZxZHwokmENO9U2wxDulT/wi5l1SlnNeN5IbFQp
vU0k5aIij9rKaAwYWwY9+Josm7S1TPdmMb6AQaZXvwiv1K1ZftdP8dRtt1VWgZGy
kGkj6JEmkCHQmoPZuiP5zCu+dBoot1JaBuCsa2E/jH1hIA7XqafBxhel4/MXUGK5
LduH9NlRm9gCgqo5bnkCudSVYBKhjuJJ+4lijz7fhnld+OUhTPnOmzTywUWei+M0
OcvT63glhGiPVGxOV9UB4lS8Q37caISXbxhG6IxZC/e/xnbQ7k2+d2Bem3XcXAjZ
t2uinUurWzE1lwW6I61YdSFq93nTBicH7zsR/0QL/EPFonmxPLqAVhCPWYU72ApI
7jZZ0PyjvmwxkmKH9i5TOAP7FGbr7w/eM3At6io4q1Bw0ZDa4NlDPyEm31MxyD6K
PbSkwpVLS92g8a6WyFUmBd6NIgpwAfCVx2f0rKOGKuXGtoKebR0/MoZBRzHtCCo2
grkEopsQzjwupHse9l6FGZOwwIzVn8Snaqs5WQsOHAmIBhJ5HDj4dVtQIkdctZ0e
OOzt3jadJ1ckw7x+UGh3o25ekOWbjixSMZp6sFP4str6aybS0fsTjQX6/A4LoDCo
d+Cn09SPMVxhGHzAfJ7gf847iFvjXD3t+O0mum+fKPOsrxSmtlU=
=deR9
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb13858f58bb369f477bf652d90e9b6aaddd0d610acbea3455049e5efad36df1
size 5522342

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEiXWpszqjeRA4XFMIre92hIAxa9oFAmLv9QkACgkQre92hIAx
a9oBnhAAl+cstlmJMpTwQb/6hWv72F5ocRpR6OqhqzD5ZPMNdn+pp929/KpVCcfF
SfX/M7ZiLO65Sz04FpfbcSlRWAcdVGOdlFJdG7HvP7DTY4EHEIJlIUnWJy/uKBs/
8TU4jIbTnhNMm/QPWHobwRlT6iCPYCtSGF/ZRulAV8D+rOv5XMTi87BEQ5459Tbm
hIVFAHVBoVgnRgtDggxziyUtwXxiKRgB7kI4sC7/zq0qGMVlmWeeIUF5T3uLS2Of
nnaSPmfjiIOsqwSCgI+RgwhZ7A5LAYCCzOiChyQxTXjIdQQhuKODGEPRxNwBcLUa
W8oyfe5ZBmwbgAxLdto6cA3HT2dxJqi2Pzy0rtKrTCELaqJ5wxbVlTDrh6yMbnqW
KoPAtVCKWLsoiH011aX21abdz3H87a9DWO9INi9LyXYqfxHogDTWYYgGlzB6ovQ0
jz1GOEA7vEqeq3/y808Ey5Mciv1zi+DOWpWBojRpDMaMNjbknheEX28+HGfCBs2C
ljCunRcj88huCQa8+Vv+BSjlwfMsm+nOapD1pTyKVp8xhwJiwrSOk/lZLg/SY9N6
u9mIL6i3c5ggIthdKBCppNZ9GitPi6fQo1Ihicl/CKnSjIpOQVFSUrohPK7PA+nx
bGmycJN+xdsIgkbmL0pOQVlUglSZANtppi7gscv8VtAQ7edNcHw=
=j0ZS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Sep 12 07:15:52 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- 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.
-------------------------------------------------------------------
Mon Apr 17 06:49:36 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Use astrix instead of german u umlaut as point
-------------------------------------------------------------------
Mon Apr 3 19:43:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.10:
* Bug fix release.
* $message_id_format %r and %z expandos use a URL-safe Base64 encoding:
'-' and '_' instead of '+' and '/'.
-------------------------------------------------------------------
Sun Dec 4 14:27:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink <werner@suse.de> Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mutt # spec file for package mutt
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%bcond_with mutt_openssl %bcond_with mutt_openssl
%bcond_without mutt_gnutls %bcond_without mutt_gnutls
Name: mutt Name: mutt
Version: 2.2.7 Version: 2.2.12
Release: 0 Release: 0
Summary: Mail Program Summary: Mail Program
# ftp://ftp.mutt.org/mutt/devel/ # ftp://ftp.mutt.org/mutt/devel/

View File

@ -17,7 +17,7 @@
WHERE char *PgpVerifyCommand; WHERE char *PgpVerifyCommand;
--- init.h --- init.h
+++ init.h 2020-01-14 13:41:15.145875625 +0000 +++ init.h 2020-01-14 13:41:15.145875625 +0000
@@ -3872,9 +3872,18 @@ struct option_t MuttVars[] = { @@ -3869,9 +3869,18 @@ struct option_t MuttVars[] = {
** a line quoted text if it also matches $$smileys. This mostly ** a line quoted text if it also matches $$smileys. This mostly
** happens at the beginning of a line. ** happens at the beginning of a line.
*/ */