The following Fedora EPEL 8 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
chromium-129.0.6668.58-1.el8
mongo-c-driver-1.28.0-1.el8
Details about builds:
================================================================================
chromium-129.0.6668.58-1.el8 (FEDORA-EPEL-2024-2cc55c9f93)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
update to 129.0.6668.58
High CVE-2024-8904: Type Confusion in V8
Medium CVE-2024-8905: Inappropriate implementation in V8
Medium CVE-2024-8906: Incorrect security UI in Downloads
Medium CVE-2024-8907: Insufficient data validation in Omnibox
Low CVE-2024-8908: Inappropriate implementation in Autofill
Low CVE-2024-8909: Inappropriate implementation in UI
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 17 2024 Than Ngo <than(a)redhat.com> - 129.0.6668.58-1
- update to 129.0.6668.58
* High CVE-2024-8904: Type Confusion in V8
* Medium CVE-2024-8905: Inappropriate implementation in V8
* Medium CVE-2024-8906: Incorrect security UI in Downloads
* Medium CVE-2024-8907: Insufficient data validation in Omnibox
* Low CVE-2024-8908: Inappropriate implementation in Autofill
* Low CVE-2024-8909: Inappropriate implementation in UI
--------------------------------------------------------------------------------
================================================================================
mongo-c-driver-1.28.0-1.el8 (FEDORA-EPEL-2024-4c92c7207f)
Client library written in C for MongoDB
--------------------------------------------------------------------------------
Update Information:
libbson 1.28.0
New features:
Add bson_validate_with_error_and_offset.
Build Configuration:
Remove automatic ccache detection and usage (CCache.cmake).
Set CMAKE_<LANG>_COMPILER_LAUNCHER to build with ccache.
Remove MONGO_USE_CCACHE (no longer applicable; see above).
libmongoc 1.28.0
New features:
Support In-Use Encryption range queries.
Include insert ID on result of mongoc_collection_insert_one.
Add new bulk write API mongoc_bulkwrite_t. Requires MongoDB 8.0. Reduces round-
trips for mixed writes.
Add serverMonitoringMode URI option.
Improvements:
Improve performance of OpenSSL connection creation.
Improve performance when trace logging is configured (ENABLE_TRACING=ON) but
disabled at runtime.
Prefer FIPS compliant functions for SCRAM-SHA-256 key derivation.
Remove required slash to delimit options in MongoDB URI (e.g.
mongodb://example.com?w=1 parses the same as mongodb://example.com/?w=1)
Include topology description in server selection timeout errors.
Notes:
Bump minimum wire protocol version from 6 (MongoDB 3.6) to 7 (MongoDB 4.0).
Raise required version of libmongocrypt to 1.11.0 to support In-Use Encryption
(corresponds to the CMake option: ENABLE_CLIENT_SIDE_ENCRYPTION).
Build Configuration:
Remove automatic ccache detection and usage (CCache.cmake).
Set CMAKE_<LANG>_COMPILER_LAUNCHER to build with ccache.
Remove MONGO_USE_CCACHE (no longer applicable; see above).
Changed:
Test and example targets are excluded from the ALL target.
All test targets can be built using the mongo_c_driver_tests target.
All example targets can be built using the mongo_c_driver_examples target.
Use #!/usr/bin/env bash instead of #!/bin/sh in uninstall script generated by
ENABLE_UNINSTALL=ON.
Deprecated:
Use of *_hint functions is deprecated in favor of more aptly named *_server_id
functions:
mongoc_bulk_operation_set_hint is deprecated for
mongoc_bulk_operation_set_server_id
mongoc_bulk_operation_get_hint is deprecated for
mongoc_bulk_operation_get_server_id
mongoc_cursor_set_hint is deprecated for mongoc_cursor_set_server_id
mongoc_cursor_get_hint is deprecated for mongoc_cursor_get_server_id
--------------------------------------------------------------------------------
ChangeLog:
* Thu Sep 19 2024 Remi Collet <remi(a)remirepo.net> - 1.28.0-1
- update to 1.28.0
- raise dependency to libmongocrypt 1.11.0
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
centpkg-0.8.10-1.el8
fedpkg-1.45-5.el8
imagej-1.54k-32.el8
rpkg-1.67-4.el8
rust-git-delta-0.18.2-1.el8
Details about builds:
================================================================================
centpkg-0.8.10-1.el8 (FEDORA-EPEL-2024-1a8b5fed91)
CentOS utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
Handle packages that don't sync to RHEL
Fix detection of exception phase (CS-2523)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Troy Dawson <tdawson(a)redhat.com> - 0.8.10-1
- Handle packages that don't sync to RHEL
* Fri Sep 13 2024 Troy Dawson <tdawson(a)redhat.com> - 0.8.9-1
- Fix detection of exception phase (CS-2523)
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 10 2024 Troy Dawson <tdawson(a)redhat.com> - 0.8.8-1
- Tweak autodetection of repo name. (CS-2340)
--------------------------------------------------------------------------------
================================================================================
fedpkg-1.45-5.el8 (FEDORA-EPEL-2024-b728277328)
Fedora utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
A few various patches for rpkg and fedpkg as well.
rpkg
Patch: Fixing encoding of the URL when checking lookaside
Patch: Fix package in Pypi
fedpkg
Various modernizations, including dropping use of python-fedora and support for
bodhi-client < 6
by Adam Williamson:
Add py313 environment as that's current
Drop support for bodhi-client <= 5
Drop all usage of six
Replace and update use of deprecated 'linux_distribution'
Modernize and clean unittest imports
Update check_bodhi_version to check for >= 6.0.0
Various patches:
Fix URL of Bodhi in staging
Fixes missing key in distro.os_release_info()
Do not auto-request ELN modules
Get EPEL10 minor version from koji when it's not available from the branch name
by Diego Herrera:
Fix minor requirements for EPEL10+ in test
Use minor value from koji when no minor in branch name
Fix EPEL10 branch expression to cover 2 or more digits.
Get macros from epel-candidate build target.
Improvements on string parsing
Add tests cases for runtime_disttag removal when working with epel10
Handle rhel runtimes when minor version exists in disttag
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Ondřej Nosek <onosek(a)redhat.com> - 1.45-5
- Add py313 environment as that's current
- Drop support for bodhi-client <= 5
- Drop all usage of six
- Replace and update use of deprecated 'linux_distribution'
- Modernize and clean unittest imports
- Update check_bodhi_version to check for >= 6.0.0
- Fix URL of Bodhi in staging
- Fixes missing key in distro.os_release_info()
- Do not auto-request ELN modules
- Fix minor requirements for EPEL10+ in test
- Use minor value from koji when no minor in branch name
- Fix EPEL10 branch expression to cover 2 or more digits.
- Get macros from epel-candidate build target.
- Improvements on string parsing
- Add tests cases for runtime_disttag removal when working with epel10
- Handle rhel runtimes when minor version exists in disttag
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 1.45-4
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.45-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
imagej-1.54k-32.el8 (FEDORA-EPEL-2024-8a561e2bad)
Image Processing and Analysis in Java
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL8.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54k-32
- Package the public-domain dedication/disclaimer text as a “license file”
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54k-31
- Add current link to public-domain dedication
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Update to 1.54k (close RHBZ#2292095)
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54i-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Mar 4 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54i-1
- Update to 1.54i (close RHBZ#2267596)
* Tue Feb 27 2024 Jiri Vanek <jvanek(a)redhat.com> - 1.54h-4
- Rebuilt for java-21-openjdk as system jdk
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54h-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54h-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 22 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54h-1
- Update to 1.54h (close RHBZ#2254747)
* Thu Oct 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54g-1
- Update to 1.54g (close RHBZ#2244933)
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54f-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 30 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54f-1
- Update to 1.54f (close RHBZ#2212252)
* Mon Jun 5 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54f-1
- Update to 1.54e (close RHBZ#2212252)
* Tue Apr 25 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54d-1
- Update to 1.54d (close RHBZ#2183396)
* Fri Mar 10 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54c-1
- Update to 1.54c (close RHBZ#2175999)
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.53v-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Dec 29 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.53v-1
- Update to 1.53v (close RHBZ#2121261)
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.53r-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 8 2022 Jiri Vanek <jvanek(a)redhat.com> - 1.53r-4
- Rebuilt for Drop i686 JDKs
* Tue May 31 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.53r-3
- Make sure the upstream VERSION is set correctly
- Use the initial numeric <pkgrel> field of the Release as the BUILD
* Tue May 31 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.53r-2
- Fix regression in launcher script
- Symlinks called “*” will not be created when there are no shared plugins or
luts
- Broken symlinks into shared directories will be removed
- Symlink changes will be printed to the terminal
* Mon May 30 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.53r-1
- Adjust versioning scheme
- Update to 1.53r (close RHBZ#1609549)
- Use HTTPS URLs
- Reduce macro indirection in the spec file
- Drop javadoc API documentation due to bundled JavaScript and CSS
* Sat Feb 5 2022 Jiri Vanek <jvanek(a)redhat.com> - 1.50-17.h
- Rebuilt for java-17-openjdk as system jdk
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-16.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-15.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-14.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Oct 6 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.50-13.h
- Remove -dxx option from script (unsupported in java 11)
- Fix patch
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-12.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Jul 19 2020 Fabio Valentini <decathorpe(a)gmail.com> - 1.50-11.h
- Set javac source and target to 1.8 to fix Java 11 builds.
* Fri Jul 10 2020 Jiri Vanek <jvanek(a)redhat.com> - 1.50-10.h
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-9.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-8.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 1 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-7.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-6.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-5.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.50-4.h
- Remove obsolete scriptlets
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-3.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.50-2.h
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Mar 26 2016 Adam Huffman <bloch(a)verdurin.com> - 1.50-1.h
- Update to upstream release 1.50h
* Thu Feb 4 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.48-8.e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Jul 4 2015 Adam Huffman <bloch(a)verdurin.com> - 1.48-7.e
- Apply Java docdir fixes from Michael Simacek
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.48-6.e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Aug 13 2014 Adam Huffman <bloch(a)verdurin.com> - 1.48-5.e
- Fix bogus dates in changelog
* Wed Aug 13 2014 Adam Huffman <bloch(a)verdurin.com> - 1.48-4.e
- Fix desktop file to ensure application appears in menus
* Mon Jul 14 2014 Richard Hughes <richard(a)hughsie.com> - 1.48-3.e
- Ship a larger application icon so the metdata parser can include the app.
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.48-2.e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Oct 26 2013 Adam Huffman <bloch(a)verdurin.com> - 1.48-1.e
- Update to 1.48e
* Sun Aug 25 2013 Adam Huffman <bloch(a)verdurin.com> - 1.47-1.v
- Update to 1.47v
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.46-4.d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.46-3.d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.46-2.d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed Jan 11 2012 Adam Huffman <verdurin(a)fedoraproject.org> - 1.46-1.d
- update to 1.45d
* Wed Feb 9 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.44-2.i
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Oct 30 2010 Georget Fabien <fabien.georget(a)gmail.com> 1.44-1.i
- update to 1.44i
- create imagej.jar link
* Tue Sep 28 2010 Georget Fabien <fabien.georget(a)gmail.com> 1.44-1.h
- version 1.44h
* Fri Dec 11 2009 Georget Fabien <fabien.georget(a)gmail.com> 1.43-1.m
- version 1.43m
* Sat Nov 21 2009 Georget Fabien <fabien.georget(a)gmail.com> 1.43-0.5.j
- set build directory to {name}-{version}
- modify wrapper script
- add java-devel to requires
* Sun Nov 15 2009 Georget Fabien <fabien.georget(a)gmail.com> 1.43-0.4.j
- modify name from ImageJ to imagej
- modify wrapper script for fedora compatibility
* Tue Nov 10 2009 Georget Fabien <fabien.georget(a)gmail.com> 1.43-0.3.j
- get macros from http://rsbweb.nih.gov/ij/macros/macros.zip
- get launch script from http://rsb.info.nih.gov/ij/download/linux/unix-script.txt
- don't copy macros in the jar but in /usr/share/ImageJ/macros
* Tue Nov 10 2009 Georget Fabien <fabien.georget(a)gmail.com> 1.43-0.2.j
- change group to Application/Engineering
- change description
- add comments
- change version tag
* Sat Nov 8 2008 Georget Fabien <fabien.georget(a)gmail.com> 1.43-0.1
- Creation
--------------------------------------------------------------------------------
================================================================================
rpkg-1.67-4.el8 (FEDORA-EPEL-2024-b728277328)
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
A few various patches for rpkg and fedpkg as well.
rpkg
Patch: Fixing encoding of the URL when checking lookaside
Patch: Fix package in Pypi
fedpkg
Various modernizations, including dropping use of python-fedora and support for
bodhi-client < 6
by Adam Williamson:
Add py313 environment as that's current
Drop support for bodhi-client <= 5
Drop all usage of six
Replace and update use of deprecated 'linux_distribution'
Modernize and clean unittest imports
Update check_bodhi_version to check for >= 6.0.0
Various patches:
Fix URL of Bodhi in staging
Fixes missing key in distro.os_release_info()
Do not auto-request ELN modules
Get EPEL10 minor version from koji when it's not available from the branch name
by Diego Herrera:
Fix minor requirements for EPEL10+ in test
Use minor value from koji when no minor in branch name
Fix EPEL10 branch expression to cover 2 or more digits.
Get macros from epel-candidate build target.
Improvements on string parsing
Add tests cases for runtime_disttag removal when working with epel10
Handle rhel runtimes when minor version exists in disttag
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 16 2024 Ondřej Nosek <onosek(a)redhat.com> - 1.67-4
- Patch: Fixing encoding of the url when checking lookaside
- Patch: Fix package in Pypi
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.67-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-git-delta-0.18.2-1.el8 (FEDORA-EPEL-2024-cffa8d8170)
Syntax-highlighting pager for git
--------------------------------------------------------------------------------
Update Information:
Update to version 0.18.2.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.18.2-1
- Update to version 0.18.2
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-02a5043c77 arm-none-eabi-binutils-cs-2.43-1.el9 arm-none-eabi-gcc-cs-12.4.0-1.el9 arm-none-eabi-newlib-4.4.0.20231231-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
centpkg-0.8.10-1.el9
chromium-129.0.6668.58-1.el9
fedpkg-1.45-5.el9
imagej-1.54k-4.el9
php-pecl-xpass-1.0.0-1.el9
python-requests-futures-1.0.0-20.el9
rpkg-1.67-4.el9
rust-bytes-1.7.2-1.el9
rust-clap-4.5.17-1.el9
rust-clap_builder-4.5.17-1.el9
rust-const_format-0.2.33-1.el9
rust-const_format_proc_macros-0.2.33-1.el9
rust-cursive_buffered_backend-0.6.2-1.el9
rust-derive_builder-0.20.1-1.el9
rust-derive_builder_core-0.20.1-1.el9
rust-derive_builder_macro-0.20.1-1.el9
rust-enum-as-inner-0.6.1-1.el9
rust-git-delta-0.18.2-1.el9
rust-insta-1.40.0-1.el9
rust-pest-2.7.12-1.el9
rust-pest_derive-2.7.12-1.el9
rust-pest_generator-2.7.12-1.el9
rust-pest_meta-2.7.12-1.el9
rust-pulldown-cmark-0.11.3-1.el9
rust-pyo3-0.22.3-1.el9
rust-pyo3-build-config-0.22.3-1.el9
rust-pyo3-ffi-0.22.3-1.el9
rust-pyo3-macros-0.22.3-1.el9
rust-pyo3-macros-backend-0.22.3-1.el9
rust-reqwest-0.12.7-1.el9
rust-rust_decimal-1.36.0-1.el9
rust-rust_decimal_macros-1.36.0-1.el9
rust-rustix-0.38.37-1.el9
rust-rustls-0.23.13-1.el9
rust-scc-2.1.17-1.el9
rust-sdd-3.0.3-1.el9
rust-sequoia-ipc-0.35.1-1.el9
rust-serde-1.0.210-1.el9
rust-serde_derive-1.0.210-1.el9
rust-tokio-1.40.0-1.el9
rust-trycmd-0.15.7-1.el9
rust-typetag-0.2.18-1.el9
rust-typetag-impl-0.2.18-1.el9
rust-uzers-0.12.1-1.el9
rust-wayland-backend-0.3.7-1.el9
rust-wayland-client-0.31.6-1.el9
rust-wayland-cursor-0.31.6-1.el9
rust-wayland-scanner-0.31.5-1.el9
rust-wayland-server-0.31.5-1.el9
rust-wayland-sys-0.31.5-1.el9
rust-which-6.0.3-1.el9
Details about builds:
================================================================================
centpkg-0.8.10-1.el9 (FEDORA-EPEL-2024-b7fe5350d2)
CentOS utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
Handle packages that don't sync to RHEL
Fix detection of exception phase (CS-2523)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Troy Dawson <tdawson(a)redhat.com> - 0.8.10-1
- Handle packages that don't sync to RHEL
* Fri Sep 13 2024 Troy Dawson <tdawson(a)redhat.com> - 0.8.9-1
- Fix detection of exception phase (CS-2523)
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
chromium-129.0.6668.58-1.el9 (FEDORA-EPEL-2024-034e4b1091)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
update to 129.0.6668.58
* High CVE-2024-8904: Type Confusion in V8
* Medium CVE-2024-8905: Inappropriate implementation in V8
* Medium CVE-2024-8906: Incorrect security UI in Downloads
* Medium CVE-2024-8907: Insufficient data validation in Omnibox
* Low CVE-2024-8908: Inappropriate implementation in Autofill
* Low CVE-2024-8909: Inappropriate implementation in UI
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 17 2024 Than Ngo <than(a)redhat.com> - 129.0.6668.58-1
- update to 129.0.6668.58
* High CVE-2024-8904: Type Confusion in V8
* Medium CVE-2024-8905: Inappropriate implementation in V8
* Medium CVE-2024-8906: Incorrect security UI in Downloads
* Medium CVE-2024-8907: Insufficient data validation in Omnibox
* Low CVE-2024-8908: Inappropriate implementation in Autofill
* Low CVE-2024-8909: Inappropriate implementation in UI
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2312963 - CVE-2024-8909 chromium: Inappropriate implementation in UI [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312963
[ 2 ] Bug #2312964 - CVE-2024-8909 chromium: Inappropriate implementation in UI [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312964
[ 3 ] Bug #2312965 - CVE-2024-8908 chromium: Inappropriate implementation in Autofill [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312965
[ 4 ] Bug #2312966 - CVE-2024-8908 chromium: Inappropriate implementation in Autofill [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312966
[ 5 ] Bug #2312967 - CVE-2024-8907 chromium: Insufficient data validation in Omnibox [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312967
[ 6 ] Bug #2312968 - CVE-2024-8907 chromium: Insufficient data validation in Omnibox [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312968
[ 7 ] Bug #2312971 - CVE-2024-8906 chromium: Incorrect security UI in Downloads [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312971
[ 8 ] Bug #2312972 - CVE-2024-8906 chromium: Incorrect security UI in Downloads [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312972
[ 9 ] Bug #2312973 - CVE-2024-8905 chromium: Inappropriate implementation in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312973
[ 10 ] Bug #2312974 - CVE-2024-8905 chromium: Inappropriate implementation in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312974
[ 11 ] Bug #2312975 - CVE-2024-8904 chromium: Type Confusion in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312975
[ 12 ] Bug #2312976 - CVE-2024-8904 chromium: Type Confusion in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2312976
--------------------------------------------------------------------------------
================================================================================
fedpkg-1.45-5.el9 (FEDORA-EPEL-2024-1dc7e39b45)
Fedora utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
A few various patches for rpkg and fedpkg as well.
rpkg
Patch: Fixing encoding of the URL when checking lookaside
Patch: Fix package in Pypi
fedpkg
Various modernizations, including dropping use of python-fedora and support for
bodhi-client < 6
by Adam Williamson:
Add py313 environment as that's current
Drop support for bodhi-client <= 5
Drop all usage of six
Replace and update use of deprecated 'linux_distribution'
Modernize and clean unittest imports
Update check_bodhi_version to check for >= 6.0.0
Various patches:
Fix URL of Bodhi in staging
Fixes missing key in distro.os_release_info()
Do not auto-request ELN modules
Get EPEL10 minor version from koji when it's not available from the branch name
by Diego Herrera:
Fix minor requirements for EPEL10+ in test
Use minor value from koji when no minor in branch name
Fix EPEL10 branch expression to cover 2 or more digits.
Get macros from epel-candidate build target.
Improvements on string parsing
Add tests cases for runtime_disttag removal when working with epel10
Handle rhel runtimes when minor version exists in disttag
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Ondřej Nosek <onosek(a)redhat.com> - 1.45-5
- Add py313 environment as that's current
- Drop support for bodhi-client <= 5
- Drop all usage of six
- Replace and update use of deprecated 'linux_distribution'
- Modernize and clean unittest imports
- Update check_bodhi_version to check for >= 6.0.0
- Fix URL of Bodhi in staging
- Fixes missing key in distro.os_release_info()
- Do not auto-request ELN modules
- Fix minor requirements for EPEL10+ in test
- Use minor value from koji when no minor in branch name
- Fix EPEL10 branch expression to cover 2 or more digits.
- Get macros from epel-candidate build target.
- Improvements on string parsing
- Add tests cases for runtime_disttag removal when working with epel10
- Handle rhel runtimes when minor version exists in disttag
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 1.45-4
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.45-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
imagej-1.54k-4.el9 (FEDORA-EPEL-2024-4072d06a33)
Image Processing and Analysis in Java
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54k-4
- Package the public-domain dedication/disclaimer text as a “license file”
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54k-3
- Add current link to public-domain dedication
* Tue Sep 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54k-1
- Update to 1.54k (close RHBZ#2292095)
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54i-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Mar 4 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54i-1
- Update to 1.54i (close RHBZ#2267596)
* Tue Feb 27 2024 Jiri Vanek <jvanek(a)redhat.com> - 1.54h-4
- Rebuilt for java-21-openjdk as system jdk
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54h-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54h-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 22 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54h-1
- Update to 1.54h (close RHBZ#2254747)
* Thu Oct 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54g-1
- Update to 1.54g (close RHBZ#2244933)
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54f-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 30 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54f-1
- Update to 1.54f (close RHBZ#2212252)
* Mon Jun 5 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54f-1
- Update to 1.54e (close RHBZ#2212252)
* Tue Apr 25 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54d-1
- Update to 1.54d (close RHBZ#2183396)
* Fri Mar 10 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.54c-1
- Update to 1.54c (close RHBZ#2175999)
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.53v-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Dec 29 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.53v-1
- Update to 1.53v (close RHBZ#2121261)
--------------------------------------------------------------------------------
================================================================================
php-pecl-xpass-1.0.0-1.el9 (FEDORA-EPEL-2024-9ada0fa103)
Extended password extension
--------------------------------------------------------------------------------
Update Information:
This extension provides password hashing algorithms used by Linux distributions,
using extended crypt library (libxcrypt):
sha512 provided for legacy as used on some old distributions
yescrypt used on modern distributions
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 9 2024 Remi Collet <remi(a)remirepo.net> - 1.0.0-1
- update to 1.0.0
* Mon Sep 2 2024 Remi Collet <remi(a)remirepo.net> - 1.0.0~RC2-1
- update to 1.0.0RC2
* Wed Aug 28 2024 Remi Collet <remi(a)remirepo.net> - 1.0.0~RC1-1
- initial package, version 1.0.0RC1
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309679 - Review Request: php-pecl-xpass - Extended password extension
https://bugzilla.redhat.com/show_bug.cgi?id=2309679
--------------------------------------------------------------------------------
================================================================================
python-requests-futures-1.0.0-20.el9 (FEDORA-EPEL-2024-c3cb798f9e)
Asynchronous Python HTTP Requests
--------------------------------------------------------------------------------
Update Information:
New package for epel9
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 1.0.0-19
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint(a)redhat.com> - 1.0.0-15
- Rebuilt for Python 3.12
* Wed Feb 15 2023 Carl George <carl(a)george.computer> - 1.0.0-14
- Convert to pyproject macros
- Rename binary package to follow guidelines
- Update license field to use SPDX identifier
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2170131 - Please branch and build python-requests-futures in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2170131
--------------------------------------------------------------------------------
================================================================================
rpkg-1.67-4.el9 (FEDORA-EPEL-2024-1dc7e39b45)
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
A few various patches for rpkg and fedpkg as well.
rpkg
Patch: Fixing encoding of the URL when checking lookaside
Patch: Fix package in Pypi
fedpkg
Various modernizations, including dropping use of python-fedora and support for
bodhi-client < 6
by Adam Williamson:
Add py313 environment as that's current
Drop support for bodhi-client <= 5
Drop all usage of six
Replace and update use of deprecated 'linux_distribution'
Modernize and clean unittest imports
Update check_bodhi_version to check for >= 6.0.0
Various patches:
Fix URL of Bodhi in staging
Fixes missing key in distro.os_release_info()
Do not auto-request ELN modules
Get EPEL10 minor version from koji when it's not available from the branch name
by Diego Herrera:
Fix minor requirements for EPEL10+ in test
Use minor value from koji when no minor in branch name
Fix EPEL10 branch expression to cover 2 or more digits.
Get macros from epel-candidate build target.
Improvements on string parsing
Add tests cases for runtime_disttag removal when working with epel10
Handle rhel runtimes when minor version exists in disttag
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 16 2024 Ondřej Nosek <onosek(a)redhat.com> - 1.67-4
- Patch: Fixing encoding of the url when checking lookaside
- Patch: Fix package in Pypi
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.67-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-bytes-1.7.2-1.el9 (FEDORA-EPEL-2024-907c42a7ad)
Types and traits for working with bytes
--------------------------------------------------------------------------------
Update Information:
Update to version 1.7.2.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.7.2-1
- Update to version 1.7.2; Fixes RHBZ#2313166
--------------------------------------------------------------------------------
================================================================================
rust-clap-4.5.17-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Simple to use, efficient, and full-featured Command Line Argument Parser
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 4.5.17-1
- Update to version 4.5.17; Fixes RHBZ#2309809
--------------------------------------------------------------------------------
================================================================================
rust-clap_builder-4.5.17-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Simple to use, efficient, and full-featured Command Line Argument Parser
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 4.5.17-1
- Update to version 4.5.17; Fixes RHBZ#2309808
--------------------------------------------------------------------------------
================================================================================
rust-const_format-0.2.33-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Compile-time string formatting
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.33-1
- Update to version 0.2.33; Fixes RHBZ#2310360
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-const_format_proc_macros-0.2.33-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Implementation detail of the const_format crate
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.33-1
- Update to version 0.2.33; Fixes RHBZ#2310361
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-cursive_buffered_backend-0.6.2-1.el9 (FEDORA-EPEL-2024-79f6a9cdca)
Buffering backend for any Cursive backend
--------------------------------------------------------------------------------
Update Information:
Update to version 0.6.2.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.6.2-1
- Update to version 0.6.2; Fixes RHBZ#2303789
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-derive_builder-0.20.1-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Rust macro to automatically implement the builder pattern for arbitrary structs
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.20.1-1
- Update to version 0.20.1; Fixes RHBZ#2309034
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-derive_builder_core-0.20.1-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Internal helper library for the derive_builder crate
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.20.1-1
- Update to version 0.20.1; Fixes RHBZ#2309035
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-derive_builder_macro-0.20.1-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Rust macro to automatically implement the builder pattern for arbitrary structs
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.20.1-1
- Update to version 0.20.1; Fixes RHBZ#2309036
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-enum-as-inner-0.6.1-1.el9 (FEDORA-EPEL-2024-ed3affac4e)
Proc-macro for deriving inner field accessor functions on enums
--------------------------------------------------------------------------------
Update Information:
Update to version 0.6.1.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.6.1-1
- Update to version 0.6.1; Fixes RHBZ#2310900
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-git-delta-0.18.2-1.el9 (FEDORA-EPEL-2024-1d6504343f)
Syntax-highlighting pager for git
--------------------------------------------------------------------------------
Update Information:
Update to version 0.18.2.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.18.2-1
- Update to version 0.18.2; Fixes RHBZ#2305313
--------------------------------------------------------------------------------
================================================================================
rust-insta-1.40.0-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Snapshot testing library for Rust
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.40.0-1
- Update to version 1.40.0; Fixes RHBZ#2310386
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.39.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pest-2.7.12-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Elegant Parser
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.7.12-1
- Update to version 2.7.12; Fixes RHBZ#2310439
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.7.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pest_derive-2.7.12-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Pest's derive macro
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.7.12-1
- Update to version 2.7.12; Fixes RHBZ#2310442
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.7.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pest_generator-2.7.12-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Pest code generator
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.7.12-1
- Update to version 2.7.12; Fixes RHBZ#2310440
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.7.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pest_meta-2.7.12-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Pest meta language parser and validator
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.7.12-1
- Update to version 2.7.12; Fixes RHBZ#2310441
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.7.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pulldown-cmark-0.11.3-1.el9 (FEDORA-EPEL-2024-c38d3eb05a)
Pull parser for CommonMark
--------------------------------------------------------------------------------
Update Information:
Update to version 0.11.3.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.11.3-1
- Update to version 0.11.3
--------------------------------------------------------------------------------
================================================================================
rust-pyo3-0.22.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Bindings to Python interpreter
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312480
--------------------------------------------------------------------------------
================================================================================
rust-pyo3-build-config-0.22.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Build configuration for the PyO3 ecosystem
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312478
--------------------------------------------------------------------------------
================================================================================
rust-pyo3-ffi-0.22.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Python-API bindings for the PyO3 ecosystem
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312481
--------------------------------------------------------------------------------
================================================================================
rust-pyo3-macros-0.22.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Proc macros for PyO3 package
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312479
--------------------------------------------------------------------------------
================================================================================
rust-pyo3-macros-backend-0.22.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Code generation for PyO3 package
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312482
--------------------------------------------------------------------------------
================================================================================
rust-reqwest-0.12.7-1.el9 (FEDORA-EPEL-2024-f9c5e123a2)
Higher level HTTP client library
--------------------------------------------------------------------------------
Update Information:
Update to version 0.12.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.12.7-1
- Update to version 0.12.7; Fixes RHBZ#2306088
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-rust_decimal-1.36.0-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Decimal number implementation written in pure Rust
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.36.0-1
- Update to version 1.36.0; Fixes RHBZ#2306093
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.35.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-rust_decimal_macros-1.36.0-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Shorthand macros to assist creating Decimal types
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.36.0-1
- Update to version 1.36.0; Fixes RHBZ#2306092
--------------------------------------------------------------------------------
================================================================================
rust-rustix-0.38.37-1.el9 (FEDORA-EPEL-2024-e343de8b87)
Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls
--------------------------------------------------------------------------------
Update Information:
Update to version 0.38.37.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.38.37-1
- Update to version 0.38.37; Fixes RHBZ#2308266
--------------------------------------------------------------------------------
================================================================================
rust-rustls-0.23.13-1.el9 (FEDORA-EPEL-2024-9da641fdbc)
Modern TLS library written in Rust
--------------------------------------------------------------------------------
Update Information:
Update to version 0.23.13.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.23.13-1
- Update to version 0.23.13; Fixes RHBZ#2311115
--------------------------------------------------------------------------------
================================================================================
rust-scc-2.1.17-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Containers and utilities for concurrent and asynchronous programming
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.1.17-1
- Update to version 2.1.17; Fixes RHBZ#2310702
--------------------------------------------------------------------------------
================================================================================
rust-sdd-3.0.3-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Containers and utilities for concurrent and asynchronous programming
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 3.0.3-1
- Update to version 3.0.3; Fixes RHBZ#2303975
--------------------------------------------------------------------------------
================================================================================
rust-sequoia-ipc-0.35.1-1.el9 (FEDORA-EPEL-2024-21ab989749)
Interprocess communication infrastructure for Sequoia
--------------------------------------------------------------------------------
Update Information:
Update to version 0.35.1.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.35.1-1
- Update to version 0.35.1; Fixes RHBZ#2309124
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.35.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-serde-1.0.210-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Generic serialization/deserialization framework
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.210-1
- Update to version 1.0.210; Fixes RHBZ#2310491
--------------------------------------------------------------------------------
================================================================================
rust-serde_derive-1.0.210-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.210-1
- Update to version 1.0.210; Fixes RHBZ#2310492
--------------------------------------------------------------------------------
================================================================================
rust-tokio-1.40.0-1.el9 (FEDORA-EPEL-2024-0ee4ab1ce4)
Event-driven, non-blocking I/O platform
--------------------------------------------------------------------------------
Update Information:
Update to version 1.40.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 3 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.40.0-1
- Update to version 1.40.0; Fixes RHBZ#2306097
--------------------------------------------------------------------------------
================================================================================
rust-trycmd-0.15.7-1.el9 (FEDORA-EPEL-2024-7c05a99385)
Snapshot testing for a herd of CLI tests
--------------------------------------------------------------------------------
Update Information:
Update to version 0.15.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.15.7-1
- Update to version 0.15.7; Fixes RHBZ#2308208
--------------------------------------------------------------------------------
================================================================================
rust-typetag-0.2.18-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Serde serializable and deserializable trait objects
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.18-1
- Update to version 0.2.18; Fixes RHBZ#2303997
--------------------------------------------------------------------------------
================================================================================
rust-typetag-impl-0.2.18-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Implementation detail of the typetag crate
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.18-1
- Update to version 0.2.18; Fixes RHBZ#2303998
--------------------------------------------------------------------------------
================================================================================
rust-uzers-0.12.1-1.el9 (FEDORA-EPEL-2024-b09d400d95)
Library for accessing Unix users and groups
--------------------------------------------------------------------------------
Update Information:
Update to version 0.12.1.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.12.1-1
- Update to version 0.12.1; Fixes RHBZ#2302633
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-wayland-backend-0.3.7-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Low-level bindings to the Wayland protocol
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.7-1
- Update to version 0.3.7; Fixes RHBZ#2309819
--------------------------------------------------------------------------------
================================================================================
rust-wayland-client-0.31.6-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Bindings to the standard C implementation of the wayland protocol, client side
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.31.6-1
- Update to version 0.31.6; Fixes RHBZ#2309823
--------------------------------------------------------------------------------
================================================================================
rust-wayland-cursor-0.31.6-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Bindings to libwayland-cursor
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.31.6-1
- Update to version 0.31.6; Fixes RHBZ#2309820
--------------------------------------------------------------------------------
================================================================================
rust-wayland-scanner-0.31.5-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Wayland Scanner for generating rust APIs from XML wayland protocol files
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.31.5-1
- Update to version 0.31.5; Fixes RHBZ#2309824
--------------------------------------------------------------------------------
================================================================================
rust-wayland-server-0.31.5-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
Bindings to the standard C implementation of the wayland protocol, server side
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.31.5-1
- Update to version 0.31.5; Fixes RHBZ#2309825
--------------------------------------------------------------------------------
================================================================================
rust-wayland-sys-0.31.5-1.el9 (FEDORA-EPEL-2024-9d1c711cef)
FFI bindings to the various libwayland-*.so libraries
--------------------------------------------------------------------------------
Update Information:
Update the clap and clap_builder crates to version 4.5.17.
Update the const_format and const_format_proc_macros crates to version 0.2.33.
Update the derive_builder, derive_builder_macro, and derive_builder_core crates
to version 0.20.1.
Update the insta crate to version 1.40.0.
Update the pest, pest_meta, pest_generator, and pest_derive crates to version
2.7.12.
Update the pyo3, pyo3-build-config, pyo3-ffi, pyo3-macros, and pyo3-macros-
backend crates to version 0.22.3.
Update the rust_decimal and rust_decimal_macros crates to version 1.36.0.
Update the scc crate to version 2.1.17 and the sdd crate to version 3.0.3.
Update the serde and serde_derive crates to version 1.0.210.
Update the typetag and typetag-impl crates to version 0.2.18.
Update the wayland-client and wayland-cursor crates to version 0.31.6, the
wayland-server, wayland-scanner, and wayland-sys crates to version 0.31.5, and
the wayland-backend crate to version 0.3.7.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.31.5-1
- Update to version 0.31.5; Fixes RHBZ#2309826
--------------------------------------------------------------------------------
================================================================================
rust-which-6.0.3-1.el9 (FEDORA-EPEL-2024-faaa2565d4)
Rust equivalent of Unix command "which"
--------------------------------------------------------------------------------
Update Information:
Update to version 6.0.3.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 18 2024 Fabio Valentini <decathorpe(a)gmail.com> - 6.0.3-1
- Update to version 6.0.3; Fixes RHBZ#2306102
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-a72ba05853 libopenmpt-0.7.9-1.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-1434b533be chromium-128.0.6613.137-1.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
baresip-3.15.0-1.el8
libre-3.15.0-1.el8
unrealircd-6.1.7.2-1.el8
Details about builds:
================================================================================
baresip-3.15.0-1.el8 (FEDORA-EPEL-2024-eaa70d9663)
Modular SIP user-agent with audio and video support
--------------------------------------------------------------------------------
Update Information:
Baresip v3.15.0 (2024-08-28)
audiounit: remove deprecated iOS session handling
audiounit/cmake: use CMAKE_HOST_SYSTEM_NAME
add filter_registrar option
feature: in-band dtmf detection and generation
gst: fix potential SEGVs in error cases
test/call: fix SNI selftest
ice: fix crash during ICE on fast disconnect
test/call: set global certificate again in SNI test
uag: match transport and af when finding ua for msg
bevent: add core bevent API
aureceiver: set aubuf id
sip/transp: add client certificate to all TLS transports
aufilt: add aufilt_enable
account: add set audio devices
bevent: add backwards wrappers
sndfile: add close file module events
aufile: fixes for prm->duration
account specific video source and display
ua: remove all matching headers when calling ua_rm_custom_hdr
bevent: update function calls in src
test: use bevent API
menu: use new bevent API
ctrl_dbus: use new bevent API
ctrl_tcp: use new bevent API
echo: use new bevent API
gtk: use new bevent API
mqtt: use new bevent API
ebuacip: use new bevent API
serreg: use new bevent API
rtcpsummary: use new bevent API
presence: use new bevent API
mwi: use new bevent API
presence: publisher - use new bevent API
bevent: fix typo in deprecated warning
mwi: use bevent_ua_emit()
menu: use new bevent_call_emit()
version 3.15.0
libre v3.15.0 (2024-08-28)
misc: remove HAVE_INET6
dns/rr: fix dns_rr_print underflow
test/async: remove AI_ADDRCONFIG
retest: update usage message
add filter_registrar option
sa: add utility function to check if address is multicast
tls/sni: skip SNI check if we are client or server_name absent
tls/sni: do not enable client verification when SNI matching is done
dd: Dependency Descriptor RTP header extension
aubuf: add AUBUF_TRACE mode with id
sip/transp: add client certificate to all TLS transports
tmr: add TMR_INIT
sipsess/reply: fix heap-use-after-free bug
version 3.15.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 3.15.0-1
- Upgrade to 3.15.0 (#2309007)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309007 - baresip-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309007
[ 2 ] Bug #2309407 - libre-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309407
--------------------------------------------------------------------------------
================================================================================
libre-3.15.0-1.el8 (FEDORA-EPEL-2024-eaa70d9663)
Generic library for real-time communications
--------------------------------------------------------------------------------
Update Information:
Baresip v3.15.0 (2024-08-28)
audiounit: remove deprecated iOS session handling
audiounit/cmake: use CMAKE_HOST_SYSTEM_NAME
add filter_registrar option
feature: in-band dtmf detection and generation
gst: fix potential SEGVs in error cases
test/call: fix SNI selftest
ice: fix crash during ICE on fast disconnect
test/call: set global certificate again in SNI test
uag: match transport and af when finding ua for msg
bevent: add core bevent API
aureceiver: set aubuf id
sip/transp: add client certificate to all TLS transports
aufilt: add aufilt_enable
account: add set audio devices
bevent: add backwards wrappers
sndfile: add close file module events
aufile: fixes for prm->duration
account specific video source and display
ua: remove all matching headers when calling ua_rm_custom_hdr
bevent: update function calls in src
test: use bevent API
menu: use new bevent API
ctrl_dbus: use new bevent API
ctrl_tcp: use new bevent API
echo: use new bevent API
gtk: use new bevent API
mqtt: use new bevent API
ebuacip: use new bevent API
serreg: use new bevent API
rtcpsummary: use new bevent API
presence: use new bevent API
mwi: use new bevent API
presence: publisher - use new bevent API
bevent: fix typo in deprecated warning
mwi: use bevent_ua_emit()
menu: use new bevent_call_emit()
version 3.15.0
libre v3.15.0 (2024-08-28)
misc: remove HAVE_INET6
dns/rr: fix dns_rr_print underflow
test/async: remove AI_ADDRCONFIG
retest: update usage message
add filter_registrar option
sa: add utility function to check if address is multicast
tls/sni: skip SNI check if we are client or server_name absent
tls/sni: do not enable client verification when SNI matching is done
dd: Dependency Descriptor RTP header extension
aubuf: add AUBUF_TRACE mode with id
sip/transp: add client certificate to all TLS transports
tmr: add TMR_INIT
sipsess/reply: fix heap-use-after-free bug
version 3.15.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 3.15.0-1
- Upgrade to 3.15.0 (#2309407)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309007 - baresip-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309007
[ 2 ] Bug #2309407 - libre-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309407
--------------------------------------------------------------------------------
================================================================================
unrealircd-6.1.7.2-1.el8 (FEDORA-EPEL-2024-f7642a5dc1)
Open Source IRC server
--------------------------------------------------------------------------------
Update Information:
UnrealIRCd 6.1.7.2
Central Blocklist: Fix issue if CBL server is not reachable (caused nick
collisions)
UnrealIRCd 6.1.7.1
Add country and ASN support in WHOWAS
Fix an annoying "[BUG] trying to modify fd -2 in fd table" message that appeared
to IRCOps sometimes.
UnrealIRCd 6.1.7
This is UnrealIRCd 6.1.7 stable. It comes with ASN support, more flexible ban
user { } and require authentication { } blocks and more.
UnrealIRCd recently turned 25 years! 🎉 See UnrealIRCd celebrates its 25th
birthday.
Enhancements
In the ban user { } and require authentication { } blocks the mask is now a Mask
item. This means you can use all the power of mask items and security groups and
multiple matching criteria.
The GeoIP module now contains information about Autonomous System Numbers:
The asn is shown in the user connecting notice as [asn: ###], is shown in WHOIS
(for IRCOps) and it is expanded in JSON data such as JSON Logging and JSON-RPC
calls like user.list.
Can be used in Extended server ban: GLINE ~asn:64496 0 This ISP is banned.
Can be used in security groups and mask items so you can do like:
require authentication {
mask { asn { 64496; 64497; 64498; } }
reason "Too much abuse from this ISP. You are required to log in with an
account using SASL.";
}
In Crule functions as match_asn(64496)
Also available in regular extbans/invex, but normally users don't know the IP or
ASN of other users, unless you use no cloaking or change set::whois-
details::asn.
JSON-RPC: Similar to oper and operclass, in an rpc-user you now have to specify
an rpc-user::rpc-class. The rpc-class is defined in an rpc-class block and
configures what JSON methods can be called. There are two default json-rpc
classes:
full: access to all JSON-RPC Methods
read-only: access to things like server_ban.list but not to server_ban.add
set::spamfilter::except is now a Mask item instead of only a list of exempted
targets. A warning is created to existing users along with a suggestion of how
to use the new syntax. Technically, this is not really new functionality as all
this was already possible via the Except ban block with type spamfilter, but it
is more visible/logical to have this also.
New option set::hide-killed-by: We normally show the nickname of the oper who
did the /KILL in the quit message. When set to yes the quit message becomes
shortened to "Killed (Reason)". This can prevent oper harassment.
set::restrict-commands: new option channel-create for managing who may create
new channels.
New option set::tls::certificate-expiry-notification: since UnrealIRCd 5.0.8 we
warn if a SSL/TLS certificate is (nearly) expired. This new option allows
turning it off, it is (still) on by default.
Add the ability to capture the same data as Central Spamreport by providing an
spamreport::url option.
Changes
IRCOps with the operclass locop can now only REHASH the local server and not
remote servers.
Comment out some more in example.conf by default
Fixes
Crash when removing the websocket option on a websocket listener.
Silence some compiler warnings regarding deprecation of c-ares API in src/dns.c.
Memory leaks of around 1-2KB per rehash
Developers and protocol
Upstream uses numeric 569 (RPL_WHOISASN) for displaying ASN info to IRCOps:
:irc.example.net 569 x whoiseduser 64496 :is connecting from AS64496 [Example
Corp]
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 6.1.7.2-1
- Upgrade to 6.1.7.2 (#2297919)
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2297919 - unrealircd-6.1.7.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2297919
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-45ce2e6776 libopenmpt-0.7.9-1.el9
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c10cc04f69 chromium-128.0.6613.137-1.el9
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-02a5043c77 arm-none-eabi-binutils-cs-2.43-1.el9 arm-none-eabi-gcc-cs-12.4.0-1.el9 arm-none-eabi-newlib-4.4.0.20231231-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
arpwatch-3.6-5.el9
baresip-3.15.0-1.el9
libHX-4.24-1.el9
libre-3.15.0-1.el9
rust-funty-2.0.0-5.el9
rust-idna-0.5.0-4.el9
rust-im-rc-15.1.0-9.el9
rust-number_prefix-0.4.0-11.el9
rust-onig_sys-69.8.1-7.el9
rust-pretty_env_logger0.4-0.4.0-4.el9
rust-quickcheck_macros-1.0.0-9.el9
rust-random-fast-rng-0.1.1-13.el9
rust-random-trait-0.1.1-15.el9
rust-skeptic-0.13.7-5.el9
rust-strum0.21-0.21.0-8.el9
rust-strum0.25-0.25.0-3.el9
rust-strum_macros0.21-0.21.1-8.el9
rust-threadpool-1.8.1-14.el9
rust-time-macros-impl-0.1.2-11.el9
rust-time-macros0.1-0.1.1-9.el9
rust-tokei-12.1.2-11.el9
rust-tracing_facade-0.1.0-6.el9
rust-url-2.5.2-3.el9
rust-version-sync-0.9.5-4.el9
unrealircd-6.1.7.2-1.el9
Details about builds:
================================================================================
arpwatch-3.6-5.el9 (FEDORA-EPEL-2024-4445b59fbb)
Network monitoring tools for tracking IP addresses on a network
--------------------------------------------------------------------------------
Update Information:
Generate ethercodes.dat from latest oui.csv
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 14:3.6-5
- Generate ethercodes.dat from latest oui.csv
--------------------------------------------------------------------------------
================================================================================
baresip-3.15.0-1.el9 (FEDORA-EPEL-2024-aabbbba2eb)
Modular SIP user-agent with audio and video support
--------------------------------------------------------------------------------
Update Information:
Baresip v3.15.0 (2024-08-28)
audiounit: remove deprecated iOS session handling
audiounit/cmake: use CMAKE_HOST_SYSTEM_NAME
add filter_registrar option
feature: in-band dtmf detection and generation
gst: fix potential SEGVs in error cases
test/call: fix SNI selftest
ice: fix crash during ICE on fast disconnect
test/call: set global certificate again in SNI test
uag: match transport and af when finding ua for msg
bevent: add core bevent API
aureceiver: set aubuf id
sip/transp: add client certificate to all TLS transports
aufilt: add aufilt_enable
account: add set audio devices
bevent: add backwards wrappers
sndfile: add close file module events
aufile: fixes for prm->duration
account specific video source and display
ua: remove all matching headers when calling ua_rm_custom_hdr
bevent: update function calls in src
test: use bevent API
menu: use new bevent API
ctrl_dbus: use new bevent API
ctrl_tcp: use new bevent API
echo: use new bevent API
gtk: use new bevent API
mqtt: use new bevent API
ebuacip: use new bevent API
serreg: use new bevent API
rtcpsummary: use new bevent API
presence: use new bevent API
mwi: use new bevent API
presence: publisher - use new bevent API
bevent: fix typo in deprecated warning
mwi: use bevent_ua_emit()
menu: use new bevent_call_emit()
version 3.15.0
libre v3.15.0 (2024-08-28)
misc: remove HAVE_INET6
dns/rr: fix dns_rr_print underflow
test/async: remove AI_ADDRCONFIG
retest: update usage message
add filter_registrar option
sa: add utility function to check if address is multicast
tls/sni: skip SNI check if we are client or server_name absent
tls/sni: do not enable client verification when SNI matching is done
dd: Dependency Descriptor RTP header extension
aubuf: add AUBUF_TRACE mode with id
sip/transp: add client certificate to all TLS transports
tmr: add TMR_INIT
sipsess/reply: fix heap-use-after-free bug
version 3.15.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 3.15.0-1
- Upgrade to 3.15.0 (#2309007)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309007 - baresip-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309007
[ 2 ] Bug #2309407 - libre-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309407
--------------------------------------------------------------------------------
================================================================================
libHX-4.24-1.el9 (FEDORA-EPEL-2024-ce499be4d8)
Useful collection of routines for C and C++ programming
--------------------------------------------------------------------------------
Update Information:
update to upstream 4.24
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Chen Chen <aflyhorse(a)hotmail.com> - 4.24-1
- Update to upstream 4.24
--------------------------------------------------------------------------------
================================================================================
libre-3.15.0-1.el9 (FEDORA-EPEL-2024-aabbbba2eb)
Generic library for real-time communications
--------------------------------------------------------------------------------
Update Information:
Baresip v3.15.0 (2024-08-28)
audiounit: remove deprecated iOS session handling
audiounit/cmake: use CMAKE_HOST_SYSTEM_NAME
add filter_registrar option
feature: in-band dtmf detection and generation
gst: fix potential SEGVs in error cases
test/call: fix SNI selftest
ice: fix crash during ICE on fast disconnect
test/call: set global certificate again in SNI test
uag: match transport and af when finding ua for msg
bevent: add core bevent API
aureceiver: set aubuf id
sip/transp: add client certificate to all TLS transports
aufilt: add aufilt_enable
account: add set audio devices
bevent: add backwards wrappers
sndfile: add close file module events
aufile: fixes for prm->duration
account specific video source and display
ua: remove all matching headers when calling ua_rm_custom_hdr
bevent: update function calls in src
test: use bevent API
menu: use new bevent API
ctrl_dbus: use new bevent API
ctrl_tcp: use new bevent API
echo: use new bevent API
gtk: use new bevent API
mqtt: use new bevent API
ebuacip: use new bevent API
serreg: use new bevent API
rtcpsummary: use new bevent API
presence: use new bevent API
mwi: use new bevent API
presence: publisher - use new bevent API
bevent: fix typo in deprecated warning
mwi: use bevent_ua_emit()
menu: use new bevent_call_emit()
version 3.15.0
libre v3.15.0 (2024-08-28)
misc: remove HAVE_INET6
dns/rr: fix dns_rr_print underflow
test/async: remove AI_ADDRCONFIG
retest: update usage message
add filter_registrar option
sa: add utility function to check if address is multicast
tls/sni: skip SNI check if we are client or server_name absent
tls/sni: do not enable client verification when SNI matching is done
dd: Dependency Descriptor RTP header extension
aubuf: add AUBUF_TRACE mode with id
sip/transp: add client certificate to all TLS transports
tmr: add TMR_INIT
sipsess/reply: fix heap-use-after-free bug
version 3.15.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 3.15.0-1
- Upgrade to 3.15.0 (#2309407)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309007 - baresip-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309007
[ 2 ] Bug #2309407 - libre-3.15.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309407
--------------------------------------------------------------------------------
================================================================================
rust-funty-2.0.0-5.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Trait generalization over the primitive types
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-5
- Remove reference to readme file that is not included in published crates
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-idna-0.5.0-4.el9 (FEDORA-EPEL-2024-2082a1fe44)
IDNA (Internationalizing Domain Names in Applications) and Punycode
--------------------------------------------------------------------------------
Update Information:
Drop unused, benchmark-only bencher dev-dependency.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.5.0-4
- Drop unused, benchmark-only bencher dev-dependency
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-im-rc-15.1.0-9.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Immutable collection datatypes (the fast but not thread safe version)
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 15.1.0-9
- Remove reference to readme file that is not included in published crates
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 15.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 15.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Aug 22 2023 Fabio Valentini <decathorpe(a)gmail.com> - 15.1.0-6
- Fix invalid SPDX identifier in crate license
* Sun Aug 6 2023 Fabio Valentini <decathorpe(a)gmail.com> - 15.1.0-5
- Regenerate with rust2rpm v24
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 15.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 15.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-number_prefix-0.4.0-11.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Library for numeric prefixes (kilo, giga, kibi)
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-11
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-onig_sys-69.8.1-7.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Rust bindings for oniguruma
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 69.8.1-7
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 69.8.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 69.8.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 69.8.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pretty_env_logger0.4-0.4.0-4.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Visually pretty env_logger
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-4
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-quickcheck_macros-1.0.0-9.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Macro attribute for quickcheck
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.0-9
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 7 2023 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.0-5
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-random-fast-rng-0.1.1-13.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Rust library for Blazing fast non cryptographic random number generator
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.1-13
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-random-trait-0.1.1-15.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Rust library for a random trait meant to produce random generic types
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.1-15
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-skeptic-0.13.7-5.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Test your Rust markdown documentation via Cargo
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.13.7-5
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.13.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.13.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.13.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-strum0.21-0.21.0-8.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Helpful macros for working with enums and strings
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.21.0-8
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Aug 7 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.21.0-5
- Regenerate with rust2rpm v24
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-strum0.25-0.25.0-3.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Helpful macros for working with enums and strings
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.25.0-3
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.25.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-strum_macros0.21-0.21.1-8.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Helpful macros for working with enums and strings
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.21.1-8
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Aug 7 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.21.1-5
- Regenerate with rust2rpm v24
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.21.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-threadpool-1.8.1-14.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Thread pool for running a number of jobs on a fixed set of worker threads
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.8.1-14
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed May 17 2023 Fabio Valentini <decathorpe(a)gmail.com> - 1.8.1-10
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-time-macros-impl-0.1.2-11.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Procedural macros for the time crate
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.2-11
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 22 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.2-7
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-time-macros0.1-0.1.1-9.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Procedural macros for the time crate
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.1-9
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 7 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.1-5
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-tokei-12.1.2-11.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Count your code, quickly
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 12.1.2-11
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 12.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-tracing_facade-0.1.0-6.el9 (FEDORA-EPEL-2024-ac8894c5e4)
Facade for tracing
--------------------------------------------------------------------------------
Update Information:
Remove references to README files that are not included in published crates from
Cargo.toml metadata. This fixes FTBFS issues across all branches of Fedora with
Rust 1.81.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.0-6
- Remove reference to readme file that is not included in published crates
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-url-2.5.2-3.el9 (FEDORA-EPEL-2024-89b45b3802)
URL library for Rust, based on the WHATWG URL Standard
--------------------------------------------------------------------------------
Update Information:
Drop unused, benchmark-only bencher dev-dependency.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.5.2-3
- Drop unused, benchmark-only bencher dev-dependency
--------------------------------------------------------------------------------
================================================================================
rust-version-sync-0.9.5-4.el9 (FEDORA-EPEL-2024-ea9568d035)
Simple crate for ensuring that version numbers in README files are updated
--------------------------------------------------------------------------------
Update Information:
Update dependencies to avoid pulling in old compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.9.5-4
- Bump pulldown-cmark from 0.9 to 0.11 and toml from 0.7.8 to 0.8
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
unrealircd-6.1.7.2-1.el9 (FEDORA-EPEL-2024-896fcead57)
Open Source IRC server
--------------------------------------------------------------------------------
Update Information:
UnrealIRCd 6.1.7.2
Central Blocklist: Fix issue if CBL server is not reachable (caused nick
collisions)
UnrealIRCd 6.1.7.1
Add country and ASN support in WHOWAS
Fix an annoying "[BUG] trying to modify fd -2 in fd table" message that appeared
to IRCOps sometimes.
UnrealIRCd 6.1.7
This is UnrealIRCd 6.1.7 stable. It comes with ASN support, more flexible ban
user { } and require authentication { } blocks and more.
UnrealIRCd recently turned 25 years! 🎉 See UnrealIRCd celebrates its 25th
birthday.
Enhancements
In the ban user { } and require authentication { } blocks the mask is now a Mask
item. This means you can use all the power of mask items and security groups and
multiple matching criteria.
The GeoIP module now contains information about Autonomous System Numbers:
The asn is shown in the user connecting notice as [asn: ###], is shown in WHOIS
(for IRCOps) and it is expanded in JSON data such as JSON Logging and JSON-RPC
calls like user.list.
Can be used in Extended server ban: GLINE ~asn:64496 0 This ISP is banned.
Can be used in security groups and mask items so you can do like:
require authentication {
mask { asn { 64496; 64497; 64498; } }
reason "Too much abuse from this ISP. You are required to log in with an
account using SASL.";
}
In Crule functions as match_asn(64496)
Also available in regular extbans/invex, but normally users don't know the IP or
ASN of other users, unless you use no cloaking or change set::whois-
details::asn.
JSON-RPC: Similar to oper and operclass, in an rpc-user you now have to specify
an rpc-user::rpc-class. The rpc-class is defined in an rpc-class block and
configures what JSON methods can be called. There are two default json-rpc
classes:
full: access to all JSON-RPC Methods
read-only: access to things like server_ban.list but not to server_ban.add
set::spamfilter::except is now a Mask item instead of only a list of exempted
targets. A warning is created to existing users along with a suggestion of how
to use the new syntax. Technically, this is not really new functionality as all
this was already possible via the Except ban block with type spamfilter, but it
is more visible/logical to have this also.
New option set::hide-killed-by: We normally show the nickname of the oper who
did the /KILL in the quit message. When set to yes the quit message becomes
shortened to "Killed (Reason)". This can prevent oper harassment.
set::restrict-commands: new option channel-create for managing who may create
new channels.
New option set::tls::certificate-expiry-notification: since UnrealIRCd 5.0.8 we
warn if a SSL/TLS certificate is (nearly) expired. This new option allows
turning it off, it is (still) on by default.
Add the ability to capture the same data as Central Spamreport by providing an
spamreport::url option.
Changes
IRCOps with the operclass locop can now only REHASH the local server and not
remote servers.
Comment out some more in example.conf by default
Fixes
Crash when removing the websocket option on a websocket listener.
Silence some compiler warnings regarding deprecation of c-ares API in src/dns.c.
Memory leaks of around 1-2KB per rehash
Developers and protocol
Upstream uses numeric 569 (RPL_WHOISASN) for displaying ASN info to IRCOps:
:irc.example.net 569 x whoiseduser 64496 :is connecting from AS64496 [Example
Corp]
--------------------------------------------------------------------------------
ChangeLog:
* Sat Sep 14 2024 Robert Scheck <robert(a)fedoraproject.org> 6.1.7.2-1
- Upgrade to 6.1.7.2 (#2297919)
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2297919 - unrealircd-6.1.7.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2297919
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cef1a533b1 clamav-1.0.7-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
libopenmpt-0.7.9-1.el8
Details about builds:
================================================================================
libopenmpt-0.7.9-1.el8 (FEDORA-EPEL-2024-a72ba05853)
C/C++ library to decode tracker music module (MOD) files
--------------------------------------------------------------------------------
Update Information:
libopenmpt 0.7.9 (2024-07-21)
[Sec] Potential division by 0 when seeking in the module with seek.sync_samples
enabled (r21167).
[Change] The work-around for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115049
has been changed from forcing -O1 on GCC 14 to setting -fno-ipa-ra on all GCC
versions on non-ELF platforms. We are still not 100% sure if this work-around is
sufficient in all circumstances. If you are using a non-ELF platform, it is
strongly recommended to update GCC to versions 12.5.0, 13.4.0, 14.2.0, or 15.1.0
as soon as they are released, or to apply the patch from the linked GCC issues.
MOD: Allow sample swapping to work when swapping from a non-looping, stopped
sample back to a looping sample (fixes MOD.energy).
DBM: Import second sustain point in case the first sustain point is not set, or
if it has a lower index than the first.
DBM: When several instruments referenced the same sample with different
properties (volume, loop points, etc.), only one set of properties was imported
(fixes DBM.Supernova).
DBM: Prioritize effects more correctly when the same effect is encountered in
both effect columns of a cell (fixes DBM.143_Gnoj).
DBM: Don’t import offset effects when there’s a tone portmento next to them.
DBM: A few IT-specific playback quirks are disabled for more accurate playback
(e.g. in “Are You Flying With Me?” by Jazzcat).
DIGI: Sample play direction was reset if adjacent channel contained a Note Cut
note.
AMF: When running out of sample slots, file reading became be misaligned because
the sample name was not skipped.
MED: Command 0F was not imported.
MED: Upper frequency limits should be more accurate now.
MED: Channel panning is now only applied in MMD2 files if the free pan flag is
set.
MED: Volume command resolution was incorrect for pre-MMD3 files.
XM: oggmod does not support stereo samples but keeps the stereo flag when
encoding such samples. Such samples are now imported as mono samples instead of
not importing them at all.
XM: For files saved with registered MadTracker 2 versions, do not put binary
garbage (the user ID) in the tracker metadata field. It is replaced with
“registered” instead.
For some truncated files, the used tracker was not identified correctly.
S3M: Identify files saved with early Impulse Tracker versions, Sound Club 2,
Liquid Tracker, NESMusa, UNMO3, deMODifier, Kosmic To-S3M, and better tell old
ModPlug Tracker versions apart.
S3M: When skipping sample loading, some tracker identifications were not working
as intended.
IT: Identify files saved with itwriter.
DTM: Identify files saved with Digital Tracker 2.3.
xmp-openmpt: If there is only one subsong, set the song title to the “global”
song title instead of the name of that subsong.
xmp-openmpt: Sample and instrument names were not sanitized, sometimes showing
on multiple rows.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jul 21 2024 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.7.9-1
- update to 0.7.9
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-702a565078 clamav-1.0.7-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
libopenmpt-0.7.9-1.el9
rust-sequoia-sq-0.38.0-1.el9
wordpress-6.6.2-1.el9
Details about builds:
================================================================================
libopenmpt-0.7.9-1.el9 (FEDORA-EPEL-2024-45ce2e6776)
C/C++ library to decode tracker music module (MOD) files
--------------------------------------------------------------------------------
Update Information:
libopenmpt 0.7.9 (2024-07-21)
[Sec] Potential division by 0 when seeking in the module with seek.sync_samples
enabled (r21167).
[Change] The work-around for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115049
has been changed from forcing -O1 on GCC 14 to setting -fno-ipa-ra on all GCC
versions on non-ELF platforms. We are still not 100% sure if this work-around is
sufficient in all circumstances. If you are using a non-ELF platform, it is
strongly recommended to update GCC to versions 12.5.0, 13.4.0, 14.2.0, or 15.1.0
as soon as they are released, or to apply the patch from the linked GCC issues.
MOD: Allow sample swapping to work when swapping from a non-looping, stopped
sample back to a looping sample (fixes MOD.energy).
DBM: Import second sustain point in case the first sustain point is not set, or
if it has a lower index than the first.
DBM: When several instruments referenced the same sample with different
properties (volume, loop points, etc.), only one set of properties was imported
(fixes DBM.Supernova).
DBM: Prioritize effects more correctly when the same effect is encountered in
both effect columns of a cell (fixes DBM.143_Gnoj).
DBM: Don’t import offset effects when there’s a tone portmento next to them.
DBM: A few IT-specific playback quirks are disabled for more accurate playback
(e.g. in “Are You Flying With Me?” by Jazzcat).
DIGI: Sample play direction was reset if adjacent channel contained a Note Cut
note.
AMF: When running out of sample slots, file reading became be misaligned because
the sample name was not skipped.
MED: Command 0F was not imported.
MED: Upper frequency limits should be more accurate now.
MED: Channel panning is now only applied in MMD2 files if the free pan flag is
set.
MED: Volume command resolution was incorrect for pre-MMD3 files.
XM: oggmod does not support stereo samples but keeps the stereo flag when
encoding such samples. Such samples are now imported as mono samples instead of
not importing them at all.
XM: For files saved with registered MadTracker 2 versions, do not put binary
garbage (the user ID) in the tracker metadata field. It is replaced with
“registered” instead.
For some truncated files, the used tracker was not identified correctly.
S3M: Identify files saved with early Impulse Tracker versions, Sound Club 2,
Liquid Tracker, NESMusa, UNMO3, deMODifier, Kosmic To-S3M, and better tell old
ModPlug Tracker versions apart.
S3M: When skipping sample loading, some tracker identifications were not working
as intended.
IT: Identify files saved with itwriter.
DTM: Identify files saved with Digital Tracker 2.3.
xmp-openmpt: If there is only one subsong, set the song title to the “global”
song title instead of the name of that subsong.
xmp-openmpt: Sample and instrument names were not sanitized, sometimes showing
on multiple rows.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jul 21 2024 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.7.9-1
- update to 0.7.9
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-sequoia-sq-0.38.0-1.el9 (FEDORA-EPEL-2024-a7acf57426)
Command-line frontends for Sequoia
--------------------------------------------------------------------------------
Update Information:
Update to version 0.38.0.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.38.0-1
- Update to version 0.38.0; Fixes RHBZ#2309491
--------------------------------------------------------------------------------
================================================================================
wordpress-6.6.2-1.el9 (FEDORA-EPEL-2024-118ce76d75)
Blog tool and publishing platform
--------------------------------------------------------------------------------
Update Information:
Upstream announcement:
WordPress 6.6.2 Maintenance Release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 11 2024 Remi Collet <remi(a)remirepo.net> - 6.6.2-1
- WordPress 6.6.2 Maintenance Release
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cef1a533b1 clamav-1.0.7-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
syncthing-1.27.12-1.el8
Details about builds:
================================================================================
syncthing-1.27.12-1.el8 (FEDORA-EPEL-2024-56e289a08f)
Continuous File Synchronization
--------------------------------------------------------------------------------
Update Information:
Update to version 1.27.12.
Release notes for 1.17.10:
https://github.com/syncthing/syncthing/releases/tag/v1.27.10
Release notes for 1.17.11:
https://github.com/syncthing/syncthing/releases/tag/v1.27.11
Release notes for 1.17.12:
https://github.com/syncthing/syncthing/releases/tag/v1.27.12
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.27.12-1
- Update to version 1.27.12; Fixes RHBZ#2303591
--------------------------------------------------------------------------------
I got a request to build rgb for EPEL 10
(https://bugzilla.redhat.com/show_bug.cgi?id=2309102) which is not surprising as I did the same for EPEL 9. A local test build of that package failed due to a missing dependency of 'pkgconfig(xorg-macros)', so I requested an EPEL 10 build of xorg-x11-util-macros to resolve that (https://bugzilla.redhat.com/show_bug.cgi?id=2309121)
That package request was then declined:
fedpkg request-branch epel10
Could not execute request_branch: This package is already an EL
package, therefore it cannot be in EPEL. If this is a mistake....
Looking at the compose metadata, it appears that xorg-x11-util-macros
is in CRB, but only for the aarch64 architecture.
So, my questions are:
1. Is this intentional (seems unlikely, given that this is fundamental
to building just about anything using xorg-x11), and
2. If this *is* intentional, what should be done to facilitate building
rgb and similarly-affected packages in EPEL?
Any thoughts?
Regards, Paul.
The following Fedora EPEL 9 Security updates need testing:
Age URL
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-5f0c4ba4b8 wolfssl-5.7.2-2.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-87852e6d70 nextcloud-29.0.6-1.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-ebc9668713 osc-1.9.1-420.1.1.el9
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-702a565078 clamav-1.0.7-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
apptainer-1.3.4-1.el9
fastfetch-2.23.0-1.el9
packit-0.101.0-1.el9
tio-3.7-1.el9
Details about builds:
================================================================================
apptainer-1.3.4-1.el9 (FEDORA-EPEL-2024-c7d07c605c)
Application and environment virtualization formerly known as Singularity
--------------------------------------------------------------------------------
Update Information:
Update to upstream 1.3.4
--------------------------------------------------------------------------------
ChangeLog:
* Thu Sep 5 2024 Dave Dykstra <dwd(a)cern.ch> - 1.3.4
- Update to upstream 1.3.4
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2310334 - apptainer-1.3.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2310334
--------------------------------------------------------------------------------
================================================================================
fastfetch-2.23.0-1.el9 (FEDORA-EPEL-2024-33e3734ec9)
Like neofetch, but much faster because written in c
--------------------------------------------------------------------------------
Update Information:
update to 2.23.0
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 6 2024 Jonathan Wright <jonathan(a)almalinux.org> - 2.23.0-1
- update to 2.23.0 rhbz#2308109
--------------------------------------------------------------------------------
================================================================================
packit-0.101.0-1.el9 (FEDORA-EPEL-2024-4dd5dac59b)
A tool for integrating upstream projects with Fedora operating system
--------------------------------------------------------------------------------
Update Information:
Automatic update for packit-0.101.0-1.el9.
Changelog for packit
* Fri Sep 06 2024 Packit <hello(a)packit.dev> - 0.101.0-1
- Packit now supports passing custom arguments to various static analyzers
through `--csmock-args` CLI option and `csmock_args` configuration. (#2402)
- When synching a new release Packit is now able to fast forward a specified
merge to a configured list of branches.
Use the `dist_git_branches` new syntax as in this example:
`{"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}}`
(#2363)
- Resolves: rhbz#2310376
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 6 2024 Packit <hello(a)packit.dev> - 0.101.0-1
- Packit now supports passing custom arguments to various static analyzers through `--csmock-args` CLI option and `csmock_args` configuration. (#2402)
- When synching a new release Packit is now able to fast forward a specified merge to a configured list of branches.
Use the `dist_git_branches` new syntax as in this example:
`{"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}}` (#2363)
- Resolves: rhbz#2310376
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2310376 - packit-0.101.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2310376
--------------------------------------------------------------------------------
================================================================================
tio-3.7-1.el9 (FEDORA-EPEL-2024-2e24baebae)
Simple TTY terminal I/O application
--------------------------------------------------------------------------------
Update Information:
tio v3.7
Remove unnecessary sync in line input mode
This caused a problem for some highly timing sensitive modem read-eval-print
loops because the input line and line termination characters (cr/nl) would be
shifted out on the UART with too big delay inbetween because of two syncs.
Fix socket send call on platforms without MSG_NOSIGNAL
To fix build issue encountered on MacOS Catalina but may apply to other
platforms.
Add "epoch" timestamp option
Add an option that prints the timestamp as the number of seconds since the Unix
epoch.
The log-directory options is not read from the configuration file.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 6 2024 Robert Scheck <robert(a)fedoraproject.org> 3.7-1
- Upgrade to 3.7 (#2309659)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2309659 - tio-3.7 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2309659
--------------------------------------------------------------------------------