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

kcptun 20240713 #177247

Merged
merged 2 commits into from
Jul 13, 2024
Merged

kcptun 20240713 #177247

merged 2 commits into from
Jul 13, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# What's New?
1. Support for [Quantum Permutation Pad](https://epjquantumtechnology.springeropen.com/articles/10.1140/epjqt/s40507-022-00145-y) for quantum-resistent communication, based on the implementation in https://github.com/xtaci/qpp .
```
   --QPP                            enable Quantum Permutation Pads(QPP)
   --QPPCount value                 the number of pads to use for QPP: The more pads you use, the more secure the encryption. Each pad requires 256 bytes. (default: 64)
```
Your could also specify
```json
     "qpp":true,
     "qpp-count":64,
```
in your client and server side json file. These 2 parameters must be identical on both sides.
  1. Bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in Bump golang.org/x/net from 0.19.0 to 0.23.0 xtaci/kcptun#944
  2. Added github workflow for docker and dependabot by @itspooya in Added github workflow for docker and dependabot xtaci/kcptun#946

IMPORTANT NOTE:

  1. To achieve Effective Quantum-Resistance,, specify at least 211 bytes in the -key parameter and ensure -QPPCount is no less than 7.

Building information

$ go version
go version go1.22.5 linux/amd64

$ date
Sat Jul 13 21:12:49 CST 2024

$ ./build-release.sh
Setting GO111MODULE to on
70e2f24fa3b2bea1905e2a516afbee45792339dc  kcptun-linux-amd64-20240713.tar.gz
18003ce19f10fc1648512a07b21f82853d21c2af  kcptun-darwin-amd64-20240713.tar.gz
0bafa8e1690c55ae29b1323daddcc3615e1428cb  kcptun-windows-amd64-20240713.tar.gz
be6f65330310bc9c343421a946459c15db05e865  kcptun-freebsd-amd64-20240713.tar.gz
676597439d9cb9be8d25e70ea38e9e7506920cf9  kcptun-linux-386-20240713.tar.gz
ca61d01ef79f73a90a68afeee304bfdc698faaad  kcptun-windows-386-20240713.tar.gz
11add80f8e611277423af74361a9a5b495e74418  kcptun-linux-arm5-20240713.tar.gz
72badb87ad290f7ba6ca88cd4b0c752352280b33  kcptun-linux-arm6-20240713.tar.gz
8f06ce8682e8f74ad0151cac33a877da0f0e415a  kcptun-linux-arm7-20240713.tar.gz
9d14ec9f8afd0e520b59c2841885667292a1eb16  kcptun-linux-arm64-20240713.tar.gz
6237f8a5de5d25bb0917464b50ae0f9d519638c8  kcptun-darwin-arm64-20240713.tar.gz
eaf9235b6c1e3712a9daa2e1e5f35451f583036a  kcptun-windows-arm64-20240713.tar.gz
fc98d69741f19f85c11925152ca6cb48308a8076  kcptun-linux-mipsle-20240713.tar.gz
c89bf32ed85b01fd0665127415e1fabce12f6d1c  kcptun-linux-mips-20240713.tar.gz

New Contributors

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 13, 2024
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Jul 13, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 13, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 13, 2024
Merged via the queue into master with commit 3f80845 Jul 13, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-kcptun-20240713 branch July 13, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants