summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-18 10:57:48 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-18 11:14:31 +0000
commit4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5 (patch)
tree4cdab6933910063bb7fb95870850568c10286168 /sys-apps/firejail/files
parentsys-apps/firejail: Remove older LTS version (diff)
downloadgentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.tar.gz
gentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.tar.bz2
gentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.zip
sys-apps/firejail-lts: Move LTS version to separate package
Having it in a separate package makes it easier for users to follow LTS branch of firejail. Before that users had to mask older versions to test LTS. It's better than having it slotted because portage by default picks up latest version from any slot and user would have to explicitly install particular slot. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/firejail/files')
-rw-r--r--sys-apps/firejail/files/firejail-0.9.38.6-sysmacros.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/firejail/files/firejail-0.9.38.6-sysmacros.patch b/sys-apps/firejail/files/firejail-0.9.38.6-sysmacros.patch
deleted file mode 100644
index 85830a40cacf..000000000000
--- a/sys-apps/firejail/files/firejail-0.9.38.6-sysmacros.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Wed, 20 Apr 2016 00:14:21 -0400
-Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
-
-These funcs have been defined in sys/sysmacros.h forever, and Linux C
-libs are moving away from implicitly including it. Update the files
-to include it explicitly.
----
- src/firejail/fs_dev.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c
-index 97ee9de..2f66980 100644
---- a/src/firejail/fs_dev.c
-+++ b/src/firejail/fs_dev.c
-@@ -28,6 +28,7 @@
- #ifndef _BSD_SOURCE
- #define _BSD_SOURCE
- #endif
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
-
- static void create_char_dev(const char *path, mode_t mode, int major, int minor) {
---
-2.7.4
-