--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2024-4d199cc5d0
2024-04-26 01:03:55.836238
--------------------------------------------------------------------------------

Name        : gensio
Product     : Fedora EPEL 9
Version     : 2.8.4
Release     : 1.el9
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:

300644fc (Move to version 2.8.4, 2024-04-15)
6a8c70ee (Fix a parallel build issue in the main library, 2024-04-15)
25dd4d74 (github: Don't run oomtest9 and oomtest11 on windows, 2024-04-15)
075eeb4d (Fix a parallel build issue in the main library, 2024-04-15)
fa6744f6 (sound: Fix a possible multiply overflow, 2024-03-27)
a85c4e4a (gtlsshd: Don't use alloc_sprintf() to duplicate a string, 2024-03-27)
9753f6f3 (Update github actions, 2024-02-02)
9a1830f3 (Update github action, 2024-02-02)
--------------------------------------------------------------------------------
ChangeLog:

* Wed Apr 17 2024 Felix Kaechele <fe...@kaechele.ca> - 2.8.4-1
- update to 2.8.4
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2275410 - gensio-2.8.4 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2275410
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update gensio' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--
_______________________________________________
epel-package-announce mailing list -- 
epel-package-announce@lists.fedoraproject.org
To unsubscribe send an email to 
epel-package-announce-le...@lists.fedoraproject.org
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/epel-package-announce@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to