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-mgmt/arpwatch/distinfo

Number of commits found: 12

Sunday, 21 Jan 2024
22:12 Craig Leres (leres) search for other commits by this committer
net-mgmt/arpwatch: Update to 3.6

Install man page in share/man.

Changes since 3.5:

 - Fix bug that prevented checkpoint() from being called until after
   receiving a new arp/rarp packet.

 - Remove unconditional FreeBSD configure mandir hack.
commit hash: 10723d20670aa9546718ac910e96d4ad7b7185de commit hash: 10723d20670aa9546718ac910e96d4ad7b7185de commit hash: 10723d20670aa9546718ac910e96d4ad7b7185de commit hash: 10723d20670aa9546718ac910e96d4ad7b7185de 10723d2
Sunday, 3 Dec 2023
18:17 Craig Leres (leres) search for other commits by this committer
net-mgmt/arpwatch: Update to 3.5

Changes since 3.4:

 - Make SIGHUP checkpoint arp.dat; suggested by Gerd v. Egidy
   (gerd.von.egidy@intra2net.com)

 - Fix bug that prevented checkpoint() from being called until after
   receiving a new arp/rarp packet.

 - Update pkg-message.in
commit hash: 5658e91ab64f887628f218c4d3070cde44c899a9 commit hash: 5658e91ab64f887628f218c4d3070cde44c899a9 commit hash: 5658e91ab64f887628f218c4d3070cde44c899a9 commit hash: 5658e91ab64f887628f218c4d3070cde44c899a9 5658e91
Tuesday, 5 Sep 2023
20:24 Craig Leres (leres) search for other commits by this committer
net-mgmt/arpwatch: Update to 3.4

Changes since 3.3:

 - Switch from http to https for standards-oui.ieee.org/oui/oui.csv
   (reported by Douglas Berry)

 - Remove deprecated -m patches
commit hash: 9b6ee8ab6defa9807d247985145620b98e7ee51e commit hash: 9b6ee8ab6defa9807d247985145620b98e7ee51e commit hash: 9b6ee8ab6defa9807d247985145620b98e7ee51e commit hash: 9b6ee8ab6defa9807d247985145620b98e7ee51e 9b6ee8a
Saturday, 26 Mar 2022
20:42 Craig Leres (leres) search for other commits by this committer
net-mgmt/arpwatch: Update to 3.3

Changes since 3.2:

 - Fix direction of memmove() in sanity_fddi().
commit hash: ca1346e1ef9784a25e17e557dbc05b40b08ebfcf commit hash: ca1346e1ef9784a25e17e557dbc05b40b08ebfcf commit hash: ca1346e1ef9784a25e17e557dbc05b40b08ebfcf commit hash: ca1346e1ef9784a25e17e557dbc05b40b08ebfcf ca1346e
Wednesday, 15 Dec 2021
23:34 Craig Leres (leres) search for other commits by this committer
net-mgmt/arpwatch: Update to 3.2

Brad Davis points out that sendmail won't exist if the system was
built with WITHOUT_MAIL which causes configure to fail; use the new
--with-sendmail configure option to hardwire sendmail to
/usr/sbin/sendmail.

Changes since 3.1:

 - Change update-ethercodes to not clobber ethercodes.dat on failure.

 - Add a configure option to specify the path to sendmail.

PR:		260420
Reported by:	Brad Davis
commit hash: 12d98dbb7ca94345c9c2ba3b4ad30f64c077770f commit hash: 12d98dbb7ca94345c9c2ba3b4ad30f64c077770f commit hash: 12d98dbb7ca94345c9c2ba3b4ad30f64c077770f commit hash: 12d98dbb7ca94345c9c2ba3b4ad30f64c077770f 12d98db
Monday, 6 Apr 2020
01:00 leres search for other commits by this committer
net-mgmt/arpwatch: Update to 3.1. Remove ETHERCODES option and add
some pkg-message explaining how to use the new update-ethercodes
script. Remove obsolete patches. Changes since 3.0:

- Fix the FreeBSD rc.d script to handle interface names with . in
  them. Reported by Daniel Duerr.

- Add python 2 compatibility to massagevendor (for pfsense <= 2.4.4).

- Stop distributing ethercodes.dat and add update-ethercodes.sh to
  download and generate it.
Original commitRevision:530851 
Sunday, 15 Dec 2019
18:49 leres search for other commits by this committer
net-mgmt/arpwatch: Update to 3.0. Update MASTER_SITES. Add options
for DEBUG (build with debugging support), ETHERCODES (install
ethercodes.dat optionally), and ZEROPAD (zero pad displayed ethernet
addresses by default).

Take maintainership as per pi@ in the PR.

Notable changes since 2.1a15:

    - Add -Z (zero pad) and -C (compact) flags to arpwatch and
      arpsnmp to allow run time selection of zero padded or compact
      ethernet addresses in arp.dat.

    - Check for I/O errors when writing new arp.dat file.

    - Add a FreeBSD rc.d startup script.

    - Escape unprintable hostnames in arp.dat to avoid corruption.

    - Added the -x flag which is like -n but excludes cidrs. Code
      contributed by Roman Ivanov (awant13@gmail.com).

    - Incorporated other fixes and patches with a lot of help from
      Kurt Jaeger (pi@FreeBSD.org).

    - Speed up arp.dat parsing by increasing the size of the hash
      table.

    - Control watcher/watchee from the command line (-w/W flags).

PR:		242346
Approved by:	pi (maintainer), ler (mentor, implicit)
Original commitRevision:520189 
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Wednesday, 2 Aug 2006
19:22 erwin search for other commits by this committer
- Update to 2.1.a15
- Add more mirrors

PR:             101276
Submitted by:   Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Original commit
Friday, 7 Jul 2006
17:46 rafan search for other commits by this committer
- Update to 2.1.a14

PR:             99884
Submitted by:   maintainer
Approved by:    delphij (mentor, implicit)
Original commit
Friday, 25 Nov 2005
16:56 pav search for other commits by this committer
- Add SHA256
Original commit
Friday, 3 Sep 2004
17:03 krion search for other commits by this committer
Update to version 2.1.a13

Requested by:   vs
Original commit

Number of commits found: 12