* [Buildroot] [PATCH 1/1] package/libminiupnpc: bump to version 2.2.4
@ 2022-10-23 20:54 Fabrice Fontaine
2022-10-25 18:23 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-10-23 20:54 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine
2022/02/20:
upnpc: use of @ to replace local lan address
2021/11/09:
python module : Allow to specify the root description url
- Drop patch (already in version)
- Update hash of LICENSE file (license "refined" for github with
https://github.com/miniupnp/miniupnp/commit/af812c877532f2432b0566633e1e539797ef9c13)
http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.4.tar.gz
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
| 43 -------------------
package/libminiupnpc/libminiupnpc.hash | 4 +-
package/libminiupnpc/libminiupnpc.mk | 2 +-
3 files changed, 3 insertions(+), 46 deletions(-)
delete mode 100644 package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch
diff --git a/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch b/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch
deleted file mode 100644
index 2e4c8a69e6..0000000000
--- a/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From f82b0563a72e33800f5918ead68c41bcda1fd4c1 Mon Sep 17 00:00:00 2001
-From: heitbaum <rudi@heitbaum.com>
-Date: Fri, 1 Oct 2021 00:00:27 +1000
-Subject: [PATCH] miniupnpc/CMakeLists.txt: fix install for headers
-
-[Retrieved from:
-https://github.com/miniupnp/miniupnp/commit/f82b0563a72e33800f5918ead68c41bcda1fd4c1]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- miniupnpc/CMakeLists.txt | 20 ++++++++++----------
- 1 file changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0553eeb3..6b0904c0 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -221,16 +221,16 @@ endif ()
-
- if (NOT UPNPC_NO_INSTALL)
- install (FILES
-- miniupnpc.h
-- miniwget.h
-- upnpcommands.h
-- igd_desc_parse.h
-- upnpreplyparse.h
-- upnperrors.h
-- upnpdev.h
-- miniupnpctypes.h
-- portlistingparse.h
-- miniupnpc_declspec.h
-+ include/miniupnpc.h
-+ include/miniwget.h
-+ include/upnpcommands.h
-+ include/igd_desc_parse.h
-+ include/upnpreplyparse.h
-+ include/upnperrors.h
-+ include/upnpdev.h
-+ include/miniupnpctypes.h
-+ include/portlistingparse.h
-+ include/miniupnpc_declspec.h
- DESTINATION include/miniupnpc
- )
-
diff --git a/package/libminiupnpc/libminiupnpc.hash b/package/libminiupnpc/libminiupnpc.hash
index 4714dd6f48..5dca8dd6cf 100644
--- a/package/libminiupnpc/libminiupnpc.hash
+++ b/package/libminiupnpc/libminiupnpc.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 dce41b4a4f08521c53a0ab163ad2007d18b5e1aa173ea5803bd47a1be3159c24 miniupnpc-2.2.3.tar.gz
-sha256 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631 LICENSE
+sha256 481a5e4aede64e9ef29895b218836c3608d973e77a35b4f228ab1f3629412c4b miniupnpc-2.2.4.tar.gz
+sha256 a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021 LICENSE
diff --git a/package/libminiupnpc/libminiupnpc.mk b/package/libminiupnpc/libminiupnpc.mk
index f3661396ca..9dc5c719a9 100644
--- a/package/libminiupnpc/libminiupnpc.mk
+++ b/package/libminiupnpc/libminiupnpc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBMINIUPNPC_VERSION = 2.2.3
+LIBMINIUPNPC_VERSION = 2.2.4
LIBMINIUPNPC_SOURCE = miniupnpc-$(LIBMINIUPNPC_VERSION).tar.gz
LIBMINIUPNPC_SITE = http://miniupnp.free.fr/files
LIBMINIUPNPC_INSTALL_STAGING = YES
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libminiupnpc: bump to version 2.2.4
2022-10-23 20:54 [Buildroot] [PATCH 1/1] package/libminiupnpc: bump to version 2.2.4 Fabrice Fontaine
@ 2022-10-25 18:23 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-25 18:23 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot
On Sun, 23 Oct 2022 22:54:40 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 2022/02/20:
> upnpc: use of @ to replace local lan address
>
> 2021/11/09:
> python module : Allow to specify the root description url
>
> - Drop patch (already in version)
> - Update hash of LICENSE file (license "refined" for github with
> https://github.com/miniupnp/miniupnp/commit/af812c877532f2432b0566633e1e539797ef9c13)
>
> http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.4.tar.gz
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> ...akeLists-txt-fix-install-for-headers.patch | 43 -------------------
> package/libminiupnpc/libminiupnpc.hash | 4 +-
> package/libminiupnpc/libminiupnpc.mk | 2 +-
> 3 files changed, 3 insertions(+), 46 deletions(-)
> delete mode 100644 package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch
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] 2+ messages in thread
end of thread, other threads:[~2022-10-25 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 20:54 [Buildroot] [PATCH 1/1] package/libminiupnpc: bump to version 2.2.4 Fabrice Fontaine
2022-10-25 18:23 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox