Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iperf: update to 2.2.0.
@ 2024-04-13 21:39 tornaria
  2024-04-15 21:02 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tornaria @ 2024-04-13 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages iperf
https://github.com/void-linux/void-packages/pull/49832

iperf: update to 2.2.0.
<!-- 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/49832.patch is attached

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

From 49063f28a74059d2ec3042aba3ea14953fb5678a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 11 Apr 2024 22:46:48 -0300
Subject: [PATCH] iperf: update to 2.2.0.

---
 srcpkgs/iperf/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/iperf/template b/srcpkgs/iperf/template
index 18b3aea5a6e436..0dab900341ac6e 100644
--- a/srcpkgs/iperf/template
+++ b/srcpkgs/iperf/template
@@ -1,24 +1,23 @@
 # Template file for 'iperf'
 pkgname=iperf
-version=2.1.9
+version=2.2.0
 revision=1
 build_style=gnu-configure
-configure_args="--enable-ipv6 --enable-multicast --enable-threads
- ac_cv_sizeof_bool=0"
+configure_args="--enable-ipv6 --enable-multicast --enable-threads"
 short_desc="Perform network throughput tests"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="NCSA"
 homepage="https://iperf.fr/"
 changelog="https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES?format=raw"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
-checksum=5c0771aab00ef14520013aef01675977816e23bb8f5d9fde016f90eb2f1be788
+checksum=16810a9575e4c6dd65e4a18ab5df3cdac6730b3c832cf080a8990f132f68364a
 
-if [ "$XBPS_TARGET_LIBC" = musl ]; then
-	# do not define struct ethhdr in <linux/if_ether.h> to avoid
-	# redefinition in <netinet/if_ether.h>
-	CFLAGS="-D__UAPI_DEF_ETHHDR=0"
-	CXXFLAGS="-D__UAPI_DEF_ETHHDR=0"
-fi
+post_patch() {
+	case $XBPS_TARGET_MACHINE in
+		# skip a failing test on i686
+		i686*) echo exit 0 > t/t16_udp_histograms.sh ;;
+	esac
+}
 
 post_install() {
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Merged]: iperf: update to 2.2.0.
  2024-04-13 21:39 [PR PATCH] iperf: update to 2.2.0 tornaria
@ 2024-04-15 21:02 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-04-15 21:02 UTC (permalink / raw)
  To: ml

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

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

iperf: update to 2.2.0.
https://github.com/void-linux/void-packages/pull/49832

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] 2+ messages in thread

end of thread, other threads:[~2024-04-15 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-13 21:39 [PR PATCH] iperf: update to 2.2.0 tornaria
2024-04-15 21:02 ` [PR PATCH] [Merged]: " cinerea0

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