# # A version of the TLS/crypto stack. # # LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in # 2014, with goals of modernizing the codebase, improving security, and # applying best practice development processes. # # Primary development occurs inside the OpenBSD source tree with the # usual care the project is known for. On a regular basis the code # is re-packaged for portable use by other operating systems (Linux, # FreeBSD, Windows, etc). # 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=libressl pkgversion=3.4.3 arch=amd64 release=1 pkgcategory="networking" full_pkgname=libressl_3.4.3_amd64-1@networking blurb="A version of the TLS/crypto stack." homepage="https://www.libressl.org" license="Custom" fetch="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.3.tar.gz" replace=""