Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f4563dc1fd | |||
| 80ec1ebb26 | |||
| c99f7d05e6 | |||
| a4fafd5042 |
BIN
arpwatch-3.6.tar.gz
LFS
BIN
arpwatch-3.6.tar.gz
LFS
Binary file not shown.
3
arpwatch-3.9.tar.gz
Normal file
3
arpwatch-3.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:832d20a5a508d9694a84a17e2627de3b3aa8b42b19ebdd97e264c511168f6eb4
|
||||
size 117466
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 06:12:43 UTC 2025 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Update to version 3.9:
|
||||
* Use mktemp(1) to obtain a temporary file for update-ethercodes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 14:53:38 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 3.8:
|
||||
* update-ethercodes.sh: exit when curls fails.
|
||||
- Update to version 3.7:
|
||||
* Complete switch to python massagevendor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 15:14:28 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
@@ -54,13 +68,13 @@ Mon Jan 10 16:16:16 UTC 2022 - olaf@aepfle.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 13:31:51 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Remove accidentially checked in manpage (arpwatch.8)
|
||||
- Remove accidentially checked in manpage (arpwatch.8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 07:37:27 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Update to version 3.1 (bsc#1185939)
|
||||
* Dropped
|
||||
- Update to version 3.1 (bsc#1185939)
|
||||
* Dropped
|
||||
+ arpwatch-2.1a11-emailaddr.dif, this is now supported upstream.
|
||||
Incompatible change: Flags change from -e and -s to -w and -W
|
||||
+ arpwatch-2.1a11-hname-overflow.dif: included upstream
|
||||
@@ -97,7 +111,7 @@ Tue Jun 29 07:10:40 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 08:36:27 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Fix arp2ethers script (bsc#1181936). Added arp2ethers.patch to
|
||||
- Fix arp2ethers script (bsc#1181936). Added arp2ethers.patch to
|
||||
inline the awk fragments. I tried hard to do this in a script
|
||||
but no matter if sed, awk or perl is used something always breaks
|
||||
|
||||
@@ -209,7 +223,7 @@ Sat Sep 17 12:17:44 UTC 2011 - jengelh@medozas.de
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 13:33:41 UTC 2009 - mseben@novell.com
|
||||
|
||||
- added ARPDIR to build section in spec file, to fix error message
|
||||
- added ARPDIR to build section in spec file, to fix error message
|
||||
in logs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -318,7 +332,7 @@ Wed Sep 18 09:15:17 MEST 2002 - draht@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||||
|
||||
- removed bogus self-provides
|
||||
- removed bogus self-provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 14:12:22 CEST 2002 - draht@suse.de
|
||||
@@ -353,7 +367,7 @@ Mon Oct 15 17:26:40 MEST 2001 - draht@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 15:33:50 CEST 2001 - sgf@suse.de
|
||||
|
||||
- removed libpcapn from neededforbuild and added libpcap
|
||||
- removed libpcapn from neededforbuild and added libpcap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 02:29:47 MET 2001 - draht@suse.de
|
||||
@@ -368,16 +382,16 @@ Tue Aug 8 20:46:11 CEST 2000 - olh@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 09:47:41 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Use doc macro
|
||||
- Use doc macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 14:09:29 CET 2000 - dipa@suse.de
|
||||
|
||||
- Changed path for manuals to /usr/share/man and /usr/lib/arpwatch
|
||||
to /var/lib/arpwatch for arp.dat and /usr/share/arpwatch for
|
||||
ethercodes.dat
|
||||
ethercodes.dat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 11:28:09 MEST 1999 - kettner@suse.de
|
||||
|
||||
- Reinserted old # Commandline: line.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package arpwatch
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: arpwatch
|
||||
Version: 3.6
|
||||
Version: 3.9
|
||||
Release: 0
|
||||
Summary: Tool to keep track of Ethernet<->IP address pairings
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user