1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
golang-nhooyr-websocket (1.8.12-4) unstable; urgency=medium
* Another fix to patch application
-- John Goerzen <jgoerzen@complete.org> Tue, 03 Dec 2024 06:04:11 -0600
golang-nhooyr-websocket (1.8.12-3) unstable; urgency=medium
* Fix patch application
-- John Goerzen <jgoerzen@complete.org> Mon, 02 Dec 2024 21:40:40 -0600
golang-nhooyr-websocket (1.8.12-2) unstable; urgency=medium
* Fix up patch that disables the asm test on the less-popular archs.
-- John Goerzen <jgoerzen@complete.org> Fri, 29 Nov 2024 09:54:20 -0600
golang-nhooyr-websocket (1.8.12-1) unstable; urgency=medium
* New upstream release
* Upstream renamed nhooyr/websocket to coder/websocket. Ship
the new name, with a symlink from the old. Closes: #1081832.
-- John Goerzen <jgoerzen@complete.org> Tue, 26 Nov 2024 22:08:59 -0600
golang-nhooyr-websocket (1.8.11-5) unstable; urgency=medium
* Yet another attempt to get it to patch for non-64-bit platforms
-- John Goerzen <jgoerzen@complete.org> Wed, 04 Sep 2024 06:16:34 -0500
golang-nhooyr-websocket (1.8.11-4) unstable; urgency=medium
* Another tweak for non-64-bit-platforms
-- John Goerzen <jgoerzen@complete.org> Tue, 03 Sep 2024 07:32:17 -0500
golang-nhooyr-websocket (1.8.11-3) unstable; urgency=medium
* Correct patch for non-64-bit platforms to apply after quilt
-- John Goerzen <jgoerzen@complete.org> Mon, 02 Sep 2024 08:56:53 -0500
golang-nhooyr-websocket (1.8.11-2) unstable; urgency=medium
* Disable maskAsm test on platforms that don't have maskAsm.
-- John Goerzen <jgoerzen@complete.org> Sun, 01 Sep 2024 09:24:17 -0500
golang-nhooyr-websocket (1.8.11-1) unstable; urgency=medium
* New upstream release (needed by newer Yggdrasil)
* Upstream 1.8.12 had removed most dependencies from go.mod. Notably,
drop the protobuf dependency here because it was causing conflicts
at build time for other packages -- and isn't necessary for this
package anyhow.
-- John Goerzen <jgoerzen@complete.org> Mon, 26 Aug 2024 06:50:07 -0500
golang-nhooyr-websocket (1.8.7-3) unstable; urgency=medium
* Switch (Build-|)Depends from golang-google-protobuf-dev (which provides
google.golang.org/protobuf) to golang-goprotobuf-dev (which provides
github.com/golang/protobuf, listed in go.mod). The discrepancy hasn't
been seen until now, because golang-github-gin-gonic-gin-dev pulls it
indirectly. This won't be the case after bumping that package from
1.6.x to 1.8.x, so let's list the right package on our own.
-- Cyril Brulebois <cyril@debamax.com> Tue, 11 Oct 2022 11:35:00 +0000
golang-nhooyr-websocket (1.8.7-2) unstable; urgency=medium
* Re-upload as source-only
-- Stephen Gelman <ssgelm@debian.org> Mon, 03 Oct 2022 00:14:32 -0500
golang-nhooyr-websocket (1.8.7-1) unstable; urgency=medium
* Initial release (Closes: #1020271)
-- Stephen Gelman <ssgelm@debian.org> Mon, 19 Sep 2022 00:19:23 -0500
|