pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sniproxy



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Tue Oct 21 12:04:44 UTC 2014

Modified Files:
        pkgsrc/net/sniproxy: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/sniproxy/patches: patch-src_buffer.c patch-src_connection.c

Log Message:
Update sniproxy to 0.3.6

Changelog:
2014-09-26  Dustin Lundquist <dustin%null-ptr.net@localhost>
        0.3.6 release

        * Improve logging:
          Fix negative connection duration in access log
          Include log rotate script
          Reopen log files on SIGHUP
          Share file handle to same log file between listeners
          Avoid unnecessary reconnection to syslog socket
          Cache timestamp string for current second
        * Man page
        * Packaging improvements:
          passes lintian and rpm-lint

2014-08-13      Dustin Lundquist <dustin%null-ptr.net@localhost>
        0.3.5 release

        * Configuration reloading on SIGHUP
        * SSL 2.0 connection handling: do not treat as an error, use fallback
        address if configured.
        * Fix buffer_coalesce error
        * Spawn privileged child to bind sockets to privileged ports on reload
        * Add -V flag to return sniproxy version
        * Use libev for timestamps to improve portability
        * Include several for BSD compatibility
        * Large file support (for log files)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/sniproxy/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/sniproxy/PLIST \
    pkgsrc/net/sniproxy/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/sniproxy/patches/patch-src_buffer.c \
    pkgsrc/net/sniproxy/patches/patch-src_connection.c

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




Home | Main Index | Thread Index | Old Index