git: c633321a8438 - main - security/afl++: Update to v4.08c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 16:01:49 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c633321a8438d5ae37e9c361e65002c738c72df4
commit c633321a8438d5ae37e9c361e65002c738c72df4
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-08-14 11:54:53 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-09-06 16:01:21 +0000
security/afl++: Update to v4.08c
Switch from PORTVERSION to DISTVERSION, as there is now a version prefix
to consider.
Changes:
https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/Changelog.md#version-408c-release
---
security/afl++/Makefile | 3 ++-
security/afl++/distinfo | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index 3354977b9451..b6b5c2728328 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -1,5 +1,6 @@
PORTNAME= afl
-PORTVERSION= 4.07c
+DISTVERSIONPREFIX= v
+DISTVERSION= 4.08c
CATEGORIES= security
PKGNAMESUFFIX= ++-${FLAVOR}
diff --git a/security/afl++/distinfo b/security/afl++/distinfo
index 386b612a398c..1538246d6a90 100644
--- a/security/afl++/distinfo
+++ b/security/afl++/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686771347
-SHA256 (AFLplusplus-AFLplusplus-4.07c_GH0.tar.gz) = cdb42834359b17336047814d1c24845f606456dbe4e6aff5edac66c21aa577db
-SIZE (AFLplusplus-AFLplusplus-4.07c_GH0.tar.gz) = 2878659
+TIMESTAMP = 1692013406
+SHA256 (AFLplusplus-AFLplusplus-v4.08c_GH0.tar.gz) = f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305
+SIZE (AFLplusplus-AFLplusplus-v4.08c_GH0.tar.gz) = 2894794