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, 1.7-release, up


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, 1.7-release, updated. 1.7-9-g28f0c38
Date: Fri, 12 Jan 2018 12:38:48 -0500 (EST)

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, 1.7-release has been updated
       via  28f0c383c3fb4bf9dfa0bede37f8ef5fc2ab9ad7 (commit)
       via  324b8985410ec9a96f4fd1b6e610c28be0439a70 (commit)
       via  381d3fe49a5607e291a9cd0609fae969bde02501 (commit)
       via  1165602af242726ce40f9827f1835bd4bf91493b (commit)
       via  daac06a6378cc1c853bc4982e8870890f5ac6676 (commit)
       via  88df5cd6fcfc527215b78a9d7539f14029f21bc0 (commit)
       via  b8d325d5f3c1ae7137691a4240e9f7dd1cae1cb3 (commit)
       via  6281b3e759665f0e18a206108ca3da8cd34003f6 (commit)
      from  325303fec243c03ac1f68f5a0c8ed03265b65d5b (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 28f0c383c3fb4bf9dfa0bede37f8ef5fc2ab9ad7
Author: David Levine <address@hidden>
Date:   Sat Nov 18 10:35:19 2017 -0500

    Move etc/rmmproc.messageid to fix its install permissions.
    
    And removed duplicate docs/contrib/replaliases to fix its install 
permissions.
    
    (cherry picked from commit f102d048fdd4679534460ac5cb0c610ee228d063)

commit 324b8985410ec9a96f4fd1b6e610c28be0439a70
Author: David Levine <address@hidden>
Date:   Mon Nov 27 20:11:30 2017 -0500

    Removed sbr/dtimep.c from CLEANFILES.
    
    automake puts it in maintainer-clean-generic, which is where it belongs.
    Reversal of commit 1353a95720e4049e5f8357cd009b76c0450ec39f.
    
    (cherry picked from commit babec898bb63d36349aae85a8cbde6b97b274192)

commit 381d3fe49a5607e291a9cd0609fae969bde02501
Author: Ralph Corderoy <address@hidden>
Date:   Mon Nov 27 15:20:44 2017 +0000

    test-mhfixmsg: pwd(1)'s `-P' needed to avoid failure with symlinks.
    
    Steven Winikoff reported to nmh-workers that one of this file's tests
    failed in 1.7.  It attempts to manipulate the output of mhpath(1)
    assuming it starts with the result of `pwd', but symlinks in the latter
    may cause this to fail.  Use POSIX's `-P' option to ensure no symlinks,
    as done in some other tests.
    
    (cherry picked from commit 0e593b90e45687680b8ea9eb6c7643b44abde0fb)

commit 1165602af242726ce40f9827f1835bd4bf91493b
Author: David Levine <address@hidden>
Date:   Sun Nov 26 17:27:48 2017 -0500

    Use ISO-2022-KR instead of EBCDIC-US in test-charset, because
    Robert Elz reported that it is installed on his NetBSD host.
    Also, don't run that check without iconv.
    
    (cherry picked from commit f81046da683a14b2265a501f0de00df264a77413)

commit daac06a6378cc1c853bc4982e8870890f5ac6676
Author: Ralph Corderoy <address@hidden>
Date:   Sun Nov 26 12:09:22 2017 +0000

    Fix tests that assume the backup prefix is a comma.
    
    Steven Winikoff reported to nmh-workers that some tests failed in 1.7
    configured with --with-hash-backup because they assume the backup prefix
    is comma rather than hash.  Alter those tests to use `mhparam sbackup',
    as other tests already do.  PATH is already set to use the mhparam being
    tested.
    
    test-mhfixmsg used find(1) to check for leftover files that globbed
    `mhfix*' or `,mhfix*'.  Changed to just `*mhfix*' as I think any file
    containing that would be unwanted, and it will also spot mhfixmsg
    hard-coding the comma prefix.
    
    (cherry picked from commit 47b86722957cca6057bf5fcd07c9d1f01b4516f8)

commit 88df5cd6fcfc527215b78a9d7539f14029f21bc0
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 25 15:42:09 2017 +0000

    mhshow/test-charset: Protect question mark from shell globbing.
    
    (cherry picked from commit f227479ac47aea8bc8f31f9c6d97a94af72ee147)

commit b8d325d5f3c1ae7137691a4240e9f7dd1cae1cb3
Author: David Levine <address@hidden>
Date:   Fri Nov 24 18:41:23 2017 -0500

    Reworked parameter value tests to reflect Ralph's (re-?) discovery
    that GNU iconv elides the ? from charset names.  nmh uses it as a
    replacement character when decoding fails.
    
    (cherry picked from commit 523641d2282ce5606a8b83250f9e45f33650edf6)

commit 6281b3e759665f0e18a206108ca3da8cd34003f6
Author: Ralph Corderoy <address@hidden>
Date:   Wed Nov 22 15:12:11 2017 +0000

    fmttest.c: Clear output buffer after each write.
    
    Otherwise each write outputs the whole buffer again, including what's
    already appeared.  Instead of the three lines 1, 2, 3, one sees 1, 1, 2,
    1, 2, 3.
    
    (cherry picked from commit 1670e4d1af608291d93f02e74c57b6aef69a83ad)

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

Summary of changes:
 Makefile.am                 |  7 ++-----
 test/mhbuild/test-forw      |  2 +-
 test/mhfixmsg/test-mhfixmsg | 11 ++++++-----
 test/mhshow/test-charset    | 42 +++++++++++++++++++++++-------------------
 test/post/test-rfc6531      |  2 +-
 test/refile/test-refile     |  6 ++++--
 uip/fmttest.c               |  3 +++
 7 files changed, 40 insertions(+), 33 deletions(-)


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



reply via email to

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