- update to 2.2.9:
* {mount,umount}.nilfs2: use libmount by default
* fix build warnings in Autoconf 2.70 or later:
- configure.ac: use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER
- configure.ac: remove AC_PROG_CC_C99 macro
- configure.ac: use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
- configure.ac: use LT_INIT instead of AC_PROG_LIBTOOL
- configure.ac: remove obsolete AC_HEADER_STDC marco
- configure.ac: remove obsolete AC_HEADER_TIME marco
- do not use AC_TYPE_SIGNAL and RETSIGTYPE
* fix gcc8 -Wstringop-truncation warnings:
- mkfs, nilfs-tune: fix gcc8 warnings for volume name buffers
- nilfs-tune: fix gcc8 warnings at user_string() and group_string()
* update documents:
- README: update git repository url
- README: alter URLs referenced in the developer notes
- README: remedy a note about dependency on the selinux library
OBS-URL: https://build.opensuse.org/request/show/997602
OBS-URL: https://build.opensuse.org/package/show/filesystems/nilfs-utils?expand=0&rev=23
- update to 2.2.8:
* fix some build issues
* fix bugs:
- mkfs.nilfs2: fix underflow in calculation of minimum number of
segments
- mkfs.nilfs2: fix wrong suggestion of minimum device size
* update maintainer's email address
* Fix conflicting data buffer error; this fixes a cleanerd crash
issue in some high loads that leads the file system to a disk
full.
* dumpseg: fix misuse of endian conversion macro for ss_nblocks
* libnilfs: fix potential memory access overrun at
* nilfs_psegment_is_valid()
* libnilfs: fix potential underflow at nilfs_psegment_is_end()
* libnilfs: fix potential underflow of p_maxblocks at
nilfs_psegment_init()
* libnilfs: add missing errno setting at nilfs_sb_write()
* libnilfs: add sanity check on segment summary header size
* libnilfs: check range of finfo and binfos before reading them
* libnilfs: add sanity check for block counts in finfo
* libnilfs: get rid of HAVE_MUNMAP
* fix the problem that checkpoints and blocks with a future timestamp
* fix the problem that cleanerd timeout can be too long when the
system time is changed to earlier time:
* fix other problems that can happen when the system time is changed
to earlier time
* fix bugs
* improve checkpatch script:
* fix coding style issues:
* minor-amendments:
OBS-URL: https://build.opensuse.org/request/show/891580
OBS-URL: https://build.opensuse.org/package/show/filesystems/nilfs-utils?expand=0&rev=20