Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inetutils: update to 2.4.
@ 2023-07-10 15:18 Bnyro
  2023-07-10 20:57 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bnyro @ 2023-07-10 15:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages inetutils
https://github.com/void-linux/void-packages/pull/44966

inetutils: update to 2.4.
<!-- 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/44966.patch is attached

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

From 2abdc676970170f3fa0daf06368898b97a839b9f Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 10 Jul 2023 17:16:22 +0200
Subject: [PATCH] inetutils: update to 2.4.

---
 srcpkgs/inetutils/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/inetutils/template b/srcpkgs/inetutils/template
index e19293fa7ab0..a47b5a682eac 100644
--- a/srcpkgs/inetutils/template
+++ b/srcpkgs/inetutils/template
@@ -1,6 +1,6 @@
 # Template file for 'inetutils'
 pkgname=inetutils
-version=2.2
+version=2.4
 revision=1
 build_style=gnu-configure
 configure_args="--without-wrap --with-pam"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/inetutils"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
-checksum=d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80
+checksum=1789d6b1b1a57dfe2a7ab7b533ee9f5dfd9cbf5b59bb1bb3c2612ed08d0f68b2
 
 subpackages="inetutils-dnsdomainname inetutils-ftp inetutils-hostname
  inetutils-ifconfig inetutils-inetd inetutils-ping inetutils-rexec

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

* Re: [PR REVIEW] inetutils: update to 2.4.
  2023-07-10 15:18 [PR PATCH] inetutils: update to 2.4 Bnyro
@ 2023-07-10 20:57 ` classabbyamp
  2023-07-11  7:13 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-10 20:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44966#discussion_r1258907463

Comment:
```suggestion
distfiles="${GNU_SITE}/inetutils/inetutils-$version.tar.xz"
```

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

* Re: [PR PATCH] [Updated] inetutils: update to 2.4.
  2023-07-10 15:18 [PR PATCH] inetutils: update to 2.4 Bnyro
  2023-07-10 20:57 ` [PR REVIEW] " classabbyamp
@ 2023-07-11  7:13 ` Bnyro
  2023-07-12  1:32 ` [PR REVIEW] " classabbyamp
  2023-07-12 14:05 ` [PR PATCH] [Closed]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2023-07-11  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages inetutils
https://github.com/void-linux/void-packages/pull/44966

inetutils: update to 2.4.
<!-- 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/44966.patch is attached

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

From ad7bd1e6a925e7124a3e49e44ee27afa35fffe19 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 11 Jul 2023 09:14:02 +0200
Subject: [PATCH] inetutils: update to 2.4.

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

diff --git a/srcpkgs/inetutils/template b/srcpkgs/inetutils/template
index e19293fa7ab0..c8cd96de97de 100644
--- a/srcpkgs/inetutils/template
+++ b/srcpkgs/inetutils/template
@@ -1,6 +1,6 @@
 # Template file for 'inetutils'
 pkgname=inetutils
-version=2.2
+version=2.4
 revision=1
 build_style=gnu-configure
 configure_args="--without-wrap --with-pam"
@@ -10,8 +10,8 @@ short_desc="GNU network utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/inetutils"
-distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
-checksum=d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80
+distfiles="${GNU_SITE}/inetutils/inetutils-$version.tar.xz"
+checksum=1789d6b1b1a57dfe2a7ab7b533ee9f5dfd9cbf5b59bb1bb3c2612ed08d0f68b2
 
 subpackages="inetutils-dnsdomainname inetutils-ftp inetutils-hostname
  inetutils-ifconfig inetutils-inetd inetutils-ping inetutils-rexec

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

* Re: [PR REVIEW] inetutils: update to 2.4.
  2023-07-10 15:18 [PR PATCH] inetutils: update to 2.4 Bnyro
  2023-07-10 20:57 ` [PR REVIEW] " classabbyamp
  2023-07-11  7:13 ` [PR PATCH] [Updated] " Bnyro
@ 2023-07-12  1:32 ` classabbyamp
  2023-07-12 14:05 ` [PR PATCH] [Closed]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-12  1:32 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44966#discussion_r1260456383

Comment:
```suggestion
homepage="https://www.gnu.org/software/inetutils"
```

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

* Re: [PR PATCH] [Closed]: inetutils: update to 2.4.
  2023-07-10 15:18 [PR PATCH] inetutils: update to 2.4 Bnyro
                   ` (2 preceding siblings ...)
  2023-07-12  1:32 ` [PR REVIEW] " classabbyamp
@ 2023-07-12 14:05 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-07-12 14:05 UTC (permalink / raw)
  To: ml

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

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

inetutils: update to 2.4.
https://github.com/void-linux/void-packages/pull/44966

Description:
<!-- 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


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

end of thread, other threads:[~2023-07-12 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 15:18 [PR PATCH] inetutils: update to 2.4 Bnyro
2023-07-10 20:57 ` [PR REVIEW] " classabbyamp
2023-07-11  7:13 ` [PR PATCH] [Updated] " Bnyro
2023-07-12  1:32 ` [PR REVIEW] " classabbyamp
2023-07-12 14:05 ` [PR PATCH] [Closed]: " Duncaen

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