Subject: CVS commit: pkgsrc/net/spread
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2003 13:07:44
Module Name:	pkgsrc
Committed By:	recht
Date:		Sat Aug  9 13:07:44 UTC 2003

Modified Files:
	pkgsrc/net/spread: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/net/spread/files: spread.sh
	pkgsrc/net/spread/patches: patch-bd
Removed Files:
	pkgsrc/net/spread/patches: patch-aa patch-bc patch-be

Log Message:
Update to 3.17.1

The NetBSD project now has the permission to download the archive from
the official Spread site and to mirror it, so remove the restrictions.

changes:
*) Fix memory corruption and crash with groups of large size.
*) Correct make install so it installs header files.
*) Fix syntax error in build.xml file for Java/Ant.
*) Cleanup prototypes to remove compiler warnings.
*) Fix parser to correctly recognize upper, lower, and mixed case command options.
*) During make install, remove old symlinks.
*) Change setgroups call to be more portable. (fixes MacOSX)
*) Change name of r and s to sprecv and spsend, and add as make targets.
   They can be built by "make testprog" (not built by default).
*) Work on making long group names possible.
*) Increase listen backlog for accepting client connections.
*) Fix Win32 project files to have correct path to source files.
   (note CVS was always ok, but 3.17.0 release had incorrect path)
*) Fix bug where large groups overflow Mess_buf in groups.c.
*) Fix memory corruption bug when a message header is received in
   several separate packets in session.c. Thanks to Ryan Caudy for
   many, many hours tracking this down.
*) Change order of build in Makefile so binaries are built before
   documentation.
*) Fix Java bug where connection objects cannot be disconnected and
   then reconnected, but must be created anew. They can now be reused.
*) Fix compile error on AIX for struct if_info.
*) Fix security issue with buffer checks in the C library.
*) Fix obscure off-by-one buffer error with the parser.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/spread/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/spread/PLIST pkgsrc/net/spread/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/spread/buildlink2.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/net/spread/files/spread.sh
cvs rdiff -r1.2 -r0 pkgsrc/net/spread/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/spread/patches/patch-bc
cvs rdiff -r1.2 -r1.3 pkgsrc/net/spread/patches/patch-bd
cvs rdiff -r1.1 -r0 pkgsrc/net/spread/patches/patch-be

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