mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to version 1.44b [1]
- Unbreak install with LOCALBASE != PREFIX [2] Changes: http://lcamtuf.coredump.cx/afl/ChangeLog.txt PR: 197564 [1] PR: 197644 [2] Submitted by: fk@fabiankeil.de (maintainer) [1] Approved by: fk@fabiankeil.de (maintainer) [2] Approved by: mentors (implicit)
This commit is contained in:
parent
da9c4272eb
commit
0b7791eb8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378968
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= afl
|
||||
PORTVERSION= 1.38b
|
||||
PORTVERSION= 1.44b
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
||||
|
||||
@ -68,11 +68,11 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.for afl_script in afl-cmin afl-plot afl-whatsup
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${LOCALBASE}/bin/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/
|
||||
.endfor
|
||||
|
||||
.if ${PORT_OPTIONS:MMINIMIZE_CORPUS}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${LOCALBASE}/bin/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (afl-1.38b.tgz) = 29ac53e6c06d9c0d632d1ac8527bb84e53b481195d21e3feeef191aede61b268
|
||||
SIZE (afl-1.38b.tgz) = 772843
|
||||
SHA256 (afl-1.44b.tgz) = 59bddc9fd9c4ba60e582631e9985c85f25924e22f1c1901230747ec1aa87e0af
|
||||
SIZE (afl-1.44b.tgz) = 775257
|
||||
|
@ -547,19 +547,18 @@ lib/afl/as
|
||||
%%DATADIR%%/archives/exotic/lzma/small_archive.lzma
|
||||
%%DATADIR%%/archives/exotic/rzip/small_archive.rz
|
||||
%%DATADIR%%/archives/exotic/zoo/small_archive.zoo
|
||||
%%DATADIR%%/images/bmp/hello_kitty.bmp
|
||||
%%DATADIR%%/images/gif/hello_kitty.gif
|
||||
%%DATADIR%%/images/ico/hello_kitty.ico
|
||||
%%DATADIR%%/images/jp2/hello_kitty.jp2
|
||||
%%DATADIR%%/images/jpeg/hello_kitty.jpg
|
||||
%%DATADIR%%/images/jxr/hello_kitty.jxr
|
||||
%%DATADIR%%/images/png/hello_kitty.png
|
||||
%%DATADIR%%/images/png/hello_kitty_alpha.png
|
||||
%%DATADIR%%/images/png/hello_kitty_gamma.png
|
||||
%%DATADIR%%/images/png/hello_kitty_icc.png
|
||||
%%DATADIR%%/images/png/hello_kitty_rle.png
|
||||
%%DATADIR%%/images/tiff/hello_kitty.tif
|
||||
%%DATADIR%%/images/webp/hello_kitty_lossless.webp
|
||||
%%DATADIR%%/images/bmp/not_kitty.bmp
|
||||
%%DATADIR%%/images/gif/not_kitty.gif
|
||||
%%DATADIR%%/images/ico/not_kitty.ico
|
||||
%%DATADIR%%/images/jp2/not_kitty.jp2
|
||||
%%DATADIR%%/images/jpeg/not_kitty.jpg
|
||||
%%DATADIR%%/images/jxr/not_kitty.jxr
|
||||
%%DATADIR%%/images/png/not_kitty.png
|
||||
%%DATADIR%%/images/png/not_kitty_alpha.png
|
||||
%%DATADIR%%/images/png/not_kitty_gamma.png
|
||||
%%DATADIR%%/images/png/not_kitty_icc.png
|
||||
%%DATADIR%%/images/tiff/not_kitty.tiff
|
||||
%%DATADIR%%/images/webp/not_kitty.webp
|
||||
%%DATADIR%%/multimedia/h264/small_movie.mp4
|
||||
%%DATADIR%%/others/elf/small_exec.elf
|
||||
%%DATADIR%%/others/js/small_script.js
|
||||
|
Loading…
Reference in New Issue
Block a user