Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libupnpp: update to 0.19.0
@ 2020-05-10 12:52 amak79
  2020-05-10 13:25 ` [PR PATCH] [Updated] " amak79
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: amak79 @ 2020-05-10 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 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/21811

libupnpp: update to 0.19.0


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

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

From e305cedfe0a783f96f4d87ac8212684354634b87 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:36:02 +1000
Subject: [PATCH 1/2] libnpupnp: update to 4.0.1

---
 common/shlibs              | 2 +-
 srcpkgs/libnpupnp/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..511b0962aef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1971,7 +1971,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
 libfm-qt.so.7 libfm-qt-0.15.0_1
 libqtermwidget5.so.0 qtermwidget-0.6.0_1
 libnpth.so.0 npth-1.1_1
-libnpupnp.so.3 libnpupnp-2.2.1_1
+libnpupnp.so.4 libnpupnp-4.0.1_1
 libglfw.so.3 glfw-3.0.4_1
 libusbmuxd.so.6 libusbmuxd-1.0.10_1
 libimobiledevice.so.6 libimobiledevice-1.2.0_1
diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0098f7dd3a7..a9d44cc1d24 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=2.2.1
+version=4.0.1
 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/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=da67d4c258d139d476af6b800926cd9cd09ba17d9e9fcfaebe3fb98241b32790
+checksum=5c2ca94ffd66ac450e0760bf57e08d9f0b9fbfaf9105483532e72c1935c71b9f
 
 post_install() {
 	vlicense COPYING

From 0da0b38e5ae8babc6b2eb11ac6db0cf251560f00 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:47:55 +1000
Subject: [PATCH 2/2] libupnpp: update to 0.19.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index 870e3b48d10..f58af7b76f8 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="expat-devel libcurl-devel libnpupnp-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/libupnpp-${version}.tar.gz"
-checksum=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937
+checksum=3545ab956130a08751c544376cb5ddb7637edaf277432e877e90f86739ca952c
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] libupnpp: update to 0.19.0
  2020-05-10 12:52 [PR PATCH] libupnpp: update to 0.19.0 amak79
@ 2020-05-10 13:25 ` amak79
  2020-05-10 13:31 ` amak79
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: amak79 @ 2020-05-10 13:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 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/21811

libupnpp: update to 0.19.0


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

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

From e305cedfe0a783f96f4d87ac8212684354634b87 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:36:02 +1000
Subject: [PATCH 1/3] libnpupnp: update to 4.0.1

---
 common/shlibs              | 2 +-
 srcpkgs/libnpupnp/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..511b0962aef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1971,7 +1971,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
 libfm-qt.so.7 libfm-qt-0.15.0_1
 libqtermwidget5.so.0 qtermwidget-0.6.0_1
 libnpth.so.0 npth-1.1_1
-libnpupnp.so.3 libnpupnp-2.2.1_1
+libnpupnp.so.4 libnpupnp-4.0.1_1
 libglfw.so.3 glfw-3.0.4_1
 libusbmuxd.so.6 libusbmuxd-1.0.10_1
 libimobiledevice.so.6 libimobiledevice-1.2.0_1
diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0098f7dd3a7..a9d44cc1d24 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=2.2.1
+version=4.0.1
 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/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=da67d4c258d139d476af6b800926cd9cd09ba17d9e9fcfaebe3fb98241b32790
+checksum=5c2ca94ffd66ac450e0760bf57e08d9f0b9fbfaf9105483532e72c1935c71b9f
 
 post_install() {
 	vlicense COPYING

From 0da0b38e5ae8babc6b2eb11ac6db0cf251560f00 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:47:55 +1000
Subject: [PATCH 2/3] libupnpp: update to 0.19.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index 870e3b48d10..f58af7b76f8 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="expat-devel libcurl-devel libnpupnp-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/libupnpp-${version}.tar.gz"
-checksum=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937
+checksum=3545ab956130a08751c544376cb5ddb7637edaf277432e877e90f86739ca952c
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 643aafc305d374297036a5f4feb2a97ab3ef041d Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 23:24:29 +1000
Subject: [PATCH 3/3] upmpdcli: update to 1.4.9

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

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 6a6e663615d..2ef38b98bd2 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.4.7
+version=1.4.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -10,7 +10,8 @@ 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=55dec356c98e16f00b1e547f9f4a1c03756317102e91982f93eca8cc4eda115e
+checksum=ace5a3166891109d2a874f21306986857ee2620230a77751ed6209f7b5cc9c58
+python_version=3
 
 system_accounts="_upmpdcli"
 _upmpdcli_homedir="/var/lib/upmpdcli"

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

* Re: [PR PATCH] [Updated] libupnpp: update to 0.19.0
  2020-05-10 12:52 [PR PATCH] libupnpp: update to 0.19.0 amak79
  2020-05-10 13:25 ` [PR PATCH] [Updated] " amak79
@ 2020-05-10 13:31 ` amak79
  2020-05-11 16:31 ` amak79
  2020-05-11 18:22 ` [PR PATCH] [Merged]: libupnpp: update to 0.19.1 Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: amak79 @ 2020-05-10 13:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 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/21811

libupnpp: update to 0.19.0


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

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

From e305cedfe0a783f96f4d87ac8212684354634b87 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:36:02 +1000
Subject: [PATCH 1/2] libnpupnp: update to 4.0.1

---
 common/shlibs              | 2 +-
 srcpkgs/libnpupnp/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..511b0962aef 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1971,7 +1971,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
 libfm-qt.so.7 libfm-qt-0.15.0_1
 libqtermwidget5.so.0 qtermwidget-0.6.0_1
 libnpth.so.0 npth-1.1_1
-libnpupnp.so.3 libnpupnp-2.2.1_1
+libnpupnp.so.4 libnpupnp-4.0.1_1
 libglfw.so.3 glfw-3.0.4_1
 libusbmuxd.so.6 libusbmuxd-1.0.10_1
 libimobiledevice.so.6 libimobiledevice-1.2.0_1
diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0098f7dd3a7..a9d44cc1d24 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=2.2.1
+version=4.0.1
 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/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=da67d4c258d139d476af6b800926cd9cd09ba17d9e9fcfaebe3fb98241b32790
+checksum=5c2ca94ffd66ac450e0760bf57e08d9f0b9fbfaf9105483532e72c1935c71b9f
 
 post_install() {
 	vlicense COPYING

From 0da0b38e5ae8babc6b2eb11ac6db0cf251560f00 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:47:55 +1000
Subject: [PATCH 2/2] libupnpp: update to 0.19.0

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index 870e3b48d10..f58af7b76f8 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="expat-devel libcurl-devel libnpupnp-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/libupnpp-${version}.tar.gz"
-checksum=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937
+checksum=3545ab956130a08751c544376cb5ddb7637edaf277432e877e90f86739ca952c
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] libupnpp: update to 0.19.0
  2020-05-10 12:52 [PR PATCH] libupnpp: update to 0.19.0 amak79
  2020-05-10 13:25 ` [PR PATCH] [Updated] " amak79
  2020-05-10 13:31 ` amak79
@ 2020-05-11 16:31 ` amak79
  2020-05-11 18:22 ` [PR PATCH] [Merged]: libupnpp: update to 0.19.1 Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: amak79 @ 2020-05-11 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 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/21811

libupnpp: update to 0.19.0


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

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

From 8af757cf49b9ca1c8fae0ad041c790d390b55f1d Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 10 May 2020 22:36:02 +1000
Subject: [PATCH 1/2] libnpupnp: update to 4.0.2

---
 common/shlibs              | 2 +-
 srcpkgs/libnpupnp/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..7693053e46b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1971,7 +1971,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
 libfm-qt.so.7 libfm-qt-0.15.0_1
 libqtermwidget5.so.0 qtermwidget-0.6.0_1
 libnpth.so.0 npth-1.1_1
-libnpupnp.so.3 libnpupnp-2.2.1_1
+libnpupnp.so.4 libnpupnp-4.0.2_1
 libglfw.so.3 glfw-3.0.4_1
 libusbmuxd.so.6 libusbmuxd-1.0.10_1
 libimobiledevice.so.6 libimobiledevice-1.2.0_1
diff --git a/srcpkgs/libnpupnp/template b/srcpkgs/libnpupnp/template
index 0098f7dd3a7..9996a6d4931 100644
--- a/srcpkgs/libnpupnp/template
+++ b/srcpkgs/libnpupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libnpupnp'
 pkgname=libnpupnp
-version=2.2.1
+version=4.0.2
 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/libnpupnp.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
-checksum=da67d4c258d139d476af6b800926cd9cd09ba17d9e9fcfaebe3fb98241b32790
+checksum=961ec33bc92c6740f7907b7745105a17f51cb16329febe696350fbf2b136e40d
 
 post_install() {
 	vlicense COPYING

From ac84f5ce3f02267a090c810c498eaef02d8c172c Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Tue, 12 May 2020 02:30:00 +1000
Subject: [PATCH 2/2] libupnpp: update to 0.19.1

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index 870e3b48d10..34e8ffc5080 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.18.0
-revision=3
+version=0.19.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="expat-devel libcurl-devel libnpupnp-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/libupnpp-${version}.tar.gz"
-checksum=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937
+checksum=412b38bdd07441588c11bb1d64af7d112f439a46512d53c907f9b54a6666ff58
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: libupnpp: update to 0.19.1
  2020-05-10 12:52 [PR PATCH] libupnpp: update to 0.19.0 amak79
                   ` (2 preceding siblings ...)
  2020-05-11 16:31 ` amak79
@ 2020-05-11 18:22 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-05-11 18:22 UTC (permalink / raw)
  To: ml

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

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

libupnpp: update to 0.19.1
https://github.com/void-linux/void-packages/pull/21811

Description:


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

end of thread, other threads:[~2020-05-11 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 12:52 [PR PATCH] libupnpp: update to 0.19.0 amak79
2020-05-10 13:25 ` [PR PATCH] [Updated] " amak79
2020-05-10 13:31 ` amak79
2020-05-11 16:31 ` amak79
2020-05-11 18:22 ` [PR PATCH] [Merged]: libupnpp: update to 0.19.1 Hoshpak

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