2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-26 00:30:50 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/syncthing: Note lossage due to nonportable go culture
syncthing uses a library that seems to need per-os per-cpu code.
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 security update
|
2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 update
|
2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168) |
Log message:
Revbump all Go packages, default Go version is now 1.22.
|
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-14 14:32:58 by Greg Troxel | Files touched by this commit (3) |
Log message:
net/syncthing: Update syncthing to 1.26.1
Tested on netbsd-10 amd64 against Android syncthing from F-Droid, and
previous pkgsrc syncthing on older macOS.
Update prepared in wip by Kevin Bloom.
Updates from 1.26.0 -> 1.26.1:
- Fixed display error with login screen
Updates from 1.25.0 -> 1.26.0:
- Omitting %s from LDAP search filter results in corrupt search filter
- Posting config with invalid versioner type causes panic
- Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
- Syncthing Docker container fails to start if underlying filesystem doesn't \
support chown
- traefik no longer url escape X-Forwarded-Tls-Client-Cert header
- Favicon is stuck in notify state
- Use a real login screen + sessions instead of HTTP basic auth
Updates from 1.24.0 -> 1.25.0:
- v1.23.6 introduced untrusted sharing regression
- Record more performance metrics
- Announce IPv6 ULA
- Restore versions file filter should be case insensitive
- Check interface for FlagRunning
- ClusterConfig called on closed or nonexistent connection
- Build with Go 1.21 out of the box
|