Github messages for voidlinux
 help / color / mirror / Atom feed
From: arun5309 <arun5309@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] afl++: update to 4.10c
Date: Sun, 31 Mar 2024 04:29:13 +0200	[thread overview]
Message-ID: <20240331022914.0747D255A8@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49613@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]

There is an updated pull request by arun5309 against master on the void-packages repository

https://github.com/arun5309/void-packages update_afl_410c
https://github.com/void-linux/void-packages/pull/49613

afl++: update to 4.10c
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86-64, glibc)



A patch file from https://github.com/void-linux/void-packages/pull/49613.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_afl_410c-49613.patch --]
[-- Type: text/x-diff, Size: 2172 bytes --]

From 8275b11f02bf5b41787a59654d825ede1c8391b5 Mon Sep 17 00:00:00 2001
From: Arunachalaeshwaran V R <avr5309@gmail.com>
Date: Sun, 31 Mar 2024 02:57:31 +0530
Subject: [PATCH] afl++: update to 4.10c

Removed limits patch from afl++ 4.07c

Fix file source URL format

Added llvm devel as a make dependency, to prevent compile error when
including file llvm/Support/raw_ostream.h
---
 srcpkgs/afl++/patches/limits.patch | 11 -----------
 srcpkgs/afl++/template             | 10 +++++-----
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/afl++/patches/limits.patch

diff --git a/srcpkgs/afl++/patches/limits.patch b/srcpkgs/afl++/patches/limits.patch
deleted file mode 100644
index c8463b898a6426..00000000000000
--- a/srcpkgs/afl++/patches/limits.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/afl-ld-lto.c
-+++ b/src/afl-ld-lto.c
-@@ -45,7 +45,7 @@
- 
- #include <dirent.h>
- 
--#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
-+#if 1 || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
-     defined(__DragonFly__)
-   #include <limits.h>
- #endif
diff --git a/srcpkgs/afl++/template b/srcpkgs/afl++/template
index fff658acbe1d72..fb8d4b009786e7 100644
--- a/srcpkgs/afl++/template
+++ b/srcpkgs/afl++/template
@@ -1,18 +1,18 @@
 # Template file for 'afl++'
 pkgname=afl++
-version=4.07c
-revision=2
+version=4.10c
+revision=1
 # x86 only currently
 archs="i686* x86_64*"
 build_style=gnu-makefile
 hostmakedepends="which"
-makedepends="clang gmp-devel lld llvm python3-devel"
+makedepends="clang gmp-devel lld llvm llvm17-devel python3-devel"
 short_desc="American fuzzy lop Plus Plus - a brute-force fuzzer"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://aflplus.plus/"
-distfiles="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/${version}.tar.gz"
-checksum=cdb42834359b17336047814d1c24845f606456dbe4e6aff5edac66c21aa577db
+distfiles="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${version}.tar.gz"
+checksum=c9a43894b87502a5f69efdb97dee637c9dd4d2c5dfef1c9d79b9d406adafdb76
 conflicts="afl>=0"
 replaces="afl>=0"
 

      reply	other threads:[~2024-03-31  2:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31  1:58 [PR PATCH] Update package afl++ to version 4.10c from version 4.07c arun5309
2024-03-31  2:29 ` arun5309 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240331022914.0747D255A8@inbox.vuxu.org \
    --to=arun5309@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).