Tue, 30 Apr 2024 22:56:12 UTC | login

Information for build beep-1.4.7-2.fc33

ID151489
Package Namebeep
Version1.4.7
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/beep.git#b17da1af4c5d191cfdbab099cb2488087b0330ae
SummaryBeep the PC speaker any number of ways
DescriptionBeep allows the user to control the PC speaker with precision, allowing different sounds to indicate different events. While it can be run quite happily from the command line, its intended place of use is within scripts, notifying the user when something interesting occurs. Of course, it has no notion of what is interesting, but it is really good at the notifying part.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Mar 2020 09:25:39 UTC
CompletedSat, 28 Mar 2020 12:47:04 UTC
Taskbuild (f33, /rpms/beep.git:b17da1af4c5d191cfdbab099cb2488087b0330ae)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/beep.git#b17da1af4c5d191cfdbab099cb2488087b0330ae'}}
Tags
f33
RPMs
src
beep-1.4.7-2.fc33.src.rpm (info) (download)
riscv64
beep-1.4.7-2.fc33.riscv64.rpm (info) (download)
beep-debuginfo-1.4.7-2.fc33.riscv64.rpm (info) (download)
beep-debugsource-1.4.7-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 01 2020 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.7-1 - Update to beep-1.4.7 - Install contrib scripts for both successfully and failing sounding beeps. * Fri Dec 20 2019 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.6-1 - Update to beep-1.4.6 - Use BEEP_LOG_LEVEL environment variable for default log level - Avoid possible bug related to not using va_copy() with a va_list parameter * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Apr 02 2019 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.4-1 - Update to beep-1.4.4 - Install default udev rules to /usr/lib/udev/rules.d/ (not /etc/udev/) - Give the currently locally logged in user PC speaker access out of the box - Have beep(1) man page mention README.fedora * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 18 2019 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.3-1 - Update to beep-1.4.3 * Tue Jan 08 2019 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.1-1 - Update to beep-1.4.1 * Fri Jan 04 2019 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.4.0-1 - Update to beep-1.4.0 * Sat Dec 29 2018 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.3-26 - Stop shipping old sudo related config files - Refuse to run when run via sudo - Set up group 'beep' for write access to evdev device with new udev rule - Update README.fedora to reflect new group permission setup on evdev device * Fri Dec 28 2018 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.3-25 - guard against directory traversal in /dev/input/ check - refuse to run if setuid or setgid root - make the evdev device the first device to look for (does not require root) * Fri Dec 28 2018 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.3-24 - Actually apply the patches - Update COPYING with new FSF address - Fix Patch9 to work as non-git patch (do the rest with shell) - Proper naming of Patch14 - Exit beep when error accessing API * Fri Dec 28 2018 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.3-23 - Fix CVE-2018-1000532 and mitigate against related issues (#1595592) - Fix a number of potential integer overflows * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Apr 03 2018 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.3-21 - Add CVE-2018-0492 fix. - Behaviour of multiple -f parameters matches documentation now.