Skip to content

mixyoung/onekey-build-OpenSSH-RPMs

Repository files navigation

OpenSSL 3.3.1:

Build:

sudo yum -y groupinstall 'Development Tools'
git clone https://github.com/philyuchkoff/openssl-RPM-Builder
cd openssl-RPM-Builder
chmod +x install-openssl_3.sh 
sudo bash install-openssl_3.sh

Builded RPM will be in

/root/rpmbuild/RPMS/x86_64/

After install-openssl_3.sh will finish, you can install builded rpm:

sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-3.3.1-1.el7.x86_64.rpm --nodeps

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages