--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2020-bc75fa62b5
2020-02-14 01:11:33.424272
--------------------------------------------------------------------------------

Name        : lua-cqueues
Product     : Fedora 30
Version     : 20190813
Release     : 3.fc30
URL         : https://github.com/wahern/cqueues
Summary     : Stackable Continuation Queues for the Lua Programming Language
Description :
cqueues is a type of event loop for Lua. It doesn't use callbacks but instead
you communicate with an event controller by the yielding and resumption of
Lua coroutines using objects.

cqueues are stackable. Each instantiated cqueue is a poll-able object which
can be polled from another cqueue, or another event loop system entirely.
The design is meant to be non-intrusive, composable, and embeddable within
existing applications.

cqueues includes a sockets library with DNS, buffering, end-of-line
translation, SSL/TLS, and descriptor passing support builtin.
Domain querying, connection establishment, and SSL negotiation are handled
transparently as part of a state machine entered with every I/O operation,
so users can read and write immediately upon instantiating the object,
as if opening a regular file.

cqueues also includes modules for handling signals, threads, and file change
notifications using native kernel facilities and accessible through easy
to use interfaces which abstract the different kernel facilities.

--------------------------------------------------------------------------------
Update Information:

- add missing extern to cqueue__poll
--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb  5 2020 Tomas Krizek <[email protected]> - 20190813-3
- Add patch to mark cqueues__poll as extern
* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 
20190813-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Oct 21 2019 Tomas Krizek <[email protected]> - 20190813-1
- Make spec EPEL8 compatible
- Update to latest upstream version, BZ#1735765
* Thu Jul 25 2019 Fedora Release Engineering <[email protected]> - 
20171014-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Apr 16 2019 Tomas Krizek <[email protected]> - 20171014-6
- Use lua5.1-cqueues for Lua 5.1 package name
  https://pagure.io/packaging-committee/issue/878
* Wed Apr 10 2019 Tomas Krizek <[email protected]> - 20171014-5
- Re-add compat-lua-devel needed for 5.1 build
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2020-bc75fa62b5' 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]

Reply via email to