Information for build gensio-2.8.4-1.fc40

ID24894
Package Namegensio
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.8.4
Release1.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/gensio.git#f8b3cbb5206cefc2662706500e5b0c960a1a6364
SummaryGeneral Stream I/O
DescriptionThis 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 09:46:43 CST
CompletedFri, 03 May 2024 10:26:22 CST
Taskbuild (f40, /rpms/gensio.git:f8b3cbb5206cefc2662706500e5b0c960a1a6364)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gensio.git#f8b3cbb5206cefc2662706500e5b0c960a1a6364'}}
Tags
f40
RPMs
src
gensio-2.8.4-1.fc40.src.rpm (info) (download)
riscv64
gensio-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-devel-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-ipmisol-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-mdns-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-sound-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-tcl-2.8.4-1.fc40.riscv64.rpm (info) (download)
python3-gensio-2.8.4-1.fc40.riscv64.rpm (info) (download)
gensio-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
gensio-debugsource-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-ipmisol-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-mdns-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-sound-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
libgensio-tcl-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
python3-gensio-debuginfo-2.8.4-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
build.log
state.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Wed Apr 17 2024 Felix Kaechele <felix@kaechele.ca> - 2.8.4-1 - update to 2.8.4 * Sat Feb 03 2024 Felix Kaechele <felix@kaechele.ca> - 2.8.3-1 - update to 2.8.3 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Dec 01 2023 Felix Kaechele <felix@kaechele.ca> - 2.8.2-1 - update to 2.8.2 * Sat Sep 09 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.6-1 - update to 2.7.6 * Mon Aug 28 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.5-1 - update to 2.7.5 * Tue Aug 22 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.4-1 - update to 2.7.4 * Sun Aug 20 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.3-1 - update to 2.7.3 * Sat Aug 12 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.2-1 - update to 2.7.2 * Thu Aug 10 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.1-1 - update to 2.7.1 * Mon Aug 07 2023 Felix Kaechele <felix@kaechele.ca> - 2.7.0-1 - update yo 2.7.0 * Tue Jul 25 2023 Felix Kaechele <felix@kaechele.ca> - 2.6.7-3 - Add lockdev dependency and set correct UUCP lock path * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 10 2023 Felix Kaechele <felix@kaechele.ca> - 2.6.7-1 - Update to 2.6.7 - remove upstreamed patches - install systemd unit for gtlsshd * Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 2.6.6-5 - Rebuilt for Python 3.12 * Sun Jul 02 2023 Felix Kaechele <felix@kaechele.ca> - 2.6.6-4 - Add libsctp support - add upstream patches for pkg-config files - drop unused libnsl2 - fix typos in spec file * Tue Jun 27 2023 Python Maint <python-maint@redhat.com> - 2.6.6-3 - Rebuilt for Python 3.12 * Tue Jun 27 2023 Felix Kaechele <felix@kaechele.ca> - 2.6.6-2 - remove *.la files after install (needed for EL9) * Tue Jun 27 2023 Felix Kaechele <felix@kaechele.ca> - 2.6.6-1 - Version 2.6.6 - Initial import