Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] net-tools: update to 2.10
@ 2021-01-08  4:27 ScrelliCopter
  2021-02-15  4:04 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-01-08  4:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages net-tools
https://github.com/void-linux/void-packages/pull/27755

net-tools: update to 2.10
Upstream has [tagged a new release](https://github.com/ecki/net-tools/releases/tag/v2.10) which removes the need for for using a Git revision and allows the template to be simplified. I've also made other changes that are required for the new version to build.

However this release is only a day old at the time of writing so I'm marking this as a draft until there's enough confidence to switch.

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

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

From f397404e7e9c36df5244ad958c8226e1dbd038b3 Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Fri, 8 Jan 2021 15:16:30 +1100
Subject: [PATCH] net-tools: update to 2.10

---
 srcpkgs/net-tools/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/net-tools/template b/srcpkgs/net-tools/template
index 384feba77fb..f93d123f8ce 100644
--- a/srcpkgs/net-tools/template
+++ b/srcpkgs/net-tools/template
@@ -1,15 +1,13 @@
 # Template file for 'net-tools'
 pkgname=net-tools
-version=1.60.20181103git
+version=2.10
 revision=1
-_githash=0eebece8c964e3cfa8a018f42b2e7e751a7009a0
-wrksrc="${pkgname}-${_githash}"
 short_desc="Basic networking tools"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ecki/net-tools"
-distfiles="https://github.com/ecki/net-tools/archive/${_githash}.tar.gz"
-checksum=795cb4dd2618ed7ff9a48b9cb63b33780b47dfd7464c8e52ba734e6796cbab17
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=8e186f65f0ff304989b3dc8b0067c3a07d36ae777da60667bdd6ccb2730908d2
 
 alternatives="
  ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
@@ -40,7 +38,7 @@ do_build() {
 }
 
 do_install() {
-	make DESTDIR=${DESTDIR}/usr update
+	make DESTDIR=${DESTDIR}/usr install
 	# Rename ifconfig for alternatives.
 	mv ${DESTDIR}/usr/bin/{ifconfig,${pkgname}-ifconfig}
 	mv ${DESTDIR}/usr/share/man/man8/{ifconfig,${pkgname}-ifconfig}.8

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

* Re: net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
@ 2021-02-15  4:04 ` ericonr
  2021-02-15 19:46 ` ScrelliCopter
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-15  4:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27755#issuecomment-778922609

Comment:
All these packages depend on it

```
srcpkgs/virtuoso/template
srcpkgs/gufw/template
srcpkgs/facter/template
srcpkgs/gnome-nettool/template
srcpkgs/wicd/template
srcpkgs/vpnc/template
srcpkgs/iodine/template
srcpkgs/avahi/template
srcpkgs/mininet/template
srcpkgs/chkrootkit/template
```

which have you tested?

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

* Re: net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
  2021-02-15  4:04 ` ericonr
@ 2021-02-15 19:46 ` ScrelliCopter
  2021-02-15 19:46 ` ScrelliCopter
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-02-15 19:46 UTC (permalink / raw)
  To: ml

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

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/27755#issuecomment-779418452

Comment:
@ericonr 
> which have you tested?
I have never used any of those packages and wasn't aware they had depends on net-tools.

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

* Re: net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
  2021-02-15  4:04 ` ericonr
  2021-02-15 19:46 ` ScrelliCopter
@ 2021-02-15 19:46 ` ScrelliCopter
  2021-02-15 19:48 ` [PR PATCH] [Updated] " ScrelliCopter
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-02-15 19:46 UTC (permalink / raw)
  To: ml

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

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/27755#issuecomment-779418452

Comment:
@ericonr 
> which have you tested?

I have never used any of those packages and wasn't aware they had depends on net-tools.

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

* Re: [PR PATCH] [Updated] net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
                   ` (2 preceding siblings ...)
  2021-02-15 19:46 ` ScrelliCopter
@ 2021-02-15 19:48 ` ScrelliCopter
  2021-10-12  5:59 ` ScrelliCopter
  2021-10-12  5:59 ` [PR PATCH] [Closed]: " ScrelliCopter
  5 siblings, 0 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-02-15 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScrelliCopter/void-packages net-tools
https://github.com/void-linux/void-packages/pull/27755

net-tools: update to 2.10
##### Have the results of the proposed changes been tested?

- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Upstream has [tagged a new release](https://github.com/ecki/net-tools/releases/tag/v2.10) which removes the need for for using a Git revision and allows the template to be simplified. I've also made other changes that are required for the new version to build.

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

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

From 5844391849d69b08119f5d4f001256cd7c3dc477 Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Fri, 8 Jan 2021 15:16:30 +1100
Subject: [PATCH] net-tools: update to 2.10

---
 srcpkgs/net-tools/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/net-tools/template b/srcpkgs/net-tools/template
index 384feba77fb..bb054036162 100644
--- a/srcpkgs/net-tools/template
+++ b/srcpkgs/net-tools/template
@@ -1,15 +1,13 @@
 # Template file for 'net-tools'
 pkgname=net-tools
-version=1.60.20181103git
+version=2.10
 revision=1
-_githash=0eebece8c964e3cfa8a018f42b2e7e751a7009a0
-wrksrc="${pkgname}-${_githash}"
 short_desc="Basic networking tools"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ecki/net-tools"
-distfiles="https://github.com/ecki/net-tools/archive/${_githash}.tar.gz"
-checksum=795cb4dd2618ed7ff9a48b9cb63b33780b47dfd7464c8e52ba734e6796cbab17
+distfiles="https://github.com/ecki/net-tools/archive/v${version}.tar.gz"
+checksum=8e186f65f0ff304989b3dc8b0067c3a07d36ae777da60667bdd6ccb2730908d2
 
 alternatives="
  ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
@@ -40,7 +38,7 @@ do_build() {
 }
 
 do_install() {
-	make DESTDIR=${DESTDIR}/usr update
+	make DESTDIR=${DESTDIR}/usr install
 	# Rename ifconfig for alternatives.
 	mv ${DESTDIR}/usr/bin/{ifconfig,${pkgname}-ifconfig}
 	mv ${DESTDIR}/usr/share/man/man8/{ifconfig,${pkgname}-ifconfig}.8

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

* Re: net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
                   ` (3 preceding siblings ...)
  2021-02-15 19:48 ` [PR PATCH] [Updated] " ScrelliCopter
@ 2021-10-12  5:59 ` ScrelliCopter
  2021-10-12  5:59 ` [PR PATCH] [Closed]: " ScrelliCopter
  5 siblings, 0 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-10-12  5:59 UTC (permalink / raw)
  To: ml

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

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/pull/27755#issuecomment-940689395

Comment:
Someone else can test this and submit if they want lol

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

* Re: [PR PATCH] [Closed]: net-tools: update to 2.10
  2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
                   ` (4 preceding siblings ...)
  2021-10-12  5:59 ` ScrelliCopter
@ 2021-10-12  5:59 ` ScrelliCopter
  5 siblings, 0 replies; 7+ messages in thread
From: ScrelliCopter @ 2021-10-12  5:59 UTC (permalink / raw)
  To: ml

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

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

net-tools: update to 2.10
https://github.com/void-linux/void-packages/pull/27755

Description:
##### Have the results of the proposed changes been tested?

- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Upstream has [tagged a new release](https://github.com/ecki/net-tools/releases/tag/v2.10) which removes the need for for using a Git revision and allows the template to be simplified. I've also made other changes that are required for the new version to build.

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

end of thread, other threads:[~2021-10-12  5:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08  4:27 [PR PATCH] net-tools: update to 2.10 ScrelliCopter
2021-02-15  4:04 ` ericonr
2021-02-15 19:46 ` ScrelliCopter
2021-02-15 19:46 ` ScrelliCopter
2021-02-15 19:48 ` [PR PATCH] [Updated] " ScrelliCopter
2021-10-12  5:59 ` ScrelliCopter
2021-10-12  5:59 ` [PR PATCH] [Closed]: " ScrelliCopter

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