diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-02-08 17:46:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 17:15:08 +0000 |
commit | 75cd5da43f98fe523d5dff7d4287494435c0191e (patch) | |
tree | 5df341ca518e78b8cb6000ab91baab7b1298ea1b /app-admin | |
parent | dev-util/valgrind: remove unused file (diff) | |
download | gentoo-75cd5da43f98fe523d5dff7d4287494435c0191e.tar.gz gentoo-75cd5da43f98fe523d5dff7d4287494435c0191e.tar.bz2 gentoo-75cd5da43f98fe523d5dff7d4287494435c0191e.zip |
app-admin/augeas: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29492
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/augeas/files/augeas-1.13.0-selinux.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-admin/augeas/files/augeas-1.13.0-selinux.patch b/app-admin/augeas/files/augeas-1.13.0-selinux.patch deleted file mode 100644 index e1af18805a22..000000000000 --- a/app-admin/augeas/files/augeas-1.13.0-selinux.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://github.com/hercules-team/augeas/commit/f38398a2d07028b892eac59449a35e1a3d645fac - -From f38398a2d07028b892eac59449a35e1a3d645fac Mon Sep 17 00:00:00 2001 -From: Leo-Schmit <63145459+Leo-Schmit@users.noreply.github.com> -Date: Tue, 20 Sep 2022 13:41:31 +0200 -Subject: [PATCH] Replace deprecated 'security_context_t' with 'char *' (#747) - ---- a/src/transform.c -+++ b/src/transform.c -@@ -918,7 +918,7 @@ static int transfer_file_attrs(FILE *from, FILE *to, - struct stat st; - int ret = 0; - int selinux_enabled = (is_selinux_enabled() > 0); -- security_context_t con = NULL; -+ char *con = NULL; - - int from_fd; - int to_fd = fileno(to); - |