Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/files/
Date: Fri, 20 Oct 2017 07:45:33
Message-Id: 1508485515.34f0a08af2dadbc1c1b196d75d7f9b927aad184e.monsieurp@gentoo
1 commit: 34f0a08af2dadbc1c1b196d75d7f9b927aad184e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 10 13:40:44 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:45:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0a08a
7
8 sys-apps/util-linux: remove unused patch.
9
10 .../util-linux-2.30-pylibmount_segfault.patch | 25 ----------------------
11 1 file changed, 25 deletions(-)
12
13 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
14 deleted file mode 100644
15 index 73fbc994923..00000000000
16 --- a/sys-apps/util-linux/files/util-linux-2.30-pylibmount_segfault.patch
17 +++ /dev/null
18 @@ -1,25 +0,0 @@
19 -https://bugs.gentoo.org/621176
20 -
21 -From 29b721bc9d20ed44858017689ce1745c220bd0d4 Mon Sep 17 00:00:00 2001
22 -From: Zac Medico <zmedico@g.o>
23 -Date: Wed, 7 Jun 2017 17:21:33 -0700
24 -Subject: [PATCH] pylibmount: NULL terminate kwlist in Context_init
25 -
26 -Fixes a segfault observed with python3.6.
27 ----
28 - libmount/python/context.c | 2 +-
29 - 1 file changed, 1 insertion(+), 1 deletion(-)
30 -
31 -diff --git a/libmount/python/context.c b/libmount/python/context.c
32 -index 6d82e1432..982414d01 100644
33 ---- a/libmount/python/context.c
34 -+++ b/libmount/python/context.c
35 -@@ -90,7 +90,7 @@ static int Context_init(ContextObjext *self, PyObject *args, PyObject *kwds)
36 - "source", "target", "fstype",
37 - "options", "mflags", "fstype_pattern",
38 - "options_pattern", "fs", "fstab",
39 -- "optsmode"
40 -+ "optsmode", NULL
41 - };
42 -
43 - if (!PyArg_ParseTupleAndKeywords(