Hello community, here is the log from the commit of package mtd-utils for openSUSE:Factory checked in at 2020-11-05 21:55:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtd-utils (Old) and /work/SRC/openSUSE:Factory/.mtd-utils.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtd-utils" Thu Nov 5 21:55:16 2020 rev:8 rq:846148 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mtd-utils/mtd-utils.changes 2020-02-04 19:54:07.649348694 +0100 +++ /work/SRC/openSUSE:Factory/.mtd-utils.new.11331/mtd-utils.changes 2020-11-05 21:56:05.932025140 +0100 @@ -1,0 +2,42 @@ +Thu Nov 5 08:52:38 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 2.1.2: + * Features: + + flashcp: Add option -A/--erase-all + + mtd-utils: add optional offset parameter to flash_otp_dump + + ubi-utils: Implement a ubihealthd + + mkfs.ubifs: Add authentication support + * Fixes: + + ubifs-media: Update to Linux-5.3-rc3 + + mtd-utils: Fix return value of ubiformat + + ubiupdatevol: Prevent null pointer dereference + + libubigen: remove unnecessary include + + libubi: remove private kernel header from includes + + mkfs.ubifs: fscrypt: bail from encrypt_block if gen_essiv_salt fails + + mkfs.ubifs: abort add_directory if readdir fails + + mkfs.ubifs: close file descriptor in add_file error path + + mkfs.ubifs: don't leak copied command line arguments + + mkfs.ubifs: free derived fscrypt context in add_directory error paths + + mkfs.ubifs: don't leak hastable iterators + + mkfs.ubifs: don't leak temporary buffers + + mkfs.ubifs: propperly cleanup in ALL interpret_table_entry error paths + + mkfs.jffs2: don't leak temporary buffer if readlink fails + + libmtd: don't leak temporary buffers + + ftl_check: don't leak temporary buffers + + ftl_format: don't leak temporary buffers + + ubiformat: don't leak file descriptors + + nanddump: don't leak copied command line arguments + + mtd_debug: cleanup error handling in flash_to_file + + jittertest: fix error check for open system call + + fs-tests: don't leak temporary buffers + + mtd-utils: Fix printf format specifiers with the wrong type + + mtd-utils: Fix potential negative arguments passed to close(2) + + mtd-utils: Fix various TOCTOU issues + + mtd-utils: Fix some simple cases of uninitialized value reads + + mtd-utils: Fix wrong argument to sizeof in nanddump + + mtd-utils: Fix "are we really at EOF" test logic in libubi read_data + + mtd-utils: Fix potentially unterminated strings + + mtd-utils: Add checks to code that copies strings into fixed sized buffers + + mkfs.ubifs: fix broken build if fscrtyp is disabled + +------------------------------------------------------------------- Old: ---- mtd-utils-2.1.1.tar.bz2 mtd-utils-2.1.1.tar.bz2.asc New: ---- mtd-utils-2.1.2.tar.bz2 mtd-utils-2.1.2.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtd-utils.spec ++++++ --- /var/tmp/diff_new_pack.ZJN2Ej/_old 2020-11-05 21:56:06.748023305 +0100 +++ /var/tmp/diff_new_pack.ZJN2Ej/_new 2020-11-05 21:56:06.752023295 +0100 @@ -17,7 +17,7 @@ Name: mtd-utils -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: Tools for maintaining Memory Technology Devices License: GPL-2.0-or-later @@ -41,7 +41,7 @@ including JFFS2, M-Systems DiskOnChip devices, etc. %prep -%setup -q +%autosetup %build %configure @@ -88,6 +88,7 @@ %{_sbindir}/ubiblock %{_sbindir}/ubicrc32 %{_sbindir}/ubidetach +%{_sbindir}/ubihealthd %{_sbindir}/ubiformat %{_sbindir}/ubimkvol %{_sbindir}/ubinfo ++++++ mtd-utils-2.1.1.tar.bz2 -> mtd-utils-2.1.2.tar.bz2 ++++++ ++++ 3233 lines of diff (skipped)
