Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tcpreplay: update to 4.4.1
@ 2022-02-15 16:25 misuchiru03
  2022-02-20  0:04 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misuchiru03 @ 2022-02-15 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_tcpreplay_4.4.1
https://github.com/void-linux/void-packages/pull/35642

tcpreplay: update to 4.4.1
#### 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-GLIBC)
- 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/35642.patch is attached

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

From efd153fc2a07893953b988892fa10a29225bb6d1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Tue, 15 Feb 2022 10:16:30 -0600
Subject: [PATCH] tcpreplay: update to 4.4.1

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

diff --git a/srcpkgs/tcpreplay/template b/srcpkgs/tcpreplay/template
index 90f7de684c0d..2c8523aeec41 100644
--- a/srcpkgs/tcpreplay/template
+++ b/srcpkgs/tcpreplay/template
@@ -1,6 +1,6 @@
 # Template file for 'tcpreplay'
 pkgname=tcpreplay
-version=4.3.4
+version=4.4.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="libpcap-devel"
@@ -10,4 +10,4 @@ maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/appneta/tcpreplay"
 distfiles="${homepage}/releases/download/v${version}/tcpreplay-${version}.tar.gz"
-checksum=ee065310806c22e2fd36f014e1ebb331b98a7ec4db958e91c3d9cbda0640d92c
+checksum=cb67b6491a618867fc4f9848f586019f1bb2ebd149f393afac5544ee55e4544f

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

* Re: [PR REVIEW] tcpreplay: update to 4.4.1
  2022-02-15 16:25 [PR PATCH] tcpreplay: update to 4.4.1 misuchiru03
@ 2022-02-20  0:04 ` paper42
  2022-02-21  5:35 ` [PR PATCH] [Updated] " misuchiru03
  2022-02-23 22:48 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-20  0:04 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35642#discussion_r810551012

Comment:
```suggestion
homepage="https://github.com/appneta/tcpreplay"
changelog="https://raw.githubusercontent.com/appneta/tcpreplay/master/docs/CHANGELOG"
distfiles="https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] tcpreplay: update to 4.4.1
  2022-02-15 16:25 [PR PATCH] tcpreplay: update to 4.4.1 misuchiru03
  2022-02-20  0:04 ` [PR REVIEW] " paper42
@ 2022-02-21  5:35 ` misuchiru03
  2022-02-23 22:48 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: misuchiru03 @ 2022-02-21  5:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_tcpreplay_4.4.1
https://github.com/void-linux/void-packages/pull/35642

tcpreplay: update to 4.4.1
#### 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-GLIBC)
- 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/35642.patch is attached

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

From 18ca75fd901b37a517ecc63c5ecc70f36825f956 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Tue, 15 Feb 2022 10:16:30 -0600
Subject: [PATCH] tcpreplay: update to 4.4.1

---
 srcpkgs/tcpreplay/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tcpreplay/template b/srcpkgs/tcpreplay/template
index 90f7de684c0d..3b756b654852 100644
--- a/srcpkgs/tcpreplay/template
+++ b/srcpkgs/tcpreplay/template
@@ -1,6 +1,6 @@
 # Template file for 'tcpreplay'
 pkgname=tcpreplay
-version=4.3.4
+version=4.4.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="libpcap-devel"
@@ -9,5 +9,6 @@ short_desc="Pcap editing and replay tool"
 maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/appneta/tcpreplay"
-distfiles="${homepage}/releases/download/v${version}/tcpreplay-${version}.tar.gz"
-checksum=ee065310806c22e2fd36f014e1ebb331b98a7ec4db958e91c3d9cbda0640d92c
+changelog="https://raw.githubusercontent.com/appneta/tcpreplay/master/docs/CHANGELOG"
+distfiles="https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz"
+checksum=cb67b6491a618867fc4f9848f586019f1bb2ebd149f393afac5544ee55e4544f

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

* Re: [PR PATCH] [Merged]: tcpreplay: update to 4.4.1
  2022-02-15 16:25 [PR PATCH] tcpreplay: update to 4.4.1 misuchiru03
  2022-02-20  0:04 ` [PR REVIEW] " paper42
  2022-02-21  5:35 ` [PR PATCH] [Updated] " misuchiru03
@ 2022-02-23 22:48 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-23 22:48 UTC (permalink / raw)
  To: ml

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

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

tcpreplay: update to 4.4.1
https://github.com/void-linux/void-packages/pull/35642

Description:
#### 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-GLIBC)
- 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:[~2022-02-23 22:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 16:25 [PR PATCH] tcpreplay: update to 4.4.1 misuchiru03
2022-02-20  0:04 ` [PR REVIEW] " paper42
2022-02-21  5:35 ` [PR PATCH] [Updated] " misuchiru03
2022-02-23 22:48 ` [PR PATCH] [Merged]: " paper42

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