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
This commit is contained in:
Jan Engelhardt 2021-02-13 19:03:03 +00:00 committed by Git OBS Bridge
parent 542b2c1857
commit 033c5178d2
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f
size 205973

3
gptfdisk-1.0.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8
size 207017

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 9 22:56:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <jengelh@inai.de>

View File

@ -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