Subject: CVS commit: pkgsrc/net/pen
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2001 18:09:40
Module Name:	pkgsrc
Committed By:	rh
Date:		Thu Sep 13 15:09:40 UTC 2001

Modified Files:
	pkgsrc/net/pen: Makefile distinfo
	pkgsrc/net/pen/pkg: PLIST
Removed Files:
	pkgsrc/net/pen/patches: patch-aa patch-ab

Log Message:
Update pen to 0.4.0.  Notable changes include:

010912  When storing part of the buffer for a renewed attempt,
        store the *end*, not the beginning. Affects copy_up and copy_down.
        Autoconf. Use daemon() if available. Make sure that we don't try
        to close uninitialized file handles in add_client.
        New option -n to not make sockets nonblocking (mainly useful
        for debugging).

010911  Make sure that remaining data is stored away when we get EAGAIN
        in copy_up.
        Released 0.3.3.

010909  Added -p argument to store process id in a file (Andreas Wrede).
        Made the sockets nonblocking. Handle EAGAIN in copy_up/down.
        Released 0.3.2.

010908  Ignore SIGPIPE. Released 0.3.1.

010827  Option -h uses a hash on the client IP address for the initial
        server selection. Option -s ("stubborn") prevents failover to
        another server if the initial choice is unavailable.

010824  Use getport for the local port as well.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/pen/Makefile pkgsrc/net/pen/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/pen/patches/patch-aa \
    pkgsrc/net/pen/patches/patch-ab
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/pen/pkg/PLIST

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