Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffuf: updated checksum and fixed import path
@ 2023-03-21 19:16 Clos3y
  2023-03-22  4:16 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: Clos3y @ 2023-03-21 19:16 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Clos3y against master on the void-packages repository

https://github.com/Clos3y/void-packages ffuf-checksum-fix
https://github.com/void-linux/void-packages/pull/42904

ffuf: updated checksum and fixed import path
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)
  - x86_64-musl (cross)

---

- **Briefly** means I ran `$ ffuf` and it didn't produce any stderr
- Fixes tracked package `ffuf` in #39072

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ffuf-checksum-fix-42904.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From 3eab137624c5693b9e4173887937b615aa20bdea Mon Sep 17 00:00:00 2001
From: clos3y <sam.w.close@gmail.com>
Date: Tue, 21 Mar 2023 19:04:41 +0000
Subject: [PATCH] ffuf: updated checksum and fixed import path

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

diff --git a/srcpkgs/ffuf/template b/srcpkgs/ffuf/template
index 9b1fb612e6f9..677bb939a846 100644
--- a/srcpkgs/ffuf/template
+++ b/srcpkgs/ffuf/template
@@ -1,15 +1,15 @@
 # Template file for 'ffuf'
 pkgname=ffuf
 version=2.0.0
-revision=1
+revision=2
 build_style=go
-go_import_path="github.com/ffuf/ffuf"
+go_import_path="github.com/ffuf/ffuf/v2@latest"
 short_desc="Fast web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/ffuf/ffuf"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bc27b19ed78b31862b1922a3adb66839cdf58c9b799a715c206709a73e2583d0
+checksum=80b42fe3dda8b24e10bade7b18651d402d1acf5031baedd0b344985721f3d8cd
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ffuf: updated checksum and fixed import path
  2023-03-21 19:16 [PR PATCH] ffuf: updated checksum and fixed import path Clos3y
@ 2023-03-22  4:16 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-22  4:16 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ffuf: updated checksum and fixed import path
https://github.com/void-linux/void-packages/pull/42904

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)
  - x86_64-musl (cross)

---

- **Briefly** means I ran `$ ffuf` and it didn't produce any stderr
- Fixes tracked package `ffuf` in #39072

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

end of thread, other threads:[~2023-03-22  4:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 19:16 [PR PATCH] ffuf: updated checksum and fixed import path Clos3y
2023-03-22  4:16 ` [PR PATCH] [Merged]: " classabbyamp

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