]> git.pld-linux.org Git - packages/arpd.git/blame - arpd.spec
- massive attack: source-md5
[packages/arpd.git] / arpd.spec
CommitLineData
48d56092
PG
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
8ba89de3 5Release: 8
48d56092 6License: GPL
644310d4 7Group: Daemons
41a99cc0
JB
8# origin, but 404
9#Source0: http://www.loran.com/~layes/arpd/%{name}-%{version}.tar.gz
10# working (copy of original package):
11#Source0: http://www.funet.fi/pub/Linux/PEOPLE/Linus/net-source/base/%{name}-%{version}.tar.gz
12# but in CVS we probably have some renamed source from Debian (with .orig inside)
13Source0: %{name}-%{version}.tar.gz
8a7fc829 14# Source0-md5: 4b445f5698342c873068a86a18bc3d6a
48d56092
PG
15Source1: %{name}-init
16Patch0: %{name}-%{version}.debian-patch
17Patch1: %{name}-%{version}.pld-patch
44b88af1 18Patch2: %{name}-makefile-patch
b900e8be 19Patch3: %{name}-more_tables.patch
c2ea96ed 20Patch4: %{name}-uid.patch
7875af3d 21#URL: http://www.loran.com/~layes/arpd/
48d56092 22Prereq: fileutils
41a99cc0
JB
23Prereq: rc-scripts >= 0.2.0
24Requires(post,preun): /sbin/chkconfig
0385f206 25Requires: dev >= 2.8.0-4
34163377 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48d56092
PG
27
28%description
644310d4 29The ARP daemon moves the management of the ARP (Address Resolution
34163377 30Protocol) table from kernel to user space. It is useful for sites with
31LARGE network segments (256+ systems per segment), because the kernel
32hash tables are not optimized to handle this situation. To use the ARP
33daemon your kernel needs to have ARPD and NETLINK support enabled. The
34standard kernels of PLD lack this support. It shouldn't be run without
03b61d42 35that! This version can alocate 4096 entries.
50ca438d 36
48d56092 37%description -l pl
644310d4 38