Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgensiocpp6 | Distribution: openSUSE Tumbleweed |
Version: 2.8.2 | Vendor: openSUSE |
Release: 1.3 | Build date: Sat Feb 10 04:17:56 2024 |
Group: System/Libraries | Build host: i01-armsrv3 |
Size: 67685 | Source RPM: gensio-2.8.2-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/cminyard/gensio | |
Summary: Library to abstract stream and packet I/O |
This is gensio (pronounced gen'-see-oh), a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. gensios that stack on other gensios are called filters.
Apache-2.0 AND GPL-2.0-only AND LGPL-2.1-only
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com> - update to 2.8.2: * Fix some initialization code I messed up in 2.8.1. * A minor release to fix some Windows issues and clean up some docs. * Fri Nov 24 2023 Martin Hauke <mardnh@gmx.de> - Update to version 2.8.0 * https://github.com/cminyard/gensio/compare/v2.7.6...v2.8.0 * Sat Nov 18 2023 Dirk Müller <dmueller@suse.com> - update to 2.7.6: https://github.com/cminyard/gensio/compare/v2.7.5...v2.7.6 * Tue Aug 29 2023 Martin Hauke <mardnh@gmx.de> - Update to 2.7.5 * https://github.com/cminyard/gensio/compare/v2.6.1...v2.7.5 * Sun Dec 04 2022 Dirk Müller <dmueller@suse.com> - update to 2.6.4: * https://github.com/cminyard/gensio/compare/v2.5.4...v2.6.1 * The internal structure has been reworked so that gensios are dynamically loaded by default and can be individually selected at build time. The library itself was getting too many dependencies, so these dependencies are pushed to the individally loaded gensios. There should be no difference from the user's point of view; gensios go into libexec and get loaded on demand. And you can write your own and stick them in this directory and it will pick them up. * The os interface and mdns code has been put into their own libraries. There were circular dependencies, and mdns brings a boatload of other libraries. They really aren't gensios, they are gensio support, so they needed to be in their own library anyway. This make the gensio library just about gensios. But it will change the way you have to link against it if you are using mdns. * The sound gensio is now no longer experimental, I'd say it's beta quality now. * An AFSK modem gensio has been added. It sits on top of the sound gensio and implements the 1200 baud modem used for AX.25 in ham radio. pty and stdio have a change in the way euid and uid setting work. There wasn't a security issue, per se, but the way it was before didn't work on BSD. This makes the usage more standard. - add splitprovides/obsoletes * Wed Sep 07 2022 Martin Hauke <mardnh@gmx.de> - Update to version 2.5.4 * Ratelimit - limit the data throughput on the write side of the gensio stack. This is useful if you have a slow device on a serial port that doesn't have flow control. * Sound - Yes, you can access sound on Linux * Fixed multiple bugs * This release adds a workaround for non-compliant AX.25 stacks. * It also fixes a long-standing bug with blocking I/O; in certain situations it can crash. This will not affect ser2net, but if you are using blocking I/O, it could affect you. * Fri May 20 2022 Martin Hauke <mardnh@gmx.de> - Udpate to version 2.4.1 * Added support for the AX25 Amateur Radio packet protocol * Rewritten the C++ interface * Thu Feb 24 2022 Martin Hauke <mardnh@gmx.de> - Update to version 2.3.6 * Another bugfix release * Sat Nov 20 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.3.5 * Bugfix release * Thu Nov 18 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.3.4 * Bugfix release - Update to version 2.3.3 * The major feature part of this is gensiot is rewritten to support a server mode, which allows it to continue to accept connections after a connection comes in. As part of this, it supports multiple threads, pidfiles, and output to syslog. This is useful as a stripped down ser2net, and also for creating a forwarding application, letting you convert a non-ssl connection to an ssl on, or receive ssl connections and forward them to a local application that doesn't support ssl. * The oomtests are getting better. * Sun Nov 07 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.3.2 * Bugfix release * Fri Oct 22 2021 Martin Hauke <mardnh@gmx.de> - We build gensio with support for SCTP, MDNS and OpenIPMI; let's adjust the requirements for the -devel package accordingly. * Sun Oct 17 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.3.1 * C++ support. The interface was already OO, this is a mapping into C++. It's light, but not much was required. * Built-in TCL and glib OS handlers were added. * 2-factor authentication support is built-in to the certauth protocol. * Support for elliptical keys was added to certauth. * Mon Aug 23 2021 Martin Hauke <mardnh@gmx.de> - Udpate to version 2.2.9 * A user noticed that doing a "send break" operation on a telnet connection would crash ser2net. It would only happen if rfc2217 was not enabled. I've uploaded a new version to fix the issue. - Udpate to version 2.2.8 * This release adds 2-factor authentication support to gtlssh. * Sat Jun 05 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.2.7 * Fix: multiple connections to UDP sockets not work correctly. - Update to version 2.2.6 * Mostly small bug fixes. * Thu May 13 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.2.5 * Mostly small bug fixes. * Sat Feb 06 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.2.4 * Minor bug fixes, including a long standing issue with UDP. * Sun Jan 10 2021 Martin Hauke <mardnh@gmx.de> - Update to version 2.2.2 * fixes a compile error if openipmi is not installed
/usr/lib64/libgensiocpp.so.6 /usr/lib64/libgensiocpp.so.6.2.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 7 01:09:21 2024