aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
Commit message (Collapse)AuthorAge
...
* | gnu: libtasn1: Remove obsolete patch.Marius Bakke2017-05-28
| | | | | | | | | | | | | | | | | | This is a followup to 6a09628cb1147481131e582c1711edeb0db81944. (picked from the wrong branch, sorry!) * gnu/packages/tls.scm (libtasn1)[source]: Remove upstreamed patch. * gnu/packages/patches/libtasn1-CVE-2017-6891.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: libtasn1: Update to 4.11.Marius Bakke2017-05-28
| | | | | | | | * gnu/packages/tls.scm (libtasn1): Update to 4.11.
* | Merge branch 'master' into core-updatesMark H Weaver2017-05-27
|\|
| * gnu: openssl@1.1.0: Update to 1.1.0f.Leo Famulari2017-05-25
| | | | | | | | * gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.
* | gnu: openssl: Update to 1.0.2l.Leo Famulari2017-05-25
| | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.0.2l.
* | gnu: gnutls: Default to Guile 2.2.Ludovic Courtès2017-05-25
| | | | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls)[arguments]: Remove '--with-guile-site-dir' configure flag. [inputs]: Use GUILE-2.2 instead of GUILE-2.0. (gnutls/guile-2.2): Redefine using 'deprecated-package'. (gnutls/guile-2.0): New variable.
* | gnu: libtasn1: Incorporate grafted changes.Leo Famulari2017-05-24
| | | | | | | | | | | | * gnu/packages/tls.scm (libtasn1)[replacement]: Remove field. [source]: Use "libtasn1-CVE-2017-6891.patch". (libtasn1/fixed): Remove variable.
* | Merge branch 'master' into core-updatesLeo Famulari2017-05-24
|\|
| * gnu: libtasn1: Fix CVE-2017-6891.Leo Famulari2017-05-24
| | | | | | | | | | | | | | * 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.
| * gnu: asn1c: Update to 0.9.28.Leo Famulari2017-05-24
| | | | | | | | * gnu/packages/tls.scm (asn1c): Update to 0.9.28.
* | Merge branch 'master' into core-updatesRicardo Wurmus2017-05-24
|\|
| * gnu: certbot, python-acme: Update to 0.14.1.Leo Famulari2017-05-16
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.1.
| * gnu: certbot, python-acme: Update to 0.14.0.Leo Famulari2017-05-06
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.0.
| * gnu: libressl: Update to 2.5.4.Efraim Flashner2017-05-03
| | | | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.4. [home-page]: Use https.
| * gnu: Avoid circular dependencies by Perl license.Petter2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: libressl: Do not use 'getentropy'.Ludovic Courtès2017-04-18
| | | | | | | | * gnu/packages/tls.scm (libressl)[arguments]: New field.
| * gnu: certbot: Remove unused dependency.Leo Famulari2017-04-12
| | | | | | | | | | | | | | | | | | 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.
| * gnu: python-acme: Remove unused dependencies.Leo Famulari2017-04-12
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: certbot, python-acme: Build documentation in separate phase.Marius Bakke2017-04-12
| | | | | | | | | | | | * gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add 'build-documentation' phase. Rename 'docs' phase to 'install-documentation'. (certbot)[arguments]<:phases>: Adjust accordingly.
| * gnu: libressl: Update to 2.5.3.Leo Famulari2017-04-11
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.3.
| * gnu: certbot: Share python-acme's arguments.Leo Famulari2017-04-08
| | | | | | | | | | * gnu/packages/tls.scm (certbot)[arguments]: Use substitute-keyword-arguments to inherit from python-acme.
| * gnu: certbot, python-acme: Update to 0.13.0.Leo Famulari2017-04-08
| | | | | | | | | | * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.13.0. [arguments]: Add 'patch-dependency' phase.
* | gnu: gnutls: Update to 3.5.10.Leo Famulari2017-04-02
|/ | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.10.
* Merge branch 'master' into core-updatesMarius Bakke2017-03-30
|\ | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH and others].Leo Famulari2017-03-30
| | | | | | | | | | | | | | 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.
| * gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | | | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
| * gnu: libressl: Update to 2.5.2.Leo Famulari2017-03-28
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.2.
* | Merge branch 'master' into core-updatesMark H Weaver2017-03-19
|\|
| * gnu: Rename "guile-next" to "guile".Ludovic Courtès2017-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-next): Rename to... (guile-2.2): ... this. Update users. [name]: Change to "guile". [synopsis]: Remove. [properties]: Remove 'upstream-name', 'ftp-server', and 'ftp-directory'. * gnu/packages/bioinformatics.scm (rcas-web): Update accordingly. * gnu/packages/tls.scm (gnutls/guile-2.2): Likewise. * tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'. * doc/guix.texi (Package Transformation Options): Update examples that referred to "guile-next".
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: libressl: Update to 2.5.1.Leo Famulari2017-03-06
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.1.
| * gnu: Add mbedtls-apache.ng02017-03-04
| | | | | | | | | | | | * gnu/packages/tls.scm (mbedtls-apache): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| * gnu: certbot, python-acme: Update to 0.12.0.Leo Famulari2017-03-03
| | | | | | | | | | * gnu/packages/tls.scm (python-acme, python2-acme): Update to 0.12.0. (certbot): Update to 0.12.0.
* | gnu: gnutls: Support internationalized domain names.Leo Famulari2017-02-24
| | | | | | | | | | * gnu/packages/tls.scm (gnutls)[propagated-inputs]: Replace libidn with libidn2.
* | gnu: libtasn1: Update to 4.10.Efraim Flashner2017-02-21
| | | | | | | | * gnu/packages/tls.scm (libtasn1): Update to 4.10.
* | gnu: gnutls: Update to 3.5.9.Efraim Flashner2017-02-21
| | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.9.
* | gnu: openssl: Incorporate grafted changes.Marius Bakke2017-02-21
| | | | | | | | | | | | | | | | | | This un-grafts 544db93cafc3e0bf9a89623b8fed3a169958c1d3. * gnu/packages/tls.scm (openssl): Update to 1.0.2k. [replacement]: Remove field. (openssl-1.0.2k): Remove variable. (openssl-next)[replacement]: Remove field.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-20
|\|
| * gnu: openssl-next: Update to 1.1.0e [fixes CVE-2017-3733].Leo Famulari2017-02-16
| | | | | | | | * gnu/packages/tls.scm (openssl-next): Update to 1.1.0e.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-02-10
|\|
| * gnu: certbot, python-acme: Update to 0.11.1.Leo Famulari2017-02-06
| | | | | | | | | | | | * gnu/packages/tls.scm (python-acme, python2-acme): Update to 0.11.1. (certbot): Update to 0.11.1. [version]: Use python-acme's version.
* | gnu: gnutls: Remove perl dependency.David Craven2017-02-10
| | | | | | | | * gnu/packages/tls.scm (gnutls)[inputs]: Remove perl.
* | Merge branch 'master' into core-updatesLeo Famulari2017-02-02
|\|
| * gnu: acme-client: Update to 0.1.16.Leo Famulari2017-02-01
| | | | | | | | * gnu/packages/tls.scm (acme-client): Update to 0.1.16.
| * gnu: openssl-next: Update to 1.1.0d [fixes CVE-2017-{3730, 3731, 3732}].Leo Famulari2017-01-26
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl-next): Update to 1.1.0d. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: openssl: Replace with openssl-1.0.2k [security fixes].Leo Famulari2017-01-26
| | | | | | | | | | | | | | | | | | | | Fix CVE-2016-7055 and CVE-2017-{3731,3732}. * gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl-1.0.2k): New variable. (openssl-next)[replacement]: New field. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python-acme: Update to 0.10.2.Tobias Geerinckx-Rice2017-01-26
| | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.10.2.
| * gnu: certbot: Update to 0.10.2.Tobias Geerinckx-Rice2017-01-26
| | | | | | | | | | * gnu/packages/tls.scm (certbot): Update to 0.10.2. [description]: Use present tense; expand acronyms.
* | gnu: gnutls: Update to 3.5.8.Leo Famulari2017-01-26
| | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.8.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-01-23
|\|