From patchwork Thu Oct 22 15:48:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 1386309 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=crapouillou.net Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CHBbt4Skbz9sSC for ; Fri, 23 Oct 2020 02:48:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6524C203E8; Thu, 22 Oct 2020 15:48:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGvPmNr9yYYW; Thu, 22 Oct 2020 15:48:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E1D9B203DA; Thu, 22 Oct 2020 15:48:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4794B1BF44A for ; Thu, 22 Oct 2020 15:48:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 448FF86A50 for ; Thu, 22 Oct 2020 15:48:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ry0C3pjrPQ7 for ; Thu, 22 Oct 2020 15:48:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from aposti.net (aposti.net [89.234.176.197]) by whitealder.osuosl.org (Postfix) with ESMTPS id E24B5869E5 for ; Thu, 22 Oct 2020 15:48:32 +0000 (UTC) From: Paul Cercueil To: buildroot@buildroot.org Date: Thu, 22 Oct 2020 16:48:09 +0100 Message-Id: <20201022154809.22155-1-paul@crapouillou.net> MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/umtprd: bump to version 1.3.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Cercueil Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Bump package to the latest version 1.3.10, and remove the two patches which are not needed anymore. Signed-off-by: Paul Cercueil --- ...uild-errors-warnings-on-some-systems.patch | 38 --------- ...finition-build-error-on-some-systems.patch | 78 ------------------- package/umtprd/umtprd.hash | 2 +- package/umtprd/umtprd.mk | 2 +- 4 files changed, 2 insertions(+), 118 deletions(-) delete mode 100644 package/umtprd/0001-Fix-the-missing-definitions-build-errors-warnings-on-some-systems.patch delete mode 100644 package/umtprd/0002-Fix-the-pthread-missing-definition-build-error-on-some-systems.patch diff --git a/package/umtprd/0001-Fix-the-missing-definitions-build-errors-warnings-on-some-systems.patch b/package/umtprd/0001-Fix-the-missing-definitions-build-errors-warnings-on-some-systems.patch deleted file mode 100644 index 78dfb3657f..0000000000 --- a/package/umtprd/0001-Fix-the-missing-definitions-build-errors-warnings-on-some-systems.patch +++ /dev/null @@ -1,38 +0,0 @@ -From b6eccf2160fd16405542249c62a87aff2fbfcd33 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= - -Date: Sat, 16 May 2020 09:37:40 +0200 -Subject: [PATCH] Fix the missing definitions build errors/warnings on some - systems. - -[Retrieved from: -https://github.com/viveris/uMTP-Responder/commit/b6eccf2160fd16405542249c62a87aff2fbfcd33] -Signed-off-by: Fabrice Fontaine ---- - src/usb_gadget.c | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/src/usb_gadget.c b/src/usb_gadget.c -index 856bb53..9f3896f 100644 ---- a/src/usb_gadget.c -+++ b/src/usb_gadget.c -@@ -27,7 +27,10 @@ - - #include "buildconf.h" - -+#include - #include -+#include -+#include - - #include - -@@ -38,7 +41,7 @@ - #include - #include - #include --#include -+ - #include - - #include diff --git a/package/umtprd/0002-Fix-the-pthread-missing-definition-build-error-on-some-systems.patch b/package/umtprd/0002-Fix-the-pthread-missing-definition-build-error-on-some-systems.patch deleted file mode 100644 index b7d211c6eb..0000000000 --- a/package/umtprd/0002-Fix-the-pthread-missing-definition-build-error-on-some-systems.patch +++ /dev/null @@ -1,78 +0,0 @@ -From 2e7aaf0c373a0e3a271f4b374bd98de8a80aefb0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= - -Date: Sat, 16 May 2020 09:20:01 +0200 -Subject: [PATCH] Fix the pthread missing definition build error on some - systems. - -[Retrieved from: -https://github.com/viveris/uMTP-Responder/commit/2e7aaf0c373a0e3a271f4b374bd98de8a80aefb0] -Signed-off-by: Fabrice Fontaine ---- - src/fs_handles_db.c | 1 + - src/mtp_cfg.c | 1 + - src/mtp_datasets.c | 1 + - src/mtp_operations/mtp_op_sendobject.c | 1 + - src/mtp_properties.c | 1 + - 5 files changed, 5 insertions(+) - -diff --git a/src/fs_handles_db.c b/src/fs_handles_db.c -index a91268a..178bd90 100644 ---- a/src/fs_handles_db.c -+++ b/src/fs_handles_db.c -@@ -26,6 +26,7 @@ - #include "buildconf.h" - - #include -+#include - #include - #include - #include -diff --git a/src/mtp_cfg.c b/src/mtp_cfg.c -index 30f473a..1f2302d 100644 ---- a/src/mtp_cfg.c -+++ b/src/mtp_cfg.c -@@ -26,6 +26,7 @@ - #include "buildconf.h" - - #include -+#include - #include - #include - #include -diff --git a/src/mtp_datasets.c b/src/mtp_datasets.c -index 95cec68..fbd67e2 100644 ---- a/src/mtp_datasets.c -+++ b/src/mtp_datasets.c -@@ -26,6 +26,7 @@ - #include "buildconf.h" - - #include -+#include - #include - #include - #include -diff --git a/src/mtp_operations/mtp_op_sendobject.c b/src/mtp_operations/mtp_op_sendobject.c -index 8af2c6b..8e1498c 100644 ---- a/src/mtp_operations/mtp_op_sendobject.c -+++ b/src/mtp_operations/mtp_op_sendobject.c -@@ -26,6 +26,7 @@ - #include "buildconf.h" - - #include -+#include - #include - #include - #include -diff --git a/src/mtp_properties.c b/src/mtp_properties.c -index 4500cd4..5cf6e2d 100644 ---- a/src/mtp_properties.c -+++ b/src/mtp_properties.c -@@ -26,6 +26,7 @@ - #include "buildconf.h" - - #include -+#include - #include - #include - #include diff --git a/package/umtprd/umtprd.hash b/package/umtprd/umtprd.hash index b6520c04e7..170837d84b 100644 --- a/package/umtprd/umtprd.hash +++ b/package/umtprd/umtprd.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 5f6f9f2882597cd3767b12b0814fdfa27c0cb18ce32e3082176f9658be167a27 umtprd-1.3.6.tar.gz +sha256 cce45c7d3df0022fc013c79de21b1f11b1027d090aeb628669f08b0c20d2afdd umtprd-1.3.10.tar.gz sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE diff --git a/package/umtprd/umtprd.mk b/package/umtprd/umtprd.mk index 944d1a621b..f1a4e66cff 100644 --- a/package/umtprd/umtprd.mk +++ b/package/umtprd/umtprd.mk @@ -4,7 +4,7 @@ # ################################################################################ -UMTPRD_VERSION = 1.3.6 +UMTPRD_VERSION = 1.3.10 UMTPRD_SITE = https://github.com/viveris/uMTP-Responder/archive UMTPRD_LICENSE = GPL-3.0+ UMTPRD_LICENSE_FILES = LICENSE