logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 682ad1c35ee83c75103b9681609eae0ba5b5792f
parent 8b33d20edbd20edd467397c0e8e9ba09c7a28f1f
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 May 2019 01:07:33 -0700

e2fsprogs: Update to 1.45.1

Diffstat:

Mpkg/e2fsprogs/gen.lua7+++----
Mpkg/e2fsprogs/ver2+-
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua @@ -1,4 +1,4 @@ -set('version', '1.45.0') +set('version', '1.45.1') cflags{ '-D HAVE_CONFIG_H', '-I $outdir', @@ -17,7 +17,7 @@ build('cat', '$outdir/config.h', { set('subst', { '-e s,@E2FSPROGS_VERSION@,$version,', - '-e s,@E2FSPROGS_MONTH@,March,', + '-e s,@E2FSPROGS_MONTH@,May,', '-e s,@E2FSPROGS_YEAR@,2019,', '-e s,@JDEV@,,', }) @@ -147,6 +147,7 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/( namei.c native.c newdir.c + nls_utf8.c openfs.c progress.c punch.c @@ -167,8 +168,6 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/( rbtree.c dupfs.c - - nls_ascii.c nls_utf8-norm.c nls_utf8.c )]]) lib('libsupport.a', [[$outdir/prof_err.c lib/support/( cstring.c diff --git a/pkg/e2fsprogs/ver b/pkg/e2fsprogs/ver @@ -1 +1 @@ -1.45.0 r0 +1.45.1 r0