2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-10-10 02:21:47 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
goredo: update to 2.1.0. From the changelog:
* Mistakenly path to '.do' file was not absolute and OS can refuse to
run it because it is not in '$PATH'.
* Huge quantity of performance optimisations.
* Fixed possible unexpected lock file closing.
* When resulting target has the same contents, it does not replace
already existing one. That was done previously. But now it also
copies the file's mode flags to the target (for example making it
executable).
* If 'redo-*' command runs under control of another (top-level) redo,
then it does not parse the flags as options and treat each argument
as a target, allowing passing the targets with dashes in the
beginning.
* Prevented possible concurrent stderr writing by multiple running
targets.
* 'redo-depfix' command now always rewrites dependency files and
calculates checksums of the files.
* Own binary format is used for dependency files ('.dep'), instead of
recfile ('.rec') one. It is several times smaller and much faster
to parse. You must run 'redo-depfix' to convert all existing
'.redo/*.rec' files to that binary format.
* 'redo-dep2rec' command appeared, that can convert '.dep' to recfile
on stdout.
|
2023-09-26 03:26:16 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
goredo: update to 1.32.0. From the changelog:
* Omit printing of the 'resource deadlock avoided' warning when trying
to take the lock.
|
2023-09-24 03:16:26 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.31.0. From the changelog:
* Fixed possible race when target can be built more than once.
* Print out finished targets much more quickly.
Updating during the freeze for the leafy bugfixes.
|
2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) | |
Log message:
Revbump all Go packages after go120 update
|
2023-08-26 18:31:41 by Benny Siegert | Files touched by this commit (149) | |
Log message:
Revbump all Go packages after go120 update
|
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | |
Log message:
Revbump all Go packages after go120 update
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|