Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gping: update to 1.16.0.
Date: Sun, 03 Dec 2023 19:53:13 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47549@inbox.vuxu.org> (raw)

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

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

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/47549

gping: update to 1.16.0.
#### 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**

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

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

From 2a85b67ded5493af54af34bb45fa2a01d81144cb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 30 Nov 2023 11:59:43 +0530
Subject: [PATCH] gping: update to 1.16.0.

---
 srcpkgs/gping/patches/fix-for-rust174.patch | 22 ---------------------
 srcpkgs/gping/template                      |  4 ++--
 2 files changed, 2 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/gping/patches/fix-for-rust174.patch

diff --git a/srcpkgs/gping/patches/fix-for-rust174.patch b/srcpkgs/gping/patches/fix-for-rust174.patch
deleted file mode 100644
index 439288051cbab..0000000000000
--- a/srcpkgs/gping/patches/fix-for-rust174.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 7ad129c979b48cbea8b1c64ddf37e71da7f00d13 Mon Sep 17 00:00:00 2001
-From: Twan Stok <t.s.stok@student.utwente.nl>
-Date: Tue, 7 Nov 2023 20:57:53 +0100
-Subject: [PATCH] fixed reference typing issue
-
----
- gping/src/main.rs | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/gping/src/main.rs b/gping/src/main.rs
-index f20ab104..2a41af7a 100644
---- a/gping/src/main.rs
-+++ b/gping/src/main.rs
-@@ -487,8 +487,7 @@ fn main() -> Result<()> {
-                             iter::repeat(Constraint::Length(1))
-                                 .take(app.data.len())
-                                 .chain(iter::once(Constraint::Percentage(10)))
--                                .collect::<Vec<_>>()
--                                .as_ref(),
-+                                .collect::<Vec<_>>(),
-                         )
-                         .split(f.size());
diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index 9fe351a07d42f..06a5e546034fd 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,6 +1,6 @@
 # Template file for 'gping'
 pkgname=gping
-version=1.15.1
+version=1.16.0
 revision=1
 build_style=cargo
 make_install_args="--path gping"
@@ -10,7 +10,7 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://crates.io/crates/gping"
 distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
-checksum=bd7400c2e20f6bd547de2125c36a370fefab04ee5bf9ad60d38619ecf2114f5b
+checksum=2e9642dbcb2ba69c4cfe0a1cd9218fbffca741c776c7dc864c0d6dc5550330ab
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2023-12-03 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03 18:53 icp1994 [this message]
2023-12-03 19:57 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47549@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).