Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update package afl++ to version 4.10c from version 4.07c
@ 2024-03-31  1:58 arun5309
  2024-03-31  2:29 ` [PR PATCH] [Updated] afl++: update to 4.10c arun5309
  0 siblings, 1 reply; 2+ messages in thread
From: arun5309 @ 2024-03-31  1:58 UTC (permalink / raw)
  To: ml

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

There is a new 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

Update package afl++ to version 4.10c from version 4.07c
<!-- 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: 3864 bytes --]

From 5803a8f355a200d9e1b184efb6a21be4178ac295 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 1/4] Updated afl++ package version from 4.07c to 4.10c and
 updated the corresponding hash of the source tarball

---
 srcpkgs/afl++/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/afl++/template b/srcpkgs/afl++/template
index fff658acbe1d72..6cdb8e2d181195 100644
--- a/srcpkgs/afl++/template
+++ b/srcpkgs/afl++/template
@@ -1,7 +1,7 @@
 # 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
@@ -12,7 +12,7 @@ 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
+checksum=c9a43894b87502a5f69efdb97dee637c9dd4d2c5dfef1c9d79b9d406adafdb76
 conflicts="afl>=0"
 replaces="afl>=0"
 

From cd2c4746bbaebd665fb7a9177986bc949c03b0f2 Mon Sep 17 00:00:00 2001
From: Arunachalaeshwaran V R <avr5309@gmail.com>
Date: Sun, 31 Mar 2024 02:58:12 +0530
Subject: [PATCH 2/4] Removed limits patch from afl++ 4.07c

---
 srcpkgs/afl++/patches/limits.patch | 11 -----------
 1 file changed, 11 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

From b29b666f37900b8d5f5e1c89e06f3287704a2572 Mon Sep 17 00:00:00 2001
From: Arunachalaeshwaran V R <avr5309@gmail.com>
Date: Sun, 31 Mar 2024 03:11:45 +0530
Subject: [PATCH 3/4] Fix file source URL format

---
 srcpkgs/afl++/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afl++/template b/srcpkgs/afl++/template
index 6cdb8e2d181195..3170947264d7eb 100644
--- a/srcpkgs/afl++/template
+++ b/srcpkgs/afl++/template
@@ -11,7 +11,7 @@ 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"
+distfiles="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${version}.tar.gz"
 checksum=c9a43894b87502a5f69efdb97dee637c9dd4d2c5dfef1c9d79b9d406adafdb76
 conflicts="afl>=0"
 replaces="afl>=0"

From 83dddb2638958740d11253417ab4ac0966097b27 Mon Sep 17 00:00:00 2001
From: Arunachalaeshwaran V R <avr5309@gmail.com>
Date: Sun, 31 Mar 2024 03:24:00 +0530
Subject: [PATCH 4/4] Added llvm devel as a make dependency, to prevent compile
 error when including file llvm/Support/raw_ostream.h

---
 srcpkgs/afl++/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afl++/template b/srcpkgs/afl++/template
index 3170947264d7eb..fb8d4b009786e7 100644
--- a/srcpkgs/afl++/template
+++ b/srcpkgs/afl++/template
@@ -6,7 +6,7 @@ revision=1
 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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Updated] afl++: update to 4.10c
  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
  0 siblings, 0 replies; 2+ messages in thread
From: arun5309 @ 2024-03-31  2:29 UTC (permalink / raw)
  To: ml

[-- 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"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-31  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-31  1:58 [PR PATCH] Update package afl++ to version 4.10c from version 4.07c arun5309
2024-03-31  2:29 ` [PR PATCH] [Updated] afl++: update to 4.10c arun5309

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).