Fedora 39 Update: gensio-2.8.3-1.fc39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-d1a87cfa9c
2024-02-13 02:55:54.543623
--------------------------------------------------------------------------------

Name        : gensio
Product     : Fedora 39
Version     : 2.8.3
Release     : 1.fc39
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:

tools:gsound: Fix handling of final write bytes
mdns: Add checks for all values in mdns_resolver_callback
Use gensio_set_addr_from_child() in ax25
swig/python: Fix a bug handling new channels
tests: Fix mux limits tests
afskmdm: Convert to the new serial interface
Get rid of sergensio.h in os-specific files
sound: Get rid of sergensio in sound
Get rid of trying to guess the gensio type
ax25: Add the ability to report heard stations and handle raw data
ax25: Rework listen address configuration
ax25: Add the ability to add/remove listen and UI addresses
ax25: Don't copy heard or raw reporting from base
ax25: Add the ability to find the number of outstanding frames
ax25: Allow the PID to be overridden on connects
Add an agwpe server
Add AGWPE and AX25 specs
TODO: Add some stuff
configure: Allow older swig version for just C
Move the crc code into it's own .h file
c++:swig:go: Add missing event handlers
Move ax25_snd_rcv into the debug ifdef
Add todo for sound mux
ax25: Fix some doc issues and bugs
Revert "Move ax25_snd_rcv into the debug ifdef"
ax25: Fix sequence number comparison
gensio: Add nsec to gensio_time conversions
afskmdm: Continue to receive data when transmitting in full duplex
gensiot: Add a way to not register the termination handler
windows: Fix various path issues
ax25: Remove gensio_base.h from includes
ax25: Check length in address scanning
ax25: Don't use error return when reporting an error
ax25: Don't stop t2 when sending a REJ
telnet: Add flush string handling
Rework the modemstate handling once again.
telnet: Fix comparison on returned rfc2217 command
ax25: Handle base possibly being null in chan_finish_free
agwpe: Fix some missing initialization and other bugs
gensio: Remove dead code from str_to_gensio_accepter()
tools: Don't use $< in a normal makefile line
--------------------------------------------------------------------------------
ChangeLog:

* Sat Feb  3 2024 Felix Kaechele <felix@xxxxxxxxxxx> - 2.8.3-1
- update to 2.8.3
* Wed Jan 24 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
References:

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

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-d1a87cfa9c' 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 -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux