Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] upmpdcli: update to 1.5.0
@ 2020-11-20  1:32 amak79
  2020-11-20  2:11 ` [PR PATCH] [Updated] " amak79
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: amak79 @ 2020-11-20  1:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From abdc43e482e813632e7b8a96518bd621f6c606b6 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From cad09e25eda920608bcc15ecfbf42a151ce6b4de Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..e137cc686b3 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 7620f56790d5d966e4a0b0ab09630d1d5ba024ca Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:26:29 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.0

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

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..fdb2409d524 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'.
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] upmpdcli: update to 1.5.0
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
@ 2020-11-20  2:11 ` amak79
  2020-11-22 23:11 ` amak79
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: amak79 @ 2020-11-20  2:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From abdc43e482e813632e7b8a96518bd621f6c606b6 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From cad09e25eda920608bcc15ecfbf42a151ce6b4de Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..e137cc686b3 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 1b6185fd330ec5517801d40586690a63b3f61261 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:26:29 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.0

---
 .../patches/musl-fix-missing-unistd-include.patch | 15 +++++++++++++++
 srcpkgs/upmpdcli/template                         |  9 +++++----
 2 files changed, 20 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/upmpdcli/patches/musl-fix-missing-unistd-include.patch

diff --git a/srcpkgs/upmpdcli/patches/musl-fix-missing-unistd-include.patch b/srcpkgs/upmpdcli/patches/musl-fix-missing-unistd-include.patch
new file mode 100644
index 00000000000..7adb92ff2be
--- /dev/null
+++ b/srcpkgs/upmpdcli/patches/musl-fix-missing-unistd-include.patch
@@ -0,0 +1,15 @@
+Upstream: https://framagit.org/medoc92/upmpdcli/-/issues/38
+
+diff --git a/src/upmpdutils.hxx b/src/upmpdutils.hxx
+index bcb9c85f88b192ee97e3e93a9db3129841749c80..f8143985a64d92608fc36b663d4c7535025ddd49 100644
+--- a/src/upmpdutils.hxx
++++ b/src/upmpdutils.hxx
+@@ -21,6 +21,8 @@
+ #include <unordered_map>
+ #include <vector>
+ 
++#include <unistd.h>
++
+ namespace UPnPClient {
+     class UPnPDirObject;
+ };
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..7d8ea281810 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
-# Template file for 'upmpdcli'.
+# Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,8 +10,9 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009
 python_version=3
+patch_args="-Np1"
 
 system_accounts="_upmpdcli"
 _upmpdcli_homedir="/var/lib/upmpdcli"

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

* Re: [PR PATCH] [Updated] upmpdcli: update to 1.5.0
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
  2020-11-20  2:11 ` [PR PATCH] [Updated] " amak79
@ 2020-11-22 23:11 ` amak79
  2020-11-25  0:23 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.1 amak79
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: amak79 @ 2020-11-22 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.0


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From 86758022f95c9251780d87f73386b93e17427af5 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From 50a5af26babb691bf85a57143d077a30dc14677e Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..e137cc686b3 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 623ad3dc65fd3d5a701741db98c101af8a7e789d Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:26:29 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.1

---
 srcpkgs/upmpdcli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..ef4d26ae141 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
-# Template file for 'upmpdcli'.
+# Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=4c8576347d7de91219966f416c2c44e8dd432ee805df91b1668a43a4e807d793
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] upmpdcli: update to 1.5.1
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
  2020-11-20  2:11 ` [PR PATCH] [Updated] " amak79
  2020-11-22 23:11 ` amak79
@ 2020-11-25  0:23 ` amak79
  2020-12-02  2:00 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.2 amak79
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: amak79 @ 2020-11-25  0:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.1


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From f27d13f3e4d969e6188bf7d8f6d85dea0058ce05 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From 48f7ad40f3752547a0a5bd5419db9a383ef0d2b6 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..e137cc686b3 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 43d10b8ba354f54671a8550f956e860cac0a6343 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:26:29 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.2

---
 srcpkgs/upmpdcli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..8e67c682fea 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
-# Template file for 'upmpdcli'.
+# Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=49e14d0ddd95626a76e0e46e3ac0486edbde55f5ffdb97c5758648133f318b9f
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] upmpdcli: update to 1.5.2
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
                   ` (2 preceding siblings ...)
  2020-11-25  0:23 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.1 amak79
@ 2020-12-02  2:00 ` amak79
  2020-12-08 12:06 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.3 amak79
  2020-12-12  8:53 ` [PR PATCH] [Merged]: upmpdcli: update to 1.5.5 abenson
  5 siblings, 0 replies; 7+ messages in thread
From: amak79 @ 2020-12-02  2:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.2


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From 0ddaae38200b78e8b710c8405563d306f3596d86 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From cab3cb978f7fb7a4857576e702fe519a48b4f495 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.1

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..43a303081a7 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=d4da986aeaa7124a1732ce3383b6ac8f28e20cab10f1916709f39e5499ae9c38
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From ff3662d03abfccf51768da331ddbfcc85f1eb5d3 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 28 Nov 2020 10:26:23 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.3

---
 srcpkgs/upmpdcli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..30032cbb1d5 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
-# Template file for 'upmpdcli'.
+# Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=54cf682ff404ec9108dace47d6466af818b964a4685ebb15b2f00ea2a9d053a0
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] upmpdcli: update to 1.5.3
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
                   ` (3 preceding siblings ...)
  2020-12-02  2:00 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.2 amak79
@ 2020-12-08 12:06 ` amak79
  2020-12-12  8:53 ` [PR PATCH] [Merged]: upmpdcli: update to 1.5.5 abenson
  5 siblings, 0 replies; 7+ messages in thread
From: amak79 @ 2020-12-08 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/26518

upmpdcli: update to 1.5.3


A patch file from https://github.com/void-linux/void-packages/pull/26518.patch is attached

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

From 9514c6c16ee52f8a0e4590886eed002eea726221 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:26 +1100
Subject: [PATCH 1/3] libnpupnp: update to 4.0.14

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

diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0c061b1c633..f1783109415 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=4.0.13
+version=4.0.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="BSD-3-Clause"
 homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=020c9c025902950e423316418eecb82ff4e70e4e63c80df6509a10b8bf34dadb
+checksum=ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044
 
 post_install() {
 	vlicense COPYING

From 05c214af3ff6e690939a2f513ead9db52729b1d4 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 20 Nov 2020 12:25:54 +1100
Subject: [PATCH 2/3] libupnpp: update to 0.20.1

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index a6eca150831..43a303081a7 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.19.4
+version=0.20.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=29d1d07d44c8f79573e64e093ad8f0f883b11ef9eb3642a67aa703c1dde60576
+checksum=d4da986aeaa7124a1732ce3383b6ac8f28e20cab10f1916709f39e5499ae9c38
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 51bbed2c3adc9cd9e7b308bfc134cf5cb782c9ec Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 28 Nov 2020 10:26:23 +1100
Subject: [PATCH 3/3] upmpdcli: update to 1.5.5

---
 srcpkgs/upmpdcli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 2a1e47ad569..f2218c45695 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
-# Template file for 'upmpdcli'.
+# Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.14
-revision=3
+version=1.5.5
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
@@ -10,7 +10,7 @@ maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
+checksum=45fce9c71a45f1ec0d1cb2924bf7ece444c44a918a0c437c1c768baa3d4a345d
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Merged]: upmpdcli: update to 1.5.5
  2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
                   ` (4 preceding siblings ...)
  2020-12-08 12:06 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.3 amak79
@ 2020-12-12  8:53 ` abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2020-12-12  8:53 UTC (permalink / raw)
  To: ml

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

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

upmpdcli: update to 1.5.5
https://github.com/void-linux/void-packages/pull/26518

Description:


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

end of thread, other threads:[~2020-12-12  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  1:32 [PR PATCH] upmpdcli: update to 1.5.0 amak79
2020-11-20  2:11 ` [PR PATCH] [Updated] " amak79
2020-11-22 23:11 ` amak79
2020-11-25  0:23 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.1 amak79
2020-12-02  2:00 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.2 amak79
2020-12-08 12:06 ` [PR PATCH] [Updated] upmpdcli: update to 1.5.3 amak79
2020-12-12  8:53 ` [PR PATCH] [Merged]: upmpdcli: update to 1.5.5 abenson

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