aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-authenticate.sh')
0 files changed, 0 insertions, 0 deletions
inckx-Rice 2020-12-19gnu: dehydrated: Update to 0.7.0....* gnu/packages/tls.scm (dehydrated): Update to 0.7.0. Tobias Geerinckx-Rice 2020-12-08gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971]....* gnu/packages/tls.scm (openssl)[replacement]: Update replacement to 1.1.1i (openssl-1.1.1g): Replace with ... (openssl-1.1.1i): ... new variable. Leo Famulari 2020-12-08gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971]....* gnu/packages/tls.scm (openssl): Update to 1.1.1i. Marius Bakke 2020-12-08gnu: openssl: Update to 1.1.1g and remove replacement....* gnu/packages/tls.scm (openssl): Update to 1.1.1g. [replacement]: Remove. (openssl-1.1.1g): Remove. Ludovic Courtès 2020-12-08gnu: gnutls: Update to 3.6.15 and remove replacement....* gnu/packages/tls.scm (gnutls): Update to 3.6.15. [source]: Add "gnutls-cross.patch". [replacement]: Remove. [native-inputs]: Add GUILE-3.0 when (%current-target-system) is true. (gnutls/fixed): Remove. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Remove reference to 'gnutls/fixed'. * gnu/packages/tls.scm (gnutls/dane): Inherit from gnutls. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Remove gnutls/fixed, add gnutls. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Ludovic Courtès 2020-12-03gnu: gnutls-dane: Inherit from newer GnuTLS....Fixes <https://bugs.gnu.org/44914>. * gnu/packages/tls.scm (gnutls/dane): Inherit from GNUTLS/FIXED instead of GNUTLS. Marius Bakke 2020-12-03gnu: GnuTLS: Update replacement to 3.6.15 [fixes CVE-2020-24659]....* gnu/packages/tls.scm (gnutls-3.6.14): Rename to ... (gnutls/fixed): ... this. Update to 3.6.15. (gnutls): Adjust for renamed replacement. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Likewise. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Likewise. Marius Bakke 2020-11-21gnu: openssl: Fix cross compiling for powerpc targets....* gnu/packages/tls.scm (openssl)[arguments]: Add cross compile target cases for powerpc64le-linux, powerpc64-linux and powerpc-linux. Efraim Flashner 2020-11-08gnu: openssl: Fix indentation....* gnu/packages/tls.scm (openssl): Fix indentation of package definition. Efraim Flashner 2020-11-08gnu: openssl: Fix cross compiling for mips64el-linux....* gnu/packages/tls.scm (openssl)[arguments]: When cross compiling add case for mips64el-linux. Efraim Flashner 2020-10-21gnu: certbot, python-acme: Update to 1.8.0....* gnu/packages/tls.scm (certbot, python-acme): Update 1.8.0. Leo Famulari 2020-10-16gnu: libressl: Update to 3.1.4....* gnu/packages/tls.scm (libressl): Update to 3.1.4. Tobias Geerinckx-Rice 2020-10-05gnu: gnutls: Fix cross-compilation....* gnu/packages/tls.scm (gnutls)[arguments]: Disable tests when cross-compiling. Mathieu Othacehe 2020-08-20gnu: p11-kit: Update to 0.23.21....* gnu/packages/tls.scm (p11-kit): Update to 0.23.21. Tobias Geerinckx-Rice 2020-07-14gnu: mbedtls-apache-for-hiawatha: Fix....There's already a custom embedtls-apache variant for Hiawatha. Fix it instead of enabling threading for embedtls-apache. * gnu/packages/tls.scm (embedtls-for-hiawatha): Fix usage of SUBSTITUTE-KEYWORD-ARGUMENTS. Disable -Wformat-signedness. (embedtls-for-hiawatha): Remove ‘enable-features’ phase. Tobias Geerinckx-Rice 2020-07-14gnu: mbedtls-apache: Update to 2.23.0 [security fixes]....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.23.0. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Make source files writable. Enable threading. Tobias Geerinckx-Rice