Voxel
Part of the Furniture
Continuation of
. . .
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-79sf.65364/
https://www.snbforums.com/threads/c...0-2-80sf-v-1-0-2-80-4sf-v-1-0-2-80-5sf.66275/
New version of my custom firmware build: 1.0.2.81SF.
Changes (vs 1.0.2.80.7SF):
1. Toolchain: Go is upgraded 1.15.5->1.15.6.
2. OpenSSL v. 1.1.1 package is upgraded 1.1.1h->1.1.1i (fixing CVE-2020-1971).
3. curl package is upgraded 7.73.0->7.74.0 (fixing CVE-2020-8284, CVE-2020-8285, CVE-2020-8286).
4. OpenVPN is upgraded 2.4.9->2.5.0.
5. proftpd package is upgraded 1.3.6e->1.3.7a.
6. transmission package is upgraded 2.94->3.00.
7. unbound package (used in stubby) is upgraded 1.12.0->1.13.0.
8. nano package is upgraded 5.3->5.4.
9. ubus package is upgraded 2020-10-25->2020-12-04.
10. ffmpeg package is upgraded 3.4.8->4.3.1.
11. logrotate package is upgraded 3.16.0->3.17.0.
12. libcryptoxx final size is reduced to save a space (LTO optimization).
13. Change WebGUI info for OpenVPN 2.4.x->2.5.x.
14. OpenVPN server: add 'CHACHA20-POLY1305' cipher to 'ncp-ciphers' option and change the cipher of downloaded config for Windows clients to 'CHACHA20-POLY1305'.
(Important: it is highly recommended to use 'CHACHA20-POLY1305' if your client is based on v. 2.5.x, much faster,
change your non-Windows client config if possible).
[Edited]
Quickfix/Snapshot version 1.0.2.81.1SF
Changes (vs 1.0.2.81SF):
1. Fix AP mode issue (files: '/etc/init.d/opmode', '/etc/init.d/qca-nss-ecm',
'/www/cgi-bin/firewall_function.sh', C codes of: 'qca-nss-ecm' package).
2. libubox package is upgraded 2020-08-06->2020-12-12.
3. libgcrypt package: optimize for a size.
4. tar package: optimize for a size.
5. Add procps-ng package utilities ('ps', 'top').
(run '/usr/bin/top-procps-ng' or '/usr/bin/ps-procps-ng -aux' from console to check them).
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
P.S.
AES-256-CBC vs CHACHA20-POLY1305 (OpenSSL test):
Voxel.
. . .
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-79sf.65364/
https://www.snbforums.com/threads/c...0-2-80sf-v-1-0-2-80-4sf-v-1-0-2-80-5sf.66275/
New version of my custom firmware build: 1.0.2.81SF.
Changes (vs 1.0.2.80.7SF):
1. Toolchain: Go is upgraded 1.15.5->1.15.6.
2. OpenSSL v. 1.1.1 package is upgraded 1.1.1h->1.1.1i (fixing CVE-2020-1971).
3. curl package is upgraded 7.73.0->7.74.0 (fixing CVE-2020-8284, CVE-2020-8285, CVE-2020-8286).
4. OpenVPN is upgraded 2.4.9->2.5.0.
5. proftpd package is upgraded 1.3.6e->1.3.7a.
6. transmission package is upgraded 2.94->3.00.
7. unbound package (used in stubby) is upgraded 1.12.0->1.13.0.
8. nano package is upgraded 5.3->5.4.
9. ubus package is upgraded 2020-10-25->2020-12-04.
10. ffmpeg package is upgraded 3.4.8->4.3.1.
11. logrotate package is upgraded 3.16.0->3.17.0.
12. libcryptoxx final size is reduced to save a space (LTO optimization).
13. Change WebGUI info for OpenVPN 2.4.x->2.5.x.
14. OpenVPN server: add 'CHACHA20-POLY1305' cipher to 'ncp-ciphers' option and change the cipher of downloaded config for Windows clients to 'CHACHA20-POLY1305'.
(Important: it is highly recommended to use 'CHACHA20-POLY1305' if your client is based on v. 2.5.x, much faster,
change your non-Windows client config if possible).
[Edited]
Quickfix/Snapshot version 1.0.2.81.1SF
Changes (vs 1.0.2.81SF):
1. Fix AP mode issue (files: '/etc/init.d/opmode', '/etc/init.d/qca-nss-ecm',
'/www/cgi-bin/firewall_function.sh', C codes of: 'qca-nss-ecm' package).
2. libubox package is upgraded 2020-08-06->2020-12-12.
3. libgcrypt package: optimize for a size.
4. tar package: optimize for a size.
5. Add procps-ng package utilities ('ps', 'top').
(run '/usr/bin/top-procps-ng' or '/usr/bin/ps-procps-ng -aux' from console to check them).
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
P.S.
AES-256-CBC vs CHACHA20-POLY1305 (OpenSSL test):
Code:
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-256-cbc 46576.28k 60093.73k 64728.87k 65417.50k 65618.19k 66062.63k
Code:
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
chacha20-poly1305 46808.96k 106936.64k 246804.29k 275046.06k 285722.71k 276856.72k
Voxel.
Last edited: