From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93A561382C5 for ; Fri, 5 Mar 2021 20:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0A77E0801; Fri, 5 Mar 2021 20:27:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9832EE0801 for ; Fri, 5 Mar 2021 20:27:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A02BC340D96 for ; Fri, 5 Mar 2021 20:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56F15478 for ; Fri, 5 Mar 2021 20:27:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614976018.50cc6e55f54b38a861878b7da87bf4af3f6d6e59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/files/libpcap-1.8.1-usbmon.patch X-VCS-Directories: net-libs/libpcap/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50cc6e55f54b38a861878b7da87bf4af3f6d6e59 X-VCS-Branch: master Date: Fri, 5 Mar 2021 20:27:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fa7540b-ba7f-4cb3-97c8-64919c5164e2 X-Archives-Hash: d9296cc45e3719ab1c7544356b5ab760 commit: 50cc6e55f54b38a861878b7da87bf4af3f6d6e59 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 5 12:22:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 20:26:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cc6e55 net-libs/libpcap: remove unused patch Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19772 Signed-off-by: Sam James gentoo.org> net-libs/libpcap/files/libpcap-1.8.1-usbmon.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/net-libs/libpcap/files/libpcap-1.8.1-usbmon.patch b/net-libs/libpcap/files/libpcap-1.8.1-usbmon.patch deleted file mode 100644 index 0b69e43a3f7..00000000000 --- a/net-libs/libpcap/files/libpcap-1.8.1-usbmon.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -1493,10 +1493,9 @@ - AC_DEFINE(PCAP_SUPPORT_USB, 1, [target host supports USB sniffing]) - USB_SRC=pcap-usb-linux.c - AC_MSG_RESULT(yes) -- ac_usb_dev_name=`udevinfo -q name -p /sys/class/usb_device/usbmon 2>/dev/null` -- if test $? -ne 0 ; then -- ac_usb_dev_name="usbmon" -- fi -+ -+ ac_usb_dev_name="usbmon" -+ - AC_DEFINE_UNQUOTED(LINUX_USB_MON_DEV, "/dev/$ac_usb_dev_name", [path for device for USB sniffing]) - AC_MSG_NOTICE(Device for USB sniffing is /dev/$ac_usb_dev_name) - #