git: dma(8): Upgrade to v0.7.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Jan 3 10:56:01 PST 2012


commit c8b07ee5563f43ea65ee46cec4d8215ba54e6b3a
Author: Sascha Wildner <saw at online.de>
Date:   Tue Jan 3 15:31:49 2012 +0100

    dma(8): Upgrade to v0.7.
    
    For the change log, see:
    
    https://github.com/corecode/dma/blob/master/debian/changelog
    
    Tested-by:    luxh
    Submitted-by: corecode

Summary of changes:
 libexec/dma/LICENSE                             |  109 ++++++++++++
 libexec/dma/Makefile                            |   16 +--
 libexec/dma/Makefile.etc                        |    3 -
 {usr.bin/dfregress => libexec/dma}/Makefile.inc |    0
 libexec/dma/Makefile.plain                      |   48 -----
 libexec/dma/README.markdown                     |   30 ++++
 libexec/dma/TODO                                |    1 +
 libexec/dma/VERSION                             |    1 +
 libexec/dma/aliases_scan.l                      |    2 +-
 libexec/dma/conf.c                              |   81 ++-------
 libexec/dma/crypto.c                            |   19 ++-
 libexec/dma/dfcompat.c                          |   15 +-
 libexec/dma/dfcompat.h                          |    8 +-
 libexec/dma/dma-mbox-create/Makefile            |   15 ++
 libexec/dma/dma-mbox-create/dma-mbox-create.c   |  160 +++++++++++++++++
 libexec/dma/dma.8                               |  125 ++++++++++----
 libexec/dma/dma.c                               |  149 ++++++++++------
 libexec/dma/dma.conf                            |   33 +++--
 libexec/dma/dma.h                               |   53 ++++---
 libexec/dma/dma/Makefile                        |   20 ++
 libexec/dma/dns.c                               |   43 +++--
 libexec/dma/local.c                             |  171 +++++++++++++++++-
 libexec/dma/mail.c                              |   49 ++++--
 libexec/dma/net.c                               |  150 ++++++++++------
 libexec/dma/spool.c                             |   23 ++-
 libexec/dma/util.c                              |  211 ++++++++++++++++-------
 26 files changed, 1105 insertions(+), 430 deletions(-)
 create mode 100644 libexec/dma/LICENSE
 copy {usr.bin/dfregress => libexec/dma}/Makefile.inc (100%)
 delete mode 100644 libexec/dma/Makefile.plain
 create mode 100644 libexec/dma/README.markdown
 create mode 100644 libexec/dma/VERSION
 create mode 100644 libexec/dma/dma-mbox-create/Makefile
 create mode 100644 libexec/dma/dma-mbox-create/dma-mbox-create.c
 create mode 100644 libexec/dma/dma/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c8b07ee5563f43ea65ee46cec4d8215ba54e6b3a


-- 
DragonFly BSD source repository





More information about the Commits mailing list