Commit graph

9 commits

Author SHA1 Message Date
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
leot
d08a884ece fstrm: Add missing patch-libmy_argv.c entry to distinfo
PKGREVISION++
2020-01-02 03:31:24 +00:00
he
f1e7945b1b Fix format / buffer size warnings with newer gcc (7.4.0) by
also leaving room for the terminating 0 character.
Also submitted as https://github.com/farsightsec/fstrm/pull/63
Bump PKGREVISION.
2019-12-16 12:52:23 +00:00
he
e908638945 Update fstrm to version 0.6.0.
Upstream changes:
 * This adds a new feature for fstrm_capture. It can perform output
   file rotation when a SIGUSR1 signal is received by fstrm_capture.
   (See the --gmtime or --localtime options.) This allows
   fstrm_capture's output file to be rotated by logrotate or a
   similar external utility. (Output rotation is suppressed if
   fstrm_capture is writing to stdout.)
2019-10-14 17:47:24 +00:00
jperkin
9655324883 fstrm: SunOS needs libnsl. 2019-08-02 14:04:31 +00:00
he
72b20b82c7 Upgrade to fstrm version 0.5.0.
Pkgsrc changes:
 * Update license to "mit", to track upstream.

Upstream changes:
 * Change license to modern MIT license for compatibility with
   GPLv2 software.
 * src/fstrm_replay.c: For OpenBSD and Posix portability include
   netinet/in.h and sys/socket.h to get struct sockaddr_in and the
   AF_* defines respectively.
 * Fix various compiler warnings.
2019-03-12 08:53:23 +00:00
he
1e1f28d4fe The fstrm library needs libevent>=2.0, so say so. 2019-03-04 14:14:15 +00:00
he
df0669cac5 Add a buildlink3.mk file so this library can be used. 2019-01-17 08:10:53 +00:00
he
dc467ef0c0 Import fstrm version 0.4.0.
This is fstrm, a C implementation of the Frame Streams data transport
protocol.

Frame Streams is a light weight, binary clean protocol that allows
for the transport of arbitrarily encoded data payload sequences
with minimal framing overhead -- just four bytes per data frame.
Frame Streams does not specify an encoding format for data frames
and can be used with any data serialization format that produces
byte sequences, such as Protocol Buffers, XML, JSON, MessagePack,
YAML, etc. Frame Streams can be used as both a streaming transport
over a reliable byte stream socket (TCP sockets, TLS connections,
AF_UNIX sockets, etc.) for data in motion as well as a file format
for data at rest. A "Content Type" header identifies the type of
payload being carried over an individual Frame Stream and allows
cooperating programs to determine how to interpret a given sequence
of data payloads.

fstrm is an optimized C implementation of Frame Streams that includes
a fast, lockless circular queue implementation and exposes library
interfaces for setting up a dedicated Frame Streams I/O thread and
asynchronously submitting data frames for transport from worker
threads. It was originally written to facilitate the addition of
high speed binary logging to DNS servers written in C using the
dnstap log format.
2019-01-16 13:49:29 +00:00