diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-06-25 19:41:27 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-06-25 19:41:27 +0000 |
commit | 40718f9572fb80938c631fc2286417e3285d00ff (patch) | |
tree | 2e7d449447c0277c826ec6619e678139b896e1bb | |
parent | textproc/py-wstools: add NO_ARCH forgotten upon port create (diff) |
security/afl: Update to 1.83b
While at it, reset maintainer to ports@ as the port now
contains LICENSE goo whose meaning remains a mystery.
PR: 201107
Submitted by: Fabian Keil <fk fabiankeil de> (maintainer)
Notes
Notes:
svn path=/head/; revision=390593
-rw-r--r-- | security/afl/Makefile | 4 | ||||
-rw-r--r-- | security/afl/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index 8311eef111ee..57ab37516a00 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.80b +PORTVERSION= 1.83b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ -MAINTAINER= fk@fabiankeil.de +MAINTAINER= ports@freebsd.org COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 diff --git a/security/afl/distinfo b/security/afl/distinfo index b7eacbc38d1b..4c6294d349f6 100644 --- a/security/afl/distinfo +++ b/security/afl/distinfo @@ -1,2 +1,2 @@ -SHA256 (afl-1.80b.tgz) = e042cfe30d03ef6df3ae92619408e236d1a8e9bb6cf94ca107c4519e23161401 -SIZE (afl-1.80b.tgz) = 797509 +SHA256 (afl-1.83b.tgz) = 5b1083537b549c74250acb43023d4bf0551508afcb07daa90330d40adb4e6efe +SIZE (afl-1.83b.tgz) = 799736 |