Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnpupnp: update to 5.0.1
@ 2023-02-24  6:35 amak79
  2023-05-26  1:53 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amak79 @ 2023-02-24  6:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages libnpupnp
https://github.com/void-linux/void-packages/pull/42421

libnpupnp: update to 5.0.1
<!-- 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/42421.patch is attached

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

From efb887ed388ceb68b7ab6fecdf6108a053826bdc Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 24 Feb 2023 17:34:19 +1100
Subject: [PATCH] libnpupnp: update to 5.0.1

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index fc3b31046507..3b22a83f1c83 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=5.0.0
+version=5.0.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=2e5648cf180a425ef57b8c9c0d9dbd77f0314487ea0e0a85ebc6c3ef87cab05b
+checksum=3fbc2a63e12c0db2235926017e82e78037278a3ec7f97e1a4e160a5db3576a1c
 
 post_install() {
 	vlicense COPYING

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

* Re: libnpupnp: update to 5.0.1
  2023-02-24  6:35 [PR PATCH] libnpupnp: update to 5.0.1 amak79
@ 2023-05-26  1:53 ` github-actions
  2023-05-26  3:38 ` [PR PATCH] [Updated] " amak79
  2023-05-26  9:02 ` [PR PATCH] [Merged]: libnpupnp: update to 5.0.2 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-05-26  1:53 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42421#issuecomment-1563709735

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] libnpupnp: update to 5.0.1
  2023-02-24  6:35 [PR PATCH] libnpupnp: update to 5.0.1 amak79
  2023-05-26  1:53 ` github-actions
@ 2023-05-26  3:38 ` amak79
  2023-05-26  9:02 ` [PR PATCH] [Merged]: libnpupnp: update to 5.0.2 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: amak79 @ 2023-05-26  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages libnpupnp
https://github.com/void-linux/void-packages/pull/42421

libnpupnp: update to 5.0.1
<!-- 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/42421.patch is attached

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

From b997db87c3235e03969892cf7fa9a3c1ec61c144 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 24 Feb 2023 17:34:19 +1100
Subject: [PATCH] libnpupnp: update to 5.0.2

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index fc3b31046507..dc1496cfd692 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=5.0.0
+version=5.0.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=2e5648cf180a425ef57b8c9c0d9dbd77f0314487ea0e0a85ebc6c3ef87cab05b
+checksum=33f90fc14906f2cea1bb7af56677b4e950eed6976e07d98a8e2b2e91b0755558
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: libnpupnp: update to 5.0.2
  2023-02-24  6:35 [PR PATCH] libnpupnp: update to 5.0.1 amak79
  2023-05-26  1:53 ` github-actions
  2023-05-26  3:38 ` [PR PATCH] [Updated] " amak79
@ 2023-05-26  9:02 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-26  9:02 UTC (permalink / raw)
  To: ml

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

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

libnpupnp: update to 5.0.2
https://github.com/void-linux/void-packages/pull/42421

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-05-26  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24  6:35 [PR PATCH] libnpupnp: update to 5.0.1 amak79
2023-05-26  1:53 ` github-actions
2023-05-26  3:38 ` [PR PATCH] [Updated] " amak79
2023-05-26  9:02 ` [PR PATCH] [Merged]: libnpupnp: update to 5.0.2 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).