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, tmpfiles, updat


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, tmpfiles, updated. 1.5-branchpoint-1025-g4a78cbc
Date: Wed, 22 Jan 2014 02:58:51 +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, tmpfiles has been updated
       via  4a78cbcd4fa986d9c1e7bd0a5a4bdb619faeb7cb (commit)
       via  2b33dce4c4102935f233226bc0cb0adfafd265d0 (commit)
       via  2c5098fd3abe23a163c487f175e84c045d4bd21a (commit)
       via  294ef4a95bc276d138ca68d269adc66bf2314123 (commit)
      from  756c7e975f30450280d7a7dc144658c163a19a96 (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 4a78cbcd4fa986d9c1e7bd0a5a4bdb619faeb7cb
Author: David Levine <address@hidden>
Date:   Tue Jan 21 20:55:57 2014 -0600

    Always check that mktemp()/mktemp2() succeeds before trying to
    use result.  And if it fails, have the error message report
    the directory where the failed temporary file creation occurred.
    And, removed all chmod()'s of temporary files created by mktemp()/
    mktemp2() because they set the umask to 077 before calling mkstemp(3).

commit 2b33dce4c4102935f233226bc0cb0adfafd265d0
Author: David Levine <address@hidden>
Date:   Tue Jan 21 20:51:00 2014 -0600

    Expose get_temp_dir().

commit 2c5098fd3abe23a163c487f175e84c045d4bd21a
Author: David Levine <address@hidden>
Date:   Mon Jan 20 21:08:47 2014 -0600

    Replaced use of m_mktemp() with m_mktemp2() so that tmp files created
    by attach, burst, mhbuild, and post will be in the directory specified
    by the first non-null of {MHTMPDIR, TMPDIR, TMP, MH Path directory}.

commit 294ef4a95bc276d138ca68d269adc66bf2314123
Author: David Levine <address@hidden>
Date:   Mon Jan 20 21:07:08 2014 -0600

    Removed remaining occurrences of char *tmp from uip/mh* programs.

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

Summary of changes:
 h/prototypes.h   |    1 +
 sbr/m_mktemp.c   |    8 ++----
 uip/annosbr.c    |    5 +++-
 uip/attach.c     |   15 ++++++++-----
 uip/burst.c      |    8 ++++++-
 uip/distsbr.c    |    6 ++--
 uip/forwsbr.c    |    4 ++-
 uip/mhbuild.c    |   13 +++++++++--
 uip/mhbuildsbr.c |   20 +++++++-----------
 uip/mhfixmsg.c   |   45 +++++++++++++++++++++++++++++++++--------
 uip/mhparse.c    |   58 +++++++++++++++++++++++++++++++++++++++--------------
 uip/mhstoresbr.c |    5 +++-
 uip/mhtest.c     |   13 ------------
 uip/post.c       |   18 +++++++---------
 uip/prompter.c   |    6 ++--
 uip/rcvdist.c    |   10 +++++---
 uip/rcvstore.c   |    2 +-
 uip/rcvtty.c     |    6 +++-
 uip/send.c       |   12 +++++++++-
 uip/sendsbr.c    |   22 ++++++++++----------
 uip/slocal.c     |    7 +++--
 uip/viamail.c    |    6 ++--
 uip/whatnowsbr.c |    6 ++++-
 23 files changed, 185 insertions(+), 111 deletions(-)


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



reply via email to

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