Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Passt
@ 2023-11-27  2:16 lemmi
  2023-11-27  2:17 ` [PR PATCH] [Updated] Passt lemmi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: lemmi @ 2023-11-27  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages passt
https://github.com/void-linux/void-packages/pull/47423

Passt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47423.patch is attached

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

From 6c17135a5c0c7421872129e0dbafc5c7e0c5f918 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 00:41:16 +0200
Subject: [PATCH 1/2] scrcpy: update to 2.2

Closes: #47016 [via git-merge-pr]
---
 srcpkgs/scrcpy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..5866bf2d0b43a 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

From 5590b4b62642b28ffd531493b045d212449c681a Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 27 Nov 2023 03:13:13 +0100
Subject: [PATCH 2/2] passt: update to 2023.11.19.4f1709d.

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

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index b5274d1f41ba1..54f9896741146 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.10.04.f851084
+version=2023.11.19.4f1709d
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=319a25b7628d926b4cbd2f45fb3ad917a9ed33391006b8e525d7300231559493
+checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

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

* Re: [PR PATCH] [Updated] Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
@ 2023-11-27  2:17 ` lemmi
  2023-12-04 10:32 ` Passt sbrivio-rh
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2023-11-27  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages passt
https://github.com/void-linux/void-packages/pull/47423

Passt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47423.patch is attached

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

From 4e093877ef85ed142d833bd87a96a5a5d07c34dc Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 27 Nov 2023 03:13:13 +0100
Subject: [PATCH] passt: update to 2023.11.19.4f1709d.

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

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index b5274d1f41ba1..54f9896741146 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.10.04.f851084
+version=2023.11.19.4f1709d
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=319a25b7628d926b4cbd2f45fb3ad917a9ed33391006b8e525d7300231559493
+checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

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

* Re: Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
  2023-11-27  2:17 ` [PR PATCH] [Updated] Passt lemmi
@ 2023-12-04 10:32 ` sbrivio-rh
  2023-12-04 13:48 ` Passt lemmi
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sbrivio-rh @ 2023-12-04 10:32 UTC (permalink / raw)
  To: ml

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

New comment by sbrivio-rh on void-packages repository

https://github.com/void-linux/void-packages/pull/47423#issuecomment-1838259898

Comment:
Should be fixed in `2023.12.04.b86afe3`

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

* Re: Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
  2023-11-27  2:17 ` [PR PATCH] [Updated] Passt lemmi
  2023-12-04 10:32 ` Passt sbrivio-rh
@ 2023-12-04 13:48 ` lemmi
  2023-12-05  6:45 ` [PR PATCH] [Updated] Passt lemmi
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2023-12-04 13:48 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/47423#issuecomment-1838679537

Comment:
Thank you, I'll check it out later :)

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

* Re: [PR PATCH] [Updated] Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (2 preceding siblings ...)
  2023-12-04 13:48 ` Passt lemmi
@ 2023-12-05  6:45 ` lemmi
  2023-12-05  6:48 ` lemmi
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2023-12-05  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages passt
https://github.com/void-linux/void-packages/pull/47423

Passt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47423.patch is attached

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

From b945e5baabb83137c30d6f40bf3871ea25939596 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 00:41:16 +0200
Subject: [PATCH 1/3] scrcpy: update to 2.2

Closes: #47016 [via git-merge-pr]
---
 srcpkgs/scrcpy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce7..5866bf2d0b43ae 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

From 6fdccb9bcf788afe948d56e1d3ab2f29085219d7 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 27 Nov 2023 03:13:13 +0100
Subject: [PATCH 2/3] passt: update to 2023.11.19.4f1709d.

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

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index b5274d1f41ba10..54f98967411461 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.10.04.f851084
+version=2023.11.19.4f1709d
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=319a25b7628d926b4cbd2f45fb3ad917a9ed33391006b8e525d7300231559493
+checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

From 2fe4313cafc6a6120d41dec482bfb57fea7048fd Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Tue, 5 Dec 2023 07:42:53 +0100
Subject: [PATCH 3/3] passt: update to 2023.12.04.b86afe3.

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

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index 54f98967411461..3ecc1232ecb65a 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.11.19.4f1709d
+version=2023.12.04.b86afe3
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
+checksum=1a8e07da8c27eedb771aaee7e20c536ea544ca59e5c17871099f1b08edaff072
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

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

* Re: [PR PATCH] [Updated] Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (3 preceding siblings ...)
  2023-12-05  6:45 ` [PR PATCH] [Updated] Passt lemmi
@ 2023-12-05  6:48 ` lemmi
  2023-12-30 14:51 ` Passt sbrivio-rh
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2023-12-05  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages passt
https://github.com/void-linux/void-packages/pull/47423

Passt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47423.patch is attached

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

From b945e5baabb83137c30d6f40bf3871ea25939596 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 00:41:16 +0200
Subject: [PATCH 1/3] scrcpy: update to 2.2

Closes: #47016 [via git-merge-pr]
---
 srcpkgs/scrcpy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce7..5866bf2d0b43ae 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

From 6fdccb9bcf788afe948d56e1d3ab2f29085219d7 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 27 Nov 2023 03:13:13 +0100
Subject: [PATCH 2/3] passt: update to 2023.11.19.4f1709d.

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

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index b5274d1f41ba10..54f98967411461 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.10.04.f851084
+version=2023.11.19.4f1709d
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=319a25b7628d926b4cbd2f45fb3ad917a9ed33391006b8e525d7300231559493
+checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

From bcdc488bb9a7bb6bc9bb7245f85453ee9d1c6b66 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Tue, 5 Dec 2023 07:42:53 +0100
Subject: [PATCH 3/3] passt: update to 2023.12.04.b86afe3.

---
 srcpkgs/passt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index 54f98967411461..1d4e227ab507e0 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.11.19.4f1709d
+version=2023.12.04.b86afe3
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -8,10 +8,10 @@ _version=${_version/./_}
 build_style=gnu-makefile
 short_desc="Plug A Simple Socket Transport"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="GPL-2, BSD-3-Clause"
+license="GPL-2.0-or-later, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=7ed05640331d76d689749edb8671a6c3fb92a93447659839448bcb4a9632c897
+checksum=1a8e07da8c27eedb771aaee7e20c536ea544ca59e5c17871099f1b08edaff072
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

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

* Re: Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (4 preceding siblings ...)
  2023-12-05  6:48 ` lemmi
@ 2023-12-30 14:51 ` sbrivio-rh
  2024-01-02 11:04 ` [PR PATCH] [Updated] Passt lemmi
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sbrivio-rh @ 2023-12-30 14:51 UTC (permalink / raw)
  To: ml

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

New comment by sbrivio-rh on void-packages repository

https://github.com/void-linux/void-packages/pull/47423#issuecomment-1872542052

Comment:
`2023_12_30.f091893` fixes the new issue too -- sorry for the delay.

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

* Re: [PR PATCH] [Updated] Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (5 preceding siblings ...)
  2023-12-30 14:51 ` Passt sbrivio-rh
@ 2024-01-02 11:04 ` lemmi
  2024-01-02 11:08 ` [PR PATCH] [Merged]: Passt lemmi
  2024-01-02 11:08 ` Passt lemmi
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2024-01-02 11:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages passt
https://github.com/void-linux/void-packages/pull/47423

Passt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/47423.patch is attached

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

From 78d6f865fe334b67656623e6b621b42768e1124e Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 27 Nov 2023 03:13:13 +0100
Subject: [PATCH] passt: update to 2023.12.30.f091893.

---
 srcpkgs/passt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/passt/template b/srcpkgs/passt/template
index b5274d1f41ba1..e4cc4b30c0784 100644
--- a/srcpkgs/passt/template
+++ b/srcpkgs/passt/template
@@ -1,6 +1,6 @@
 # Template file for 'passt'
 pkgname=passt
-version=2023.10.04.f851084
+version=2023.12.30.f091893
 revision=1
 # upstream uses YYYY_MM_DD.COMMIT
 _version=${version/./_}
@@ -8,10 +8,10 @@ _version=${_version/./_}
 build_style=gnu-makefile
 short_desc="Plug A Simple Socket Transport"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="GPL-2, BSD-3-Clause"
+license="GPL-2.0-or-later, BSD-3-Clause"
 homepage="https://passt.top"
 distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
-checksum=319a25b7628d926b4cbd2f45fb3ad917a9ed33391006b8e525d7300231559493
+checksum=4ffe8f15bbc69d49f23be6f1b46434d940260771f5a2c50c4ceec52952f169a6
 
 post_install() {
 	vlicense LICENSES/BSD-3-Clause.txt

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

* Re: [PR PATCH] [Merged]: Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (6 preceding siblings ...)
  2024-01-02 11:04 ` [PR PATCH] [Updated] Passt lemmi
@ 2024-01-02 11:08 ` lemmi
  2024-01-02 11:08 ` Passt lemmi
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2024-01-02 11:08 UTC (permalink / raw)
  To: ml

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

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

Passt
https://github.com/void-linux/void-packages/pull/47423

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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] 10+ messages in thread

* Re: Passt
  2023-11-27  2:16 [PR PATCH] Passt lemmi
                   ` (7 preceding siblings ...)
  2024-01-02 11:08 ` [PR PATCH] [Merged]: Passt lemmi
@ 2024-01-02 11:08 ` lemmi
  8 siblings, 0 replies; 10+ messages in thread
From: lemmi @ 2024-01-02 11:08 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/47423#issuecomment-1873890731

Comment:
@sbrivio-rh thanks!

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

end of thread, other threads:[~2024-01-02 11:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27  2:16 [PR PATCH] Passt lemmi
2023-11-27  2:17 ` [PR PATCH] [Updated] Passt lemmi
2023-12-04 10:32 ` Passt sbrivio-rh
2023-12-04 13:48 ` Passt lemmi
2023-12-05  6:45 ` [PR PATCH] [Updated] Passt lemmi
2023-12-05  6:48 ` lemmi
2023-12-30 14:51 ` Passt sbrivio-rh
2024-01-02 11:04 ` [PR PATCH] [Updated] Passt lemmi
2024-01-02 11:08 ` [PR PATCH] [Merged]: Passt lemmi
2024-01-02 11:08 ` Passt lemmi

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