package has been renamed. Unfortunately there is no smooth upgrade
path. Packages have to be deleted and added manually.
discussed with bernd@ and sturm@
This is a replacement for p5-IO-INET6 as the upstream cpan package
has been renamed.
IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon the
IO::Socket interface and inherits all the methods defined by IO::Socket.
ok sturm@
OnionCat creates a transparent IP layer on top of Tor's hidden services.
It transmits any kind of IP-based data transparently through the Tor
network on a location hidden basis. You can think of it as a
point-to-multipoint VPN between hidden services.
Comments and guidance from ajacoutot@.
Bro is an open-source, Unix-based Network Intrusion Detection
System (NIDS) that passively monitors network traffic and looks
for suspicious activity.
ok ajacoutot@
Flickcurl is a C library (and utility) for the Flickr API, handling
creating the requests, signing, token management, calling the API,
marshalling request parameters and decoding responses.
It also includes a program flickrdf to turn photo metadata, tags,
machine tags and places into an RDF triples description.
rather loosely based on a submission by edd barret (MAINTAINER)
silc improved is a SILC client without an user interface. It does output via
files and input throught FIFOs. Most features of SILC are implemented.
Lots of testing and help from sthen@. Thank you!
ok sthen@
winexe connects to the IPC$ share on a Windows host, copies an executable
file if it's not already available, and starts it as a service to create a
pipe over which programs can be run remotely.
No special configuration is required on the Windows host. Providing you
have credentials giving a suitable level of access to the relevant system,
you can use this to provide an interactive command shell, or otherwise
execute programs remotely (also suitable for script-based use).
Improvements to the networking code, fixes for several segfaults, i18n
fixes, and 38 updated or new translations.
- IPv6 is still disabled (thanks to sthen@ for confirming it still
doesn't work properly...) ; any taker to fix it, be my guest