Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240716 17 Jul 2024 07:55:40 |
Vladimir Druzenko (vvd) Author: Matthew Luckie |
net/scamper: update 20240229 → 20240716
Changelogs:
https://mailman.caida.org/pipermail/scamper-announce/2024-May/000041.html
https://mailman.caida.org/pipermail/scamper-announce/2024-July/000042.html
PR: 280322
MFH: 2024Q3 |
20240229 19 Mar 2024 14:18:52 |
Robert Clausecker (fuz) Author: Matthew Luckie |
net/py-scamper: new port
This port has the Python bits of net/scamper.
PR: 276395 |
20240229 19 Mar 2024 14:18:23 |
Robert Clausecker (fuz) Author: Matthew Luckie |
net/scamper: update to 20240229
PR: 276395 |
20230614c_1 29 Jan 2024 22:25:58 |
Muhammad Moinur Rahman (bofh) |
net/scamper: Moved man to share/man
Approved by: portmgr (blanket) |
20230614c 09 Oct 2023 07:40:28 |
Robert Clausecker (fuz) Author: Matthew Luckie |
net/scamper: update to 20230614c
This update fixes the build on 15-CURRENT.
scamper:
* fix compile-on-windows support; use icmp-echo probes instead of UDP
probes for traceroute on windows; provide "attach" support on
windows.
* fix compile-on-FreeBSD-15+ where pf firewall does not have
DIOCGETSTATUS ioctl
* in scamper's remote control (-R option), fix file descriptor leak
when unable to reconnect to the remote controller.
* add --disable-scamper-trace --disable-scamper-ping
--disable-scamper-tracelb --disable-scamper-dealias
--disable-scamper-tbit --disable-scamper-sting
--disable-scamper-sniff --disable-scamper-host configure options
to build scamper without specific measurement capabilities.
sc_attach:
* add windows support
Changelog:
https://mailman.caida.org/pipermail/scamper-announce/2023-October/000036.html
PR: 274287
MFH: 2023Q4 |
20230614b 17 Aug 2023 08:27:58 |
Fernando Apesteguía (fernape) |
net/scamper: update to 20230614b
ChangeLog:
https://mailman.caida.org/pipermail/scamper-announce/2023-August/000034.html
Merged ChangeLog
configure:
* better tests for zlib, libbz2, and liblzma that check for both
libraries and headers.
* change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be
--enable-sc_uptime, --enable-sc_hoiho, and --enable-tests
* disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE
scamper: (Only the first 15 lines of the commit message are shown above ) |
20230605 08 Jun 2023 10:51:05 |
Robert Clausecker (fuz) Author: Matthew Luckie |
net/scamper: update to 20230605
ChangeLogs:
https://mailman.caida.org/pipermail/scamper-announce/2023-March/000030.html
https://mailman.caida.org/pipermail/scamper-announce/2023-March/000031.html
https://mailman.caida.org/pipermail/scamper-announce/2023-June/000032.html
PR: 271860 |
20230224 27 Feb 2023 22:47:10 |
Robert Clausecker (fuz) Author: Matthew Luckie |
net/scamper: update to 20230224
Changelog:
https://mailman.caida.org/pipermail/scamper-announce/2023-February/000029.html
PR: 269794
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38776 |
20211212e 14 Dec 2022 17:38:30 |
Fernando Apesteguía (fernape) Author: mjl |
net/scamper: update to 20211212e
ChangeLog:
https://mailman.caida.org/pipermail/scamper-announce/2022-December/000028.html
scamper:
* gracefully handle situations where there is no
/etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf
but a measurement or scamper-internal task wants to resolve a
name
* tidy up buggy prinf-like statements in scamper and some drivers.
warts/json:
* in JSON output for ping, print the TCP/UDP src/dst ports or
ICMP id/seq used in individual probe packets,
* fix regression in libscamperfile so that it can read old warts
files.
PR: 268345
Reported by: mjl@luckie.org.nz (maintainer) |
20211212d 21 Nov 2022 05:03:22 |
Guangyuan Yang (ygy) Author: mjl |
net/scamper: Update to 20211212d
Changelog: https://mailman.caida.org/pipermail/scamper-announce/2022-November/000027.html
PR: 267856 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20211212b 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20211212b 18 Aug 2022 15:22:34 |
Nuno Teixeira (eduardo) Author: MJL |
net/scamper: Update to 20211212b
ChangeLog: https://mailman.caida.org/pipermail/scamper-announce/2022-August/000025.html
PR: 265926 |
20211026 28 Nov 2021 17:17:40 |
Fernando Apesteguía (fernape) Author: MJL |
net/scamper: update to 20211026
ChangeLog:
https://mailman.caida.org/pipermail/scamper-announce/2021-October/000023.html
PR: 259467
Reported by: mjl@luckie.org.nz (maintainer) |
20210324 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210324 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210324 25 Mar 2021 01:45:17 |
nc |
net/scamper: update to 20210324
PR: 254535
Submitted by: mjl AT luckie DOT org DOT nz (maintainer) |
20200923 24 Sep 2020 09:54:30 |
0mp |
net/scamper: Update to 20200923
Changelog:
https://mailman.caida.org/pipermail/scamper-announce/2020-September/000021.html
Two new options are available now: HOIHO and UPTIME.
PR: 249559
Submitted by: mjl@luckie.org.nz |
20200717 18 Jul 2020 01:37:15 |
swills |
net/scamper: update to 20200717
PR: 248032
Submitted by: mjl@luckie.org.nz (maintainer) |
20191102 02 Nov 2019 11:25:01 |
tcberner |
net/scamper: Update to 20191102
PR: 241661
Submitted by: mjl@luckie.org.nz (maintainer) |
20181219 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
20181219 26 Dec 2018 21:41:58 |
swills |
net/scamper: Update to 20181219
PR: 234148
Submitted by: mjl@luckie.org.nz (maintainer) |
20180309 09 Mar 2018 09:23:18 |
yuri |
net/scamper: Update to 20180309
Also changed to DISTVERSION.
PR: 226470
Submitted by: mjl@luckie.org.nz (maintainer)
Approved by: tcberner (mentor, implicit) |
20170822 22 Aug 2017 02:11:39 |
swills |
net/scamper: update to 20170822
PR: 221705
Submitted by: mjl@luckie.org.nz (maintainer) |
20161204a 27 Jun 2017 23:41:49 |
dbaio |
net/scamper: Update to 20161204a
https://mailman.caida.org/pipermail/scamper-announce/2016-December/000009.html
https://mailman.caida.org/pipermail/scamper-announce/2017-June/000010.html
PR: 220216
Submitted by: mjl@luckie.org.nz (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11362 |
20141211f 20 Nov 2016 20:25:00 |
marino |
net/scamper: Document SSL requirement
Approved by: SSL blanket |
20141211f 29 Aug 2016 09:38:39 |
amdmi3 |
- Update to 20141211f
From changelog at:
https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html
scamper
* support for PF firewall, usage documented in scamper man page
* for the IPFW firewall, take a mandatory parameter specifying
acceptable rule number range to use, usage documented in
scamper man page.
* support probing on upcoming FreeBSD 11 which now sends and
receives packets in network byte order on raw sockets
* if the user specifies a ip:port for a listening control socket,
do not free a temporary string before converting port part (Only the first 15 lines of the commit message are shown above ) |
20141211e 23 Jun 2016 11:05:32 |
amdmi3 |
- Update to 20141211e
- While here, add LICENSE
From https://mailman.caida.org/pipermail/scamper-announce/2016-June/000007.html
* fix dlist_rebuild so that the last node's prev pointer is set
correctly. no released code (current or previous) has dlist_rebuild
in its execution path.
dealias:
* store probedefs in a splaytree at run time, rather than an
array, which makes insertion rapid. helps a lot with radargun.
* store probedefs and exclude addresses in a list when parsing
dealias command, rather than an array. (Only the first 15 lines of the commit message are shown above ) |
20141211d 12 Jan 2016 08:24:37 |
wen |
- Update to 20141211d
PR: 206148
Submitted by: mjl@luckie.org.nz(maintainer) |
20141211c 16 Dec 2015 14:11:42 |
wen |
- Update to 20141211c
PR: 205081
Submitted by: mjl@luckie.org.nz(maintainer) |
20141211a 16 Aug 2015 02:49:30 |
jbeich |
net/scamper: update to 20141211a
Changes: https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html
PR: 202172
Submitted by: mjl@luckie.org.nz (maintainer) |
20141101 03 Nov 2014 17:59:35 |
pawel |
Update to version 20141101
PR: 194725
Submitted by: maintainer |
20140530 02 Jun 2014 11:20:47 |
miwi |
Update net/scamper port to 20140530. use make stage && make check-plist
to sanity check port and adjust Makefile / pkg-plist accordingly.
Changes since 20140112:
* allow scamper to be built in debug mode on FreeBSD after version 10.
* in scamper-ping, support a probe frequency smaller than once every
second. minimum is now once a millisecond.
* handle fragmented responses in linux and sunos correctly.
this is important for IPv6 IP-ID based alias resolution techniques
(e.g. speedtrap, ally, radargun) on those platforms.
* numerous bugfixes and improvements to sc_ally pair-wise alias
resolution utility, the most important being that it will reliably
complete now.
* FreeBSD 10 onwards no longer byte swaps some fields in the quotation of
a received ICMP error message. chase this in scamper.
* Minor modifications to make scamper compile on Windows 7 using
Visual Studio Express 2013 for Windows Desktop.
* print ping flags in sc_wartsdump and scamper's json output.
PR: 190440
Submitted by: maintainer |
20140122 29 Jan 2014 21:05:31 |
pawel |
- Update to 20140122 [1]
- Convert USE_GMAKE to USES=gmake
- Support staging
PR: ports/186042 [1]
Submitted by: maintainer |
20130824 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
20130824 30 Aug 2013 06:25:58 |
culot |
- Update to 20130824 [1]
- Trim Makefile's header
Changes: http://www.wand.net.nz/pipermail/scamper-announce/2013-August/000016.html
PR: ports/181518 [1]
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20111202b 04 Apr 2012 17:40:49 |
culot |
- Update to 20111202b
Changes:
http://www.wand.net.nz/pipermail/scamper-announce/2012-April/000015.html
PR: ports/166644
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Feature safe: yes |
20111202a 22 Mar 2012 08:19:56 |
culot |
- Update to 20111202a
Changes:
http://www.wand.net.nz/pipermail/scamper-announce/2012-March/000014.html
PR: ports/166281
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Feature safe: yes |
20111202 02 Dec 2011 06:20:59 |
cs |
Update to 20111202
Changelog:
http://www.wand.net.nz/pipermail/scamper-announce/2011-December/000013.html
PR: ports/163002
Submitted by: Matthew Luckie <mluckie@cs.waikato.ac.nz> (maintainer)
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes |
20110803 03 Aug 2011 08:51:35 |
culot |
- Update to 20110803
PR: ports/159408
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20110623 24 Jun 2011 09:00:26 |
dhn |
- Update to 20110623
PR: ports/158248
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20110503 03 May 2011 11:05:46 |
culot |
- Update to 20110503
PR: ports/156788
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20110421 21 Apr 2011 13:28:49 |
culot |
- Update to 20110421
PR: ports/156546
Submitted by: Matthew Luckie <mjl AT luckie.org.nz> (maintainer) |
20100517 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
20100517 22 May 2010 04:33:58 |
miwi |
- Update to 20100517
PR: 146653
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20100503 07 May 2010 22:56:32 |
sylvio |
- Update to 20100503
PR: ports/146260
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20070523o 26 Dec 2008 06:20:03 |
beech |
- Update to 20070523o
- Update scamper, primarily to build on freebsd 8-current with the new
arp code.
PR: ports/129940
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Reported by: pointyhat |
20070523k 06 Feb 2008 23:15:12 |
beech |
- Update to 20070523k
PR: ports/120308
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) |
20070523i 14 Dec 2007 23:46:53 |
miwi |
- Update to 20070523i
PR: 118302
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Matthew Luckie <mjl@luckie.org.nz>
Approved by: maintainer |
20060331 20 Apr 2006 03:40:30 |
clsung |
- Update scamper to a more recent drop of the code.
PR: 96083
Submitted by: maintainer ( Matthew Luckie <mjl AT luckie dot org dot nz> ) |
20050529 01 Feb 2006 22:46:10 |
edwin |
SHA256ify
APproved by: krion@ |
20050529 29 May 2005 15:20:19 |
thierry |
Upgrade to 20050529.
PR: ports/81616
Submitted by: maintainer |
20050516_1 23 May 2005 03:16:41 |
edwin |
Move patch to the current version of net/scamper so that the install
target is actually changed instead of the build target.
Approved by: Matthew Luckie <mjl@luckie.org.nz> |
20050516 22 May 2005 20:20:34 |
barner |
Add scamper 20050516,
tool for IPv4 and IPv6 traceroute with path
MTU discovery.
The submitter agreed, that the original author of scamper
(Matthew Luckie <mjl@luckie.org.nz>) will be the
port maintainer.
Matthew recommended using a more recent snapshot of the software than the
version used in the PR.
PR: 81186
Submitted by: Dikshie <dikshie@lapi.itb.ac.id> |