logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 3ae200d6ea8ec4b51a361af2a81b5a74c2bdb230
parent 5e3360f3f3888e3ac28c44c5c3151740ec14e92d
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 11 Jan 2018 22:24:53 -0800

e2fsprogs: Update to 1.43.8

Diffstat:

M.gitmodules1-
Mpkg/e2fsprogs/config.h1+
Dpkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch25-------------------------
Mpkg/e2fsprogs/rev2+-
4 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -33,7 +33,6 @@ [submodule "pkg/e2fsprogs/src"] path = pkg/e2fsprogs/src url = https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git - ignore = all [submodule "pkg/efibootmgr/src"] path = pkg/efibootmgr/src url = https://github.com/rhinstaller/efibootmgr diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h @@ -173,6 +173,7 @@ #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_WAIT_H 1 +#define HAVE_SYS_XATTR_H 1 #define HAVE_TERMIOS_H 1 /* #undef HAVE_TERMIO_H */ #define HAVE_TSEARCH 1 diff --git a/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch b/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch @@ -1,25 +0,0 @@ -From d83c405659c8516cb32a1e57dcfbb1752d26319d Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Sun, 28 May 2017 16:34:32 -0700 -Subject: [PATCH] Add missing sys/xattr.h include - ---- - misc/create_inode.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/misc/create_inode.c b/misc/create_inode.c -index 8ce3fafa..a972f936 100644 ---- a/misc/create_inode.c -+++ b/misc/create_inode.c -@@ -20,6 +20,8 @@ - #include <limits.h> /* for PATH_MAX */ - #ifdef HAVE_ATTR_XATTR_H - #include <attr/xattr.h> -+#else -+#include <sys/xattr.h> - #endif - #include <sys/ioctl.h> - #ifdef HAVE_SYS_SYSMACROS_H --- -2.14.1 - diff --git a/pkg/e2fsprogs/rev b/pkg/e2fsprogs/rev @@ -1 +1 @@ -7 +8