commit: 34f0a08af2dadbc1c1b196d75d7f9b927aad184e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Oct 10 13:40:44 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <[email protected]> -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(
