* [PR PATCH] New package: trippy-0.12.1
@ 2024-12-31 18:57 icp1994
2025-01-01 7:56 ` Vaelatern
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2024-12-31 18:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages trippy
https://github.com/void-linux/void-packages/pull/53780
New package: trippy-0.12.1
#### Description
[Trippy](https://trippy.rs/) combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **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/53780.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trippy-53780.patch --]
[-- Type: text/x-diff, Size: 1049 bytes --]
From 1f429edb1ef498b392dac95aeb4eb72590fa02e3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 28 Dec 2024 20:02:15 +0530
Subject: [PATCH] New package: trippy-0.12.1
---
srcpkgs/trippy/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/trippy/template
diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template
new file mode 100644
index 00000000000000..1c7d55b3ba5f29
--- /dev/null
+++ b/srcpkgs/trippy/template
@@ -0,0 +1,13 @@
+# Template file for 'trippy'
+pkgname=trippy
+version=0.12.1
+revision=1
+build_style=cargo
+make_install_args="--path=crates/trippy"
+short_desc="Tool to assist with analysis of networking issues"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://trippy.rs/"
+changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
+distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
+checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
@ 2025-01-01 7:56 ` Vaelatern
2025-01-01 8:06 ` Vaelatern
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2025-01-01 7:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 172 bytes --]
New comment by Vaelatern on void-packages repository
https://github.com/void-linux/void-packages/pull/53780#issuecomment-2566896056
Comment:
Oh I was looking to do this!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
2025-01-01 7:56 ` Vaelatern
@ 2025-01-01 8:06 ` Vaelatern
2025-01-01 10:36 ` [PR PATCH] [Updated] " icp1994
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2025-01-01 8:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
New comment by Vaelatern on void-packages repository
https://github.com/void-linux/void-packages/pull/53780#issuecomment-2566899829
Comment:
I think we need to set `setcap CAP_NET_RAW+p $(which trip)` when installed. Otherwise it complains about privileges when not run as root.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
2025-01-01 7:56 ` Vaelatern
2025-01-01 8:06 ` Vaelatern
@ 2025-01-01 10:36 ` icp1994
2025-01-01 16:29 ` [PR PATCH] [Closed]: " Vaelatern
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2025-01-01 10:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 825 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages trippy
https://github.com/void-linux/void-packages/pull/53780
New package: trippy-0.12.1
#### Description
[Trippy](https://trippy.rs/) combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **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/53780.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trippy-53780.patch --]
[-- Type: text/x-diff, Size: 1383 bytes --]
From 0c3d7eed094e5691e45d70df7adfff8c2c23e06e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 28 Dec 2024 20:02:15 +0530
Subject: [PATCH] New package: trippy-0.12.1
---
srcpkgs/trippy/INSTALL | 5 +++++
srcpkgs/trippy/template | 13 +++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 srcpkgs/trippy/INSTALL
create mode 100644 srcpkgs/trippy/template
diff --git a/srcpkgs/trippy/INSTALL b/srcpkgs/trippy/INSTALL
new file mode 100644
index 00000000000000..da6d36fd766c70
--- /dev/null
+++ b/srcpkgs/trippy/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+ setcap CAP_NET_RAW+ep usr/bin/trip
+ ;;
+esac
diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template
new file mode 100644
index 00000000000000..1c7d55b3ba5f29
--- /dev/null
+++ b/srcpkgs/trippy/template
@@ -0,0 +1,13 @@
+# Template file for 'trippy'
+pkgname=trippy
+version=0.12.1
+revision=1
+build_style=cargo
+make_install_args="--path=crates/trippy"
+short_desc="Tool to assist with analysis of networking issues"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://trippy.rs/"
+changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
+distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
+checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Closed]: New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
` (2 preceding siblings ...)
2025-01-01 10:36 ` [PR PATCH] [Updated] " icp1994
@ 2025-01-01 16:29 ` Vaelatern
2025-01-01 16:29 ` Vaelatern
2025-01-02 18:35 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2025-01-01 16:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 670 bytes --]
There's a closed pull request on the void-packages repository
New package: trippy-0.12.1
https://github.com/void-linux/void-packages/pull/53780
Description:
#### Description
[Trippy](https://trippy.rs/) combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
` (3 preceding siblings ...)
2025-01-01 16:29 ` [PR PATCH] [Closed]: " Vaelatern
@ 2025-01-01 16:29 ` Vaelatern
2025-01-02 18:35 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2025-01-01 16:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
New comment by Vaelatern on void-packages repository
https://github.com/void-linux/void-packages/pull/53780#issuecomment-2567070386
Comment:
Thanks!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: trippy-0.12.1
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
` (4 preceding siblings ...)
2025-01-01 16:29 ` Vaelatern
@ 2025-01-02 18:35 ` Bnyro
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2025-01-02 18:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53780#issuecomment-2568200350
Comment:
We can actually generate completions for it using `trip --generate bash` (same for zsh and fish), that'd probably be worth adding using `vtargetrun` in `post_install`?
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-02 18:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-31 18:57 [PR PATCH] New package: trippy-0.12.1 icp1994
2025-01-01 7:56 ` Vaelatern
2025-01-01 8:06 ` Vaelatern
2025-01-01 10:36 ` [PR PATCH] [Updated] " icp1994
2025-01-01 16:29 ` [PR PATCH] [Closed]: " Vaelatern
2025-01-01 16:29 ` Vaelatern
2025-01-02 18:35 ` Bnyro
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).