summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
Commit message (Collapse)AuthorAge
* gnu: OpenSSL: Update to 1.1.1g [fixes CVE-2020-1967].Leo Famulari2020-04-21
| | | | | | * gnu/packages/tls.scm (openssl)[replacement]: Replace with openssl-1.1.1g. (openssl-1.1.1e): Replace variable with ... (openssl-1.1.1g): ... this.
* gnu: openconnect: Update to 8.08.Tobias Geerinckx-Rice2020-04-11
| | | | | | * gnu/packages/vpn.scm (openconnect): Update to 8.08. [propagated-inputs]: Use gnutls-3.6.13. * gnu/packages/tls.scm (gnutls-3.6.13): Export it.
* gnu: GnuTLS: Fix CVE-2020-11501.Leo Famulari2020-04-06
| | | | | | | * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.6.13): New variable. (gnutls/guile-2.0, gnutls/dane, gnutls-3.6.10, gnutls3.0-gnutls): Use PACKAGE/INHERIT.
* gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].Marius Bakke2020-03-19
| | | | | | * gnu/packages/tls.scm (openssl-1.1.1d): Rename to ... (openssl-1.1.1e): ... this. Update to 1.1.1e. (openssl)[replacement]: Adjust accordingly.
* gnu: gnutls@3.6.10: Add dependency on datefudge and util-linux.Marius Bakke2020-03-11
| | | | * gnu/packages/tls.scm (gnutls-3.6.10)[native-inputs]: New field.
* gnu: Certbot, python-acme: Update to 1.3.0.Leo Famulari2020-03-10
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.3.0.
* gnu: libressl: Update to 3.0.2.Tobias Geerinckx-Rice2020-03-02
| | | | * gnu/packages/tls.scm (libressl): Update to 3.0.2.
* gnu: dehydrated: Install documentation.Tobias Geerinckx-Rice2020-03-01
| | | | | * gnu/packages/tls.scm (dehydrated)[arguments]: Install compressed man page and other basic documentation.
* gnu: dehydrated: Update source URI.Tobias Geerinckx-Rice2020-03-01
| | | | * gnu/packages/tls.scm (dehydrated)[source]: Update URI.
* gnu: OpenSSL: Do not inherit grafts on replacement package.Marius Bakke2020-02-28
| | | | * gnu/packages/tls.scm (openssl-1.1.1d): Use INHERIT instead of PACKAGE/INHERIT.
* gnu: mbedtls-apache: Update to 2.16.5.Marius Bakke2020-02-25
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.5.
* gnu: certbot, python-acme: Update to 1.2.0.Leo Famulari2020-02-19
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.2.0.
* gnu: go-github-com-certifi-gocertifi: Update to 2018.01.18-1.a5e0173Leo Famulari2020-02-13
| | | | | * gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to 2018.01.18-1.a5e0173.
* Merge branch 'master' into stagingMarius Bakke2020-02-03
|\
| * gnu: p11-kit: Update to 0.23.20.Marius Bakke2020-01-30
| | | | | | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.20.
* | Merge branch 'master' into stagingMarius Bakke2020-01-29
|\|
| * gnu: p11-kit: Update to 0.23.19.Marius Bakke2020-01-29
| | | | | | | | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.19. [source](uri): Adjust tarball name.
| * gnu: mbedtls-apache: Do not build the static libraries.Marius Bakke2020-01-29
| | | | | | | | | | * gnu/packages/tls.scm (mbedtls-apache)[arguments]: Add "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF" in #:configure-flags.
| * gnu: mbedtls-apache: Update to 2.16.4.Marius Bakke2020-01-29
| | | | | | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
* | gnu: OpenSSL@1.0: Update to 1.0.2u.Marius Bakke2020-01-19
|/ | | | * gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2u.
* gnu: certbot: Update to 1.0.0.Brett Gilio2019-12-13
| | | | * gnu/packages/tls.scm (certbot): Update to 1.0.0.
* gnu: python-acme: Update to 1.0.0.Brett Gilio2019-12-13
| | | | * gnu/packages/tls.scm (python-acme): Update to 1.0.0.
* Merge branch 'master' into stagingMarius Bakke2019-11-28
|\
| * gnu: gnutls: Add "guile3.0-gnutls" variant.Ludovic Courtès2019-11-23
| | | | | | | | * gnu/packages/tls.scm (gnutls-3.6.10, guile3.0-gnutls): New variables.
* | Merge branch 'master' into stagingMarius Bakke2019-11-15
|\|
| * gnu: LibreSSL: Make search paths single-entry.Marius Bakke2019-11-10
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/36817>. Reported by Katherine Cox-Buday <cox.katherine.e@gmail.com>. * gnu/packages/tls.scm (libressl)[native-search-paths]: Add SEPARATOR #F in search path specifications.
| * gnu: certbot, python-acme: Update to 0.40.1.Tobias Geerinckx-Rice2019-11-08
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1.
* | Merge branch 'master' into stagingMarius Bakke2019-10-27
|\|
| * gnu: libressl: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-27
| | | | | | | | * gnu/packages/tls.scm (libressl)[source]: Hard-code NAME.
* | Merge branch 'master' into stagingMarius Bakke2019-10-23
|\|
| * gnu: certbot, python-acme: Update to 0.39.0.Tobias Geerinckx-Rice2019-10-21
| | | | | | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.39.0. (certbot)[source]: Update hash. [propagated-inputs]: Add python-distro.
* | gnu: OpenSSL@1.0: Incorporate grafted changes.Marius Bakke2019-10-13
|/ | | | | | | * gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2t. [replacement]: Remove. [arguments]: Add #:parallel-build?. (openssl-1.0.2t): Remove variable.
* gnu: OpenSSL@1.0: Replace with 1.0.2t [fixes CVE-2019-1547, CVE-2019-1563].Marius Bakke2019-10-13
| | | | | * gnu/packages/tls.scm (openssl-1.0.2t): New variable. (openssl-1.0)[replacement]: New field.
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: p11-kit: Update to 0.23.18.1.Marius Bakke2019-10-02
| | | | | | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.18.1.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
|\|
| * gnu: Remove deprecated "guile2.2-" packages.Ludovic Courtès2019-09-29
| | | | | | | | | | | | | | | | | | | | | | These had been deprecated since Dec. 2017. * gnu/packages/guile-xyz.scm (guile2.2-reader, guile2.2-lib) (guile2.2-minikanren, guile2.2-irregex, guile2.2-haunt) (guile2.2-redis, guile2.2-commonmark): Remove. * gnu/packages/guile.scm (guile2.2-json, guile2.2-gdbm-ffi): Remove. * gnu/packages/ssh.scm (guile2.2-ssh): Remove. * gnu/packages/tls.scm (gnutls/guile-2.2): Remove.
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: mbedtls-apache: Update to 2.16.3.Marius Bakke2019-09-27
| | | | | | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.3.
| * gnu: dehydrated: Update to 0.6.5.Tobias Geerinckx-Rice2019-09-26
| | | | | | | | * gnu/packages/tls.scm (dehydrated): Update to 0.6.5.
| * gnu: p11-kit: Update to 0.23.17.Marius Bakke2019-09-24
| | | | | | | | | | | | | | * gnu/packages/patches/p11-kit-jks-timestamps.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/tls.scm (p11-kit): Update to 0.23.17. [source](patches): Remove.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: openssl: Update to 1.1.1d [fix CVE-2019-{1547,1549,1552,1563}].Tobias Geerinckx-Rice2019-09-11
| | | | | | | | * gnu/packages/tls.scm (openssl-next): Update to 1.1.1d.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: certbot: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-24
| | | | | | | | * gnu/packages/tls.scm (certbot)[source]: Hard-code NAME.
| * gnu: python-acme: Update to 0.37.2.Tobias Geerinckx-Rice2019-08-24
| | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.37.2.
* | gnu: gnutls: Update to 3.6.9.Marius Bakke2019-07-31
| | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.6.9.
* | gnu: libtasn1: Update to 4.14.Marius Bakke2019-07-31
| | | | | | | | * gnu/packages/tls.scm (libtasn1): Update to 4.14.
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-31
|\|
| * gnu: Add go-github-com-certifi-gocertifi.Leo Famulari2019-07-29
| | | | | | | | * gnu/packages/tls.scm (go-github-com-certifi-gocertifi): New variable.