* remove himself from MAINTAINER as per his request
* fix data types to correct compile time warnings
* fix an off by one
- regen PLIST while here
note: this port should be marked as EOL and removed or is anyone still
using this?
Argus data clients support a range of operations on binary flow data
from Argus, such as sorting, aggregation, archival and reporting.
ok naddy@ sthen@
Argus is a fixed-model real time flow monitor designed to track and
report on the status and performance of all network transactions seen in
a data network traffic stream. Argus provides a common data format for
reporting flow metrics such as connectivity, capacity, demand, loss,
delay, and jitter on a per transaction basis. The record format that
Argus uses is flexible and extensible, supporting generic flow
identifiers and metrics, as well as application/protocol specific
information.
ok naddy@ sthen@
- Make sure client entry is not expired more than once
- Fixed silc_parse_userfqdn argument check
- Remove client from expired client list before deleting it
"Commit that" brad@ (maintainer)
* 2 missing NULL pointer checks
* fixes a cause code translation when no Q.931 code is set
* fixes possible memory leak in virtual queues on unregistered calls
* checks for the new config file on a reload
been touched in 8 years, upstream has disappeared, has a hardcoded
nic list missing almost everything modern, and doesn't build on
some arch.
"it won't make me cry" ajacoutot@
Spectrum-Tools is a set of utilities for using the Wi-Spy USB spectrum
analyzer tools from Metageek LLC (http://www.metageek.net). They include
userspace drivers for the hardware (implemented via libusb), a graphing
UI built on GTK/Cairo, network servers for remote devices, and simple
utilities for developing additional tools.
This package contains the GTK user interface, spectool_gtk.
Non-GUI tools can be found in the spectrum-tools-utils package.
thanks to matthieu@ for testing and ckuethe@ for pointing me at the
svn code (better than the previous release). it's not perfect (some
X resource leaks) but usable.
A vulnerability has been reported in Net-SNMP, which can be exploited
by malicious people to spoof authenticated SNMPv3 packets.
The authentication code reads the length to be checked from sender
input, this allows the sender to supply single byte HMAC code and
have a 1 in 256 chance of matching the correct HMAC and authenticating,
as only the first byte will be checked. The sender would need to
know a valid username.
ok rui (maintainer)
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:
- Simple Storage Service (S3)
- Simple Queue Service (SQS)
- Elastic Compute Cloud (EC2)
- Mechanical Turk
- SimpleDB (SDB)
based on the original submission by Bruno Bigras <bruno@burnbox.net>
feedback and ok wcmaier@ merdely@
Net::SSH2 is a Perl interface to the libssh2 library. It supports the
SSH2 protocol (there is no support for SSH1) with all of the key
exchanges, ciphers, and compression of libssh2.