# # The OpenSSH suite. # # OpenSSH is the premier connectivity tool for remote login with the # SSH protocol. It encrypts all traffic to eliminate eavesdropping, # connection hijacking, and other attacks. In addition, OpenSSH provides # a large suite of secure tunneling capabilities, several authentication # methods, and sophisticated configuration options. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=openssh pkgversion=9.1p1 arch=amd64 release=1 pkgcategory="networking" full_pkgname=openssh_9.1p1_amd64-1@networking blurb="The OpenSSH suite." homepage="https://www.openssh.com" license="Custom" fetch="https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.1p1.tar.gz" replace=""