View | Details | Raw Unified | Return to bug 197564
Collapse All | Expand All

(-)b/security/afl/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	afl
4
PORTNAME=	afl
5
PORTVERSION=	1.38b
5
PORTVERSION=	1.44b
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/
7
MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/
8
8
(-)b/security/afl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (afl-1.38b.tgz) = 29ac53e6c06d9c0d632d1ac8527bb84e53b481195d21e3feeef191aede61b268
1
SHA256 (afl-1.44b.tgz) = 59bddc9fd9c4ba60e582631e9985c85f25924e22f1c1901230747ec1aa87e0af
2
SIZE (afl-1.38b.tgz) = 772843
2
SIZE (afl-1.44b.tgz) = 775257
(-)b/security/afl/pkg-plist (-14 / +12 lines)
Lines 547-565 lib/afl/as Link Here
547
%%DATADIR%%/archives/exotic/lzma/small_archive.lzma
547
%%DATADIR%%/archives/exotic/lzma/small_archive.lzma
548
%%DATADIR%%/archives/exotic/rzip/small_archive.rz
548
%%DATADIR%%/archives/exotic/rzip/small_archive.rz
549
%%DATADIR%%/archives/exotic/zoo/small_archive.zoo
549
%%DATADIR%%/archives/exotic/zoo/small_archive.zoo
550
%%DATADIR%%/images/bmp/hello_kitty.bmp
550
%%DATADIR%%/images/bmp/not_kitty.bmp
551
%%DATADIR%%/images/gif/hello_kitty.gif
551
%%DATADIR%%/images/gif/not_kitty.gif
552
%%DATADIR%%/images/ico/hello_kitty.ico
552
%%DATADIR%%/images/ico/not_kitty.ico
553
%%DATADIR%%/images/jp2/hello_kitty.jp2
553
%%DATADIR%%/images/jp2/not_kitty.jp2
554
%%DATADIR%%/images/jpeg/hello_kitty.jpg
554
%%DATADIR%%/images/jpeg/not_kitty.jpg
555
%%DATADIR%%/images/jxr/hello_kitty.jxr
555
%%DATADIR%%/images/jxr/not_kitty.jxr
556
%%DATADIR%%/images/png/hello_kitty.png
556
%%DATADIR%%/images/png/not_kitty.png
557
%%DATADIR%%/images/png/hello_kitty_alpha.png
557
%%DATADIR%%/images/png/not_kitty_alpha.png
558
%%DATADIR%%/images/png/hello_kitty_gamma.png
558
%%DATADIR%%/images/png/not_kitty_gamma.png
559
%%DATADIR%%/images/png/hello_kitty_icc.png
559
%%DATADIR%%/images/png/not_kitty_icc.png
560
%%DATADIR%%/images/png/hello_kitty_rle.png
560
%%DATADIR%%/images/tiff/not_kitty.tiff
561
%%DATADIR%%/images/tiff/hello_kitty.tif
561
%%DATADIR%%/images/webp/not_kitty.webp
562
%%DATADIR%%/images/webp/hello_kitty_lossless.webp
563
%%DATADIR%%/multimedia/h264/small_movie.mp4
562
%%DATADIR%%/multimedia/h264/small_movie.mp4
564
%%DATADIR%%/others/elf/small_exec.elf
563
%%DATADIR%%/others/elf/small_exec.elf
565
%%DATADIR%%/others/js/small_script.js
564
%%DATADIR%%/others/js/small_script.js
566
- 

Return to bug 197564