# # The GnuTLS Transport Layer Security Library. # # GnuTLS is a secure communications library implementing the SSL, TLS and # DTLS protocols and technologies around them. It provides a simple C # language application programming interface (API) to access the secure # communications protocols as well as APIs to parse and write X.509, # PKCS #12, and other required structures. # # The project strives to provide a secure communications back-end, simple # to use and integrated with the rest of the base Linux libraries. A # back-end designed to work and be secure out of the box, keeping the TLS # and PKI complexity outside the applications. # 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=gnutls pkgversion=3.7.8 arch=amd64 release=1 pkgcategory="networking" full_pkgname=gnutls_3.7.8_amd64-1@networking blurb="The GnuTLS Transport Layer Security Library." homepage="https://gnutls.org/" license="LGPLv2+, GPLv3+, GFDL1.3" fetch="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.7.8.tar.xz" replace=""