11 Commits

Author SHA1 Message Date
6555477c31
build: fix for zig-0.14 dev
Some checks failed
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (true, ubuntu-latest, master) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled
`defineCMacro` was removed. Dependencies had to be updated for this as
well.
2025-02-03 23:49:01 -07:00
be5a084d6e
readme: update with 3.9.1 info 2024-12-05 22:51:06 -07:00
b585eecc38
build: update to nats.c 3.9.1 and update dependencies
This updates libressl-portable to v4.0.0 and it also bumps the
libsodium stable ref to the current tip of the branch.
2024-12-05 22:51:06 -07:00
dd33fa168c
ci: run on all branches 2024-11-26 23:03:16 -07:00
b0e28ff9cb
package: bump version
Some checks failed
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (true, ubuntu-latest, master) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled
3.8.2+1
2024-10-14 19:23:42 -06:00
538c40246e
ci: reenable libsodium on zig master build 2024-10-14 19:15:16 -06:00
2c3124598e
deps: update libressl to 3.9.2+1
This change doesn't impact this library, but since the libsodium
dependency also updated, we might as well bump this now also.
2024-10-14 19:09:06 -06:00
Coleman McFarland
5e0cdc81ed build fix: update libsodium to get a build definition without aarch64_32
On recommendation from the libsodium dev, thir commit is from the "stable"
branch of libsodium, not a release tag. Update this to a release when one
containing this fix is available.
2024-10-14 18:56:24 -04:00
06523bf0ed
ci: libsodium 1.0.20 does not build with zig master
Some checks failed
CI / build (-Denable-libsodium=false, true, ubuntu-latest, master) (push) Has been cancelled
CI / build (macos-latest, 0.13.0) (push) Has been cancelled
CI / build (ubuntu-latest, 0.12.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.13.0) (push) Has been cancelled
CI / build (windows-latest, 0.13.0) (push) Has been cancelled
This is due to the arch enum losing the `aarch64_32` member. This is
fixed in libsodium upstream, but is not yet in a release version.
3.8.2
2024-09-15 20:44:00 -07:00
b898e4ec8b
build: add libsodium support
Some checks are pending
CI / build (macos-latest, 0.13.0) (push) Waiting to run
CI / build (true, ubuntu-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.12.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.13.0) (push) Waiting to run
CI / build (windows-latest, 0.13.0) (push) Waiting to run
2024-09-15 20:15:28 -07:00
7bd3a8ef51
init
Some checks are pending
CI / build (macos-latest, 0.13.0) (push) Waiting to run
CI / build (true, ubuntu-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.12.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.13.0) (push) Waiting to run
CI / build (windows-latest, 0.13.0) (push) Waiting to run
2024-09-15 19:48:53 -07:00