| Commit message (Collapse) | Author | Files | Lines |
|
firmware analysis
The sasquatch project is a set of patches to the standard unsquashfs
utility (part of squashfs-tools) that attempts to add support for as
many hacked-up vendor-specific SquashFS implementations as possible.
It can be used in conjunction with binwalk to extract firmware images
where unsquashfs would fail.
https://gitlab.com/tgasiba/sasquatch/
Original project under: https://github.com/devttys0/sasquatch/
PR: 288914
|
|
PR: 289108
|
|
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.4
|
|
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.4
|
|
Changes:
https://github.com/kusumi/freebsd_hammer2/blob/v1.2.13/CHANGES
PR: 289024
|
|
|
|
There was a type confusion in a compatibility stub. It accidentially
works on 64 bit platforms, but never on 32 bit platforms.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
|
|
Fixes a regression by 2697faef19d70068fb20396be2040cbdf43848c6
|
|
|
|
Bump PORTREVISION on filesystems/rar2fs which builds against the
source.
|
|
|
|
Fix the sh syntax in the optional 500.zrepl periodic job so it will work
even if there are multiple .crt files present.
PR: 288682
Approved by: driesm (maintainer)
Sponsored by: ConnectWise, LLC
|
|
PR: 288046
Approved by: mentors db@, yuri@ (implicit)
|
|
Changes:
https://github.com/kusumi/freebsd_hammer2/blob/v1.2.12/CHANGES
PR: 288477
|
|
Changes: https://github.com/fsspec/s3fs/blob/main/docs/source/changelog.rst
https://s3fs.readthedocs.io/en/latest/changelog.html
|
|
Changes: https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
https://gcsfs.readthedocs.io/en/latest/changelog.html
|
|
Changes: https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
https://filesystem-spec.readthedocs.io/en/latest/changelog.html
|
|
changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.11
PR: 288389
|
|
Changelogs:
https://bindfs.org/docs/ChangeLog.utf8.txt
PR: 288259
|
|
This version runs in the background by default.
https://github.com/KhaledEmaraDev/xfuse/blob/main/CHANGELOG.md
Sponsored by: ConnectWise
|
|
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.10
PR: 285375
Approved by: dsh@bamus.cz (maintainer)
|
|
Changes:
https://github.com/kusumi/freebsd_hammer2/blob/v1.2.11/CHANGES
PR: 288160
|
|
|
|
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.3
Note that the metadata (extattr and API) copying on FreeBSD does not
work as on Linux because our APIs for POSIX extended attributes is
different and e2fsprogs uses it to also copy ACLs, so we do not have
those mkfs parts in place.
MFH: 2025Q3 (after 14 days)
|
|
Changelog:
https://github.com/mrclksr/DSBMD/releases/tag/1.12
While here pet portclippy.
PR: 288002
MFH: 2025Q3
|
|
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)
|
|
Which will conflict with util-linux, and seems to identify
itself as tune2fs.
|
|
- Correctly detect overlong file names, especially when
multibyte (UTF-8) strings are concerned
- Fix off-by-one error in two calls to native_to_wchar()
- When changing disk label, ignore any plain file which
would match the label
- Add missing newlines in error messages about disk geometry
- Do not print error message if getting geometry is simply
not supported by device type (such as for loop devices)
- If full geometry of a device is not available (such as for
loop devices), at least make use of the size
|
|
PR: 287766
|
|
I figured that the FreeBSD 14.3 kernel won't mount an ext[234]fs
created with inline_data option, while fuse2fs can do that.
Let's make that default, and since I've been successfully testing
on my amd64 computers with ALLTESTS (without SLOWTESTS), switch.
|
|
...to skip it in more configurations.
PR: 287935
|
|
ChangeLog: https://github.com/util-linux/util-linux/blob/v2.41.1/Documentation/releases/v2.41.1-ReleaseNotes
|
|
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
|
|
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
|
|
|
|
PR: 221293
PR: 251489
PR: 257070
|
|
|
|
2025-06-30 filesystems/vzvol: Abandoned upstream, no activity in 5+ years and multiple unresolved issue reports upstream
|
|
|
|
The r_corrupt_fs self-test seems to have failed often recently on
various builders with a timeout, which I cannot reproduce. Disable
unless SLOWTESTS is set, and extend timeout from 3 to 10 minutes.
Not bumping PORTREVISION because this does not change the package
contents, only helps a "have package" or "failed build" situation.
|
|
Changes: https://github.com/pytest-dev/pyfakefs/releases
|
|
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.3
|
|
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.3
|
|
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.
Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.
PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
|
|
Changes:
https://github.com/kusumi/freebsd_hammer2/blob/v1.2.10/CHANGES
PR: 287650
|
|
Bump PORTREVISION on filesystems/rar2fs which builds against the
source.
|
|
Reviewed by: asomers
Approved by: se (maintainer)
PR: https://github.com/freebsd/freebsd-ports/pull/408
Upstream PR: https://github.com/libfuse/libfuse/pull/1240
|
|
Changes: https://github.com/netheril96/securefs/releases
|
|
PR: 286697
|
|
libgedit-gfls is part of Gedit Technology.
It is a module dedicated to file loading and saving for the needs of Gedit
and other similar text editors.
|