patch -p1 -F0 -o helper/fast-import.patched.c git-core/builtin/fast-import.c < helper/fast-import.c.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/builtin/fast-import.c b/builtin/fast-import.c
|index 20406f6775..7ff0911c2c 100644
|--- a/builtin/fast-import.c
|+++ b/builtin/fast-import.c
--------------------------
Patching file git-core/builtin/fast-import.c using Plan A...
Hunk #1 failed at 19.
Hunk #2 succeeded at 747 (offset 9 lines).
Hunk #3 succeeded at 848 (offset 9 lines).
Hunk #4 failed at 867.
Hunk #5 succeeded at 967 (offset 9 lines).
Hunk #6 succeeded at 1653 (offset 9 lines).
Hunk #7 succeeded at 2222 (offset 9 lines).
Hunk #8 succeeded at 2288 (offset 9 lines).
2 out of 8 hunks failed--saving rejects to helper/fast-import.patched.c.rej
done
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18>.
Note: an optimization (increase the size of the send and receive UDP
buffers) has been disabled, because it caused failure. Waiting for a
better solution.
According to the project's github page. It has been archived and is no longer
used by the ROS project: https://github.com/vcstools/rosinstall
Since the primary purpose of having this in the ports tree was to help with
building ROS, remove it from the ports tree.
PR: 263136
No changelog, but changes look to be to handle different formats for
defining ROS distributions, more documentation, and a fix in exporting
a repo file.
PR: 263137
Since 8b83d7e0ee544, -Wunused-but-set-variable became a fatal error on
CURRENT. Remove a couble of set-but-not-used variables and fix the
build
Sponsored by: Rubicon Communications, LLC ("Netgate")
- Fixed `import $file` for files with hyphens and other symbols in its name
- Fixed an issues with truncated output just before Mill finishes
- Mill commands now support arguments of type `Task[T]`, which can improve
writing re-usable commands, especially, they can be called from othe
tasks more easily
- `JavaModule`: Improved correctness and performance of `compileClasspath`
and `bspCompileClasspath` targets. This fixes an issue with BSP for large
projects. Also, compile-time dependencies no longer sneak into the
classpath transitively.
- `JavaModule`: Added `docJarUseArgsFile` target and fix issue with Windows
command length restrictions in `docJar`
- `BSP` and `Bloop`: Better detect foreign modules
- Various internal API refinements and improvements
- Reorganized integration test suite and build setup
PR: 263314
No changes to actual wifimgr code between 1.19 and 1.20.
Only changes are:
- po/Makefile fixes to re-enable build with WITHOUT_NLS
- wifimgr.desktop.in remove unused MimeTypes variabe
PR: 263150
There is no offical Changelog for minor updates.
Changelog:
* Fix UI Icons
* Extract operations now offer built-in Sort and Unique options.
* Unique operation offers option to count occurances
* CodeQL fixes
* Fixed incorrect wording for RC4 Drop argument.