Update to version mutt 1.11.3
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=197
This commit is contained in:
parent
20f09c4616
commit
4228ffd417
@ -97,7 +97,7 @@
|
|||||||
FREE (&methods);
|
FREE (&methods);
|
||||||
--- mx.c
|
--- mx.c
|
||||||
+++ mx.c 2019-01-02 13:03:11.384049677 +0000
|
+++ mx.c 2019-01-02 13:03:11.384049677 +0000
|
||||||
@@ -1435,6 +1435,9 @@ void mx_update_context (CONTEXT *ctx, in
|
@@ -1438,6 +1438,9 @@ void mx_update_context (CONTEXT *ctx, in
|
||||||
{
|
{
|
||||||
h = ctx->hdrs[msgno];
|
h = ctx->hdrs[msgno];
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723
|
|
||||||
size 4579279
|
|
3
mutt-1.11.3.tar.gz
Normal file
3
mutt-1.11.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a542f4c02faecd171b4215ddbd368910faee4a634cca7aea5337586118ab1941
|
||||||
|
size 4581196
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
--- crypt-gpgme.c
|
--- crypt-gpgme.c
|
||||||
+++ crypt-gpgme.c 2019-01-02 13:24:40.244380302 +0000
|
+++ crypt-gpgme.c 2019-01-02 13:24:40.244380302 +0000
|
||||||
@@ -2338,7 +2338,7 @@ static void copy_clearsigned (gpgme_data
|
@@ -2343,7 +2343,7 @@ static void copy_clearsigned (gpgme_data
|
||||||
|
|
||||||
if (armor_header)
|
if (armor_header)
|
||||||
{
|
{
|
||||||
@ -116,7 +116,7 @@
|
|||||||
key = 1;
|
key = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1232,9 +1232,9 @@ BODY *pgp_sign_message (BODY *a)
|
@@ -1237,9 +1237,9 @@ BODY *pgp_sign_message (BODY *a)
|
||||||
*/
|
*/
|
||||||
while (fgets (buffer, sizeof (buffer) - 1, pgpout) != NULL)
|
while (fgets (buffer, sizeof (buffer) - 1, pgpout) != NULL)
|
||||||
{
|
{
|
||||||
|
17
mutt.changes
17
mutt.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 23 17:41:10 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Update to mutt 1.11.3
|
||||||
|
* This is a bug-fix release, fixing compilation with LibreSSL
|
||||||
|
and various other bug fixes.
|
||||||
|
* Show top-level decoded smime text/plain parts.
|
||||||
|
* Improve attachment menu for s/mime parts. (closes #113)
|
||||||
|
* Fix tunnels to also retry and write full buffer.
|
||||||
|
* Fix raw socket read/write to follow expected behavior.
|
||||||
|
* Fix gnutls tls_socket_write() to properly retry.
|
||||||
|
* Update the muttrc man page with added commands.
|
||||||
|
* Wrap ssl init calls for LibreSSL too.
|
||||||
|
- Modify the patches
|
||||||
|
* mutt-1.10.0.dif
|
||||||
|
* mutt-1.5.23-carriage-return.path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 07:19:42 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
Tue Jan 15 07:19:42 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Recommends: w3m
|
|||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun): shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
%endif
|
%endif
|
||||||
Version: 1.11.2
|
Version: 1.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mail Program
|
Summary: Mail Program
|
||||||
# ftp://ftp.mutt.org/mutt/devel/
|
# ftp://ftp.mutt.org/mutt/devel/
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
** .pp
|
** .pp
|
||||||
--- pgp.c
|
--- pgp.c
|
||||||
+++ pgp.c 2019-01-02 13:22:43.822520945 +0000
|
+++ pgp.c 2019-01-02 13:22:43.822520945 +0000
|
||||||
@@ -1296,7 +1296,8 @@ BODY *pgp_sign_message (BODY *a)
|
@@ -1301,7 +1301,8 @@ BODY *pgp_sign_message (BODY *a)
|
||||||
t->disposition = DISPNONE;
|
t->disposition = DISPNONE;
|
||||||
t->encoding = ENC7BIT;
|
t->encoding = ENC7BIT;
|
||||||
t->unlink = 1; /* ok to remove this file after sending. */
|
t->unlink = 1; /* ok to remove this file after sending. */
|
||||||
|
Loading…
Reference in New Issue
Block a user