2.3.3 update. Sniff the packets in sndrcv() like it is done on
FreeBSD and Darwin. Without this patch, everything worked with
virtual qemu. But on real ethernet hardware sr() sends TCP packets
to the broadcast MAC address as scapy did not see the ARP reply to
figure out the correct MAC address.
OK danj@ (maintainer)
Required by upcoming updates of graphics/enblend-enfuse and
grapthics/hugin.
Input and ok sthen@
VIGRA stands for "Vision with Generic Algorithms". It's an image
processing and analysis library that puts its main emphasis on
customizable algorithms and data structures. VIGRA is especially strong
for multi-dimensional images, because many algorithms (e.g. filters,
feature computation, superpixels) are implemented for arbitrary high
dimensions.
fzy is a fast, simple fuzzy text selector for the terminal with an advanced
scoring algorithm.
Most other fuzzy matchers sort based on the length of a match. fzy tries
to find the result the user intended. It does this by favouring matches on
consecutive letters and starts of words. This allows matching using acronyms
or different parts of the path.
OK jca@
---
If you are upgrading from rancid-<3, please note that router.db field
separator has been changed from ':' to ';' to avoid conflict with IPv6
addresses. Replace the field separator in router.db files before running
rancid.
The configuration files location is changed from /etc to /etc/rancid.
---
git commit a19567efa969835503823d6f6d193dcc83eb92ef:
Try to find best possible keyword for Kad search.
For example most user will search like this "The oxymoronaccelerator
2", which would ask the node which indexes "the". This causes higher
traffic for such nodes and makes them a viable target to attackers,
while the kad result should be the same or even better if we ask
the node which indexes the rare keyword "oxymoronaccelerator", so
we try to rearrange keywords and generally assume that the longer
keywords are rarer.
git commit 5cf7ef9a7dcff2776d9ebc8bb8337e7e3203e6ab:
Add a routine to set file name conversion for amuled, which is based
on wxAppConsole: fix sharing directories with non-ASCII names with
aMule daemon.
Port from Johan Huldtgren, ok sthen@
DESCR:
OpenDKIM is an implementation of DKIM (RFC 6376, Domain Keys Identified Mail),
an email sender authentication system. It consists of a library that implements
the DKIM service and a milter-based filter application that can plug in to any
milter-aware MTA to provide that service to sufficiently recent sendmail MTAs
and other MTAs that support the milter protocol.