Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.14.1 merge dev to main #2363

Merged
merged 67 commits into from
Sep 12, 2024
Merged

1.14.1 merge dev to main #2363

merged 67 commits into from
Sep 12, 2024

Conversation

adamierymenko
Copy link
Contributor

No description provided.

parona-source and others added 30 commits October 29, 2023 14:03
* Better compatibility with LLVM toolchain where clang -c doesn't
  support the flag, but the linker does. LLD already defaults to
  noexecstack, but adding it in the linker phase will avoid errors about
  unsupported options.

Signed-off-by: Alfred Wingate <[email protected]>
It wasn't ignoring separator characters such as the colon and hyphen.
The rules compiler automatically add a colon to separate bytes, which is
not compatible with how they are parsed.
Update the minimal compilers in documentation. As `std=c++17` is used the minimal got quite bumped from last update. For gcc 7.x would seem possibly enough, but some of the dependencies (eg. libpqxx) need 8.x at least, so setting that as documented minimum.
* Respect user LDFLAGS instead of replacing them.

Signed-off-by: Alfred Wingate <[email protected]>
In nixpkgs we use coreutils and do not have PWD available.
This change have any downsides on normal macOS systems, but helps
nixpkgs packaging a bit.

Signed-off-by: Jörg Thalheim <[email protected]>
joseph-henry and others added 28 commits August 21, 2024 11:22
Update README.md minimal compilers
Append noexecstack to linker flags instead of assembler flags
cleaned up all the github action deprecation warnings.
save zerotier-one binary for mac, windows, and linux
to keep the execute permission bit
retain build artifacts from build action
Add multi-core concurrent packet processing
…ules-parser

Fix mac handling in rules parser
* Bump version in most places.

* Update official release steps for desktop

* Version bump a bunch of Rust packages.

* Windows fix for disabling MT properly.

* Release notes.
@adamierymenko adamierymenko merged commit 8140264 into main Sep 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.