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: Ken Hornstein
Subject: [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-531-gef0725f
Date: Wed, 24 Apr 2019 13:08:44 -0400 (EDT)

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  ef0725fd97369e801a56febfdb7a6ec2eaff73c8 (commit)
       via  43d9833bf1dcf38c7892a23951bf1d968028a15e (commit)
      from  c51d837b9bda943c5e0235b92ca3b98803185e17 (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 ef0725fd97369e801a56febfdb7a6ec2eaff73c8
Author: Ken Hornstein <address@hidden>
Date:   Wed Apr 24 13:05:30 2019 -0400

    Remove MIME content caching code
    
    Remove all of the MIME content caching code.  Besides being of dubious
    value and having a number of 'interesting' security implications,
    it apparently only would cache content if you ran it using mhn
    (the necessary entry point was not copied over when mhn was split
    apart) and it would only work on the top-level MIME content of a
    message.

commit 43d9833bf1dcf38c7892a23951bf1d968028a15e
Author: Ken Hornstein <address@hidden>
Date:   Wed Apr 24 10:25:18 2019 -0400

    Removal of Content-MD5 support
    
    The generation and verification of Content-MD5 headers is no longer
    done.  FINALLY.

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

Summary of changes:
 Makefile.am                |  74 +++++---
 docs/pending-release-notes |   9 +
 h/md5.h                    |  49 ------
 h/mhcachesbr.h             |  27 ---
 h/mhparse.h                |   6 -
 h/mime.h                   |   1 -
 man/mhbuild.man            |  21 ---
 man/mhlist.man             |  16 --
 man/mhn.man                |   8 +-
 man/mhshow.man             |  66 -------
 man/mhstore.man            |  69 --------
 man/nmh.man                |   2 +-
 mts/smtp/smtp.c            |   2 +-
 sbr/base64.c               |  18 +-
 sbr/base64.h               |   2 +-
 sbr/md5.c                  | 287 ------------------------------
 sbr/netsec.c               |   2 +-
 test/mhbuild/test-attach   |  30 ----
 test/mhlist/test-mhlist    |  22 ---
 test/mhstore/test-mhstore  |  36 +---
 uip/imaptest.c             |   2 +-
 uip/mhbuild.c              |  41 +----
 uip/mhbuildsbr.c           | 109 +-----------
 uip/mhcachesbr.c           | 423 ---------------------------------------------
 uip/mhlist.c               |  42 +----
 uip/mhn.c                  |  72 ++------
 uip/mhoutsbr.c             |   1 -
 uip/mhparse.c              | 285 ++----------------------------
 uip/mhshow.c               |  38 +---
 uip/mhshowsbr.c            |   1 -
 uip/mhstore.c              |  42 +----
 uip/mhstoresbr.c           |   1 -
 uip/popsbr.c               |   2 +-
 uip/viamail.c              |   1 -
 34 files changed, 107 insertions(+), 1700 deletions(-)
 delete mode 100644 h/md5.h
 delete mode 100644 h/mhcachesbr.h
 delete mode 100644 sbr/md5.c
 delete mode 100644 uip/mhcachesbr.c


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



reply via email to

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