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
This commit is contained in:
Craig Leres 2023-12-03 10:17:07 -08:00
parent 105d97efbe
commit 5658e91ab6
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= arpwatch
PORTVERSION= 3.4
PORTVERSION= 3.5
CATEGORIES= net-mgmt
MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \
LOCAL/leres/arpwatch

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1693936330
SHA256 (arpwatch-3.4.tar.gz) = 494cc93c2dc3c6effa4923420c8fa0558ce3575f9413e03063c68968b95bebf7
SIZE (arpwatch-3.4.tar.gz) = 117245
TIMESTAMP = 1701627030
SHA256 (arpwatch-3.5.tar.gz) = 86c24f722fd04384d005e4314a74cdea1beb28d437fb56940799e412e4607b0e
SIZE (arpwatch-3.5.tar.gz) = 117594

View file

@ -9,7 +9,7 @@ Here's a example crontab entry to update it every night:
00 0 * * * root sleep `jot -r 1 0 600` ; %%PREFIX%%/arpwatch/update-ethercodes
The -m flag is deprecated. If you are using the -m watcher flag,
The -m flag was removed. If you were using the -m watcher flag,
please switch to -w.
EOM
}