pkgsrc-WIP-cvs archive

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

CVS commit: wip/dcc



Module name:    wip
Committed by:   pebog
Date:           Mon Mar 22 19:07:07 UTC 2010

Modified Files:
        wip/dcc: Makefile distinfo

Log Message:
Update to 1.3.122:

1.3.122
    Adjust `./configure --with-make-cmd=path` for NetBSD as suggested by
        Petar Bogdanovic.

1.3.121
    Fix `hackmc -T` to work with sendmail.mc FEATURE(`delay_checks')
    Add `hackmc -U` to whitelist authenticated SMTP clients like -T but
        unlike -T not whitelist SMTP clients with verified STARTTLS
        certificates.  Too many sources of spam have good TLS certs.
    Fix `hackmc -M` to change sendmail.cf to terat Feature(badmx) and
        Feature(block_bad_helo) like Feature(dnsbl) and Feature(enhdnslb)
        and report bad mail to DCC before rejecting it.
    Dccm with `hackmc -R` should reject mail for unauthorized relaying despite
        whitelisting in whiteclnt files and "option MTA-first".
    Add <META HTTP-EQUIV="x-dns-prefetch-control" CONTENT="off"> to
        the proof-of-concept whitelist CGI scripts.
    Add ./configure --with-make-cmd=x to ease the use of bmake
    /var/dcc/libexec/dcc-nagios notices forced-passive and auto-NAT signs
        of DCC flooding problems.
    Turn off RES_DEFNAMES and RES_DNSRCH for name DNS blacklists to stop
        extra queries reported by Bart Dumon.
    Fix inversion of dccd -f/-F in 1.3.120 reported by Tomasz Potega.


1.3.120
    Add `dbclean -H` to optionally put the /var/dcc/dcc_db.hash file in
        a RAM file system such as /dev/shm or /tmp on Linux or Solaris
        systems that lack mmap(MAP_NOSYNC).  This significantly speeds up
        dccd.  Use (or stop using) it by adding (or removing) something like
        -H/dev/shm to DBCLEAN_ARGS in /var/dcc/dcc_conf and manually running
        or waiting for the nightly run of the /var/dcc/libexec/cron-dccd
        cron job.
        DO NOT put the dcc_db file in a transient or RAM file system.
        `dbclean -H` is bad for DCC servers on systems such as FreeBSD that
        have mmap(MAP_NOSYNC).
        The memory file system must have space for two copies of dcc_db.hash.
    Fix bug in updatedcc related to "-c --with-fetch_cmd=X" reported by
        Eddy Beliveau
    Make `dccd -T WLIST` the default.  WLIST tracing causes dccd to
        send messages like this to the system log:
          REPORT whitelisted ... from ID 32768 at 10.2.3.4,61250
        when an authenticed DCC client reports a mail message that is
        whitelisted by /var/dcc/whitelist or the /var/dcc/whitecommon which
        is often included in /var/dcc/whitelist.  The system log messages
        help find DCC clients with missing or broken /var/dcc/whiteclnt files.
        DCC server operators should whitelist 127.0.0.1, ::1, and their
        local networks.  They can be turned off by adding -TNO-WLIST to
        /var/dcc/dcc_conf.  See the sample files at
            http://www.dcc-servers.net/dcc/dcc-tree/homedir/whitecommon
            http://www.dcc-servers.net/dcc/dcc-tree/homedir/whitelist
            http://www.dcc-servers.net/dcc/dcc-tree/homedir/whiteclnt
    Fix significant performance problems in dccd on systems with sufficient
        RAM.

1.3.117
    Fix URL encoding of + in proof-of-concept CGI scripts
    Repair replacement for getifaddrs() for systems that lack it including
        Solaris.  This is important for the DCC server's detection of 
        network interfaces that come and go.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/dcc/distinfo
cvs -z3 rdiff -u -r1.19 -r1.20 wip/dcc/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dcc/distinfo?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dcc/Makefile?r1=1.19&r2=1.20

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index