2019-09-30 10:37:40 -04:00
|
|
|
Name: e2fsprogs
|
2022-10-19 15:02:41 +08:00
|
|
|
Version: 1.46.5
|
2023-07-05 02:44:00 +00:00
|
|
|
Release: 5
|
2019-09-30 10:37:40 -04:00
|
|
|
Summary: Second extended file system management tools
|
2022-01-27 15:31:44 +08:00
|
|
|
License: GPLv2+ and LGPLv2 and MIT
|
2019-12-25 17:33:57 +08:00
|
|
|
URL: http://e2fsprogs.sourceforge.net/
|
2019-09-30 10:37:40 -04:00
|
|
|
Source0: https://www.kernel.org/pub/linux/kernel/people/tytso/%{name}/v%{version}/%{name}-%{version}.tar.xz
|
2022-06-21 03:06:54 +00:00
|
|
|
Source1: ext2_types-wrapper.h
|
2020-01-14 19:21:46 +08:00
|
|
|
|
2021-11-24 15:31:02 +08:00
|
|
|
Patch1: 0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch
|
2022-10-19 15:02:41 +08:00
|
|
|
Patch2: 0002-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch
|
|
|
|
|
Patch3: 0003-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch
|
|
|
|
|
Patch4: 0004-e2fsck-exit-journal-recovery-when-jounral-superblock.patch
|
|
|
|
|
Patch5: 0005-e2fsck-add-env-param-E2FS_UNRELIABLE_IO-to-fi.patch
|
|
|
|
|
Patch6: 0006-e2mmpstatus.8.in-detele-filesystem-can-be-UUID-or-LA.patch
|
|
|
|
|
Patch7: 0007-tests-fix-ACL-printing-tests.patch
|
|
|
|
|
Patch8: 0008-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch
|
|
|
|
|
Patch9: 0009-e2fsck-handle-level-is-overflow-in-ext2fs_extent_get.patch
|
|
|
|
|
Patch10: 0010-libext2fs-add-sanity-check-to-extent-manipulation.patch
|
|
|
|
|
Patch11: 0011-e2fsprogs-add-sw64.patch
|
|
|
|
|
Patch12: 0012-tune2fs-do-not-change-j_tail_sequence-in-journal-sup.patch
|
|
|
|
|
Patch13: 0013-debugfs-teach-logdump-the-n-num_trans-option.patch
|
|
|
|
|
Patch14: 0014-tune2fs-fix-tune2fs-segfault-when-ext2fs_run_ext3_jo.patch
|
|
|
|
|
Patch15: 0015-tune2fs-tune2fs_main-should-return-rc-when-some-erro.patch
|
|
|
|
|
Patch16: 0016-tune2fs-exit-directly-when-fs-freed-in-ext2fs_run_ext3_journal.patch
|
2022-12-01 15:22:20 +08:00
|
|
|
Patch17: 0017-unix_io.c-fix-deadlock-problem-in-unix_write_blk64.patch
|
2023-01-30 17:17:46 +08:00
|
|
|
Patch18: 0018-misc-fsck.c-Processes-may-kill-other-processes.patch
|
2023-02-08 21:47:31 -05:00
|
|
|
Patch19: 0019-debugfs-fix-repeated-output-problem-with-logdump-O-n.patch
|
|
|
|
|
Patch20: 0020-tune2fs-check-return-value-of-ext2fs_mmp_update2-in-.patch
|
|
|
|
|
Patch21: 0021-mmp-fix-wrong-comparison-in-ext2fs_mmp_stop.patch
|
2022-08-13 11:14:53 +08:00
|
|
|
|
2021-11-16 10:26:59 +08:00
|
|
|
|
2021-07-30 22:36:15 +08:00
|
|
|
BuildRequires: gcc pkgconfig texinfo
|
2019-09-30 10:37:40 -04:00
|
|
|
BuildRequires: fuse-devel libblkid-devel libuuid-devel
|
2021-08-20 06:09:52 +00:00
|
|
|
BuildRequires: audit
|
2020-12-17 17:27:34 +08:00
|
|
|
Recommends: %{name}-help = %{version}-%{release}
|
2019-09-30 10:37:40 -04:00
|
|
|
|
2023-07-05 02:44:00 +00:00
|
|
|
Provides: e2fsprogs-libs%{?_isa} = %{version}-%{release} e2fsprogs-libs = %{version}-%{release}
|
|
|
|
|
Obsoletes: e2fsprogs-libs < %{version}
|
|
|
|
|
Provides: libcom_err%{?_isa} = %{version}-%{release} libcom_err = %{version}-%{release}
|
|
|
|
|
Obsoletes: libcom_err < %{version}
|
|
|
|
|
Provides: libss%{?_isa} = %{version}-%{release} libss = %{version}-%{release}
|
|
|
|
|
Obsoletes: libss < %{version}
|
2019-09-30 10:37:40 -04:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The e2fsprogs package consists of a lot of tools for users to create,
|
|
|
|
|
check, modify, and correct any inconsistencies in second extended file
|
|
|
|
|
system.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Second extended file system libraries and headers
|
|
|
|
|
License: GPLv2 and LGPLv2 and MIT
|
|
|
|
|
Requires: e2fsprogs = %{version}-%{release}
|
|
|
|
|
Requires: gawk
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Requires(post): info
|
|
|
|
|
Requires(preun): info
|
2023-07-05 02:44:00 +00:00
|
|
|
Provides: libcom_err-devel%{?_isa} = %{version}-%{release} libcom_err-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libcom_err-devel < %{version}
|
|
|
|
|
Provides: libss-devel%{?_isa} = %{version}-%{release} libss-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libss-devel < %{version}
|
|
|
|
|
Provides: e2fsprogs-static{?_isa} = %{version}-%{release} e2fsprogs-static = %{version}-%{release}
|
|
|
|
|
Obsoletes: e2fsprogs-static < %{version}
|
2019-09-30 10:37:40 -04:00
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package provides libraries and header files to develop
|
|
|
|
|
second extended file system userspace programs.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: man files for e2fsprogs
|
|
|
|
|
Requires: man
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This packages includes man files for e2fsprogs.
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-07-30 22:36:15 +08:00
|
|
|
%autosetup -n %{name}-%{version} -p1
|
2019-09-30 10:37:40 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
|
|
|
|
--enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
|
|
|
|
--disable-e2initrd-helper --disable-libblkid --disable-libuuid \
|
|
|
|
|
--enable-quota --with-root-prefix=/usr
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install install-libs DESTDIR=%{buildroot} INSTALL="%{__install} -p" \
|
|
|
|
|
root_sbindir=%{_sbindir} root_libdir=%{_libdir}
|
|
|
|
|
chmod +w %{buildroot}%{_libdir}/*.a
|
|
|
|
|
|
2022-06-21 03:06:54 +00:00
|
|
|
# Replace arch-dependent header file with arch-independent stub (when needed).
|
|
|
|
|
#%multilib_fix_c_header --file %{_includedir}/ext2fs/ext2_types.h
|
|
|
|
|
# ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
|
|
|
|
|
%define multilib_arches %{ix86} x86_64
|
|
|
|
|
|
|
|
|
|
%ifarch %{multilib_arches}
|
|
|
|
|
mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
|
|
|
|
|
%{buildroot}%{_includedir}/ext2fs/ext2_types-%{_arch}.h
|
|
|
|
|
|
|
|
|
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
|
|
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
2019-09-30 10:37:40 -04:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
2020-01-22 10:29:08 +08:00
|
|
|
rm -f %{buildroot}/etc/cron.d/e2scrub_all
|
2020-01-22 18:54:28 +08:00
|
|
|
rm -f %{buildroot}%{_libdir}/e2fsprogs/e2scrub_all_cron
|
2020-01-22 10:29:08 +08:00
|
|
|
|
2022-06-21 03:06:54 +00:00
|
|
|
%ifarch i686
|
|
|
|
|
rm -rf %{buildroot}%{_unitdir}/e2scrub*
|
|
|
|
|
%endif
|
|
|
|
|
|
2019-09-30 10:37:40 -04:00
|
|
|
%check
|
|
|
|
|
make fullcheck
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
if [ -f %{_infodir}/libext2fs.info.gz ]; then
|
|
|
|
|
/sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%preun devel
|
|
|
|
|
if [ $1 = 0 -a -f %{_infodir}/libext2fs.info.gz ]; then
|
|
|
|
|
/sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
|
|
|
|
fi
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc README RELEASE-NOTES
|
|
|
|
|
%license NOTICE
|
|
|
|
|
%config(noreplace) /etc/mke2fs.conf
|
2020-01-14 19:21:46 +08:00
|
|
|
%config(noreplace) /etc/e2scrub.conf
|
2019-09-30 10:37:40 -04:00
|
|
|
%{_bindir}/chattr
|
2020-01-14 19:21:46 +08:00
|
|
|
%{_bindir}/fuse2fs
|
2019-09-30 10:37:40 -04:00
|
|
|
%{_bindir}/lsattr
|
2020-01-14 19:21:46 +08:00
|
|
|
%{_libdir}/e2fsprogs/e2scrub_fail
|
2019-09-30 10:37:40 -04:00
|
|
|
%{_libdir}/libe2p.so.*
|
|
|
|
|
%{_libdir}/libext2fs.so.*
|
|
|
|
|
%{_libdir}/libcom_err.so.*
|
|
|
|
|
%{_libdir}/libss.so.*
|
|
|
|
|
%{_sbindir}/*
|
2020-01-14 19:21:46 +08:00
|
|
|
%{_udevrulesdir}/*.rules
|
2022-06-21 03:06:54 +00:00
|
|
|
%ifnarch i686
|
2020-01-14 19:21:46 +08:00
|
|
|
%{_unitdir}/e2scrub*
|
2022-06-21 03:06:54 +00:00
|
|
|
%endif
|
2019-09-30 10:37:40 -04:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_bindir}/compile_et
|
|
|
|
|
%{_bindir}/mk_cmds
|
|
|
|
|
%{_datadir}/et
|
|
|
|
|
%{_datadir}/ss
|
|
|
|
|
%{_infodir}/libext2fs.info*
|
|
|
|
|
%{_includedir}/e2p
|
|
|
|
|
%{_includedir}/ext2fs
|
|
|
|
|
%{_includedir}/et
|
|
|
|
|
%{_includedir}/com_err.h
|
|
|
|
|
%{_includedir}/ss
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-07-05 02:44:00 +00:00
|
|
|
* Wed Jul 05 2023 Xinliang Liu <xinliang.liu@linaro.org> - 1.46.5-5
|
|
|
|
|
- Fix rpmlint Provides/Obsoletes unversioned warnings to fix dnf update
|
|
|
|
|
|
2023-02-08 21:47:31 -05:00
|
|
|
* Thu Feb 9 2023 lihaoxiang <lihaoxiang9@huawei.com> - 1.46.5-4
|
|
|
|
|
- Upstream patches regress for debugfs, tune2fs and mmp.
|
|
|
|
|
|
2023-01-30 17:17:46 +08:00
|
|
|
* Mon Jan 30 2023 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.5-3
|
|
|
|
|
- misc/fsck.c: Processes may kill other processes.
|
|
|
|
|
|
2022-12-01 15:22:20 +08:00
|
|
|
* Thu Dec 1 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.46.5-2
|
|
|
|
|
- fix deadlock problem in unix_write_blk64
|
|
|
|
|
|
2022-10-19 15:02:41 +08:00
|
|
|
* Wed Oct 19 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.5-1
|
|
|
|
|
- update package to v1.46.5.
|
|
|
|
|
|
2022-10-14 10:38:47 +08:00
|
|
|
* Fri Oct 14 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.46.4-16
|
|
|
|
|
- tune2fs: fix segfault problem
|
|
|
|
|
|
2022-09-23 10:01:31 +08:00
|
|
|
* Fri Sep 23 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-15
|
|
|
|
|
- test: fix ACL-printing tests from community
|
|
|
|
|
|
2022-08-20 12:49:08 +08:00
|
|
|
* Sat Aug 20 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.46.4-14
|
|
|
|
|
- debugfs: teach logdump the -n <num_trans> option
|
|
|
|
|
|
2022-08-13 11:14:53 +08:00
|
|
|
* Fri Aug 12 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-13
|
|
|
|
|
- tune2fs: do not change j_tail_sequence in journal superblock
|
|
|
|
|
|
2022-08-10 09:41:55 +08:00
|
|
|
* Fri Jun 24 2022 wuzx<wuzx1226@qq.com> - 1.46.4-12
|
|
|
|
|
- add sw64 patch
|
|
|
|
|
|
2022-06-21 03:06:54 +00:00
|
|
|
* Tue Jun 21 2022 lihaoxiang <lihaoxiang9@huawei.com> - 1.46.4-11
|
|
|
|
|
- DESC:add wrapper header file for i686 and x86_64 then fix conflicts when intall i686 rpms.
|
|
|
|
|
|
2022-05-28 10:02:50 +08:00
|
|
|
* Sat May 28 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.46.4-10
|
|
|
|
|
- fix CVE-2022-1304
|
|
|
|
|
|
2022-05-20 01:38:02 +00:00
|
|
|
* Fri May 20 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-9
|
|
|
|
|
- e2fsck: handle->level is overflow in ext2fs_extent_get.
|
|
|
|
|
|
2022-05-19 14:30:58 +08:00
|
|
|
* Wed May 18 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-8
|
|
|
|
|
- e2fsck: do not clean up file acl if the inode is truncating type
|
|
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Thu Mar 17 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-7
|
2022-03-17 11:05:42 +08:00
|
|
|
- tests: skip m_rootdir_acl if selinux is not disabled
|
2022-03-16 15:20:15 +08:00
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Wed Mar 9 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-6
|
2022-03-09 18:50:15 +08:00
|
|
|
- libext2fs: don't old the CACHE_MTX while doing I/O
|
|
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Tue Mar 8 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-5
|
2022-03-08 10:28:20 +08:00
|
|
|
- tests: update expect file for u_direct_io
|
|
|
|
|
|
2022-03-02 10:03:18 +08:00
|
|
|
* Wed Mar 2 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-4
|
|
|
|
|
- e2mmpstatus.8.in: detele filesystem can be UUID or LABEL in manpage
|
|
|
|
|
|
2022-02-24 10:47:08 +08:00
|
|
|
* Thu Feb 24 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-3
|
2022-02-25 15:44:06 +08:00
|
|
|
- adapt patchs from openEuler-20.03-LTS
|
2022-02-24 10:47:08 +08:00
|
|
|
|
2022-01-27 15:31:44 +08:00
|
|
|
* Thu Jan 27 2022 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-2
|
|
|
|
|
- replace License in spec
|
|
|
|
|
|
2021-11-24 15:31:02 +08:00
|
|
|
* Sat Nov 27 2021 zhanchengbin <zhanchengbin1@huawei.com> - 1.46.4-1
|
|
|
|
|
- update package to v1.46.4.
|
|
|
|
|
|
2021-11-16 10:26:59 +08:00
|
|
|
* Mon Nov 15 2021 zhanchengbin <zhanchengbin1@huawei.com> - 1.45.6-7
|
|
|
|
|
- DESC: integrate community patches.
|
|
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Mon Sep 13 2021 lixiaokeng <lixiaokeng@huawei.com> - 1.45.6-6
|
2021-09-13 00:03:57 +08:00
|
|
|
- DESC: add newer libreadline.so.8 to dlopen path
|
|
|
|
|
|
2021-08-20 06:09:52 +00:00
|
|
|
* Fri Aug 20 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.45.6-5
|
|
|
|
|
- DESC: add necessary BuildRequires audit
|
|
|
|
|
|
2021-07-30 22:36:15 +08:00
|
|
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.45.6-4
|
|
|
|
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
|
|
|
|
|
2020-12-17 17:27:34 +08:00
|
|
|
* Wed Dec 16 2020 yanglongkang <yanglongkang@huawei.com> - 1.45.6-3
|
|
|
|
|
- Set help package as install require
|
|
|
|
|
|
2020-10-30 16:49:49 +08:00
|
|
|
* Fri Oct 30 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1.45.6-2
|
|
|
|
|
- backport upstream patches-epoch2 to fix some problems
|
|
|
|
|
|
2020-07-15 21:26:13 +08:00
|
|
|
* Wed Jul 15 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1.45.6-1
|
|
|
|
|
- rebuild package
|
|
|
|
|
|
2020-07-01 14:51:35 +08:00
|
|
|
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 1.45.3-5
|
|
|
|
|
- rebuild package
|
|
|
|
|
|
2020-02-03 20:28:20 +08:00
|
|
|
* Mon Feb 3 2020 luoshijie <luoshijie1@huawei.com> - 1.45.3-4
|
|
|
|
|
- Type:cves
|
|
|
|
|
- ID:CVE-2019-5094
|
|
|
|
|
- SUG:restart
|
|
|
|
|
- DESC:backport patch to fix CVE-2019-5094.
|
|
|
|
|
|
2020-01-22 18:54:28 +08:00
|
|
|
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-3
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change path to remove no used file.
|
|
|
|
|
|
2020-01-22 10:29:08 +08:00
|
|
|
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-2
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:fix local rpmbuild error.
|
|
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-1
|
2020-01-14 20:38:10 +08:00
|
|
|
- Type:cves
|
|
|
|
|
- ID:CVE-2019-5188
|
|
|
|
|
- SUG:restart
|
|
|
|
|
- DESC:backport patch to fix CVE-2019-5188.
|
|
|
|
|
|
2022-05-20 09:44:23 +08:00
|
|
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.45.3-0
|
2020-01-14 19:21:46 +08:00
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update package from 1.44.3 to 1.45.3.
|
|
|
|
|
|
2020-01-13 11:40:07 +08:00
|
|
|
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.44.3-8
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update spec.
|
|
|
|
|
|
2019-09-30 10:37:40 -04:00
|
|
|
* Wed Sep 18 2019 luoshijie <luoshijie1@huawei.com> - 1.44.3-7
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:modify spec file to follow spec rules.
|
|
|
|
|
|
|
|
|
|
* Fri Sep 6 2019 luoshijie <luoshijie1@huawei.com> - 1.44.3-6
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:openEuler Debranding
|
|
|
|
|
|
|
|
|
|
* Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 1.44.3-5
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:rename patch name
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 zhangyujing <zhangyujing1@huawei.com> - 1.44.3-4
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:e2freefrag: fix memory leak in scan_online()
|
|
|
|
|
create_inode: fix potential memory leak in path_append()
|
|
|
|
|
mke2fs: fix check for absurdly large devices
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2019 zhangyujing <zhangyujing1@huawei.com> - 1.44.3-3
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:blkid avoid FPE crash when probing a HFS superblock
|
|
|
|
|
AOSP e2fsdroid Fix crash with invalid command line a
|
|
|
|
|
e2fsck fix fd leak in reserve_stdio_fds
|
|
|
|
|
libext2fs fix uninitialized length in rep_strdup
|
|
|
|
|
tune2fs fix dereference of freed memory after journa
|
|
|
|
|
libe2p avoid segfault when s_nr_users is too high
|
|
|
|
|
e2freefrag fix free blocks count during live scan
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 wangxiao <wangxiao65@huawei.com> - 1.44.3-2
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:disable the metadata_csum creat by mke2fs -t ext4 by default
|
|
|
|
|
- Package init
|
|
|
|
|
|