Commit Graph

45 Commits

Author SHA256 Message Date
Ana Guerrero
03bbe1760f Accepting request 1166946 from filesystems
- Update to release 1.0.10

OBS-URL: https://build.opensuse.org/request/show/1166946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=27
2024-04-14 09:53:40 +00:00
81d862adf1 - Update to release 1.0.10
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=26
2024-04-11 19:46:15 +00:00
Ana Guerrero
5676cca113 Accepting request 1110886 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1110886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=26
2023-09-13 18:43:46 +00:00
33aca30caa Accepting request 1110822 from home:favogt:combustion
- Add patch to fix UUID generation with util-linux >= 2.38:
  * gptfdisk-1.0.9-libuuid.patch

OBS-URL: https://build.opensuse.org/request/show/1110822
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=25
2023-09-13 11:29:30 +00:00
Dominique Leuenberger
620960c604 Accepting request 1069857 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1069857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=25
2023-03-08 13:51:26 +00:00
fa00c5e951 Accepting request 1069782 from home:AZhou:branches:filesystems
- Add gptfdisk-fix-null-pointer-dereference.patch: Fix NULL pointer
  dereference in pervious patch, poptGetArg can return NULL so we
  should not pass it to strdup directly (bsc#1208877).

OBS-URL: https://build.opensuse.org/request/show/1069782
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=24
2023-03-07 08:23:30 +00:00
Dominique Leuenberger
5e2f6a11ca Accepting request 1007401 from filesystems
- Add patch to fix sgdisk with popt 1.19:

OBS-URL: https://build.opensuse.org/request/show/1007401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=24
2022-10-03 11:44:43 +00:00
61a9943f7e drop redundant PATCH-* (the metadata is in the file), add Git-* lines
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=23
2022-10-01 08:28:02 +00:00
5297a0211e Accepting request 1007231 from home:favogt:branches:filesystems
- Add patch to fix sgdisk with popt 1.19:
  * 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch

OBS-URL: https://build.opensuse.org/request/show/1007231
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=22
2022-10-01 08:24:40 +00:00
Dominique Leuenberger
9c3e0ac056 Accepting request 999983 from filesystems
update

OBS-URL: https://build.opensuse.org/request/show/999983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=23
2022-08-30 12:48:35 +00:00
f21a38b342 - Update to release 1.0.9
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=21
2022-08-27 12:00:44 +00:00
Dominique Leuenberger
fc882bf23d Accepting request 899033 from filesystems
OBS-URL: https://build.opensuse.org/request/show/899033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=22
2021-06-14 21:10:28 +00:00
4ebbf60ec8 Accepting request 898986 from home:polslinux:branches:filesystems
- Update to 1.0.8
  * Fixed double byte swap operation on writes of partition name data on
    big-endian systems; this is in addition to the double byte swap fix on
    reading partition label data fixed in 1.0.7. (Thanks to Erik Larsson for
    both fixes.)
  * Added feature to gdisk and sgdisk to enable swapping the byte order of
    partition names, so as to correct disks already affected by the preceding
    bug. This option is 'b' on the experts' menu in gdisk and
    -b/--byte-swap-name in sgdisk. This seems advanced/obscure enough that I
    don't want to clutter cgdisk's menu with this option, so I haven't added
    it there.
  * Added type code for the Barebox boot loader (0xbb00;
    4778ED65-BF42-45FA-9C5B-287A1DC4AAB1).
  * Fixed bug that caused spurious warnings about the partition table
    header claiming an invalid size of partition entries when reading
    some MBR disks.
  * Added ARM64 as an architecture for the Mac builds of gdisk and fixparts.
    The official GPT fdisk binaries of these files for macOS are now
    "universal" x86-64/ARM64 binaries, so they will run natively on the new M1
    (ARM64) Macs. The sgdisk and cgdisk binaries, though, remain built only
    for x86-64, because they rely on libraries that are not easily built in
    "universal" form.
  * Fixed double byte swap operation on partition label data on big-endian
    CPUs. This resulted in partition names becoming gibberish on such CPUs.
  * Added three new type codes:
    - 0x0701 - Microsoft Storage Replica
    - 0x0702 - ArcaOS Type 1
    - 0x8401 - Storage Performance Development Kit (SPDK) block device
- Drop fix-spurious-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/898986
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=20
2021-06-10 11:37:32 +00:00
Dominique Leuenberger
97149ceb6a Accepting request 876937 from filesystems
- fix regression from version 1.0.6: misleading warning when reading MBR disks,
    upstream commit f063fe08e424c99f133df18bf9dce49c851bcb0a 
- Add fix-spurious-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/876937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=21
2021-03-10 07:49:40 +00:00
d8411f2dc2 OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=19 2021-03-05 09:17:14 +00:00
538e7babd2 Accepting request 872678 from home:manfred999:branches:filesystems
- fix regression from version 1.0.6: misleading warning when reading MBR disks,
    upstream commit f063fe08e424c99f133df18bf9dce49c851bcb0a

OBS-URL: https://build.opensuse.org/request/show/872678
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=18
2021-02-26 18:19:52 +00:00
Dominique Leuenberger
ebbc8cccf0 Accepting request 872010 from filesystems
OBS-URL: https://build.opensuse.org/request/show/872010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=20
2021-02-18 19:38:24 +00:00
033c5178d2 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
2021-02-13 19:03:03 +00:00
Dominique Leuenberger
1acff5fee1 Accepting request 832354 from filesystems
- Remove old specfile constructs.

OBS-URL: https://build.opensuse.org/request/show/832354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=19
2020-09-09 15:45:33 +00:00
542b2c1857 - Remove old specfile constructs.
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=16
2020-09-04 15:34:18 +00:00
Dominique Leuenberger
20264e2e09 Accepting request 809930 from filesystems
- Update to 1.0.5

OBS-URL: https://build.opensuse.org/request/show/809930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=18
2020-06-03 18:29:13 +00:00
26b5ce3897 align to 66 columns as per guidelines
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=15
2020-05-28 12:10:24 +00:00
9fff3d9edd trim changes irrelevant for openSUSE
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=14
2020-05-28 12:09:59 +00:00
61075f12a5 Accepting request 809051 from home:glaubitz:branches:filesystems
- Update to 1.0.5
  * Fixed typos and minor formatting issues in man pages
  * Changed number of columns in type code output ("sgdisk -L" and equivalents
    in gdisk and cgdisk) from 3 to 2, since some descriptions are long enough
    that they're ambiguous with three columns.
  * Makefile change: Add $(LDLIBS) support to enable clean static builds (for
    libintl).
  * You can now put the 0xEE partition last in a hybrid MBR using sgdisk.
    (Previously, this was possible with gdisk but not with sgdisk.) See the
    sgdisk man page for details.
  * Added numerous type codes for Container Linux, Veracrypt, and
    Freedesktop.org's Discoverable Partitions Specification
  * Partition type name searches are now case-insensitive.
  * It's now possible to quit out of partition type name searches by typing
    "q".
  * When changing a partition type code, the default is now the current
    type code, not a platform-specific type code.
  * The UEFI GPT fdisk project
    (https://sourceforge.net/projects/uefigptfdisk/) hasn't been updated since
    2016, and is now broken; binaries don't compile with modern GCC
    toolchains, and even when dropping back to Ubuntu 14.04, which worked for
    GPT fdisk 1.0.4, the resulting binary hangs on launch. Therefore, I'm
    dropping support for the EFI build of gdisk, at least unless and until
    UEFI GPT fdisk is fixed.
  * Apple no longer supports building i386 or "fat" binaries in XCode (or if
    they do, they're making it hard), so I've removed that support. GPT fdisk
    macOS binaries are now x86-64 only. Similarly, building now seems to
    require macOS 10.9 or later, so that's now the minimum macOS version. I've
    also re-built my Mac build environment and tweaked Makefile.mac
    appropriately.

OBS-URL: https://build.opensuse.org/request/show/809051
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=13
2020-05-28 12:08:42 +00:00
Dominique Leuenberger
bb2dd2e736 Accepting request 644116 from filesystems
OBS-URL: https://build.opensuse.org/request/show/644116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=17
2018-11-06 13:02:55 +00:00
adbe477253 Accepting request 644114 from home:seanlew:branches:filesystems
Update gptfdisk to 1.0.4

OBS-URL: https://build.opensuse.org/request/show/644114
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=12
2018-10-24 05:10:14 +00:00
Dominique Leuenberger
96ed2c13e4 Accepting request 591296 from filesystems
OBS-URL: https://build.opensuse.org/request/show/591296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=16
2018-03-29 09:55:11 +00:00
37ee5f0236 Accepting request 591125 from home:kukuk:branches:filesystems
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/591125
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=11
2018-03-27 00:16:10 +00:00
Dominique Leuenberger
33a7d9abdc Accepting request 341168 from filesystems
1

OBS-URL: https://build.opensuse.org/request/show/341168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=15
2015-10-30 15:34:51 +00:00
David Sterba
a04a4201a2 Accepting request 341021 from home:rudi_m:branches:filesystems
- Update to new upstream release 1.0.1
  * new type codes
  * bug fixes
  * changes to the OS X build for OS X 10.11 ("El Capitan")

OBS-URL: https://build.opensuse.org/request/show/341021
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=10
2015-10-27 11:48:36 +00:00
Dominique Leuenberger
44a154d538 Accepting request 293448 from filesystems
- Update to new upstream release 1.0.0

OBS-URL: https://build.opensuse.org/request/show/293448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=14
2015-03-30 17:10:03 +00:00
fd4c453fb2 gptfdisk-1.0.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=9
2015-03-27 10:36:18 +00:00
Dominique Leuenberger
58645b2021 Accepting request 289855 from filesystems
- Remove old RPM tags for pre-12.x openSUSE.
  Remove duplicated documentation.

OBS-URL: https://build.opensuse.org/request/show/289855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=13
2015-03-16 05:56:01 +00:00
181dfc7451 - Remove old RPM tags for pre-12.x openSUSE.
Remove duplicated documentation.

OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=8
2015-03-08 09:33:51 +00:00
edfda21e4d Roll back directcommit changes.
Though I am a proponent of autotooling (not "autoconfiscation", this
satirical naming sounds similar to the overuse of "Micro$oft"),
the extra 71 lines of text maintenance do not buy much w.r.t. gptfdisk.

OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=7
2014-10-13 18:41:08 +00:00
Philipp Thomas
b638037013 - Autoconfiscate the package thus easing build and installation.
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=6
2014-10-13 14:35:39 +00:00
Philipp Thomas
63196b5bd3 - Autoconfiscate the package thus easing build and installation.
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=5
2014-10-10 15:16:59 +00:00
Tomáš Chvátal
c67ab6dac0 Accepting request 224581 from filesystems
- Update to new upstream release 0.8.10
 * Bug fix of previous version: The hybrid MBR creation code in
   gdisk would ignore the second and third partitions to be
   hybridized.
 * Fix bug that could cause incorrect partition end points to be
   set on hybridized partitions that spanned the 2^32-sector mark
   on disks.
 * Finally, this version enables the use of 0 as a value for a
   partition number to the -A/--attributes, -c/--change-name,
   -t/--typecode, and -u/--partition-guid commands if an earlier
   -n/--new option created a new partition; in this case, 0 refers
   to that newly-created partition. (forwarded request 224579 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/224581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=11
2014-03-05 14:37:53 +00:00
Stephan Kulow
5375ef1039 Accepting request 207766 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/207766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=10
2013-11-21 14:25:02 +00:00
Stephan Kulow
f6e9296f87 Accepting request 184939 from Base:System
- Update to new upstream release 0.8.7
  * Small improvements and bug fixes mark this revision.
  * Three new partition type codes have been added:
    freedesktop.org's proposed $BOOT partition (type code EA00),
    the Intel Rapid Start partition (code 8400),
    and for Haiku's BFS (code EB00).
  * Removed a stray debug message that appeared when reading MBR
    disks.
  * The "converting MBR to GPT" message has been modified to
    clarify that changes are being held in memory.
  * The Mac version now works on /dev/rdisk* devices as well as
    /dev/disk* devices.
  * When used with /dev/rdisk* devices, the partition table can
    sometimes be re-read without rebooting or unplugging and
    re-inserting the disk.
  * Finally, cgdisk now supports a -a option, which works similarly
    to the -a option in cfdisk.
- remove gptfdisk-0.8.5-fix-test-suite-short-opt-usage.patch, is
  upstream merged (forwarded request 184897 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/184939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=8
2013-08-01 04:54:43 +00:00
Stephan Kulow
de19e50ec1 Accepting request 161619 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161403 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=7
2013-04-02 09:49:08 +00:00
Stephan Kulow
0bcc3cc21f Accepting request 157657 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=6
2013-03-08 09:49:41 +00:00
Stephan Kulow
caa3361092 Accepting request 125830 from Base:System
- Update to new upstream release 0.8.5
* sgdisk: fix bug that caused truncation of 2+ TiB partitions
  on 32-bit
* added type codes for Midnight BSD
- Rip out unused gdisk subpackage

OBS-URL: https://build.opensuse.org/request/show/125830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=4
2012-06-26 13:46:26 +00:00
Stephan Kulow
9c9f9288bc Accepting request 109809 from Base:System
- Add gptfdisk-gcc47.patch: Fix build with gcc 4.7.

OBS-URL: https://build.opensuse.org/request/show/109809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=2
2012-03-20 10:27:10 +00:00
Stephan Kulow
1918932fc8 Accepting request 106896 from Base:System
GPT-based partitioner in the style of fdisk(8), for people who like more control than attainable with GNU parted.

OBS-URL: https://build.opensuse.org/request/show/106896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=1
2012-03-09 20:23:17 +00:00