--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-4846478eaf
2022-05-27 01:24:52.048887
--------------------------------------------------------------------------------
Name : lua-http
Product : Fedora EPEL 9
Version : 0.3
Release : 10.el9
URL : https://github.com/daurnimator/lua-http
Summary : HTTP library for Lua
Description :
lua-http is an efficient, capable HTTP and WebSocket library for Lua.
--------------------------------------------------------------------------------
Update Information:
EPEL 9 rebuild
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 18 2022 Jakub Ru��i��ka <jakub.ruzicka(a)nic.cz> - 0.3-10
- Remove docs as pandoc isn't available in EPEL 9
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lua-http' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-05351edbe4
2022-05-27 01:24:52.048898
--------------------------------------------------------------------------------
Name : lua-cqueues
Product : Fedora EPEL 9
Version : 20200603
Release : 6.el9
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:
EPEL 9 rebuild
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 20200603-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 20200603-5
- Rebuilt with OpenSSL 3.0.0
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 20200603-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 20200603-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 20200603-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 30 2020 Tom Callaway <spot(a)fedoraproject.org> - 20200603-1
- update to 20200603
- add support for lua 5.4
* Tue Jun 30 2020 Bj��rn Esser <besser82(a)fedoraproject.org> - 20190813-4
- Rebuilt for Lua 5.4
* Wed Feb 5 2020 Tomas Krizek <tomas.krizek(a)nic.cz> - 20190813-3
- Add patch to mark cqueues__poll as extern
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 20190813-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lua-cqueues' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-650013ac58
2022-05-27 01:24:52.048876
--------------------------------------------------------------------------------
Name : lua-basexx
Product : Fedora EPEL 9
Version : 0.4.0
Release : 8.el9
URL : https://github.com/aiq/basexx/
Summary : BaseXX encoding and decoding library for Lua
Description :
A Lua library for base2, base16, base32, base64, base85 decoding and encoding
of data strings.
--------------------------------------------------------------------------------
Update Information:
EPEL 9 rebuild
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lua-basexx' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-e292cc9a62
2022-05-27 01:24:52.048865
--------------------------------------------------------------------------------
Name : python-azure-core
Product : Fedora EPEL 9
Version : 1.21.1
Release : 3.el9
URL : https://pypi.org/project/azure-core/
Summary : Azure Core shared client library for Python
Description :
Azure Core shared client library for Python
--------------------------------------------------------------------------------
Update Information:
Fixing FTBFS
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 11 2022 Major Hayden <major(a)mhtx.net> 2:1.21.1-3
- Fix azure-sdk-tools BuildRequires
* Wed May 11 2022 Major Hayden <major(a)mhtx.net> 2:1.21.1-1
- Downgrade to 1.21.1
* Fri May 6 2022 Major Hayden <major(a)mhtx.net> 1:1.24.0-1
- ���� Update to 1.24.0
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-azure-core' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-a8890f8bb3
2022-05-27 01:24:52.048854
--------------------------------------------------------------------------------
Name : xsimd
Product : Fedora EPEL 9
Version : 8.1.0
Release : 1.el9
URL : https://xsimd.readthedocs.io/
Summary : C++ wrappers for SIMD intrinsics
Description :
SIMD (Single Instruction, Multiple Data) is a feature of microprocessors that
has been available for many years. SIMD instructions perform a single operation
on a batch of values at once, and thus provide a way to significantly
accelerate code execution. However, these instructions differ between
microprocessor vendors and compilers.
xsimd provides a unified means for using these features for library authors.
Namely, it enables manipulation of batches of numbers with the same arithmetic
operators as for single values. It also provides accelerated implementation
of common mathematical functions operating on batches.
--------------------------------------------------------------------------------
Update Information:
xsimd 8.1.0 GA ---- xsimd 8.0.5, epel9 build
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 11 2022 sguelton(a)redhat.com - 8.1.0-1
- Update to 8.1.0
* Sat Jan 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Dec 8 2021 Miro Hron��ok <mhroncok(a)redhat.com> - 8.0.5-1
- Update to 8.0.5
- Fixes rhbz#1997274
* Wed Dec 8 2021 Miro Hron��ok <mhroncok(a)redhat.com> - 8.0.4-1
- Update to 8.0.4
* Mon Aug 9 2021 Miro Hron��ok <mhroncok(a)redhat.com> - 7.6.0-1
- Update to 7.6.0
- Fixes rhbz#1988647
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 7.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Apr 23 2021 sguelton(a)redhat.com - 7.5.0-1
- Update to latest version
* Tue Apr 6 2021 sguelton(a)redhat.com - 7.4.10-1
- Update to latest version
* Thu Jan 28 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 7.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Oct 26 2020 sguelton(a)redhat.com - 7.4.9-1
- Update to latest version
* Sat Oct 17 2020 sguelton(a)redhat.com - 7.4.8-2
- Fix missing #include for gcc-11
* Sat Oct 3 2020 sguelton(a)redhat.com - 7.4.8-1
- Update to latest version
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 7.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update xsimd' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-bdc49b9645
2022-05-27 01:24:52.048843
--------------------------------------------------------------------------------
Name : vnstat
Product : Fedora EPEL 9
Version : 2.9
Release : 2.el9
URL : http://humdi.net/vnstat/
Summary : Console-based network traffic monitor
Description :
vnStat is a console-based network traffic monitor that keeps a log of daily
network traffic for the selected interface(s). vnStat isn't a packet sniffer.
The traffic information is analyzed from the /proc file-system, so vnStat can
be used without root permissions. See the web-page for few 'screenshots'.
--------------------------------------------------------------------------------
Update Information:
Upgrade to 2.9 (#2044224) ---- Upgrade to 2.9 (#2044224)
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 18 2022 Adrian Reber <adrian(a)lisas.de> - 2.9-2
- Upgrade to 2.9 (#2044224)
* Sat Jan 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2044224 - vnstat-2.9 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2044224
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update vnstat' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-5d307bcd86
2022-05-27 01:24:52.048831
--------------------------------------------------------------------------------
Name : python-invoke
Product : Fedora EPEL 9
Version : 1.7.0
Release : 1.el9
URL : http://pyinvoke.org/
Summary : A Python task execution tool and library
Description :
Invoke is a Python task execution tool and library, drawing inspiration from
various sources to arrive at a powerful and clean feature set.
--------------------------------------------------------------------------------
Update Information:
Build `python-invoke` for EPEL9.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Mar 29 2022 Jiri Kucera <jkucera(a)redhat.com> - 1.7.0-1
- Update to 1.7.0
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 21 2021 Jiri Kucera <jkucera(a)redhat.com> - 1.6.0-1
- Update to 1.6.0
- Do not run tests for now due to missing package which is even broken
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.5.0-4
- Rebuilt for Python 3.10
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.5.0-3
- Bootstrap for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 31 2020 Paul Howarth <paul(a)city-fan.org> - 1.5.0-1
- Update to 1.5.0
- Allow any string-compatible object to be passed to 'Context.cd', enabling
use of (for example) 'pathlib.Path' instances (GH#454, GH#577, GH#583,
GH#607, GH#681)
- Don't silently discard help text for task arguments whose names happen to
contain underscores (GH#409, GH#580, GH#611)
- Don't silently ignore task help specifiers that don't actually map to the
decorated task's arguments (e.g. '@task(help={"foo": "help for foo"})'
wrapping a task without a 'foo' argument) (GH#398, GH#580, GH#611)
- Allow subcollections to act as the default 'tasks' of their parent
collections (via the new 'default' kwarg to
'~invoke.collection.Collection.add_collection'); this means that
non-trivial task trees can specify, e.g. "use my test subcollection's
default task as the global default task" and similar (GH#197)
- Enhanced test coverage in a handful of modules whose coverage was under 90%
- '~invoke.context.MockContext' now populates its 'NotImplementedError'
exception instances (typically raised when a command is executed that had
no pre-prepared result) with the command string that triggered them; this
makes it much easier to tell what exactly in a test caused the error
- '~invoke.context.MockContext' now accepts a few quality-of-life shortcuts
as keys and values in its 'run'/'sudo' arguments:
- Keys may be compiled regular expression objects, as well as strings, and
will match any calls whose commands match the regex
- Values may be 'True' or 'False' as shorthand for otherwise empty
'~invoke.runners.Result' objects with exit codes of '0' or '1'
respectively
- Values may also be strings, as shorthand for otherwise empty
'~invoke.runners.Result' objects with those strings given as the 'stdout'
argument
- Add a new 'repeat' kwarg to '~invoke.context.MockContext' which, when True
(default: False) causes stored results for its methods to be yielded
repeatedly instead of consumed (GH#441)
- Immutable iterable result values handed to '~invoke.context.MockContext'
would yield errors (due to the use of 'pop()'); the offending logic has
been retooled to be more iterator-focused and now works for tuples and etc.
- Update the testing documentation a bit: cleaned up existing examples and
added new sections for the other updates in the 1.5 release
- Automatically populate the 'command' attribute of '~invoke.runners.Result'
objects returned by '~invoke.context.MockContext' methods, with the command
string triggering that result; previously, users had to do this by hand or
otherwise suffered inaccurate result objects (GH#700)
- Upgrade '~invoke.context.MockContext' to wrap its methods in 'Mock' objects
if the '(unittest.)mock' library is importable; this makes testing
Invoke-using codebases even easier
* Thu Jul 30 2020 Paul Howarth <paul(a)city-fan.org> - 1.4.1-4
- Use new-style dependencies, fixes FTBFS due to conflicting pytest requirements
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun May 24 2020 Miro Hron��ok <mhroncok(a)redhat.com> - 1.4.1-2
- Rebuilt for Python 3.9
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2079871 - Please branch and build python-invoke in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2079871
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-invoke' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-287102496a
2022-05-27 01:24:52.048817
--------------------------------------------------------------------------------
Name : fail2ban
Product : Fedora EPEL 9
Version : 0.11.2
Release : 12.el9
URL : http://fail2ban.sourceforge.net/
Summary : Daemon to ban hosts that cause multiple authentication errors
Description :
Fail2Ban scans log files and bans IP addresses that makes too many password
failures. It updates firewall rules to reject the IP address. These rules can
be defined by the user. Fail2Ban can read multiple log files such as sshd or
Apache web server ones.
Fail2Ban is able to reduce the rate of incorrect authentications attempts
however it cannot eliminate the risk that weak authentication presents.
Configure services to use only two factor or public/private authentication
mechanisms if you really want to protect services.
This is a meta-package that will install the default configuration. Other
sub-packages are available to install support for other actions and
configurations.
--------------------------------------------------------------------------------
Update Information:
Fix SELinux policy to allow watch on var_log_t (bz#2083923)
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 18 2022 Orion Poplawski <orion(a)nwra.com> - 0.11.2-12
- Fix SELinux policy to allow watch on var_log_t (bz#2083923)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fail2ban' 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
--------------------------------------------------------------------------------