nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-1111-g975b834
Date: Sun, 09 Feb 2014 16:01:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  975b8341cc7ff17cbe4a5900b6ed41c47cceed62 (commit)
       via  721b0395fb2fceac4e66fed1009ed2f17fd5351f (commit)
       via  86cb743c202774a5541bf926baf7d80dc107baf5 (commit)
       via  646bb79c8d61e0df67e3ccec76c7a9539155a6fb (commit)
       via  03b8e51a39f9c4c4c2182512602eb22736751a0c (commit)
       via  e996186ed31572ee94c32abf6083f57d69777888 (commit)
       via  f2e710b193928f3e70f48580276498a2debe809b (commit)
      from  e8f4ffff12b6a31e49008d12bf89fc752a8c7e03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 975b8341cc7ff17cbe4a5900b6ed41c47cceed62
Author: David Levine <address@hidden>
Date:   Sun Feb 9 09:59:23 2014 -0600

    Removed potential buffer overflow from ruserpass().  It had been
    there a long time.  Also, move the tokval buffer from global data
    to the stack.

commit 721b0395fb2fceac4e66fed1009ed2f17fd5351f
Author: David Levine <address@hidden>
Date:   Sun Feb 9 09:58:00 2014 -0600

    Added -[no]textcharset switches to mhshow(1).  These only apply if
    nmh was configured with iconv(3) support.  If -textcharset is not
    used, mhshow will convert, if necessary, the charset of text/plain
    content to match the user's locale setting.

commit 86cb743c202774a5541bf926baf7d80dc107baf5
Author: David Levine <address@hidden>
Date:   Sun Feb 9 09:05:14 2014 -0600

    Use $MH shortcut for the profile in a few of the tests.

commit 646bb79c8d61e0df67e3ccec76c7a9539155a6fb
Author: David Levine <address@hidden>
Date:   Sun Feb 9 08:56:42 2014 -0600

    In test-mhfixmsg, look at configuration to see if iconv is enabled
    rather than detecting it from test output.

commit 03b8e51a39f9c4c4c2182512602eb22736751a0c
Author: David Levine <address@hidden>
Date:   Sat Feb 8 22:23:17 2014 -0600

    Remove mhbuild backup files at end of a couple of tests, if successful.

commit e996186ed31572ee94c32abf6083f57d69777888
Author: David Levine <address@hidden>
Date:   Sat Feb 8 21:38:18 2014 -0600

    Changed "codeset" to "charset" for (and in) mhfixmsg.  Also
    cleaned up some comments in mhshowsbr.c.

commit f2e710b193928f3e70f48580276498a2debe809b
Author: David Levine <address@hidden>
Date:   Sat Feb 8 11:11:25 2014 -0600

    Moved upcase(), update_attr(), content_charset(), and
    convert_charset() out of mhfixmsg.c so that other programs can
    use them.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                     |    8 +-
 docs/pending-release-notes      |    4 +
 h/mhparse.h                     |    3 +
 h/prototypes.h                  |    1 +
 man/mhfixmsg.man                |   19 ++--
 man/mhshow.man                  |   42 ++++--
 sbr/ruserpass.c                 |   29 +++--
 sbr/utils.c                     |   13 ++
 test/install-mh/test-install-mh |    4 +-
 test/mhbuild/test-attach        |    3 +
 test/mhbuild/test-cte           |    7 +-
 test/mhfixmsg/test-mhfixmsg     |   26 ++--
 test/mhparam/test-mhparam       |    4 +-
 test/mhshow/test-charset        |    4 +-
 test/mhshow/test-textcharset    |   75 ++++++++++
 test/sequences/test-flist       |    2 +-
 uip/mhfixmsg.c                  |  290 ++++-----------------------------------
 uip/mhparse.c                   |   61 ++++++++
 uip/mhshow.c                    |   13 ++
 uip/mhshowsbr.c                 |  224 ++++++++++++++++++++++++++++--
 20 files changed, 501 insertions(+), 331 deletions(-)
 create mode 100755 test/mhshow/test-textcharset


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]