git: 5658e91ab64f - main - net-mgmt/arpwatch: Update to 3.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 18:17:28 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5658e91ab64f887628f218c4d3070cde44c899a9
commit 5658e91ab64f887628f218c4d3070cde44c899a9
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2023-12-03 18:17:07 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2023-12-03 18:17:07 +0000
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
---
net-mgmt/arpwatch/Makefile | 2 +-
net-mgmt/arpwatch/distinfo | 6 +++---
net-mgmt/arpwatch/files/pkg-message.in | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index b977bf7ea86d..8a9fb8afa02f 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -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
diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo
index 8f34e967ad3d..60f38426c7f2 100644
--- a/net-mgmt/arpwatch/distinfo
+++ b/net-mgmt/arpwatch/distinfo
@@ -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
diff --git a/net-mgmt/arpwatch/files/pkg-message.in b/net-mgmt/arpwatch/files/pkg-message.in
index 12af88cad50a..7063deed94b9 100644
--- a/net-mgmt/arpwatch/files/pkg-message.in
+++ b/net-mgmt/arpwatch/files/pkg-message.in
@@ -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
}