--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-490a54374e
2024-06-01 01:12:10.293534
--------------------------------------------------------------------------------
Name : php-pear-PHP-CodeSniffer
Product : Fedora 39
Version : 3.10.1
Release : 1.fc39
URL : https://github.com/PHPCSStandards/PHP_CodeSniffer
Summary : PHP coding standards enforcement tool
Description :
PHP_CodeSniffer provides functionality to verify that code conforms to
certain standards, such as PEAR, or user-defined.
--------------------------------------------------------------------------------
Update Information:
Version 3.10.1 - 2024-05-22
Added
Documentation for the following sniffs:
Generic.Commenting.DocComment
Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
Changed
The following have received efficiency improvements:
Type handling in the PHP Tokenizer
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Various housekeeping, including improvements to the tests and documentation.
Thanks to [Juliette Reinders Folmer][@jrfnl] for their contributions.
Fixed
Fixed bug [#110], [#437], [#475]: File::findStartOfStatement(): the start of
statement/expression determination for tokens in parentheses/short array
brackets/others scopes, nested within match expressions, was incorrect in most
cases.
The trickle down effect of the bug fixes made to the
File::findStartOfStatement() method, is that the Generic.WhiteSpace.ScopeIndent
and the PEAR.WhiteSpace.ScopeIndent sniffs should now be able to correctly
determine and fix the indent for match expressions containing nested
expressions.
These fixes also fix an issue with the Squiz.Arrays.ArrayDeclaration sniff
and possibly other, unreported bugs.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Fixed bug [#504]: The tokenizer could inadvertently mistake the last parameter
in a function call using named arguments for a DNF type.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Fixed bug [#508]: Tokenizer/PHP: extra hardening against handling parse errors
in the type handling layer.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Version 3.10.0 - 2024-05-20
Added
Tokenizer support for PHP 8.2 Disjunctive Normal Form (DNF) types.
[#3731][sq-3731], [#387], [#461]
Includes new T_TYPE_OPEN_PARENTHESIS and T_TYPE_CLOSE_PARENTHESIS tokens to
represent the parentheses in DNF types.
These new tokens, like other parentheses, will have the parenthesis_opener and
parenthesis_closer token array indexes set and the tokens between them will have
the nested_parenthesis index.
The File::getMethodProperties(), File::getMethodParameters() and
File::getMemberProperties() methods now all support DNF types. [#471], [#472],
[#473]
Additionally, the following sniff has been updated to support DNF types:
Generic.PHP.LowerCaseType [#478]
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patches.
Documentation for the following sniffs:
Squiz.WhiteSpace.FunctionClosingBraceSpace
Thanks to [Przemek Hernik][@przemekhernik] for the patch.
Changed
The help screens have received a face-lift for improved usability and
readability. [#447]
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch and thanks to [Colin
Stewart][@costdev], [Gary Jones][@GaryJones] and [@mbomb007] for reviewing.
The Squiz.Commenting.ClosingDeclarationComment sniff will now also examine and
flag closing comments for traits. [#442]
Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
The following sniff(s) have efficiency improvements:
Generic.Arrays.ArrayIndent
Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
The autoloader will now always return a boolean value indicating whether it has
loaded a class or not. [#479]
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Various housekeeping, including improvements to the tests and documentation.
Thanks to [Dan Wallis][@fredden], [Danny van der Sluijs][@DannyvdSluijs],
[Rodrigo Primo][@rodrigoprimo] and [Juliette Reinders Folmer][@jrfnl] for their
contributions.
Fixed
Fixed bug [#466] : Generic.Functions.CallTimePassByReference was not flagging
call-time pass-by-reference in class instantiations using the self/parent/static
keywords.
Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
Fixed bug [#494] : edge case bug in tokenization of an empty block comment.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Fixed bug [#494] : edge case bug in tokenization of an empty single-line
DocBlock.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
Fixed bug [#499] : Generic.ControlStructures.InlineControlStructure now handles
statements with a comment between else and if correctly.
Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 23 2024 Remi Collet <remi(a)remirepo.net> - 3.10.1-1
- update to 3.10.1
* Wed May 22 2024 Remi Collet <remi(a)remirepo.net> - 3.10.0-1
- update to 3.10.0
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-490a54374e' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-69b24c2a98
2024-06-01 01:12:10.293527
--------------------------------------------------------------------------------
Name : skopeo
Product : Fedora 39
Version : 1.15.1
Release : 1.fc39
URL : https://github.com/containers/skopeo
Summary : Inspect container images and repositories on registries
Description :
Command line utility to inspect images and repositories directly on Docker
registries without the need to pull them
--------------------------------------------------------------------------------
Update Information:
Automatic update for skopeo-1.15.1-1.fc39.
Changelog for skopeo
* Wed May 15 2024 Packit <hello(a)packit.dev> - 1:1.15.1-1
- Update to 1.15.1 upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 15 2024 Packit <hello(a)packit.dev> - 1:1.15.1-1
- Update to 1.15.1 upstream release
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-69b24c2a98' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-46f914656a
2024-06-01 01:12:10.293519
--------------------------------------------------------------------------------
Name : cups
Product : Fedora 39
Version : 2.4.8
Release : 3.fc39
URL : https://openprinting.github.io/cups/
Summary : CUPS printing system
Description :
CUPS printing system provides a portable printing layer for
UNIX�� operating systems. It has been developed by Apple Inc.
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.
--------------------------------------------------------------------------------
Update Information:
fix cgiGetTextfield() return value if the original value is invalid
update web ui patch to match with upstream
2277385 - cups-2.4.8 is available
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 16 2024 Zdenek Dohnal <zdohnal(a)redhat.com> - 1:2.4.8-3
- fix cgiGetTextfield() return value if the original value is invalid
* Wed May 15 2024 Zdenek Dohnal <zdohnal(a)redhat.com> - 1:2.4.8-2
- update web ui patch to match with upstream
* Tue May 14 2024 Zdenek Dohnal <zdohnal(a)redhat.com> - 1:2.4.8-1
- 2277385 - cups-2.4.8 is available
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2277385 - cups-2.4.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2277385
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-46f914656a' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-ce7649d28e
2024-06-01 01:12:10.293510
--------------------------------------------------------------------------------
Name : python-jinja2
Product : Fedora 39
Version : 3.1.4
Release : 1.fc39
URL : https://palletsprojects.com/p/jinja/
Summary : General purpose template engine
Description :
Jinja2 is a template engine written in pure Python. It provides a
Django inspired non-XML syntax but supports inline expressions and an
optional sandboxed environment.
If you have any exposure to other text-based template languages, such
as Smarty or Django, you should feel right at home with Jinja2. It's
both designer and developer friendly by sticking to Python's
principles and adding functionality useful for templating
environments.
--------------------------------------------------------------------------------
Update Information:
Update to 3.1.4 (rhbz#2279211,rhbz#2279491)
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 7 2024 Lum��r Balhar <lbalhar(a)redhat.com> - 3.1.4-1
- Update to 3.1.4 (rhbz#2279211,rhbz#2279491)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2279211 - python-jinja2-3.1.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2279211
[ 2 ] Bug #2279491 - TRIAGE CVE-2024-34064 python-jinja2: jinja2: accepts keys containing non-attribute characters [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2279491
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-ce7649d28e' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-4fb18e1fa2
2024-06-01 01:12:10.293477
--------------------------------------------------------------------------------
Name : aom
Product : Fedora 39
Version : 3.9.0
Release : 1.fc39
URL : http://aomedia.org/
Summary : Royalty-free next-generation video format
Description :
The Alliance for Open Media���s focus is to deliver a next-generation
video format that is:
- Interoperable and open;
- Optimized for the Internet;
- Scalable to any modern device at any bandwidth;
- Designed with a low computational footprint and optimized for hardware;
- Capable of consistent, highest-quality, real-time video delivery; and
- Flexible for both commercial and non-commercial content, including
user-generated content.
This package contains the reference encoder and decoder.
--------------------------------------------------------------------------------
Update Information:
Update to version 3.9.0.
Release notes: https://aomedia.googlesource.com/aom/+/refs/tags/v3.9.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 15 2024 Fabio Valentini <decathorpe(a)gmail.com> - 3.9.0-1
- Update to version 3.9.0; Fixes RHBZ#2274372
* Thu Apr 18 2024 S��rgio M. Basto <sergio(a)serjux.com> - 3.8.2-3
- jpegxl-0.10.x did not land on F40
* Thu Apr 18 2024 S��rgio M. Basto <sergio(a)serjux.com> - 3.8.2-2
- Fix build for eln
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2274372 - aom-3.9.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2274372
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-4fb18e1fa2' 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
--------------------------------------------------------------------------------