~ruther/guix-local

ref: cf684d87d7446ffe33ca4c73bf51dc24fa5a7129 guix-local/gnu/packages/tls.scm -rw-r--r-- 33.4 KiB
94793c1d — Tobias Geerinckx-Rice 8 years ago
gnu: perl-crypt-openssl-bignum: Update to 0.08.

* gnu/packages/tls.scm (perl-crypt-openssl-bignum): Update to 0.08.
dca82aef — Marius Bakke 8 years ago
gnu: p11-kit: Update to 0.23.8.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.8.
01a61d70 — Leo Famulari 8 years ago
gnu: libtasn1: Fix CVE-2017-10790.

* gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1/fixed)[source]: Use it.
19dd5097 — Tobias Geerinckx-Rice 8 years ago
gnu: certbot, python-acme: Update to 0.17.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.17.0.
f96dbf6b — Leo Famulari 8 years ago
gnu: net-tools: Add a test-only variant and use it for GnuTLS.

* gnu/packages/linux.scm (net-tools-for-tests): Add hidden net-tools variant.
* gnu/packages/tls.scm (gnutls)[native-inputs]: Use net-tools-for-tests instead
of net-tools.
644e5f17 — Tobias Geerinckx-Rice 9 years ago
download: Add OpenBSD mirrors.

* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors.
* gnu/packages/ntp.scm (openntpd)[source]: Use them.
* gnu/packages/ssh.scm (openssh)[source]: Likewise.
* gnu/packages/tls.scm (libressl)[source]: Likewise.
a08a9b8c — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.16.0.

* gnu/pckages/tls.scm (certbot, python-acme, python2-acme): Update to 0.16.0.
df08f385 — Leo Famulari 9 years ago
gnu: libressl: Provide a TLS-enabled implementation of netcat.

* gnu/packages/tls.scm (libressl)[arguments]: Pass '--enable-nc'
to #:configure-flags.
1d919d32 — Leo Famulari 9 years ago
gnu: libressl: Update to 2.5.5.

* gnu/packages/tls.scm (libressl): Update to 2.5.5.
[source]: Use HTTPS URL.
d5ec5ed7 — Ludovic Courtès 9 years ago
packages: Mark 'replacement' as an "innate" field.

Suggested by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00355.html>.

* guix/packages.scm (<package>)[replacement]: Mark as "innate".
* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24)
(glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove
'replacement' field, which was set to #f.
* gnu/packages/commencement.scm (perl-boot0): Likewise.
* gnu/packages/fontutils.scm (graphite2/fixed): Likewise.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise.
* gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise.
* gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise.
* gnu/packages/icu4c.scm (icu4c/fixed): Likewise.
* gnu/packages/image.scm (libpng-apng): Likewise.
* gnu/packages/make-bootstrap.scm (%guile-static): Likewise.
* gnu/packages/pcre.scm (pcre/fixed): Likewise.
* gnu/packages/perl.scm (perl/fixed): Likewise.
* gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1)
(ruby-1.8): Likewise.
* gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise.
* gnu/packages/xml.scm (expat-2.2.1): Likewise.
d9f80671 — Leo Famulari 9 years ago
gnu: mbedtls-apache: Update to 2.5.1.

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
fed1898d — Leo Famulari 9 years ago
gnu: certbot: Build with Python 3.

* gnu/packages/tls.scm (certbot): Use python-3 to build.
[native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use
python-mock-2.
88e2511e — Marius Bakke 9 years ago
gnu: gnutls: Replace with 3.5.13.

This update addresses the following security advisories:

GNUTLS-SA-2017-3 (aka CVE-2017-7869) and GNUTLS-SA-2017-4.

See <https://gnutls.org/security.html> and <https://gnutls.org/news.html>.

* gnu/packages/patches/gnutls-skip-pkgconfig-test.patch,
gnu/packages/patches/gnutls-skip-trust-store-test.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls-3.5.13): New variable.
(gnutls/guile-2.2)[replacement]: New field. Set #f.
[source]: Inherit from GNUTLS-3.5.13.
e6ad9bda — Marius Bakke 9 years ago
gnu: p11-kit: Update to 0.23.7.

Newer releases are only available on GitHub. See release announcements:
https://lists.freedesktop.org/archives/p11-glue/2017-June/000661.html

* gnu/packages/tls.scm (p11-kit): Update to 0.23.7.
[source]: Remove obsolete substitution.
61759370 — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.15.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.15.0.
(python-acme, python2-acme)[arguments]: Remove 'patch-dependency' phase.
This issue was fixed upstream:
https://github.com/certbot/certbot/commit/d0e471dc8093bd0d08c5a739e5cf9677240d9c0e
6f8cda18 — Marius Bakke 9 years ago
Merge branch 'master' into staging
2b95f247 — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.14.2.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.
9df24909 — Marius Bakke 9 years ago
Merge branch 'master' into staging
fc3a0416 — Leo Famulari 9 years ago
gnu: openssl@1.1.0: Update to 1.1.0f.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.
ff51a87c — Leo Famulari 9 years ago
gnu: libtasn1: Fix CVE-2017-6891.

* gnu/packages/patches/libtasn1-CVE-2017-6891.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1)[replacement]: New field.
(libtasn1/fixed): New variable.
Next