afl: cleaned footprint

This commit is contained in:
Tim Biermann 2020-07-10 13:00:08 +00:00
parent 970115a15a
commit 27ef8b5e6b
3 changed files with 4 additions and 5 deletions

View File

@ -19,7 +19,6 @@ lrwxrwxrwx root/root usr/lib/afl/as -> afl-as
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/afl/
drwxr-xr-x root/root usr/share/afl/dictionaries/
-rw-r--r-- root/root usr/share/afl/dictionaries/README.dictionaries
-rw-r--r-- root/root usr/share/afl/dictionaries/gif.dict
-rw-r--r-- root/root usr/share/afl/dictionaries/html_tags.dict
-rw-r--r-- root/root usr/share/afl/dictionaries/jpeg.dict

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30roLX5pxMW6k+Ev3JNucQ8WhPuyCynwLXSuCLkK6Xcs69j+9zHdJk7U+cfF3TXcbxoyxl+XrLUkmyfCVEmQyQU=
SHA256 (Pkgfile) = 3a68ff24a102fe39c8309ddd5a3598e88023aa1979bdf0c1075474e046c01f54
SHA256 (.footprint) = 604b29209c497b4dafe47d5282d25a85c0b75d90b40550b81c1221676b5a8637
RWSagIOpLGJF3wfKQZ+iPvXY3j52tsyTbbncvUjJne/bSSUfu8JU+vOvprcuIkcnTwewXrGM1GGk3iGuUMvrr8UWGZhu4JHCAA0=
SHA256 (Pkgfile) = 144faa508f60742e88c00c732d4094c78d7cba4723af4d691e51c3f1a72415ba
SHA256 (.footprint) = 719793152e0838d43c02d7c78725eb76090adef08478ebbca39e4f3c68e72542
SHA256 (afl-2.57b.tar.gz) = a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608

View File

@ -15,5 +15,5 @@ build() {
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rm $PKG/usr/share/afl/testcases/README.testcases
find $PKG -iname '*readme*' -delete
}