summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
AgeCommit message (Expand)Author
2017-11-13gnu: Move web packages from python to python-web.•••This is in part to address <https://bugs.gnu.org/27284>. * gnu/packages/python.scm (python-httplib2, python2-httplib2) (python-sockjs-tornado, python2-sockjs-tornado) (python-flask-babel, python2-flask-babel) (python-html5lib, python2-html5lib) (python-html5lib-0.9, python2-html5lib-0.9) (python-html5-parser, python2-html5-parser) (python-webencodings, python2-webencodings) (python-openid, python2-openid, python-cssutils, python2-cssutils) (python-cssselect, python2-cssutils) (python-openid-cla, python2-openid-cla) (python-openid-teams, python2-openid-teams) (python-tornado, python2-tornado) (python-tornado-http-auth, python-terminado, python2-terminado) (python-webob, python2-webob, python-zope-event, python2-zope-event) (python-zope-interface, python2-zope-interface) (python-zope-exceptions, python2-zope-exceptions) (python-zope-testing, python2-zope-testing) (python-zope-testrunner, python2-zope-testrunner) (python-zope-i18nmessageid, python2-zope-i18nmessageid) (python-zope-schema, python2-zope-schema) (python-zope-configuration, python2-zope-configuration) (python-zope-proxy, python2-zope-proxy) (python-zope-location, python2-zope-location) (python-zope-security, python2-zope-security) (python-zope-component, python2-zope-component) (python-ndg-httpsclient, python2-ndg-httpsclient) (python-websocket-client, python2-websocket-client) (python-requests-toolbelt, python2-requests-toolbelt) (python-rauth, python2-rauth, python-urllib3, python2-urllib3) (awscli, python-wsgiproxy2, python2-wsgiproxy2) (python-pastedeploy, python2-pastedeploy) (python-webtest, python2-webtest, python-flask, python2-flask) (python-flast-wtf, python2-flask-wtf) (python-flask-multistatic, python2-flask-multistatic) (python-cookies, python2-cookies) (python-responses, python2-responses) (python-geventhttpclient, python2-geventhttpclient) (python-requests-oauthlib, python2-requests-oauthlib) (python-url, python2-url, python-cachecontrol, python2-cachecontrol) (python-betamax, python2-betamax) (python-betamax-matchers, python2-betamax-matchers) (python-s3transfer, python2-s3transfer) (python-flask-restful, python-flask-basicauth) (python-flask-sqlalchemy, python-flask-restplus) (python-flask-restful-swagger, python-htmlmin, python2-htmlmin) (python-flask-htmlmin, python2-flask-htmlmin) (python-flask-login, python2-flask-login) (python-oauth2client, python-flask-oidc) (python-webassets, python-cssmin, python2-cssmin) (python-elasticsearch, python2-elasticsearch) (python-flask-script, python2-flask-script) (python-flask-migrate, python2-flask-migrate) (python-genshi, python2-genshi) (python-flask-principal, python2-flask-principal) (python-flask-httpauth, python2-flask-httpauth) (python-uritemplate, python2-uritemplate): Move to... * gnu/packages/python-web.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/admin.scm, gnu/packages/backup.scm, gnu/packages/dav.scm, gnu/packages/django.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/logging.scm, gnu/packages/mail.scm, gnu/packages/music.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/rdf.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm: Adjust accordingly. Ludovic Courtès
2017-11-13gnu: ghc-tls: Move to (gnu packages tls).•••* gnu/packages/haskell.scm (ghc-tls): Move from here... * gnu/packages/tls.scm (ghc-tls): ...to here. * gnu/packages/haskell-web.scm: Use (gnu packages tls). Ricardo Wurmus
2017-11-11gnu: gnutls: Don't allow a reference to net-tools.•••* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools to #:disallowed-references. Leo Famulari
2017-11-10gnu: net-tools-for-tests: Remove variable.•••* gnu/packages/linux.scm (net-tools-for-tests): Remove variable. * gnu/packages/tls.scm (gnutls)[native-inputs]: Replace net-tools-for-tests with net-tools. [disallowed-references]: Remove field. Efraim Flashner
2017-11-06gnu: gnutls: Don't allow the built GnuTLS to refer to net-tools-for-tests.•••* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools-for-tests to #:disallowed-references. Leo Famulari
2017-11-02gnu: openssl: Make search paths single-entry.•••* gnu/packages/tls.scm (openssl)[native-search-paths]: Add (separator #f) on SSL_CERT_DIR and SSL_CERT_FILE; set SSL_CERT_FILE to (file-type 'regular). Marius Bakke
2017-11-02gnu: openssl: Remove graft for 1.0.2m.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2m. [source]: Add HTTPS mirror. (openssl-1.0.2m): Remove variable. Marius Bakke
2017-11-02Merge branch 'master' into core-updatesMarius Bakke
2017-11-02gnu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].•••* gnu/packages/tls.scm (openssl-next): Update to 1.1.0g. [source]: Add HTTPS mirror. Marius Bakke
2017-11-02gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].•••* gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl-1.0.2m): New public variable. Marius Bakke
2017-10-26Merge remote-tracking branch 'origin/python-updates' into core-updatesEfraim Flashner
2017-10-19gnu: Remove python-mock@1.•••* gnu/packages/python.scm (python-mock): Update to 2.0.0. [native-inputs]: Add PYTHON-UNITTEST2. [propagated-inputs]: Add PYTHON-PBR and PYTHON-SIX. [arguments]: Override 'check' phase. [properties]: Declare python2 variant. (python2-mock)[propagated-inputs]: Add PYTHON2-FUNCTOOLS32 and PYTHON2-FUNCSIGS. (python-mock-2): Remove variable. * gnu/packages/python.scm (python-flake8)[native-inputs]: Adjust accordingly. * gnu/packages/tls.scm (python-acme, certbot)[native-inputs]: Likewise. Marius Bakke
2017-10-10Merge branch 'master' into core-updatesMarius Bakke
2017-10-05gnu: certbot, python-acme: Update to 0.19.0.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0. Leo Famulari
2017-10-03gnu: p11-kit: Update to 0.23.9.•••* gnu/packages/tls.scm (p11-kit): Update to 0.23.9. Marius Bakke
2017-10-01gnu: libtasn1: Ungraft package.•••* gnu/packages/tls.scm (libtasn1)[replacement]: Remove field. [source]: Add patch. (libtasn1/fixed): Remove variable. Efraim Flashner
2017-10-01gnu: gnutls: Add 'gnutls-dane'.•••* gnu/packages/tls.scm (gnutls/dane): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> ng0
2017-09-25gnu: certbot, python-acme: Update to 0.18.2.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.18.2. * gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2017-09-17gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.•••* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/tls.scm (python-acme)[source]: Use it. Marius Bakke
2017-09-08gnu: python2-acme: Remove package.•••This package has not built successfully for a long time. Since it appears to have no users, we remove it for now. * gnu/packages/tls.scm (python2-acme): Remove variable. Leo Famulari
2017-09-08gnu: certbot, python-acme: Update to 0.18.1.•••* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.18.1. Leo Famulari
2017-09-07gnu: certbot, python-acme: Update to 0.18.0.•••* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.18.0. Leo Famulari
2017-08-30gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0. Marius Bakke
2017-08-21Merge branch 'master' into core-updatesMarius Bakke
2017-08-18gnu: perl-crypt-openssl-bignum: Update to 0.08.•••* gnu/packages/tls.scm (perl-crypt-openssl-bignum): Update to 0.08. Tobias Geerinckx-Rice
2017-08-15gnu: p11-kit: Update to 0.23.8.•••* gnu/packages/tls.scm (p11-kit): Update to 0.23.8. Marius Bakke
2017-08-06Merge branch 'master' into core-updatesMark H Weaver
2017-08-06gnu: libtasn1: Add replacement to fix CVE-2017-10790.•••Based on commit 01a61d7040b1794f36547b107abce6e967d59f21 by Leo Famulari <leo@famulari.name>. * gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (libtasn1)[replacement]: New field. (libtasn1/fixed): New variable. Mark H Weaver
2017-08-05gnu: 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. Leo Famulari
2017-08-04gnu: certbot, python-acme: Update to 0.17.0.•••* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.17.0. Tobias Geerinckx-Rice
2017-07-28Merge branch 'master' into core-updatesMarius Bakke
2017-07-26gnu: 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. Leo Famulari
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-19download: 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. Tobias Geerinckx-Rice
2017-07-14gnu: certbot, python-acme: Update to 0.16.0.•••* gnu/pckages/tls.scm (certbot, python-acme, python2-acme): Update to 0.16.0. Leo Famulari
2017-07-13gnu: libressl: Provide a TLS-enabled implementation of netcat.•••* gnu/packages/tls.scm (libressl)[arguments]: Pass '--enable-nc' to #:configure-flags. Leo Famulari
2017-07-13gnu: libressl: Update to 2.5.5.•••* gnu/packages/tls.scm (libressl): Update to 2.5.5. [source]: Use HTTPS URL. Leo Famulari
2017-07-03packages: 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. Ludovic Courtès
2017-06-26Merge branch 'master' into core-updatesMark H Weaver
2017-06-22gnu: mbedtls-apache: Update to 2.5.1.•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1. Leo Famulari
2017-06-20Merge branch 'master' into core-updatesMark H Weaver
2017-06-19gnu: 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. Leo Famulari
2017-06-14gnu: perl-net-ssleay: Update to 1.81.•••* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.81. [native-inputs]: Remove 'perl-net-ssleay-disable-ede-test.patch'. [arguments]: Remove 'apply-patch' phase. * gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2017-06-11Merge branch 'master' into core-updates•••Conflicts: * gnu/packages/tls.scm (gnutls): Incorporated 3.5.13 graft (88e2511e217f2). Marius Bakke
2017-06-11gnu: 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. Marius Bakke
2017-06-10Merge branch 'master' into core-updatesMarius Bakke
2017-06-09gnu: 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. Marius Bakke
2017-06-08gnu: 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 Leo Famulari
2017-06-03Merge branch 'master' into core-updates••• Conflicts: gnu/packages/image.scm (incorporated libtiff graft) Marius Bakke
2017-05-30gnu: libtasn1: Update to 4.12.•••* gnu/packages/tls.scm (libtasn1): Update to 4.12. Ricardo Wurmus