The following Fedora 34 Security updates need testing: Age URL 93 https://bodhi.fedoraproject.org/updates/FEDORA-2022-6aba96e1b8 radare2-5.6.4-1.fc34 45 https://bodhi.fedoraproject.org/updates/FEDORA-2022-63de6726ce libinput-1.19.4-1.fc34 9 https://bodhi.fedoraproject.org/updates/FEDORA-2022-8ebd42ce1c thunderbird-91.9.1-1.fc34 7 https://bodhi.fedoraproject.org/updates/FEDORA-2022-14f7b1a698 logrotate-3.18.0-5.fc34 7 https://bodhi.fedoraproject.org/updates/FEDORA-2022-21c312c05b dotnet3.1-3.1.419-1.fc34 3 https://bodhi.fedoraproject.org/updates/FEDORA-2022-97b4ae7fb4 cups-2.3.3op2-18.fc34
The following Fedora 34 Critical Path updates have yet to be approved: Age URL 423 https://bodhi.fedoraproject.org/updates/FEDORA-2021-1300e131b6 ddpt-0.96-4.fc34 ledmon-0.95-4.fc34 libgpod-0.8.3-38.fc34 libzfcphbaapi-2.2.0-12.fc34 lsvpd-1.7.11-6.fc34 sg3_utils-1.46-1.fc34 udisks-1.0.5-18.fc34 145 https://bodhi.fedoraproject.org/updates/FEDORA-2022-e3b891fe11 gdb-11.1-7.fc34 93 https://bodhi.fedoraproject.org/updates/FEDORA-2022-8f3103b973 hwdata-0.357-1.fc34 74 https://bodhi.fedoraproject.org/updates/FEDORA-2022-dab75a01b8 gnome-shell-40.10-1.fc34 gnome-shell-extensions-40.7-1.fc34 mutter-40.10-1.fc34 60 https://bodhi.fedoraproject.org/updates/FEDORA-2022-eb1d10aba3 libldb-2.3.3-1.fc34 samba-4.14.13-0.fc34 45 https://bodhi.fedoraproject.org/updates/FEDORA-2022-63de6726ce libinput-1.19.4-1.fc34 9 https://bodhi.fedoraproject.org/updates/FEDORA-2022-4bb6cff5a1 libdv-1.0.0-36.fc34 9 https://bodhi.fedoraproject.org/updates/FEDORA-2022-8ebd42ce1c thunderbird-91.9.1-1.fc34 7 https://bodhi.fedoraproject.org/updates/FEDORA-2022-08ae4c7a52 koji-1.29.0-1.fc34 7 https://bodhi.fedoraproject.org/updates/FEDORA-2022-14f7b1a698 logrotate-3.18.0-5.fc34 7 https://bodhi.fedoraproject.org/updates/FEDORA-2022-d46bf7581b gnutls-3.7.6-1.fc34 3 https://bodhi.fedoraproject.org/updates/FEDORA-2022-97b4ae7fb4 cups-2.3.3op2-18.fc34 The following builds have been pushed to Fedora 34 updates-testing ocp-0.2.98-1.fc34 tio-1.38-1.fc34 Details about builds: ================================================================================ ocp-0.2.98-1.fc34 (FEDORA-2022-e63b417bcc) Open Cubic Player for MOD/S3M/XM/IT/MIDI music files -------------------------------------------------------------------------------- Update Information: update to 0.2.98 * Compiling psetting.c on x86 with gcc generated a lot of warnings * Remove usage of SIGALRM. This was only partially safe with native OSS and ALSA drivers * Update wurfel mode - search for animations in ~/.ocp aswell as the global data directory * Parsing RIFF files could randomly crash (MID, WAV and MP2 files are RIFF) * MIDI playback could randomly assert on events-delay logic -------------------------------------------------------------------------------- ChangeLog: * Mon May 9 2022 Charles R. Anderson <c...@alum.wpi.edu> - 0.2.98-1 - update to 0.2.98 * Mon May 9 2022 Charles R. Anderson <c...@alum.wpi.edu> - 0.2.97^20220508git81214c8-1 - update to git snapshot * Fri May 6 2022 Charles R. Anderson <c...@alum.wpi.edu> - 0.2.97-2 - Patch Makefile to simplify sub-make usage and attempt to allow parallel build -------------------------------------------------------------------------------- References: [ 1 ] Bug #2092159 - ocp-0.2.98 is available https://bugzilla.redhat.com/show_bug.cgi?id=2092159 -------------------------------------------------------------------------------- ================================================================================ tio-1.38-1.fc34 (FEDORA-2022-21b91c8fc6) Simple TTY terminal I/O application -------------------------------------------------------------------------------- Update Information: # tio v1.38 * Redirect error messages to stderr * Improve help and man page * Mention config file in `--help` * Fix running without config file * Fix config file error messages * Redirect error messages to stderr * Add repology packaging status * Fix parsing of default settings Default configuration file settings were not parsed in case a section was matched. Now we make sure that the default (unnamed) settings are always parsed. * Append to existing log file (no truncation) * Add socket info to show configuration * Print socket info at startup * Fix socket option parsing * Match user input against config section names if pattern matching was unsuccessful. This allows for better config file ergonomics if the user has a diverse set of serial devices as the name does not need to be specified in the config file twice. * Add support for external control via a Unix domain socket. This feature allows an external program to inject output into and listen to input from a serial port via a Unix domain socket (path specified via the `-S`/`--socket` command line flag, or the socket config file option) while tio is running. This is useful for ad-hoc scripting of serial port interactions while still permitting manual control. Since many serial devices (at least on Linux) get confused when opened by multiple processes, and most commands do not know how to correctly open a serial device, this allows a more convenient usage model than directly writing to the device node from an external program. Any input from clients connected to the socket is sent on the serial port as if entered at the terminal where tio is running (except that `ctrl-t` sequences are not recognized), and any input from the serial port is multiplexed to the terminal and all connected clients. Sockets remain open while the serial port is disconnected, and writes will block. Example usage 1 (issue a command): `echo command | nc -UN /path/to/socket > /dev/null` Example usage 2 (use the expect command to script an interaction): ``` #!/usr/bin/expect -f set timeout -1 log_user 0 spawn nc -UN /path/to/socket set uart $spawn_id send -i $uart "command1\n" expect -i $uart "prompt> " send -i $uart "command2\n" expect -i $uart "prompt> " ``` * fix for using option `log` without `log- filename` in config file -------------------------------------------------------------------------------- ChangeLog: * Sat Jun 4 2022 Robert Scheck <rob...@fedoraproject.org> 1.38-1 - Upgrade to 1.38 (#2092955) -------------------------------------------------------------------------------- References: [ 1 ] Bug #2092955 - tio-1.38 is available https://bugzilla.redhat.com/show_bug.cgi?id=2092955 -------------------------------------------------------------------------------- _______________________________________________ test mailing list -- test@lists.fedoraproject.org To unsubscribe send an email to test-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure