pkgsrc/net/spread/PLIST

43 lines
1,011 B
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.5 2004/04/23 22:07:57 reed Exp $
bin/spflooder
bin/spmonitor
bin/sptuser
bin/spuser
include/spread/sp.h
include/spread/sp_events.h
include/spread/sp_func.h
lib/libspread.a
lib/libspread.so
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.
2003-08-09 15:07:40 +02:00
lib/libspread.so.1.0
lib/libtspread.a
lib/libtspread.so
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.
2003-08-09 15:07:40 +02:00
lib/libtspread.so.1.0
man/man1/spflooder.1
man/man1/spmonitor.1
man/man1/spread.1
man/man1/sptuser.1
man/man1/spuser.1
man/man3/SP_connect.3
man/man3/SP_disconnect.3
man/man3/SP_equal_group_ids.3
man/man3/SP_error.3
man/man3/SP_join.3
man/man3/SP_leave.3
man/man3/SP_multicast.3
man/man3/SP_multigroup_multicast.3
man/man3/SP_multigroup_scat_multicast.3
man/man3/SP_poll.3
man/man3/SP_receive.3
man/man3/SP_scat_multicast.3
man/man3/SP_scat_receive.3
man/man3/libsp.3
sbin/spread
share/doc/spread/LICENSE
share/doc/spread/Readme.txt
share/doc/spread/Short_Buffer_Handling.txt
share/examples/spread/spread.access_ip.sample
share/examples/spread/spread.conf.sample
@dirrm share/examples/spread
@dirrm share/doc/spread
@dirrm include/spread