This site has been archived!!! Click here to visit the new openkoji buildsystem!

Information for build naga-3.0-24.20200930git6f1e95d.fc40

ID117958
Package Namenaga
Version3.0
Release24.20200930git6f1e95d.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/naga.git#c70c5b96d1ac342ec2e59e92e3634c97d6ecc482
SummarySimplified Java NIO asynchronous sockets
DescriptionNaga aims to be a very small NIO library that provides a handful of java classes to wrap the usual Socket and ServerSocket with asynchronous NIO counterparts (similar to NIO2 planned for Java 1.7). All of this is driven from a single thread, making it useful for both client (e.g. allowing I/O to be done in the AWT-thread without any need for threads) and server programming (1 thread for all connections instead of 2 threads/connection). Internally Naga is a straightforward NIO implementation without any threads or event-queues thrown in, it is "just the NIO-stuff", to let you build things on top of it. Naga contains the code needed to get NIO up and running without having to code partially read buffers and setting various selection key flags.
Built byhezhengyu
State complete
Volume DEFAULT
StartedThu, 25 Jan 2024 04:57:04 CST
CompletedThu, 25 Jan 2024 05:17:18 CST
Taskbuild (f40, /rpms/naga.git:c70c5b96d1ac342ec2e59e92e3634c97d6ecc482)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/naga.git#c70c5b96d1ac342ec2e59e92e3634c97d6ecc482'}}
Tags
f40
RPMs
src
naga-3.0-24.20200930git6f1e95d.fc40.src.rpm (info) (download)
noarch
naga-3.0-24.20200930git6f1e95d.fc40.noarch.rpm (info) (download)
naga-javadoc-3.0-24.20200930git6f1e95d.fc40.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
state.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.0-20 - Rebuilt for Drop i686 JDKs * Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0-19 - Rebuilt for java-17-openjdk as system jdk