- Sep 09, 2024
-
- Jul 28, 2024
-
-
Levente Polyak authored
-
- Jul 14, 2024
-
-
T.J. Townsend authored
-
- Mar 10, 2024
-
- Jan 07, 2024
-
- Sep 02, 2021
-
- May 20, 2021
-
- Apr 03, 2021
-
- Mar 09, 2021
-
- Feb 17, 2021
-
- Feb 13, 2021
-
-
Levente Polyak authored
-
- May 08, 2020
-
-
Christian Rebischke authored
This commit applies a patch for crashes when TERM isn't set: https://gitlab.com/ilpianista/arch-audit/-/commit/5176a625fb5a6b4daf6be996d714c3cef001750f
-
- Mar 04, 2020
-
- Feb 29, 2020
-
- Feb 28, 2020
-
-
Christian Rebischke authored
We've decided to disable this hook, if you want to enable it, either move it to /usr/share/libalpm/hooks/arch-audit.hook or symlink it to there. The default directory for the hook will be /usr/share/arch-audit/arch-audit.hook from now.
-
- Nov 26, 2019
-
- Mar 10, 2018
-
-
Christian Rebischke authored
When displaying upgradable packages, do not show packages not yet available in the repositories
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
- Apr 27, 2017
-
-
Christian Rebischke authored
dependency
-
- Mar 26, 2017
-
-
Christian Rebischke authored