OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arpwatch-ethercodes?expand=0&rev=1
This commit is contained in:
commit
f563e67c3f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
24
arpwatch-ethercodes.changes
Normal file
24
arpwatch-ethercodes.changes
Normal file
@ -0,0 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:25:03 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 20:17:44 CET 2004 - lmuelle@suse.de
|
||||
|
||||
- Change arpwatch of neededforbuild to arpwatch-ethercodes-build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:18:44 CET 2004 - lmuelle@suse.de
|
||||
|
||||
- Ensure size of ethercodes.dat is not zero, [#48005].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 6 21:58:11 CEST 2004 - ro@suse.de
|
||||
|
||||
- make package noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 25 22:18:23 CEST 2004 - lmuelle@suse.de
|
||||
|
||||
- Initial package.
|
65
arpwatch-ethercodes.spec
Normal file
65
arpwatch-ethercodes.spec
Normal file
@ -0,0 +1,65 @@
|
||||
#
|
||||
# spec file for package arpwatch-ethercodes (Version 2004.11.2)
|
||||
#
|
||||
# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: arpwatch-ethercodes
|
||||
BuildRequires: arpwatch-ethercodes-build
|
||||
URL: http://standards.ieee.org/regauth/oui/
|
||||
License: FSR, Other License(s), see package
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
Autoreqprov: on
|
||||
Summary: Ethercodes data for arpwatch
|
||||
Version: 2004.11.2
|
||||
Release: 1
|
||||
Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
OUI and company ID data as fetched from IEEE.org prepared for arpwatch.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
IEEE.org
|
||||
|
||||
|
||||
%build
|
||||
pushd /usr/share/arpwatch
|
||||
bzip2 -cd ${RPM_SOURCE_DIR}/oui.txt.bz2 | \
|
||||
./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat
|
||||
popd
|
||||
if [ ! -s ethercodes.dat ]; then
|
||||
echo "File ethercodes.dat is empty!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%install
|
||||
mkdir -p \
|
||||
$RPM_BUILD_ROOT/%{_datadir}/arpwatch
|
||||
install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/arpwatch
|
||||
|
||||
%changelog -n arpwatch-ethercodes
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Nov 06 2004 - lmuelle@suse.de
|
||||
- Change arpwatch of neededforbuild to arpwatch-ethercodes-build.
|
||||
* Sat Nov 06 2004 - lmuelle@suse.de
|
||||
- Ensure size of ethercodes.dat is not zero, [#48005].
|
||||
* Wed Oct 06 2004 - ro@suse.de
|
||||
- make package noarch
|
||||
* Fri Jun 25 2004 - lmuelle@suse.de
|
||||
- Initial package.
|
1
get_version_number.sh
Normal file
1
get_version_number.sh
Normal file
@ -0,0 +1 @@
|
||||
get_date_version_string $( find_newest_file oui.txt.bz2)
|
47
oui.txt-wget.log
Normal file
47
oui.txt-wget.log
Normal file
@ -0,0 +1,47 @@
|
||||
--06:40:02-- http://standards.ieee.org/regauth/oui/oui.txt
|
||||
=> `oui.txt'
|
||||
Resolving standards.ieee.org... 140.98.193.16
|
||||
Connecting to standards.ieee.org|140.98.193.16|:80... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 1,576,214 (1.5M) [text/plain]
|
||||
Remote file is newer, retrieving.
|
||||
--06:40:09-- http://standards.ieee.org/regauth/oui/oui.txt
|
||||
=> `oui.txt'
|
||||
Reusing existing connection to standards.ieee.org:80.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 1,576,214 (1.5M) [text/plain]
|
||||
|
||||
0K .......... .......... .......... .......... .......... 3% 76.70 KB/s
|
||||
50K .......... .......... .......... .......... .......... 6% 252.56 KB/s
|
||||
100K .......... .......... .......... .......... .......... 9% 408.76 KB/s
|
||||
150K .......... .......... .......... .......... .......... 12% 446.47 KB/s
|
||||
200K .......... .......... .......... .......... .......... 16% 1.14 MB/s
|
||||
250K .......... .......... .......... .......... .......... 19% 449.45 KB/s
|
||||
300K .......... .......... .......... .......... .......... 22% 2.42 MB/s
|
||||
350K .......... .......... .......... .......... .......... 25% 393.39 KB/s
|
||||
400K .......... .......... .......... .......... .......... 29% 3.63 MB/s
|
||||
450K .......... .......... .......... .......... .......... 32% 1.29 MB/s
|
||||
500K .......... .......... .......... .......... .......... 35% 428.12 KB/s
|
||||
550K .......... .......... .......... .......... .......... 38% 3.95 MB/s
|
||||
600K .......... .......... .......... .......... .......... 42% 841.91 KB/s
|
||||
650K .......... .......... .......... .......... .......... 45% 564.21 KB/s
|
||||
700K .......... .......... .......... .......... .......... 48% 2.01 MB/s
|
||||
750K .......... .......... .......... .......... .......... 51% 408.11 KB/s
|
||||
800K .......... .......... .......... .......... .......... 55% 3.18 MB/s
|
||||
850K .......... .......... .......... .......... .......... 58% 1.43 MB/s
|
||||
900K .......... .......... .......... .......... .......... 61% 442.64 KB/s
|
||||
950K .......... .......... .......... .......... .......... 64% 2.79 MB/s
|
||||
1000K .......... .......... .......... .......... .......... 68% 414.28 KB/s
|
||||
1050K .......... .......... .......... .......... .......... 71% 1.88 MB/s
|
||||
1100K .......... .......... .......... .......... .......... 74% 1.57 MB/s
|
||||
1150K .......... .......... .......... .......... .......... 77% 431.18 KB/s
|
||||
1200K .......... .......... .......... .......... .......... 81% 2.48 MB/s
|
||||
1250K .......... .......... .......... .......... .......... 84% 428.66 KB/s
|
||||
1300K .......... .......... .......... .......... .......... 87% 1.49 MB/s
|
||||
1350K .......... .......... .......... .......... .......... 90% 2.42 MB/s
|
||||
1400K .......... .......... .......... .......... .......... 94% 418.18 KB/s
|
||||
1450K .......... .......... .......... .......... .......... 97% 2.05 MB/s
|
||||
1500K .......... .......... .......... ......... 100% 1.62 MB/s
|
||||
|
||||
06:40:12 (572.09 KB/s) - `oui.txt' saved [1576214/1576214]
|
||||
|
3
oui.txt.bz2
Normal file
3
oui.txt.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34c89535eaba5abe5f6214f2551431c7511977358d0ddf80bdba9749ab3cf6db
|
||||
size 337393
|
Loading…
Reference in New Issue
Block a user