homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

kcptun 20240701

Open BrewTestBot opened this issue 4 days ago • 0 comments

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.
```
   --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.
  1. Bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in https://github.com/xtaci/kcptun/pull/944
  2. Added github workflow for docker and dependabot by @itspooya in https://github.com/xtaci/kcptun/pull/946

Building information

$ go version
go version go1.22.4 linux/amd64

$ date
Mon Jul  1 16:56:57 CST 2024

$ ./build-release.sh
Setting GO111MODULE to on
0a1a4e2f81af0067c0d4b49324c18e7377c1c1ac  kcptun-linux-amd64-20240701.tar.gz
acdb43c7e21a724a1e13c63a40681d7babd7a454  kcptun-darwin-amd64-20240701.tar.gz
ef22b1d01ac083ae13286179a576171556b9b3e1  kcptun-windows-amd64-20240701.tar.gz
a3925c6e16ada13370b55e105341f2f682ee4da1  kcptun-freebsd-amd64-20240701.tar.gz
e7eff09ca6850081d9b0cdb51e8a488947dd70be  kcptun-linux-386-20240701.tar.gz
b579cac4f0b855346f32c8d65d4a300bbdda6a79  kcptun-windows-386-20240701.tar.gz
43c19698d571cd77da9d1a037ffcdbe38661c567  kcptun-linux-arm5-20240701.tar.gz
627193f46de4536f3cc719f50949658fabf439c6  kcptun-linux-arm6-20240701.tar.gz
b3daccd86145e358afc3cc2af45097e5951cbc73  kcptun-linux-arm7-20240701.tar.gz
a5b95d0748111abe15c3769e9d946d9c6a0dec35  kcptun-linux-arm64-20240701.tar.gz
241cf9939713064e76eb6f5bbbe005fcdea175c9  kcptun-darwin-arm64-20240701.tar.gz
d6898e0a5032f5eee448724d43b0670858227412  kcptun-windows-arm64-20240701.tar.gz
b62e813f687358ac5ef1bc092fdbfb3c745eedea  kcptun-linux-mipsle-20240701.tar.gz
365ce9e65be0304b525a104de332d3499ac227f2  kcptun-linux-mips-20240701.tar.gz

New Contributors

  • @itspooya made their first contribution in https://github.com/xtaci/kcptun/pull/946 Full Changelog: https://github.com/xtaci/kcptun/compare/v20240107...v20240701

BrewTestBot avatar Jul 01 '24 09:07 BrewTestBot