Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inetutils: update to 2.2.
@ 2021-10-10 15:56 glaulher
  2021-10-29  5:06 ` zdykstra
  2021-10-29 11:46 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 4+ messages in thread
From: glaulher @ 2021-10-10 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages inetutils
https://github.com/void-linux/void-packages/pull/33466

inetutils: update to 2.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


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

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

From 84f072219c6d37b9766602371147301d7d779e15 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sun, 10 Oct 2021 12:53:49 -0300
Subject: [PATCH] inetutils: update to 2.2.

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

diff --git a/srcpkgs/inetutils/template b/srcpkgs/inetutils/template
index ced4ac1166cd..e19293fa7ab0 100644
--- a/srcpkgs/inetutils/template
+++ b/srcpkgs/inetutils/template
@@ -1,6 +1,6 @@
 # Template file for 'inetutils'
 pkgname=inetutils
-version=2.0
+version=2.2
 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=e573d566e55393940099862e7f8994164a0ed12f5a86c3345380842bdc124722
+checksum=d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80
 
 subpackages="inetutils-dnsdomainname inetutils-ftp inetutils-hostname
  inetutils-ifconfig inetutils-inetd inetutils-ping inetutils-rexec

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

* Re: inetutils: update to 2.2.
  2021-10-10 15:56 [PR PATCH] inetutils: update to 2.2 glaulher
@ 2021-10-29  5:06 ` zdykstra
  2021-10-29 11:46 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 4+ messages in thread
From: zdykstra @ 2021-10-29  5:06 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33466#issuecomment-954433391

Comment:
I've tested this locally on `x86_64/glibc` and it seems to work as expected. `inetutils-ifconfig` is functional, `inetutils-telnet` teleports me to 1993, and `inetutils-hostname` is more functional than  hostname from coreutils.

I had to rebase the branch onto master to avoid building a lot of extraneous packages.

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

* Re: [PR PATCH] [Merged]: inetutils: update to 2.2.
  2021-10-10 15:56 [PR PATCH] inetutils: update to 2.2 glaulher
  2021-10-29  5:06 ` zdykstra
@ 2021-10-29 11:46 ` sgn
  1 sibling, 0 replies; 4+ messages in thread
From: sgn @ 2021-10-29 11:46 UTC (permalink / raw)
  To: ml

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

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

inetutils: update to 2.2.
https://github.com/void-linux/void-packages/pull/33466

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [x] armv7l
  - [ ] armv6l-musl
-->


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

* [PR PATCH] inetutils: update to 2.2.
@ 2021-10-24 18:06 raninninn
  0 siblings, 0 replies; 4+ messages in thread
From: raninninn @ 2021-10-24 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/raninninn/void-packages master
https://github.com/void-linux/void-packages/pull/33732

inetutils: update to 2.2.
inetutils: update to 2.2.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f8292581c3af592e3e8b235921cb4709dd1d8d66 Mon Sep 17 00:00:00 2001
From: raninninn <matteshilli@gmail.com>
Date: Sun, 24 Oct 2021 19:37:00 +0200
Subject: [PATCH] inetutils: update to 2.2.

inetutils: update to 2.2.
---
 srcpkgs/inetutils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/inetutils/template b/srcpkgs/inetutils/template
index ced4ac1166cd..7907b5e37bd5 100644
--- a/srcpkgs/inetutils/template
+++ b/srcpkgs/inetutils/template
@@ -1,17 +1,17 @@
 # Template file for 'inetutils'
 pkgname=inetutils
-version=2.0
+version=2.2
 revision=1
 build_style=gnu-configure
 configure_args="--without-wrap --with-pam"
 makedepends="pam-devel readline-devel"
 checkdepends="iana-etc net-tools"
 short_desc="GNU network utilities"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Raninninn <raninninn-devel@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/inetutils"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
-checksum=e573d566e55393940099862e7f8994164a0ed12f5a86c3345380842bdc124722
+checksum=d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80
 
 subpackages="inetutils-dnsdomainname inetutils-ftp inetutils-hostname
  inetutils-ifconfig inetutils-inetd inetutils-ping inetutils-rexec

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

end of thread, other threads:[~2021-10-29 11:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 15:56 [PR PATCH] inetutils: update to 2.2 glaulher
2021-10-29  5:06 ` zdykstra
2021-10-29 11:46 ` [PR PATCH] [Merged]: " sgn
2021-10-24 18:06 [PR PATCH] " raninninn

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