aboutsummaryrefslogtreecommitdiff
path: root/package/utils/audit/Makefile
Commit message (Collapse)AuthorAge
* audit: update to 3.1.5Yanase Yuki2024-10-03
| | | | | | | | | | - Remove upstreamed patch: 0001-Implicit-builtin-functions.patch - Fix package license info. - Use git mirror instead of GitHub generated tarball. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/16388 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* audit: fix compile error on some systemsYanase Yuki2024-05-13
| | | | | | | | | | | | On Fedora 40, -Wimplictit-function-declaration error is occur when compiling audit package. Upstream fixed this problem, so backport the patch. https://github.com/linux-audit/audit-userspace/pull/371 Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/15441 Signed-off-by: Robert Marko <robimarko@gmail.com>
* libaudit: update to 3.1.4, join with daemon and utils, renameMarius Dinu2024-04-29
| | | | | | | | | | | | | | | | Changes: - new URL for sources (old address is dead) - daemon and utils from packages feed are merged in here - only build once - no need to update at the same time in both places - update to v3.1.4 - removed unneeded patches - added audisp-syslog - removed audispd (no longer exists) - rename and move to package/utils/audit - update new path in one dependent package Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* audit: build only libauditDaniel Golle2020-08-31
| | | | | | Turns out auditd depends on libev. Lets have that in packages.git. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* audit: new packageThomas Petazzoni2020-08-31
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [fix build with GCC 10 and disable MIPS16 as build emits sync instruction] Signed-off-by: W. Michael Petullo <mike@flyn.org>