head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.3.0.6 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.4 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2009Q4:1.2.0.26 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.24 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.22 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.20 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2011.04.30.11.35.26; author obache; state dead; branches; next 1.3; 1.3 date 2010.08.22.21.11.10; author markd; state Exp; branches; next 1.2; 1.2 date 2006.04.20.22.57.06; author rpaulo; state dead; branches; next 1.1; 1.1 date 2006.02.24.19.53.52; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update scamper to 20110421. patch provided by Matthew Luckie via PR#44919. A lot of changed in scamper since 2008. For some idea about what is in scamper today, please check the website, in particular the scamper man page. @ text @$NetBSD: patch-aa,v 1.3 2010/08/22 21:11:10 markd Exp $ --- scamper_firewall.c.orig 2010-05-06 22:54:22.000000000 +0000 +++ scamper_firewall.c @@@@ -830,7 +830,7 @@@@ static void ipfw_cleanup(void) #endif /* HAVE_IPFW */ -#if defined(HAVE_IPTABLES) || defined(__sun__) || defined(_WIN32) +#if defined(HAVE_IPTABLES) || defined(__sun__) || defined(_WIN32) || defined(__NetBSD__) static scamper_firewall_entry_t *firewall_entry_get(void) { return malloc_zero(sizeof(scamper_firewall_entry_t)); @ 1.3 log @Add the patch that got missed in the update. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to cvs version 20060331, from Matthew Luckie . The significant change is the incorporation of pkgsrc DragonFly patches. Thanks to Joerg for this. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/02/24 19:53:52 joerg Exp $ d3 3 a5 5 --- utils.c.orig 2006-02-24 19:45:31.000000000 +0000 +++ utils.c @@@@ -28,7 +28,7 @@@@ #include #endif d7 1 a7 4 -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) #define HAVE_SOCKADDR_SA_LEN #endif d9 5 @ 1.1 log @Add DragonFly support. Use kqueue also on NetBSD. @ text @d1 1 a1 1 $NetBSD$ @