The following Fedora EPEL 7 Security updates need testing: Age URL 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-e05ac11f9b openssl11-1.1.1k-4.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
copr-cli-1.102-1.el7 python-copr-1.121-1.el7 tio-1.47-1.el7
Details about builds:
================================================================================ copr-cli-1.102-1.el7 (FEDORA-EPEL-2022-aab6aa4cb1) Command line interface for COPR -------------------------------------------------------------------------------- Update Information:
copr-cli - Add support for pyp2spec generator - Fix the --debug test on EL7 - Simplify cli configuration - Make requests-gssapi an opt-in dep in PyPI - Sync 'copr build' with other 'copr build*' methods - De-duplicate printing builds, and waiting - De-duplicate logic for taking dirname from arg - Simplify and fix progress bar - Add API support for runtime_dependencies - Print the URL of created project python-copr - Add support for pyp2spec generator - Make requests-gssapi an opt-in dep in PyPI - Return the correct message when all request attempts fail - Add API support for runtime_dependencies - The auth_username() needs to trigger authentication -------------------------------------------------------------------------------- ChangeLog:
* Tue Jul 26 2022 Jakub Kadlcik frostyx@email.cz 1.102-1 - Add support for pyp2spec generator - Fix the --debug test on EL7 - Simplify cli configuration - Make requests-gssapi an opt-in dep in PyPI - Sync 'copr build' with other 'copr build*' methods - De-duplicate printing builds, and waiting - De-duplicate logic for taking dirname from arg - Simplify and fix progress bar - Add API support for runtime_dependencies - Print the URL of created project --------------------------------------------------------------------------------
================================================================================ python-copr-1.121-1.el7 (FEDORA-EPEL-2022-aab6aa4cb1) Python interface for Copr -------------------------------------------------------------------------------- Update Information:
copr-cli - Add support for pyp2spec generator - Fix the --debug test on EL7 - Simplify cli configuration - Make requests-gssapi an opt-in dep in PyPI - Sync 'copr build' with other 'copr build*' methods - De-duplicate printing builds, and waiting - De-duplicate logic for taking dirname from arg - Simplify and fix progress bar - Add API support for runtime_dependencies - Print the URL of created project python-copr - Add support for pyp2spec generator - Make requests-gssapi an opt-in dep in PyPI - Return the correct message when all request attempts fail - Add API support for runtime_dependencies - The auth_username() needs to trigger authentication -------------------------------------------------------------------------------- ChangeLog:
* Tue Jul 26 2022 Jakub Kadlcik frostyx@email.cz 1.121-1 - Add support for pyp2spec generator - Make requests-gssapi an opt-in dep in PyPI - Return the correct message when all request attempts fail - Add API support for runtime_dependencies - The auth_username() needs to trigger authentication --------------------------------------------------------------------------------
================================================================================ tio-1.47-1.el7 (FEDORA-EPEL-2022-adce774508) Simple TTY terminal I/O application -------------------------------------------------------------------------------- Update Information:
# tio v1.47 * Enable log feature when using `--log-filename` No reason to not assume that the user wants to enable log when the `--log-filename` is used. This way uses can skip the use of `--log` to enable log. * Enable line buffering of log Replace flushing/writing of log at every log write operation with line buffering, meaning log will be written line by line to make it more I/O friendly but still update frequently. * Avoid invalid hex character messages when switching hex mode * Force flushing of log writes * Renamed `tty_flush()` to `tty_sync()` * Fix sync output to serial port Using `fsync()` on filedescriptors for serial ports can not be relied on. Add use of `tcdrain()` to make sure data has been written by the serial port before proceeding. This fixes a problem with tio sometimes not writing piped input data to the serial port before exiting which results in the pending writes being cancelled / flushed. * Clean up `tty_flush()` * Force frequent sync on `tty_flush()` * Update `README` * Update example `tiorc` * Quit from non-interactive mode using `ctrl-c` When piping to tio it will automatically enter "non-interactive" mode which means it will not react to any input key sequences but simple read the input stream and write it to the tty device. This also means that `ctrl-t `q` can not be used to quit and so `tio` would hang forever when used in non-interactive mode. This change allows to send the standard termination signal by pressing `ctrl-c` on `tio` in non-interactive mode to make it quit. * Make sure we flush output buffer to tty when piping to `tio` * Do not return false read error when piping to `tio` * Show error message when reading port settings fail -------------------------------------------------------------------------------- ChangeLog:
* Sun Jul 24 2022 Robert Scheck robert@fedoraproject.org 1.47-1 - Upgrade to 1.47 (#2108938) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2108938 - tio-1.47 is available https://bugzilla.redhat.com/show_bug.cgi?id=2108938 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org