X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README;h=7b575b5da8b8b2ede674a440c7bd922dca127947;hb=ab7bee2bcb8c8ad131cec611e67c0b93fba2d32b;hp=6c848948c05462338de2d22a508f51cc4bbefb13;hpb=11b760e9716cac5513dd0cf9267b8f4780b43b35;p=blhc%2Fblhc.git diff --git a/README b/README index 6c84894..7b575b5 100644 --- a/README +++ b/README @@ -19,6 +19,9 @@ to help maintainers detect missing hardening flags in their packages. At the moment it works only on Debian and derivatives but it should be easily extendable to other systems as well. Patches are welcome. +Only gcc is detected as compiler at the moment. If other compilers support +hardening flags as well, please report them. + For more information about hardening flags have a look at [1]. [1]: https://wiki.debian.org/Hardening @@ -30,6 +33,10 @@ DEPENDENCIES - Perl - Dpkg::Arch - Dpkg::Version + - Term::ANSIColor >= 2.01 + Bundled with perl. A recent version is only necessary for build logs with + ANSI colors which is rare, blhc works fine without if the build log + doesn't use colors. Not required for buildd mode. USAGE