|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.41.1_2 29 Sep 2025 23:09:52
    |
Matthias Andree (mandree)  |
filesystems/libblkid: fix odd reads and fdisk
TL;DR: This fixes "invalid argument" in util-linux's fdisk.
libblkid assumes buffered block devices, skipping most character
devices (unless their name starts with "ubi") and failing because
it tries reads that aren't a multiple of the underlying I/O size.
Detail: util-linux assumes a Linux-like behavior and naming of devices,
and assumes it's looking at buffered block devices, which FreeBSD has
not been provided for many major releases. It also requires specific
layouts of procfs, sysfs, devfs, which FreeBSD or its Linuxulator does
not provide.
So we specifically need to patch the read_buffer function to make sure
it rounds up its read size to the io_size (often 512) and not attempt to (Only the first 15 lines of the commit message are shown above ) |
2.41.1_1 06 Jul 2025 12:29:40
    |
Matthias Andree (mandree)  |
filesystems/libblkid: enable symbol versioning
Some ports depend on versioned symbols in libuuid, and the meson
test appears off because it tries to look for the --version-script
without having build the library, and assumes the linker does
not support the --version-script. Force versioning.
Approved by: portmgr@ (blanket) |
2.41.1 30 Jun 2025 15:00:45
    |
Matthias Andree (mandree)  |
*: Update util-linux libuuid and libblkid to 2.41.1.
ChangeLog: https://github.com/util-linux/util-linux/blob/v2.41.1/Documentation/releases/v2.41.1-ReleaseNotes |
2.41 30 Jun 2025 15:00:31
    |
Matthias Andree (mandree)  |
*/*libuuid, */*libblkid: build MANPAGES by default as before.
in libuuid, also replace mkdir --parents GNUism by POSIX mkdir -p
to avoid MANPAGES build issue.
While here, clean up with portfmt/portclippy.
PR: 251489 |
2.41 30 Jun 2025 14:48:23
    |
Matthias Andree (mandree)  Author: Alexander Shursha |
filesystems/libblkid: Add new port |
Number of commits found: 5
|