Path to this page:
./
net/parpd,
RFC1027 compliant Proxy ARP Daemon
Branch: CURRENT,
Version: 2.3.0,
Package name: parpd-2.3.0,
Maintainer: royAn implementation of the Proxy ARP Daemon specified in RFC1027.
It's very small and bloat free.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 39.027 KB
Version history: (Expand)
- (2024-08-02) Updated to version: parpd-2.3.0
- (2023-04-23) Updated to version: parpd-2.1.1
- (2023-04-13) Updated to version: parpd-2.0
- (2017-06-26) Updated to version: parpd-1.7nb1
- (2017-03-24) Updated to version: parpd-1.7
- (2017-03-15) Updated to version: parpd-1.6
CVS history: (Expand)
2023-04-23 09:52:21 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to parpd-2.1.1
No real change from 2.0 other than pulling signed tarballs rather than
automated github tarballs.
Has a compile fix for Linux.
|
2023-04-20 07:36:23 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
parpd: remove patch that was removed from distinfo during update
|
2023-04-13 19:57:19 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to parpd-2.0 with the following changes:
* New build system similar to dhcpcd
* New eloop from dhcpcd
* /dev/bpf is now used on all BSD's
* attack command will attack RFC 5227 implementations
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2017-09-16 10:43:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
parpd: follow redirect.
|
2017-06-26 11:59:16 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message:
Fix kqueue usage when forking in the background
This restores parpd functionnality on NetBSD 7.x
Submitted upstream as https://dev.marples.name/T127
|
2017-03-24 17:49:10 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to parpd-1.7. Changes include:
* Don't crash enumerating interfaces without a layer 2 address.
* Fix ARP filter so we're only interested in ARP REQUEST messages.
|