Received: by mail.netbsd.org (Postfix, from userid 605) id 2742E84D47; Tue, 6 Aug 2019 09:27:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F32084D5D for ; Tue, 6 Aug 2019 09:27:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yhrwNVeSiAU4 for ; Tue, 6 Aug 2019 09:27:31 +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 2B45784CCF for ; Tue, 6 Aug 2019 09:27:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2464DFBF4; Tue, 6 Aug 2019 09:27:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565083651264160" MIME-Version: 1.0 Date: Tue, 6 Aug 2019 09:27:31 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/libusb To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190806092731.2464DFBF4@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. --_----------=_1565083651264160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Aug 6 09:27:31 UTC 2019 Modified Files: pkgsrc/devel/libusb: Makefile distinfo Removed Files: pkgsrc/devel/libusb/patches: patch-descriptors.c Log Message: libusb: revert previous patch. this code is not doing unaligned access. PR pkg/54441 To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/libusb/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/libusb/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libusb/patches/patch-descriptors.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565083651264160 Content-Disposition: inline Content-Length: 1344 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libusb/Makefile diff -u pkgsrc/devel/libusb/Makefile:1.44 pkgsrc/devel/libusb/Makefile:1.45 --- pkgsrc/devel/libusb/Makefile:1.44 Tue Aug 6 09:12:10 2019 +++ pkgsrc/devel/libusb/Makefile Tue Aug 6 09:27:30 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2019/08/06 09:12:10 maya Exp $ +# $NetBSD: Makefile,v 1.45 2019/08/06 09:27:30 maya Exp $ DISTNAME= libusb-0.1.12 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} Index: pkgsrc/devel/libusb/distinfo diff -u pkgsrc/devel/libusb/distinfo:1.28 pkgsrc/devel/libusb/distinfo:1.29 --- pkgsrc/devel/libusb/distinfo:1.28 Tue Aug 6 09:12:10 2019 +++ pkgsrc/devel/libusb/distinfo Tue Aug 6 09:27:30 2019 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2019/08/06 09:12:10 maya Exp $ +$NetBSD: distinfo,v 1.29 2019/08/06 09:27:30 maya Exp $ SHA1 (libusb-0.1.12.tar.gz) = 599a5168590f66bc6f1f9a299579fd8500614807 RMD160 (libusb-0.1.12.tar.gz) = 63848df717e00fff67ab30ba86a85466370d4e8e @@ -11,4 +11,3 @@ SHA1 (patch-ad) = 8ea70b0501ccd725d19a73 SHA1 (patch-ae) = 49a01ebe66de4965f3611cf42db09703aa68c415 SHA1 (patch-af) = e46e576a589fb65488011a41df95f744230c0c6c SHA1 (patch-darwin.c) = 20df5d5970bf86f6f4ada002ca16a3bccf5bb4ff -SHA1 (patch-descriptors.c) = 14cc1b46f094585fcfbb2ba046b89c3eb5cf49f9 --_----------=_1565083651264160--