From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1122442-garchives=archives.gentoo.org@lists.gentoo.org> 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 2F43613997D for <garchives@archives.gentoo.org>; Wed, 13 Nov 2019 21:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 813B6E086F; Wed, 13 Nov 2019 21:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB7B7E086F for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2019 21:26:00 +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 04BFD34CA88 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2019 21:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24DB773 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2019 21:25:58 +0000 (UTC) From: "Jory Pratt" <anarchy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" <anarchy@gentoo.org> Message-ID: <1573680353.003c43c798b4531fad5fb67ebcf18a422da5394b.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/files/mozilla-bug1554949-linux-headers-5.2.patch X-VCS-Directories: mail-client/thunderbird/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 003c43c798b4531fad5fb67ebcf18a422da5394b X-VCS-Branch: master Date: Wed, 13 Nov 2019 21:25:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf106d0e-53c1-4d37-ac71-be8f80196310 X-Archives-Hash: 64ddbcaeedee7014e95ced84e7e60ebf commit: 003c43c798b4531fad5fb67ebcf18a422da5394b Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Nov 13 17:13:41 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 21:25:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003c43c7 mail-client/thunderbird: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/13633 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> .../mozilla-bug1554949-linux-headers-5.2.patch | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/mail-client/thunderbird/files/mozilla-bug1554949-linux-headers-5.2.patch b/mail-client/thunderbird/files/mozilla-bug1554949-linux-headers-5.2.patch deleted file mode 100644 index 2de12500394..00000000000 --- a/mail-client/thunderbird/files/mozilla-bug1554949-linux-headers-5.2.patch +++ /dev/null @@ -1,46 +0,0 @@ -# HG changeset patch -# User Emilio Cobos Álvarez <emilio@crisal.io> -# Date 1559048542 0 -# Node ID 03fe96d5969ac6885ca539bf7759780ed75a1375 -# Parent e6cf9d0df0793e7f76cb2877989fc5aeca98e530 -Bug 1554949 - Fix WebRTC build failure with newer linux kernel. r=dminor, a=RyanVM DONTBUILD - -Recent kernel commit[1] moved a bit the define for this constant. This revealed -a missing include in WebRTC. - -I filed this upstream in: - - * https://bugs.chromium.org/p/webrtc/issues/detail?id=10677 - -And sent a patch in: - - * https://webrtc-review.googlesource.com/c/src/+/138270 - -[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0768e17073dc5 - -Differential Revision: https://phabricator.services.mozilla.com/D32809 - -diff --git a/media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc b/media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc ---- a/media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc -+++ b/media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc -@@ -56,16 +56,19 @@ - #if defined(WEBRTC_POSIX) - #include <netinet/tcp.h> // for TCP_NODELAY - #define IP_MTU 14 // Until this is integrated from linux/in.h to netinet/in.h - typedef void* SockOptArg; - - #endif // WEBRTC_POSIX - - #if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(WEBRTC_BSD) && !defined(__native_client__) -+#if defined(WEBRTC_LINUX) -+#include <linux/sockios.h> -+#endif - - int64_t GetSocketRecvTimestamp(int socket) { - struct timeval tv_ioctl; - int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl); - if (ret != 0) - return -1; - int64_t timestamp = - rtc::kNumMicrosecsPerSec * static_cast<int64_t>(tv_ioctl.tv_sec) + -