Skip to content

syncthing: update from 1.22.2 to 1.23.2 #2870

Merged
merged 2 commits into from Mar 9, 2023
Merged

Commits on Mar 9, 2023

  1. WIP

    wwwutz committed Mar 9, 2023
    Copy the full SHA
    2a0b1c5 View commit details
    Browse the repository at this point in the history
  2. syncthing: update from 1.22.2 to 1.23.2

    - fixed noupgrade install
    
    `mee-build():`
    First `go run build.go` builds all binaries incl. `syncthing` as `[purego]`, ending up
    in `$S/bin/...`
    Second `go run build.go -no-upgrade build syncthing` only builds
    `syncthing` as `[noupgrade]` leaving it in `$S`.
    So we end up in two different syncthing binaries. `mee_install()` used to
    fix that, but 941adb2 silently dropped the fix.
    wwwutz committed Mar 9, 2023
    Copy the full SHA
    0c0d829 View commit details
    Browse the repository at this point in the history