Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] traceroute: update to 2.1.2.
@ 2023-04-03 21:45 mhmdanas
  2023-04-03 23:03 ` mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-03 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages traceroute-2.1.2
https://github.com/void-linux/void-packages/pull/43249

traceroute: update to 2.1.2.
<!-- 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, (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/43249.patch is attached

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

From d41a0082fde0c79f6c0e97d21ebe9e058394e3ad Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 3 Apr 2023 22:45:29 +0100
Subject: [PATCH] traceroute: update to 2.1.2.

---
 srcpkgs/traceroute/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/traceroute/template b/srcpkgs/traceroute/template
index 73e12c1c4c90..058452d1ca79 100644
--- a/srcpkgs/traceroute/template
+++ b/srcpkgs/traceroute/template
@@ -1,13 +1,13 @@
 # Template file for 'traceroute'
 pkgname=traceroute
-version=2.1.0
-revision=4
+version=2.1.2
+revision=1
 short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="http://traceroute.sourceforge.net"
-distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
-checksum=3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6
+homepage="https://traceroute.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/traceroute/traceroute-${version}.tar.gz"
+checksum=507c268f2977b4e218ce73e7ebed45ba0d970a8ca4995dd9cbb1ffe8e99b5b1f
 
 alternatives="
  traceroute:traceroute:/usr/bin/linux-traceroute
@@ -21,6 +21,7 @@ do_build() {
 		make CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
 	fi
 }
+
 do_install() {
 	vbin traceroute/traceroute linux-traceroute
 	vman traceroute/traceroute.8 linux-traceroute.8

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

* Re: traceroute: update to 2.1.2.
  2023-04-03 21:45 [PR PATCH] traceroute: update to 2.1.2 mhmdanas
@ 2023-04-03 23:03 ` mhmdanas
  2023-04-11 20:31 ` [PR PATCH] [Updated] " mhmdanas
  2023-04-13  0:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-03 23:03 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43249#issuecomment-1495099076

Comment:
Again getting the weird `CONFLICT: chroot-bash-5.1.004_1 with dash-0.5.12_1 in transaction (matched by dash>=0)` error in the CI.

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

* Re: [PR PATCH] [Updated] traceroute: update to 2.1.2.
  2023-04-03 21:45 [PR PATCH] traceroute: update to 2.1.2 mhmdanas
  2023-04-03 23:03 ` mhmdanas
@ 2023-04-11 20:31 ` mhmdanas
  2023-04-13  0:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-11 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages traceroute-2.1.2
https://github.com/void-linux/void-packages/pull/43249

traceroute: update to 2.1.2.
<!-- 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, (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/43249.patch is attached

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

From df17c3d6b60df3d16a3232727d7cef45b9bf2888 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 3 Apr 2023 22:45:29 +0100
Subject: [PATCH] traceroute: update to 2.1.2.

---
 srcpkgs/traceroute/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/traceroute/template b/srcpkgs/traceroute/template
index 73e12c1c4c90..058452d1ca79 100644
--- a/srcpkgs/traceroute/template
+++ b/srcpkgs/traceroute/template
@@ -1,13 +1,13 @@
 # Template file for 'traceroute'
 pkgname=traceroute
-version=2.1.0
-revision=4
+version=2.1.2
+revision=1
 short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="http://traceroute.sourceforge.net"
-distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
-checksum=3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6
+homepage="https://traceroute.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/traceroute/traceroute-${version}.tar.gz"
+checksum=507c268f2977b4e218ce73e7ebed45ba0d970a8ca4995dd9cbb1ffe8e99b5b1f
 
 alternatives="
  traceroute:traceroute:/usr/bin/linux-traceroute
@@ -21,6 +21,7 @@ do_build() {
 		make CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
 	fi
 }
+
 do_install() {
 	vbin traceroute/traceroute linux-traceroute
 	vman traceroute/traceroute.8 linux-traceroute.8

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

* Re: [PR PATCH] [Merged]: traceroute: update to 2.1.2.
  2023-04-03 21:45 [PR PATCH] traceroute: update to 2.1.2 mhmdanas
  2023-04-03 23:03 ` mhmdanas
  2023-04-11 20:31 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-04-13  0:20 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-04-13  0:20 UTC (permalink / raw)
  To: ml

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

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

traceroute: update to 2.1.2.
https://github.com/void-linux/void-packages/pull/43249

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-13  0:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03 21:45 [PR PATCH] traceroute: update to 2.1.2 mhmdanas
2023-04-03 23:03 ` mhmdanas
2023-04-11 20:31 ` [PR PATCH] [Updated] " mhmdanas
2023-04-13  0:20 ` [PR PATCH] [Merged]: " classabbyamp

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