notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/scamper/distinfo

Number of commits found: 43

Tuesday, 19 Mar 2024
14:18 Robert Clausecker (fuz) search for other commits by this committer Author: Matthew Luckie
net/scamper: update to 20240229

PR:		276395
commit hash: d9345dee0c7ea27905c9a3bbad9925a4bffd9d18 commit hash: d9345dee0c7ea27905c9a3bbad9925a4bffd9d18 commit hash: d9345dee0c7ea27905c9a3bbad9925a4bffd9d18 commit hash: d9345dee0c7ea27905c9a3bbad9925a4bffd9d18 d9345de
Monday, 9 Oct 2023
07:40 Robert Clausecker (fuz) search for other commits by this committer 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
commit hash: 1678e38dfb804af17f8b9c5d146ed63be6a522e3 commit hash: 1678e38dfb804af17f8b9c5d146ed63be6a522e3 commit hash: 1678e38dfb804af17f8b9c5d146ed63be6a522e3 commit hash: 1678e38dfb804af17f8b9c5d146ed63be6a522e3 1678e38
Thursday, 17 Aug 2023
08:27 Fernando Apesteguía (fernape) search for other commits by this committer
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:
 * fix regression in multicall binary introduced in 20230605, so that
   scamper-ping, scamper-trace, etc, work again.
 * for scamper -v (have scamper report its version), return 0 on
   exit from scamper process, rather than -1 (255).
 * remove reading regular files from poll/select/epoll/kqueue path,
   which fixes reading regular input files (-f option to scamper) using
   epoll or kqueue
 * fix reading stdin as input (-f option to scamper) when using
   epoll (catch EPOLLHUP)
 * add DNS server to host signature, add host path for scamper_task_find
 * rework scamper_osinfo to work with malformed release names (uname -r)
 * dealias: do not crash on malformed prefixscan and bump commands
 * dealias: fix memory leak of probedefs on malformed commands
 * sting: fix memory leak of recorded packets
 * remove tsps input method (-O tsps option to scamper)
 * fix handling of EPOLLHUP on client disconnection -- Linux-specific
   (scamper -U /path/to/socket)
 * update manual page

libscamperctrl:
 * link against list.o and splaytree.o so that the library is self-contained
 * fix memory leak when task is not accepted
 * fix handling of disconnected instances
 * API improvements

libscamperfile:
 * fix memory leak when reading SOA/MX from warts file
 * fix memory leak when reading PMTUD traceroute structures from warts file
 * sting: fix memory leak of recorded packets

sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter:
 * link against list.o/utils.o so that these utilities are not reliant on
   those symbols being exported from libscamperfile

sc_prefixprober:
 * in sc_prefixprober, shuffle IPv6 addresses within a prefix, unless
   told not to.
 * allow compression type to be specified using -O
 * free scamper_addr_t as each are removed from the list to probe

sc_remoted:
 * catch EPOLLHUP with epoll

sc_warts2text:
 * fix memory leaks

sc_wartsdump:
 * fix memory leaks
 * link against utils.o so that sc_wartsdump is not reliant on those
   symbols being exported from libscamperfile
 * have sc_wartsdump print firsthop for trace records.

misc:
 * build libcmdtest.a in tests to reduce duplication in Makefile.

PR:		273126
Reported by:	mjl@luckie.org.nz (maintainer)
commit hash: 4ac620100103cd2bdacc246e6c086208d2b87462 commit hash: 4ac620100103cd2bdacc246e6c086208d2b87462 commit hash: 4ac620100103cd2bdacc246e6c086208d2b87462 commit hash: 4ac620100103cd2bdacc246e6c086208d2b87462 4ac6201
Thursday, 8 Jun 2023
10:51 Robert Clausecker (fuz) search for other commits by this committer 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
commit hash: 964b9f7694630a264d6cd1eed1bb87192cfb72dc commit hash: 964b9f7694630a264d6cd1eed1bb87192cfb72dc commit hash: 964b9f7694630a264d6cd1eed1bb87192cfb72dc commit hash: 964b9f7694630a264d6cd1eed1bb87192cfb72dc 964b9f7
Monday, 27 Feb 2023
22:47 Robert Clausecker (fuz) search for other commits by this committer 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
commit hash: 02bcbfa4cd12c604c14f0083fa7e276e73f1888c commit hash: 02bcbfa4cd12c604c14f0083fa7e276e73f1888c commit hash: 02bcbfa4cd12c604c14f0083fa7e276e73f1888c commit hash: 02bcbfa4cd12c604c14f0083fa7e276e73f1888c 02bcbfa
Wednesday, 14 Dec 2022
17:38 Fernando Apesteguía (fernape) search for other commits by this committer 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)
commit hash: 944b9a962a5ba7503343a85029c14b141cc24501 commit hash: 944b9a962a5ba7503343a85029c14b141cc24501 commit hash: 944b9a962a5ba7503343a85029c14b141cc24501 commit hash: 944b9a962a5ba7503343a85029c14b141cc24501 944b9a9
Monday, 21 Nov 2022
05:03 Guangyuan Yang (ygy) search for other commits by this committer Author: mjl
net/scamper: Update to 20211212d

Changelog:	https://mailman.caida.org/pipermail/scamper-announce/2022-November/000027.html

PR:		267856
commit hash: 3a3f331349cd4677c0734d77dfcc2c5642c91f4a commit hash: 3a3f331349cd4677c0734d77dfcc2c5642c91f4a commit hash: 3a3f331349cd4677c0734d77dfcc2c5642c91f4a commit hash: 3a3f331349cd4677c0734d77dfcc2c5642c91f4a 3a3f331
Thursday, 18 Aug 2022
15:22 Nuno Teixeira (eduardo) search for other commits by this committer Author: MJL
net/scamper: Update to 20211212b

ChangeLog:	https://mailman.caida.org/pipermail/scamper-announce/2022-August/000025.html
PR:		265926
commit hash: cc400cb8be1339e2b00889b610c69c00cc09c2a6 commit hash: cc400cb8be1339e2b00889b610c69c00cc09c2a6 commit hash: cc400cb8be1339e2b00889b610c69c00cc09c2a6 commit hash: cc400cb8be1339e2b00889b610c69c00cc09c2a6 cc400cb
Sunday, 28 Nov 2021
17:17 Fernando Apesteguía (fernape) search for other commits by this committer 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)
commit hash: 994f0a9d3f561670066196ff68bd4c2d71a93873 commit hash: 994f0a9d3f561670066196ff68bd4c2d71a93873 commit hash: 994f0a9d3f561670066196ff68bd4c2d71a93873 commit hash: 994f0a9d3f561670066196ff68bd4c2d71a93873 994f0a9
Thursday, 25 Mar 2021
01:45 nc search for other commits by this committer
net/scamper: update to 20210324

PR:		254535
Submitted by:	mjl AT luckie DOT org DOT nz (maintainer)
Original commitRevision:569174 
Thursday, 24 Sep 2020
09:54 0mp search for other commits by this committer
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
Original commitRevision:549914 
Saturday, 18 Jul 2020
01:37 swills search for other commits by this committer
net/scamper: update to 20200717

PR:		248032
Submitted by:	mjl@luckie.org.nz (maintainer)
Original commitRevision:542466 
Saturday, 2 Nov 2019
11:25 tcberner search for other commits by this committer
net/scamper: Update to 20191102

PR:		241661
Submitted by:	mjl@luckie.org.nz  (maintainer)
Original commitRevision:516298 
Wednesday, 26 Dec 2018
21:41 swills search for other commits by this committer
net/scamper: Update to 20181219

PR:		234148
Submitted by:	mjl@luckie.org.nz (maintainer)
Original commitRevision:488459 
Friday, 9 Mar 2018
09:23 yuri search for other commits by this committer
net/scamper: Update to 20180309

Also changed to DISTVERSION.

PR:		226470
Submitted by:	mjl@luckie.org.nz (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463948 
Tuesday, 22 Aug 2017
02:11 swills search for other commits by this committer
net/scamper: update to 20170822

PR:		221705
Submitted by:	mjl@luckie.org.nz (maintainer)
Original commitRevision:448506 
Tuesday, 27 Jun 2017
23:41 dbaio search for other commits by this committer
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
Original commitRevision:444525 
Monday, 29 Aug 2016
09:38 amdmi3 search for other commits by this committer
- 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
   to an integer
 * if an unprintable character is received in an attached control
   socket, free the source so the disconnection code will proceed
 * fix memory leaks pointed out by clang
 * when reading the kernel version string, be sure to get the last
   number in the string, even if it is something like 6.0.1a
 * when using kernel versions, ensure the assumed number of dots
   are present
 * when building in debug mode and with privsep, chroot.
 * in privsep code, drop msg_accrights special case, which was
   dead code, as solaris has had msg_accrights for a while now.
 * fix unaligned memory access when processing ARP and NDP responses
 * if traceroute probes no hops, still print out text record of
   the attempt if scamper's text output mode is being used.

sc_filterpolicy
 * fix spelling mistakes in sc_filterpolicy man page

PR:		212227
Submitted by:	mjl@luckie.org.nz (maintainer)
Original commitRevision:421047 
Thursday, 23 Jun 2016
11:05 amdmi3 search for other commits by this committer
- 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.
* fix exclude addresses memory leak when parsing dealias command
* when processing a response, if the address of the response is
  the target probed, use scamper_addr_use rather than go to
  address cache.
* update scamper man page to state that the -w parameter to dealias
  takes wait-timeout in seconds, not milliseconds.

ping:
* in scamper_ping_v4ts_alloc, alloc enough memory for
  scamper_ping_v4ts_t, rather than the larger scamper_ping_reply_v4ts_t.

tbit:
* in tbit_reassemble, alloc enough memory for tbit_frag_t, rather than
  the larger tbit_frags_t.
* in the JSON output, don't try and print the ptbsrc if it wasn't
  supplied (was null)
* in the text output, print https where https was used, instead of
  http.
* in the text and wartsdump output, adjust print format of fragmented
  packets

sc_attach:
* add the ability to connect to a scamper instance running on a
  different system.

sc_tbitblind:
* getopt returns an integer, not a char.  important on arm.

PR:		210459
Submitted by:	mjl@luckie.org.nz (maintainer)
Original commitRevision:417362 
Tuesday, 12 Jan 2016
08:24 wen search for other commits by this committer
- Update to 20141211d

PR:		206148
Submitted by:	mjl@luckie.org.nz(maintainer)
Original commitRevision:405837 
Wednesday, 16 Dec 2015
14:11 wen search for other commits by this committer
- Update to 20141211c

PR:		205081
Submitted by:	mjl@luckie.org.nz(maintainer)
Original commitRevision:403863 
Sunday, 16 Aug 2015
02:49 jbeich search for other commits by this committer
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)
Original commitRevision:394375 
Monday, 3 Nov 2014
17:59 pawel search for other commits by this committer
Update to version 20141101

PR:		194725
Submitted by:	maintainer
Original commitRevision:372119 
Monday, 2 Jun 2014
11:20 miwi search for other commits by this committer
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
Original commitRevision:356212 
Wednesday, 29 Jan 2014
21:05 pawel search for other commits by this committer
- Update to 20140122 [1]
- Convert USE_GMAKE to USES=gmake
- Support staging

PR:		ports/186042 [1]
Submitted by:	maintainer
Original commitRevision:341782 
Friday, 30 Aug 2013
06:25 culot search for other commits by this committer
- 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)
Original commitRevision:325662 
Wednesday, 4 Apr 2012
17:40 culot search for other commits by this committer
- 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
Original commit
Thursday, 22 Mar 2012
08:19 culot search for other commits by this committer
- 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
Original commit
Friday, 2 Dec 2011
06:20 cs search for other commits by this committer
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
Original commit
Wednesday, 3 Aug 2011
08:51 culot search for other commits by this committer
- Update to 20110803

PR:             ports/159408
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Friday, 24 Jun 2011
09:00 dhn search for other commits by this committer
- Update to 20110623

PR:             ports/158248
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Tuesday, 3 May 2011
11:05 culot search for other commits by this committer
- Update to 20110503

PR:             ports/156788
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Thursday, 21 Apr 2011
13:28 culot search for other commits by this committer
- Update to 20110421

PR:             ports/156546
Submitted by:   Matthew Luckie <mjl AT luckie.org.nz> (maintainer)
Original commit
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Saturday, 22 May 2010
04:33 miwi search for other commits by this committer
- Update to 20100517

PR:             146653
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Friday, 7 May 2010
22:56 sylvio search for other commits by this committer
- Update to 20100503

PR:             ports/146260
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Friday, 26 Dec 2008
06:20 beech search for other commits by this committer
- 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
Original commit
Wednesday, 6 Feb 2008
23:15 beech search for other commits by this committer
- Update to 20070523k

PR:             ports/120308
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Friday, 14 Dec 2007
23:46 miwi search for other commits by this committer
- Update to 20070523i

PR:             118302
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
                Matthew Luckie <mjl@luckie.org.nz>
Approved by:    maintainer
Original commit
Thursday, 20 Apr 2006
03:40 clsung search for other commits by this committer
- Update scamper to a more recent drop of the code.

PR:             96083
Submitted by:   maintainer ( Matthew Luckie <mjl AT luckie dot org dot nz> )
Original commit
Wednesday, 1 Feb 2006
22:46 edwin search for other commits by this committer
SHA256ify
APproved by: krion@
Original commit
Sunday, 29 May 2005
15:20 thierry search for other commits by this committer
Upgrade to 20050529.

PR:             ports/81616
Submitted by:   maintainer
Original commit
Sunday, 22 May 2005
20:20 barner search for other commits by this committer
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>
Original commit

Number of commits found: 43