LINUX.ORG.RU
ФорумTalks

В mutt'е много всего пофиксили

 ,


0

1

В mutt'е устранили много багов связанных с шифрованием и сегфолтами, которые были связаны с отсутствием совместимости с OpenSSL 1.1 и GPGME 1.8. Теперь mutt с ними совместим.

Полный Changelog:

2016-11-26 00:57 +0100  Vincent Lefevre  <vincent@vinc17.net>  (a0a970530a8b)

        * crypt-gpgme.c, crypt-gpgme.h, crypt-mod-pgp-gpgme.c: Fix build
        failure with GPGME 1.8: do not steal the gpgme_ prefix.

2016-11-19 19:35 -0800  Kevin McCarthy  <kevin@8t8.us>  (10c4761cea89)

        * mutt_ssl.c: More openssl1.1 fixes: remove uses of X509->name in
        debugging. (closes #3870)

        X509->name was a shortcut for the longer name = X509_NAME_oneline
        (X509_get_subject_name (cert), buf, sizeof (buf)); invocation.
        Change the debugging to print the cert name and chain names in the
        ssl_check_certificate() loop instead.

2016-09-07 20:00 -0700  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (2c1d79d3edd5)

        * configure.ac, mutt_ssl.c: Fix openssl 1.1 compilation issues.
        (closes #3870)

        With these changes, Mutt will no longer compile for versions less
        than 0.9.6.

2016-10-23 14:46 -0700  Kevin McCarthy  <kevin@8t8.us>  (c6704c7f8e23)

        * pager.c: Fix pager segfault when lineInfo.chunks overflows. (closes
        #3888)

        The reporter had an html attachment with extremely long lines,
        combined with a color pattern of "color body default default ." This
        overflowed the lineInfo.chunks, causing a segfault.

        Abort the body color patterns if this happens.

2016-10-23 13:43 -0700  Kevin McCarthy  <kevin@8t8.us>  (a8203b4463c1)

        * date.c: Prevent an integer overflow in mutt_mktime() (closes #3880)

        Check to make sure the year passed in isn't bigger than can be
        represented using time_t on the platform.

        Also add a (time_t) cast to an intermediate "years * 365"
        calculation to prevent an overflow there.

        Thanks to TAKAHASHI Tamotsu for his patch, and to Vincent Lefц╗vre
        for his improvement. I merely took their code and commited it.

2016-10-17 11:22 -0700  Kevin McCarthy  <kevin@8t8.us>  (113b73b0b616)

        * crypt-gpgme.c: Actually fix gpgme segfault in
        create_recipient_set().

        Changeset 6e44bfa16096 did not fix the segv. (Sorry, I made the fix
        based off a report on IRC but didn't trigger the segv myself: it was
        caused by an out-of-tree patch).

        The actual problem was that the rset was only resized on a
        successful gpgme_get_key(). However, on error, the array still needs
        to be NULL-terminated before calling free_recipient_set().

        Move the resize so it always takes place. This obviates the need for
        the NULL check added in 6e44bfa16096.

2016-10-16 15:12 -0700  Kevin McCarthy  <kevin@8t8.us>  (783dce6dfcd4)

        * sidebar.c: Use mutt_strlen and mutt_strncmp in sidebar.c.

        This prevents a segv if folder is unset.

2016-10-16 14:16 -0700  Kevin McCarthy  <kevin@8t8.us>  (6e44bfa16096)
        * crypt-gpgme.c: Fix gpgme segfault in create_recipient_set().

        If gpgme_get_key() errors on the first key, the rset will not be
        allocated yet. Attempting to null-terminate (and then free) the
        array causes a segfault.
Скачать: ftp://ftp.mutt.org/pub/mutt/mutt-1.7.2.tar.gz

★★★★★

Узнал автора по заголовку.

pacify ★★★★★
()
Ответ на: комментарий от gnunixon

Странное сочетание. Ну да ладно, все фломастеры разные.

Lavos ★★★★★
()
Ответ на: комментарий от Harald
> grep -E "text/html" ~/.mailcap
text/html; lynx -assume_charset=utf-8 -dump -width=120 -nolist %s; copiousoutput; needsterminal; nametemplate=%s.html
> grep -E "text/html" ~/.muttrc
auto_view text/x-vcard text/html text/enriched

PS.

       -assume_charset=MIMEname
              charset for documents that don't specify it.
чтобы автоматически конвертировать в кодировку локали, которая прописана здесь:
> grep ^character_set= ~/.lynxrc
character_set=Cyrillic (KOI8-R)

saahriktu ★★★★★
() автор топика
Ответ на: комментарий от Promusik

Его там и осиливать нечего. Допиливать — да, есть что, искаропки он не очень юзабелен, но если причесать, то он порвёт любой MUA. Основное его преимущество в том, что его можно скриптовать, прикрутить к нему всякие offlineimap, notmuch и прочие sendmail. Если у тебя в почте <=300 писем, и ты ей не особо пользуешься, то он оверхед.

r3lgar ★★★★★
()
Ответ на: комментарий от Harald

html письма

гидравлическим прессом головы писарей таких писем, гидравлическим прессом!

r3lgar ★★★★★
()
Ответ на: комментарий от Harald

а кто чем html письма в сабже смотрит?

Очевидно же:
$grep 'html' ~/.mailcap
text/html; iceweasel --new-tab file://%s; test=test -n «$DISPLAY»; nametemplate=%s.html
text/html; elinks --dump --no-numbering %s|enconv; copiousoutput; nametemplate=%s.html

warl0ck ★★
()
Ответ на: комментарий от Promusik

а с gpg там как?

Если бы не, то я бы не пользовался. Настройка сводится в сорце файла-конфига gpg.rc в muttrc и указании пары параметров.

r3lgar ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.