www/firefox: Update to 147.0.1
Changelog:
147.0.1:
Fixed
* Fixed compatibility problems with websites that use the new Compression
Dictionaries technology, such as ChatGPT, by temporarily disabling the
feature. (Bug 2010712)
* Fixed an issue where an unnecessary empty directory was created on Linux
systems. (Bug 2001887)
* Fixed an issue where time formats could cause certain websites to display
incorrectly. (Bug 2010411)
147.0:
New
[64 lines not shown]
disable lint for libgfortran.
looks like all the 4 builds failed for it, though 2 were a build issue,
testing them shows it fails anyway.
on x86 it fails with eg:
/usr/src3/external/gpl3/gcc/dist/libquadmath/quadmath.h(33): error: invalid type for _Complex [308]
included from /usr/src3/external/gpl3/gcc/dist/libquadmath/quadmath_weak.h(24)
included from /usr/src3/external/gpl3/gcc/dist/libgfortran/libgfortran.h(62)
included from /usr/src3/external/gpl3/gcc/dist/libgfortran/runtime/ISO_Fortran_binding.c(29)
on sparc/sparc64 we have:
sparc64--netbsd-lint: /home/builds/ab/HEAD-lint/sparc64/20260119052522Z-tools/libexec/sparc64--netbsd-lint1 got signal 6
sparc--netbsdelf-lint: /home/builds/ab/HEAD-lint/sparc/20260119052522Z-tools/libexec/sparc--netbsdelf-lint1 got signal 6
from the build infrastructure.
py-ruff: update to 0.14.13.
0.14.13
This is a follow-up release to 0.14.12. Because of an issue publishing
the WASM packages, there is no GitHub release or Git tag for 0.14.12,
although the package was published to PyPI. The contents of the
0.14.13 release are identical to 0.14.12.
0.14.12
Preview features
[flake8-blind-except] Allow more logging methods (BLE001) (#22057)
[ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)
Bug fixes
Fix configuration path in --show-settings (#22478)
[18 lines not shown]
py-jaraco.context: update to 6.1.0.
v6.1.0
======
Features
--------
- In tarfile.context, ensure that the default filter honors the data filter to avoid path traversal vulnerabilities.