Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e0a9474b8 | ||
|
|
88992cd5db | ||
|
|
c38aa2320c | ||
|
|
f2e060a8e3 | ||
|
|
bd6cf8949f | ||
|
|
344f298ca6 | ||
|
|
ecb0d94373 | ||
|
|
9fc9a25fc4 | ||
|
|
c2ce8359f2 | ||
|
|
6c9d0cbcc8 | ||
|
|
dcdd03f1fc |
4 changed files with 23290 additions and 21206 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
/ethercodes-20110707.dat.bz2
|
/ethercodes-20110707.dat.bz2
|
||||||
/arpwatch-3.1.tar.gz
|
/arpwatch-3.1.tar.gz
|
||||||
/arpwatch-3.2.tar.gz
|
/arpwatch-3.2.tar.gz
|
||||||
|
/arpwatch-3.3.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,19 @@
|
||||||
Name: arpwatch
|
Name: arpwatch
|
||||||
Epoch: 14
|
Epoch: 14
|
||||||
Version: 3.2
|
Version: 3.3
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Network monitoring tools for tracking IP addresses on a network
|
Summary: Network monitoring tools for tracking IP addresses on a network
|
||||||
|
|
||||||
License: BSD with advertising
|
# SPDX matching with BSD-3-Clause confirmed at
|
||||||
|
# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/49
|
||||||
|
#
|
||||||
|
# Any files under different licenses are part of the build system and do not
|
||||||
|
# contribute to the license of the binary RPM:
|
||||||
|
# - config.guess and config.sub are GPL-3.0-or-later
|
||||||
|
# - configure is FSFULL
|
||||||
|
# - install-sh is X11
|
||||||
|
# - mkdep is ??? (NTP-like)
|
||||||
|
License: BSD-3-Clause
|
||||||
URL: https://ee.lbl.gov/
|
URL: https://ee.lbl.gov/
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
|
|
@ -28,7 +37,7 @@ Source0: https://ee.lbl.gov/downloads/arpwatch/arpwatch-%{version}.tar.gz
|
||||||
# updated), we store the file directly in the repository with the spec file;
|
# updated), we store the file directly in the repository with the spec file;
|
||||||
# see the update-oui-csv script.
|
# see the update-oui-csv script.
|
||||||
#
|
#
|
||||||
# File oui.csv last fetched 2022-03-24T19:37:33+00:00.
|
# File oui.csv last fetched 2023-04-25T14:46:41+00:00.
|
||||||
Source1: oui.csv
|
Source1: oui.csv
|
||||||
Source2: arpwatch.service
|
Source2: arpwatch.service
|
||||||
Source3: arpwatch.sysconfig
|
Source3: arpwatch.sysconfig
|
||||||
|
|
@ -102,6 +111,11 @@ sed -r -i 's|/usr/local/arpwatch|%{pkgstatedir}|g' *.8.in *.sh.in *.sh
|
||||||
# Fix Python interpreter path (but note that this script is not installed)
|
# Fix Python interpreter path (but note that this script is not installed)
|
||||||
sed -r -i 's|/usr/local/bin/python|%{python3}|g' update-ethercodes.sh.in
|
sed -r -i 's|/usr/local/bin/python|%{python3}|g' update-ethercodes.sh.in
|
||||||
|
|
||||||
|
# Emailed upstream requesting a separate LICENSE/COPYING file 2022-07-30.
|
||||||
|
# For now, we extract it from the main source file’s “header” comment.
|
||||||
|
awk '/^ \* / { print substr($0, 4); } /^ \*\// { exit }' arpwatch.c |
|
||||||
|
tee LICENSE
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-sendmail=/usr/sbin/sendmail PYTHON=%{python3}
|
%configure --with-sendmail=/usr/sbin/sendmail PYTHON=%{python3}
|
||||||
|
|
@ -196,6 +210,7 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE
|
||||||
%doc README
|
%doc README
|
||||||
%doc CHANGES
|
%doc CHANGES
|
||||||
%doc arpfetch
|
%doc arpfetch
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (arpwatch-3.2.tar.gz) = 0a028e770e73f8ff2e926da5ab58e067c05908924a60cfc52c5fb7d57a0f36d3087f6cedb4a8b39b66ce85a4f6a12a594e7e74fd044331e5f346bcc9add99585
|
SHA512 (arpwatch-3.3.tar.gz) = 4e3d542917dc9060ae7b35b40f41cb696eb36e68846194a76f025c5ecb1df1e67d5c1c66ba3c7e581e1f915b988d05cb7805f28d410784bd27dc3a448dccdece
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue