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 20240702 #176148

Merged
merged 2 commits into from
Jul 2, 2024
Merged

kcptun 20240702 #176148

merged 2 commits into from
Jul 2, 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 Pad for universal quantum-safe cryptography, based on classic cryptography
   --QPPCount value     Number of pads to use for QPP, the more the pads, the more secure, one pad costs 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.

NOTE: It's better to encrypt the message aforehand before tranferring via kcptun if QPP enabled, like making use of HTTPS/TLS/SSL.

  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

Building information

$ go version
go version go1.22.4 linux/amd64

$ date
Tue Jul  2 10:49:33 CST 2024

$ ./build-release.sh
Setting GO111MODULE to on
09546f6894b1860d93ce44d02551b53db9649e25  kcptun-linux-amd64-20240702.tar.gz
959ed3613cf19f1503d6b9edc4bc86c4b76fb802  kcptun-darwin-amd64-20240702.tar.gz
44fd339f7cf42b43fcf304d92091ae24591cec58  kcptun-windows-amd64-20240702.tar.gz
89c96178547e67ea65dcc2d9e3c74040cff5611e  kcptun-freebsd-amd64-20240702.tar.gz
3ad4f529a69a684f7ea85f72b46ea5d0fb17797a  kcptun-linux-386-20240702.tar.gz
cccd1466276d502d56eb503e9038018b4a3784bc  kcptun-windows-386-20240702.tar.gz
bbdb01d615c00813ca083d04fc00fa0708012597  kcptun-linux-arm5-20240702.tar.gz
8e2c7c53a374496614ced4913910dc93f0bc34a0  kcptun-linux-arm6-20240702.tar.gz
72f92a79b5ae75ba48c83ba9b1c13ac7ab0a22d4  kcptun-linux-arm7-20240702.tar.gz
9c0be1402babf0a5f7caf47a2471b55e51808c31  kcptun-linux-arm64-20240702.tar.gz
a2220fb98425bd3d6761269d0e3c22ed0534365b  kcptun-darwin-arm64-20240702.tar.gz
3cd998d195a343e68ddf5209d287c6a91c8e9446  kcptun-windows-arm64-20240702.tar.gz
bc20e327ba7f9d0ed68089747454fc20f26b0e26  kcptun-linux-mipsle-20240702.tar.gz
f2306824fb01e3dc469b57f9ae07d21ed91e848d  kcptun-linux-mips-20240702.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 2, 2024
Copy link
Contributor

github-actions bot commented Jul 2, 2024

🤖 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 2, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 2, 2024
Merged via the queue into master with commit 189bfaf Jul 2, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-kcptun-20240702 branch July 2, 2024 04:02
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-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.

2 participants