aboutsummaryrefslogtreecommitdiff
path: root/utils/beep
Commit message (Collapse)AuthorAge
* beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532Josef Schlehofer2022-06-08
| | | | | | | | | | | | | | | | 1. Changed Git repository, which is used for Fedora packaging https://github.com/johnath/beep/issues/11#issuecomment-450277122 Fixed CVEs: CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492 CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532 2. Fixed SPDX License Identifier 3. Add patch to comment out -D_FORTIFY_SOURCE Otherwise, it can not be built by default. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* beep: restore a dependency definition to the previous one on x86 targetYanase Yuki2020-12-05
| | | | | | | | | | Commit 9bcea2de2cf552d544786d1e4b82f55cda7015b1 causes a dependency problem with some out-of-tree packages which expect "DEPENDS:=+kmod-pcspkr". To fix this problem, this commit restores a dependency definition to the previous one on x86 target. Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* beep: fix dependency to support non-x86 target and kmod-gpio-beeperYanase Yuki2020-10-03
| | | | | | | | | | | | Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper. This change is useful for some non-x86 enterprise APs and development boards that have a buzzer connected to GPIO. Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* beep: add missing PKG_MIRROR_HASHYanase Yuki2020-10-03
| | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* Update MakefileChris Blake2017-01-16
|
* util/beep: Add beep packageChris Blake2017-01-13
This adds the beep utility, which allows users to control a pc speaker device. Maintainer: me / @riptidewave93 Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0 Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>