Debian Patches
Status for cam2ip/1.6-5
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| base64.patch | Replace goost.org/encoding/base64 with encoding/base64 | Gürkan Myczko <tar@debian.org> | no | debian | ||
| websocket.patch | Update nhooyr.io/websocket to new import path The code moved to github.com/nhooyr and then to github.com/coder. The golang-nhooyr-websocket-dev debian package was updated without taking old consumers into consideration. Even if the symlinks for the old import name is added to the library it still won't work because of go.mod apparently only being able to have one canonical name: ``` src/github.com/gen2brain/cam2ip/handlers/socket.go:10:2: code in directory /build/cam2ip-1.6/_build/src/nhooyr.io/websocket expects import "github.com/coder/websocket" ``` Thus update the import to the new canonical name. |
Andreas Henriksson <andreas@fatal.se> | no | 2025-01-01 |
