~ruther/guix-local

ref: ca40d4e7c5dd61d4451cebd0eb910bc705bcc06e guix-local/gnu/packages/tls.scm -rw-r--r-- 32.9 KiB
fc3a0416 — Leo Famulari 8 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 8 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.
ff7da7e0 — Leo Famulari 8 years ago
gnu: asn1c: Update to 0.9.28.

* gnu/packages/tls.scm (asn1c): Update to 0.9.28.
44a0591b — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.14.1.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.1.
17139eff — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.14.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.0.
2ed12d3f — Efraim Flashner 9 years ago
gnu: libressl: Update to 2.5.4.

* gnu/packages/tls.scm (libressl): Update to 2.5.4.
[home-page]: Use https.
2f3108ad — Petter 9 years ago
gnu: Avoid circular dependencies by Perl license.

* guix/licenses.scm (perl-license): New variable.
* gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license.
* gnu/packages/compression.scm: Same.
* gnu/packages/databases.scm: Same.
* gnu/packages/gd.scm: Same.
* gnu/packages/language.scm: Same.
* gnu/packages/libevent.scm: Same.
* gnu/packages/mail.scm: Same.
* gnu/packages/messaging.scm: Same.
* gnu/packages/ncurses.scm: Same.
* gnu/packages/networking.scm: Same.
* gnu/packages/photo.scm: Same.
* gnu/packages/tcl.scm: Same.
* gnu/packages/tex.scm: Same.
* gnu/packages/tls.scm: Same.
* gnu/packages/web.scm: Same.
* gnu/packages/wm.scm: Same.
* gnu/packages/xml.scm: Same.
* gnu/packages/xorg.scm: Same.
* gnu/packages/zip.scm: Same.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1524851f — Leo Famulari 9 years ago
Merge branch 'master' into staging
a2d64899 — Ludovic Courtès 9 years ago
gnu: libressl: Do not use 'getentropy'.

* gnu/packages/tls.scm (libressl)[arguments]: New field.
c57ce31a — Leo Famulari 9 years ago
Merge branch 'master' into staging
01286308 — Leo Famulari 9 years ago
gnu: certbot: Remove unused dependency.

This dependency was removed in certbot@0.10.0:

https://github.com/certbot/certbot/commit/d54cb76432a2eff43cc9cc3c1cc4d9136eac2221

* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
57fe07db — Leo Famulari 9 years ago
gnu: python-acme: Remove unused dependencies.

Removed in python-acme@0.10.0 and 0.4.1, respectively:

https://github.com/certbot/certbot/commit/edbb3a73c6085219bef0cbf008bd1c82088bfcf6
https://github.com/certbot/certbot/commit/df383ee6e408f3be4bc3beb59aa33abc8e90f268

* gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]:
Remove python-ndg-httpsclient and python-werkzeug.
1fc8476d — Marius Bakke 9 years ago
gnu: certbot, python-acme: Build documentation in separate phase.

* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add
'build-documentation' phase. Rename 'docs' phase to 'install-documentation'.
(certbot)[arguments]<:phases>: Adjust accordingly.
69121e95 — Leo Famulari 9 years ago
gnu: libressl: Update to 2.5.3.

* gnu/packages/tls.scm (libressl): Update to 2.5.3.
f26d6e4e — Leo Famulari 9 years ago
gnu: certbot: Share python-acme's arguments.

* gnu/packages/tls.scm (certbot)[arguments]: Use substitute-keyword-arguments to
inherit from python-acme.
f0e9fda6 — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.13.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.13.0.
[arguments]: Add 'patch-dependency' phase.
2a0d5de5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
84157bb8 — Marius Bakke 9 years ago
Merge branch 'master' into core-updates

Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
16ab9824 — Leo Famulari 9 years ago
gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH and others].

See 'ChangeLog' in the source code distribution for more information about
security-related bug fixes.

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.4.2.
6fd52309 — Tobias Geerinckx-Rice 9 years ago
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.

All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
Next