Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BC75E1A9239 for ; Thu, 29 Oct 2020 12:55:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E4B684DFD; Thu, 29 Oct 2020 12:55:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C96084D33 for ; Thu, 29 Oct 2020 12:55:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id muNwlmbSyGCN for ; Thu, 29 Oct 2020 12:55:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B563184CDC for ; Thu, 29 Oct 2020 12:55:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE448FB28; Thu, 29 Oct 2020 12:55:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1603976119241980" MIME-Version: 1.0 Date: Thu, 29 Oct 2020 12:55:19 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/devel/libmtp To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20201029125519.AE448FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1603976119241980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: bsiegert Date: Thu Oct 29 12:55:19 UTC 2020 Modified Files: pkgsrc/devel/libmtp: Makefile distinfo Log Message: libmtp: update to 1.1.18. Christian Klein (1): added Sony Xperia XZ3 Dual Sim (H9436) Dylan Aïssi (2): Switch doxygen FULL_PATH_NAMES to NO for reproducible builds On UDEV discovery do not let printers get auto-probed Gerrit Niezen (2): only convert if iconv and langinfo.h is available (#20) don't redefine snprintf in VS 14+ Holger Schemel (4): fixed length in string comparisons added optional device ID parameter to 'mtp-getfile' fixed usage text for 'mtp-delfile' according to implementation added optional device ID parameter to 'mtp-delfile' Johan Källström (1): Add device id for Garmin Vivoactive 4S. Johannes Brandstätter (1): Flag i.Beat Organix 2.0 with DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST. Marcus Meissner (37): added Doro Phone 8030 DSB-0010 https://sourceforge.net/p/libmtp/bugs/1871/ added a kindle fire 7 id https://github.com/gphoto/libgphoto2/issues/473 added more id variants of the last commit added Lenovo TAB4 10 Plus fixes https://github.com/libmtp/libmtp/issues/33 added Lenovo TB-7304I https://sourceforge.net/p/libmtp/feature-requests/296/ fxied id for MTP+ADB https://sourceforge.net/p/libmtp/support-requests/294/ add SGP611 (Xperia Z3) [Tablet Compact] 0fce:51c0 with MTP. ADB id https://sourceforge.net/p/libmtp/support-requests/294/ added lenovo tab p10 https://sourceforge.net/p/libmtp/bugs/1873/ added another bq Aquarius U id https://sourceforge.net/p/libmtp/bugs/1874/ added another kindle fire https://sourceforge.net/p/libmtp/bugs/1876/ report busy more directly on opening added NVIDIA Shield Android TV (pro) https://sourceforge.net/p/libmtp/feature-requests/297/ added id for FITT360 might fix https://github.com/libmtp/libmtp/issues/44 added Sharp AndroidOne S5 https://sourceforge.net/p/libmtp/bugs/1883/ added garmin vivoactive 4, fixes https://github.com/libmtp/libmtp/issues/51 added some missing LIBMTP_destroy_file_t to avoid leaks. added Kindle Fire HD8 Plus https://sourceforge.net/p/libmtp/bugs/1886/ added nokia 701 https://sourceforge.net/p/libmtp/bugs/1885/ added Garmin Forerunner 245 Music https://sourceforge.net/p/libmtp/bugs/1884/ added Garmin Zumo XT https://sourceforge.net/p/libmtp/bugs/1887/ added acer a3-a40 https://sourceforge.net/p/libmtp/feature-requests/298/ tolino Vision 4 HD ebook reader https://sourceforge.net/p/libmtp/bugs/1889/ added A&K player SR15 https://sourceforge.net/p/libmtp/support-requests/292/ added amazon fire hd8 https://sourceforge.net/p/libmtp/feature-requests/300/ 1.1.18 release Zbigniew Jędrzejewski-Szmek (3): mtp-hotplug: fix casing in hwdb patterns mtp-hotplug: make use of the hwdb mtp-hotplug: provide a default for mtp_probe_dir petrus82 (2): Add Sony Xperia Tablet S - SGPT12 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libmtp/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1603976119241980 Content-Disposition: inline Content-Length: 1812 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libmtp/Makefile diff -u pkgsrc/devel/libmtp/Makefile:1.20 pkgsrc/devel/libmtp/Makefile:1.21 --- pkgsrc/devel/libmtp/Makefile:1.20 Fri Apr 3 20:15:19 2020 +++ pkgsrc/devel/libmtp/Makefile Thu Oct 29 12:55:19 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/04/03 20:15:19 nia Exp $ +# $NetBSD: Makefile,v 1.21 2020/10/29 12:55:19 bsiegert Exp $ -DISTNAME= libmtp-1.1.17 -PKGREVISION= 1 +DISTNAME= libmtp-1.1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/} Index: pkgsrc/devel/libmtp/distinfo diff -u pkgsrc/devel/libmtp/distinfo:1.14 pkgsrc/devel/libmtp/distinfo:1.15 --- pkgsrc/devel/libmtp/distinfo:1.14 Fri Apr 3 20:15:19 2020 +++ pkgsrc/devel/libmtp/distinfo Thu Oct 29 12:55:19 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2020/04/03 20:15:19 nia Exp $ +$NetBSD: distinfo,v 1.15 2020/10/29 12:55:19 bsiegert Exp $ -SHA1 (libmtp-1.1.17.tar.gz) = b9d29f6f99f682e3b8c4f05cb6b1c8de3a454688 -RMD160 (libmtp-1.1.17.tar.gz) = a6ee084464d610a307388701f56f014c9669c8bb -SHA512 (libmtp-1.1.17.tar.gz) = f2648e259529bd3dfe74a7049a79c4b0042bcaf63cc1fec8b232b66312d62e9620280e4f725312c9ef8207f1f1ceac19f460a0a8772a3cc6c7f0b00ead01add2 -Size (libmtp-1.1.17.tar.gz) = 829529 bytes +SHA1 (libmtp-1.1.18.tar.gz) = b2a1fe4cb2b908ee1ca5b1c7eb3615b9dbdb109f +RMD160 (libmtp-1.1.18.tar.gz) = 72e35ac820a5507bf1059dc89f62add39e20c8c6 +SHA512 (libmtp-1.1.18.tar.gz) = 1a8d503effd83217c339a1aea3a16954d718059edf3110cb2f21cff74cdd1243e7f4880d4e12f8fbdc9a5deed366c4151babe6ecd6f4cf4b7330a27e27bf7cc8 +Size (libmtp-1.1.18.tar.gz) = 832463 bytes SHA1 (patch-configure) = f57b708684696e496b1d61783e48fe4b63618d65 SHA1 (patch-hotplug.sh.in) = 72216bb36bd0f6274c16c09d121fcffb567ab120 SHA1 (patch-m4_byteorder.m4) = e6c1170d9099f13c637b3a73d67618d318c7a73d --_----------=_1603976119241980--