* [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5
@ 2023-07-03 16:18 Bernd Kuhls
2023-07-03 16:18 ` [Buildroot] [PATCH 2/2] package/libnatpmp: bump version to 20230423 Bernd Kuhls
2023-07-03 18:46 ` [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-03 16:18 UTC (permalink / raw)
To: buildroot
Changelog:
http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.5.tar.gz
Updated license hash due to reformat of license file:
https://github.com/miniupnp/miniupnp/commit/af812c877532f2432b0566633e1e539797ef9c13
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libminiupnpc/libminiupnpc.hash | 4 ++--
package/libminiupnpc/libminiupnpc.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libminiupnpc/libminiupnpc.hash b/package/libminiupnpc/libminiupnpc.hash
index 5dca8dd6cf..db6b01f0c9 100644
--- a/package/libminiupnpc/libminiupnpc.hash
+++ b/package/libminiupnpc/libminiupnpc.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 481a5e4aede64e9ef29895b218836c3608d973e77a35b4f228ab1f3629412c4b miniupnpc-2.2.4.tar.gz
-sha256 a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021 LICENSE
+sha256 38acd5f4602f7cf8bcdc1ec30b2d58db2e9912e5d9f5350dd99b06bfdffb517c miniupnpc-2.2.5.tar.gz
+sha256 e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5 LICENSE
diff --git a/package/libminiupnpc/libminiupnpc.mk b/package/libminiupnpc/libminiupnpc.mk
index 9dc5c719a9..59b593cb36 100644
--- a/package/libminiupnpc/libminiupnpc.mk
+++ b/package/libminiupnpc/libminiupnpc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBMINIUPNPC_VERSION = 2.2.4
+LIBMINIUPNPC_VERSION = 2.2.5
LIBMINIUPNPC_SOURCE = miniupnpc-$(LIBMINIUPNPC_VERSION).tar.gz
LIBMINIUPNPC_SITE = http://miniupnp.free.fr/files
LIBMINIUPNPC_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/libnatpmp: bump version to 20230423
2023-07-03 16:18 [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Bernd Kuhls
@ 2023-07-03 16:18 ` Bernd Kuhls
2023-07-03 18:46 ` [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-03 16:18 UTC (permalink / raw)
To: buildroot
Updated license hash due to reformat of license file:
https://github.com/miniupnp/libnatpmp/commit/d89c1db679c09dbe71ba58b012e4afae2de06376
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libnatpmp/libnatpmp.hash | 4 ++--
package/libnatpmp/libnatpmp.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libnatpmp/libnatpmp.hash b/package/libnatpmp/libnatpmp.hash
index 38bc3f4444..7bdd784bf7 100644
--- a/package/libnatpmp/libnatpmp.hash
+++ b/package/libnatpmp/libnatpmp.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 e1aa9c4c4219bc06943d6b2130f664daee213fb262fcb94dd355815b8f4536b0 libnatpmp-20150609.tar.gz
-sha256 e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2 LICENSE
+sha256 0684ed2c8406437e7519a1bd20ea83780db871b3a3a5d752311ba3e889dbfc70 libnatpmp-20230423.tar.gz
+sha256 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06 LICENSE
diff --git a/package/libnatpmp/libnatpmp.mk b/package/libnatpmp/libnatpmp.mk
index 3623027713..3a625ea0fe 100644
--- a/package/libnatpmp/libnatpmp.mk
+++ b/package/libnatpmp/libnatpmp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNATPMP_VERSION = 20150609
+LIBNATPMP_VERSION = 20230423
LIBNATPMP_SITE = http://miniupnp.free.fr/files
LIBNATPMP_INSTALL_STAGING = YES
LIBNATPMP_LICENSE = BSD-3-Clause
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5
2023-07-03 16:18 [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Bernd Kuhls
2023-07-03 16:18 ` [Buildroot] [PATCH 2/2] package/libnatpmp: bump version to 20230423 Bernd Kuhls
@ 2023-07-03 18:46 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-03 18:46 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Mon, 3 Jul 2023 18:18:11 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Changelog:
> http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.5.tar.gz
>
> Updated license hash due to reformat of license file:
> https://github.com/miniupnp/miniupnp/commit/af812c877532f2432b0566633e1e539797ef9c13
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/libminiupnpc/libminiupnpc.hash | 4 ++--
> package/libminiupnpc/libminiupnpc.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Both patches applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-03 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 16:18 [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Bernd Kuhls
2023-07-03 16:18 ` [Buildroot] [PATCH 2/2] package/libnatpmp: bump version to 20230423 Bernd Kuhls
2023-07-03 18:46 ` [Buildroot] [PATCH 1/2] package/libminiupnpc: bump to version 2.2.5 Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.