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 D20991396D9 for ; Fri, 20 Oct 2017 07:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FA52BC034; Fri, 20 Oct 2017 07:45:30 +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 C7E612BC034 for ; Fri, 20 Oct 2017 07:45:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0CF1433C770 for ; Fri, 20 Oct 2017 07:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 659F5831 for ; Fri, 20 Oct 2017 07:45:27 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508485515.34f0a08af2dadbc1c1b196d75d7f9b927aad184e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch X-VCS-Directories: sys-apps/util-linux/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 34f0a08af2dadbc1c1b196d75d7f9b927aad184e X-VCS-Branch: master Date: Fri, 20 Oct 2017 07:45:27 +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-Archives-Salt: 280890f3-ec40-45b0-bbcf-d4ec65cdafcb X-Archives-Hash: 839bfb2d5c1b5c71c90b3cb185d41161 commit: 34f0a08af2dadbc1c1b196d75d7f9b927aad184e Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Oct 10 13:40:44 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Oct 20 07:45:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0a08a sys-apps/util-linux: remove unused patch. .../util-linux-2.30-pylibmount_segfault.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch b/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch deleted file mode 100644 index 73fbc994923..00000000000 --- a/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch +++ /dev/null @@ -1,25 +0,0 @@ -https://bugs.gentoo.org/621176 - -From 29b721bc9d20ed44858017689ce1745c220bd0d4 Mon Sep 17 00:00:00 2001 -From: Zac Medico -Date: Wed, 7 Jun 2017 17:21:33 -0700 -Subject: [PATCH] pylibmount: NULL terminate kwlist in Context_init - -Fixes a segfault observed with python3.6. ---- - libmount/python/context.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libmount/python/context.c b/libmount/python/context.c -index 6d82e1432..982414d01 100644 ---- a/libmount/python/context.c -+++ b/libmount/python/context.c -@@ -90,7 +90,7 @@ static int Context_init(ContextObjext *self, PyObject *args, PyObject *kwds) - "source", "target", "fstype", - "options", "mflags", "fstype_pattern", - "options_pattern", "fs", "fstab", -- "optsmode" -+ "optsmode", NULL - }; - - if (!PyArg_ParseTupleAndKeywords(