diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-08-31 11:13:57 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-08-31 11:13:57 +0000 |
commit | 7320efab9db7310c73ea346cdebf72c458f1a63b (patch) | |
tree | 98149e22f00d5e2f8c2d364d91eb6b9323a83f12 | |
parent | Fix build with postgresql 10. (diff) |
security/afl: Update to 2.51b
Changes: http://lcamtuf.coredump.cx/afl/ChangeLog.txt
-rw-r--r-- | security/afl/Makefile | 2 | ||||
-rw-r--r-- | security/afl/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index d34f914ae55e..dc09ffe9e022 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 2.50 +PORTVERSION= 2.51 DISTVERSIONSUFFIX= b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ diff --git a/security/afl/distinfo b/security/afl/distinfo index 71962193382c..1e50e32645fb 100644 --- a/security/afl/distinfo +++ b/security/afl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503651849 -SHA256 (afl-2.50b.tgz) = 0bdb0efd77b394b8b1a816e957a6dc27ffe01007d73c6247b9e424f0e36176c5 -SIZE (afl-2.50b.tgz) = 835578 +TIMESTAMP = 1504170836 +SHA256 (afl-2.51b.tgz) = d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97 +SIZE (afl-2.51b.tgz) = 835611 |