* Re: [PR REVIEW] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
@ 2023-03-15 20:20 ` paper42
2023-03-15 20:20 ` paper42
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-03-15 20:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/42785#discussion_r1137730918
Comment:
```suggestion
distfiles="https://github.com/royhills/arp-scan/archive/${version}/arp-scan-${version}.tar.gz"
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR REVIEW] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
2023-03-15 20:20 ` [PR REVIEW] " paper42
@ 2023-03-15 20:20 ` paper42
2023-03-16 14:01 ` [PR PATCH] [Updated] " filiprojek
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-03-15 20:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/42785#discussion_r1137731269
Comment:
```suggestion
homepage="https://github.com/royhills/arp-scan"
changelog="https://raw.githubusercontent.com/royhills/arp-scan/master/NEWS.md"
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
2023-03-15 20:20 ` [PR REVIEW] " paper42
2023-03-15 20:20 ` paper42
@ 2023-03-16 14:01 ` filiprojek
2023-03-16 14:43 ` [PR REVIEW] " paper42
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-16 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 595 bytes --]
There is an updated pull request by filiprojek against master on the void-packages repository
https://github.com/filiprojek/void-packages arp-scan
https://github.com/void-linux/void-packages/pull/42785
arp-scan: update to 1.10.0
Tagging the maintainer @faulesocke
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
- x86_64-musl
A patch file from https://github.com/void-linux/void-packages/pull/42785.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arp-scan-42785.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]
From 092f661c89c4b34f8a92996f6d283cc1b0284307 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Wed, 15 Mar 2023 14:16:23 +0100
Subject: [PATCH] arp-scan: update to 1.10.0
---
srcpkgs/arp-scan/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/arp-scan/template b/srcpkgs/arp-scan/template
index 1e0ce64a074e..6cfe649e2661 100644
--- a/srcpkgs/arp-scan/template
+++ b/srcpkgs/arp-scan/template
@@ -1,6 +1,6 @@
# Template file for 'arp-scan'
pkgname=arp-scan
-version=1.9.7
+version=1.10.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
@@ -9,8 +9,9 @@ short_desc="Tool that uses ARP to discover IP hosts on the local network"
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/royhills/arp-scan"
-distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039
+changelog="https://raw.githubusercontent.com/royhills/arp-scan/master/NEWS.md"
+distfiles="https://github.com/royhills/arp-scan/archive/${version}/arp-scan-${version}.tar.gz"
+checksum=204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25
pre_configure() {
autoreconf --install
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR REVIEW] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
` (2 preceding siblings ...)
2023-03-16 14:01 ` [PR PATCH] [Updated] " filiprojek
@ 2023-03-16 14:43 ` paper42
2023-03-16 15:29 ` filiprojek
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-03-16 14:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/42785#discussion_r1138797281
Comment:
I am not sure why xlint in CI didn't catch this, but this should be $distfiles, then $changelog, then $checksum.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR REVIEW] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
` (3 preceding siblings ...)
2023-03-16 14:43 ` [PR REVIEW] " paper42
@ 2023-03-16 15:29 ` filiprojek
2023-03-16 15:34 ` paper42
2023-03-18 6:31 ` [PR PATCH] [Merged]: " paper42
6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-16 15:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
New review comment by filiprojek on void-packages repository
https://github.com/void-linux/void-packages/pull/42785#discussion_r1138885696
Comment:
Are you sure? If i do `xnew pkgname`, then it is $changelog, $distfiles, $checksum
![image](https://user-images.githubusercontent.com/58117792/225665706-c9598640-fd79-43e5-b9da-0cb20081b1ca.png)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR REVIEW] arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
` (4 preceding siblings ...)
2023-03-16 15:29 ` filiprojek
@ 2023-03-16 15:34 ` paper42
2023-03-18 6:31 ` [PR PATCH] [Merged]: " paper42
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-03-16 15:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 209 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/42785#discussion_r1138893480
Comment:
oh, you are right, I somehow confused distfiles with homepage
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Merged]: arp-scan: update to 1.10.0
2023-03-15 13:35 [PR PATCH] arp-scan: update to 1.10.0 filiprojek
` (5 preceding siblings ...)
2023-03-16 15:34 ` paper42
@ 2023-03-18 6:31 ` paper42
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-03-18 6:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 432 bytes --]
There's a merged pull request on the void-packages repository
arp-scan: update to 1.10.0
https://github.com/void-linux/void-packages/pull/42785
Description:
Tagging the maintainer @faulesocke
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
- x86_64-musl
^ permalink raw reply [flat|nested] 8+ messages in thread