Subject: CVS commit: pkgsrc/net/iperf
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 10/07/2005 20:29:52
Module Name:	pkgsrc
Committed By:	markd
Date:		Fri Oct  7 20:29:52 UTC 2005

Modified Files:
	pkgsrc/net/iperf: Makefile distinfo
Added Files:
	pkgsrc/net/iperf/patches: patch-aa patch-ab patch-ac

Log Message:
Update iperf to 2.0.2.

Fixes configuring of multicast support and ipv6 support on NetBSD.
Add patches to deal with:
  setsockopt(..., IP_MULTICAST_TTL,..) takes a u_char arg (not int).
  On NetBSD and Solaris (probably other BSD's) ipv6 multicast group
  join is done with IPV6_JOIN_GROUP not linux's IPV6_ADD_MEMERSHIP.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/net/iperf/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/iperf/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/net/iperf/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/net/iperf/patches/patch-ab \
    pkgsrc/net/iperf/patches/patch-ac

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