-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2026-f989b8d08e 2026-08-21 05:18:12.044348+00:00 --------------------------------------------------------------------------------
Name : gensio Product : Fedora 44 Version : 3.0.4 Release : 1.fc44 URL : https://github.com/cminyard/gensio Summary : General Stream I/O Description : 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 functionality. 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. You can do the same thing with receiving ports. You can set up a gensio accepter (accepter) to accept connections in a stack. So in our previous example, you can setup TCP to listen on a specific port and automatically stack SSL and Telnet on top when the connection comes in, and you are not informed until everything is ready. A very important feature of gensio is that it makes establishing encrypted and authenticated connections much easier than without it. Beyond basic key management, it's really no harder than TCP or anything else. It offers extended flexibility for controlling the authentication process if needed. It's really easy to use. Note that the gensio(5) man page has more details on individual gensio types. -------------------------------------------------------------------------------- Update Information: update to 3.0.4 drop gensio-swig45.patch (upstreamed) -------------------------------------------------------------------------------- ChangeLog: * Thu Aug 13 2026 Felix Kaechele <[email protected]> - 3.0.4-1 - update to 3.0.4 - drop gensio-swig45.patch (upstreamed) * Tue Jul 28 2026 Jitka Plesnikova <[email protected]> - 3.0.3-3 - Replace removed Python 2 C API macros for SWIG 4.5.0 compatibility * Wed Jul 22 2026 Python Maint <[email protected]> - 3.0.3-2 - Rebuilt for Python 3.15.0b4 ABI change * Wed Jul 22 2026 Felix Kaechele <[email protected]> - 3.0.3-1 - update to 3.0.3 - enable SoapySDR gensio * Wed Jul 15 2026 Fedora Release Engineering <[email protected]> - 3.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Fri Jun 12 2026 Yaakov Selkowitz <[email protected]> - 3.0.2-3 - Rebuilt for openssl 4.0 * Wed Jun 3 2026 Python Maint <[email protected]> - 3.0.2-2 - Rebuilt for Python 3.15 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2026-f989b8d08e' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- -- _______________________________________________ package-announce mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
