From 033c5178d284a922d7ce503924d2dec8e8faf3e5218202215dc3409c042668e5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 13 Feb 2021 19:03:03 +0000 Subject: [PATCH] Accepting request 870714 from home:glaubitz:branches:filesystems - Update to 1.0.6 * Fixed bug that could cause segfault if GPT header claimed partition entries are oversized. See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0256 * Fixed bug that could cause a crash if a badly-formatted MBR disk was read. See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0308 * Renamed the partition type "Freedesktop $BOOT" to "XBOOTLDR partition". * Added several more Freedesktop partition table type codes (0x8312 through 0x831C). * Fixed type code definition in diskio-unix.cc that prevented 32-bit builds from correctly handling disks over 4 TiB in size. * Minor tweaks to get the software to compile on FreeBSD; that seems to have fallen into disrepair. OBS-URL: https://build.opensuse.org/request/show/870714 OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=17 --- gptfdisk-1.0.5.tar.gz | 3 --- gptfdisk-1.0.6.tar.gz | 3 +++ gptfdisk.changes | 18 ++++++++++++++++++ gptfdisk.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 gptfdisk-1.0.5.tar.gz create mode 100644 gptfdisk-1.0.6.tar.gz diff --git a/gptfdisk-1.0.5.tar.gz b/gptfdisk-1.0.5.tar.gz deleted file mode 100644 index d0091d6..0000000 --- a/gptfdisk-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f -size 205973 diff --git a/gptfdisk-1.0.6.tar.gz b/gptfdisk-1.0.6.tar.gz new file mode 100644 index 0000000..25cfeca --- /dev/null +++ b/gptfdisk-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8 +size 207017 diff --git a/gptfdisk.changes b/gptfdisk.changes index 2fa4cae..db94121 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Feb 9 22:56:48 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.0.6 + * Fixed bug that could cause segfault if GPT header claimed partition + entries are oversized. See: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0256 + * Fixed bug that could cause a crash if a badly-formatted MBR disk was + read. See: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0308 + * Renamed the partition type "Freedesktop $BOOT" to "XBOOTLDR partition". + * Added several more Freedesktop partition table type codes (0x8312 through + 0x831C). + * Fixed type code definition in diskio-unix.cc that prevented 32-bit builds + from correctly handling disks over 4 TiB in size. + * Minor tweaks to get the software to compile on FreeBSD; that seems to have + fallen into disrepair. + ------------------------------------------------------------------- Fri Sep 4 15:29:53 UTC 2020 - Jan Engelhardt diff --git a/gptfdisk.spec b/gptfdisk.spec index 21a610a..58d39b3 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -1,7 +1,7 @@ # # spec file for package gptfdisk # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gptfdisk -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: GPT partitioning and MBR repair software License: GPL-2.0-only