Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2016 12:55:52 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419918 - head/security/afl
Message-ID:  <201608091255.u79CtqoO016524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Aug  9 12:55:52 2016
New Revision: 419918
URL: https://svnweb.freebsd.org/changeset/ports/419918

Log:
  - Update to 2.29b
  
  PR:		211678
  Submitted by:	t@tobik.me(maintainer)

Modified:
  head/security/afl/Makefile
  head/security/afl/distinfo
  head/security/afl/pkg-message
  head/security/afl/pkg-plist

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Tue Aug  9 12:23:14 2016	(r419917)
+++ head/security/afl/Makefile	Tue Aug  9 12:55:52 2016	(r419918)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	2.22
+PORTVERSION=	2.29
 DISTVERSIONSUFFIX=	b
 CATEGORIES=	security
 MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/

Modified: head/security/afl/distinfo
==============================================================================
--- head/security/afl/distinfo	Tue Aug  9 12:23:14 2016	(r419917)
+++ head/security/afl/distinfo	Tue Aug  9 12:55:52 2016	(r419918)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469960729
-SHA256 (afl-2.22b.tgz) = 9f5ef39927626fe107153ee0c886b0ac3cd16903d0261ca53f64e83e8404a18d
-SIZE (afl-2.22b.tgz) = 818707
+TIMESTAMP = 1470770986
+SHA256 (afl-2.29b.tgz) = 5eeb5b1d7082b263ed9f89c991f694cb42b8b10b3f660a2c5504ae757c6d44e2
+SIZE (afl-2.29b.tgz) = 827938

Modified: head/security/afl/pkg-message
==============================================================================
--- head/security/afl/pkg-message	Tue Aug  9 12:23:14 2016	(r419917)
+++ head/security/afl/pkg-message	Tue Aug  9 12:55:52 2016	(r419918)
@@ -1 +1 @@
-If you want to use afl-plot also install math/gnuplot.
+To use afl-plot you also need to install math/gnuplot

Modified: head/security/afl/pkg-plist
==============================================================================
--- head/security/afl/pkg-plist	Tue Aug  9 12:23:14 2016	(r419917)
+++ head/security/afl/pkg-plist	Tue Aug  9 12:55:52 2016	(r419918)
@@ -18,17 +18,18 @@ bin/afl-tmin
 bin/afl-whatsup
 lib/afl/afl-as
 lib/afl/as
+%%DATADIR%%/README.dictionaries
 %%DATADIR%%/README.testcases
-%%DATADIR%%/_extras/gif.dict
-%%DATADIR%%/_extras/html_tags.dict
-%%DATADIR%%/_extras/jpeg.dict
-%%DATADIR%%/_extras/js.dict
-%%DATADIR%%/_extras/pdf.dict
-%%DATADIR%%/_extras/png.dict
-%%DATADIR%%/_extras/sql.dict
-%%DATADIR%%/_extras/tiff.dict
-%%DATADIR%%/_extras/webp.dict
-%%DATADIR%%/_extras/xml.dict
+%%DATADIR%%/gif.dict
+%%DATADIR%%/html_tags.dict
+%%DATADIR%%/jpeg.dict
+%%DATADIR%%/js.dict
+%%DATADIR%%/pdf.dict
+%%DATADIR%%/png.dict
+%%DATADIR%%/sql.dict
+%%DATADIR%%/tiff.dict
+%%DATADIR%%/webp.dict
+%%DATADIR%%/xml.dict
 %%DATADIR%%/archives/common/ar/small_archive.a
 %%DATADIR%%/archives/common/bzip2/small_archive.bz2
 %%DATADIR%%/archives/common/cab/small_archive.cab
@@ -73,6 +74,7 @@ lib/afl/as
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/env_variables.txt
 %%PORTDOCS%%%%DOCSDIR%%/historical_notes.txt
+%%PORTDOCS%%%%DOCSDIR%%/life_pro_tips.txt
 %%PORTDOCS%%%%DOCSDIR%%/notes_for_asan.txt
 %%PORTDOCS%%%%DOCSDIR%%/parallel_fuzzing.txt
 %%PORTDOCS%%%%DOCSDIR%%/perf_tips.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608091255.u79CtqoO016524>