2024 年 9 月 11 日
Teddysun's Linux Repository 更新日志
1. 编译了 curl 版本
v8.10.0;
- 在 RHEL 8 使用 OpenSSL/3.3.2,RHEL9 则使用 GnuTLS/3.8.3 作为后端,从而支持 HTTP/3
- 支持 brotli, gsasl, zstd 等功能(几乎全部)
- 支持 rtmp, ws, wss 等协议(几乎全部)
参考网址:
https://teddysun.com/733.html
※
Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/
Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo
安装 curl:
yum makecache
yum install -y curl libcurl libcurl-devel
成功安装后,执行以下命令查看 curl 版本号:
curl --version
RHEL 8 的返回值:
curl 8.10.0 (x86_64-redhat-linux-gnu) libcurl/8.10.0 OpenSSL/3.3.2 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.63.0 nghttp3/1.5.0 librtmp/2.6 libgsasl/1.10.0 OpenLDAP/2.4.46
Release-Date: 2024-09-11
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
RHEL 9 的返回值:
curl 8.10.0 (x86_64-redhat-linux-gnu) libcurl/8.10.0 GnuTLS/3.8.3 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.63.0 ngtcp2/1.7.0 nghttp3/1.5.0 librtmp/2.6 libgsasl/1.10.0 OpenLDAP/2.6.6
Release-Date: 2024-09-11
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd