summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
AgeCommit message (Collapse)Author
2016-12-17gnu: acme-client: Provide path to certificates.Leo Famulari
* gnu/packages/tls.scm (acme-client)[arguments]: Add 'patch-paths' phase.
2016-12-10gnu: openssl-next: Update to 1.1.0c [fixes CVE-{7053,7054,7055}].Marius Bakke
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0c. [arguments]: Duplicate 'configure' to add rpath flag previously handled by now-defunct 'patch-runpath' phase. Duplicate 'remove-miscellany' phase.
2016-12-03gnu: acme-client: Update to 0.1.15.Leo Famulari
* gnu/packages/tls.scm (acme-client): Update to 0.1.15. [native-inputs]: Add pkg-config.
2016-11-15gnu: Remove work-arounds for bug 20765 (ensure uncompressed eggs).Hartmut Goebel
Bug 20765 is solved since we build all Python packages using option "--single-version-externally-managed". * gnu/packages/bioinformatics.scm (pbtranscript-tofu): Remove configure-flags. (pepr): remove phase "disable-egg-generation". * gnu/packages/pdf.scm (reportlab): Remove configure-flags. * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-elib.intl, python-pkgconfig, python-pytest-pep8, python-pytest-flakes): Remove configure-flags. (python-pillow) remove phase "disable-egg-generation". (python-libarchive-c) Remove patching setup.cfg. * gnu/packages/statistics.scm (python-patsy): remove phase "prevent-generation-of-egg-archive". * gnu/packages/tls.scm (python-acme): remove phase "disable-egg-compression". * gnu/packages/tor.scm (onionshare): Remove configure-flags.
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b)Hartmut Goebel
This patch contains the changes in all modules beside python.scm where removing setuptools from the inputs could be achieved by removing complete lines. * gnu/packages/admin.scm (graphios, thefuck): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (rdiff-backup): Likewise. * gnu/packages/bioinformatics.scm (htseq, macs, python2-pbcore, rseqc, multiqc): Likewise. * gnu/packages/django.scm (python-django, python2-django, python-django-simple-math-captcha, python2-django-simple-math-captcha): Likewise. * gnu/packages/docker.scm (python-docker-py, docker-compose): Likewise. * gnu/packages/game-development.scm (python-pygame): Likewise. * gnu/packages/key-mon.scm (key-mon): Likewise. * gnu/packages/mail.scm (khard): Likewise. * gnu/packages/music.scm (beets, python2-pyechonest): Likewise. * gnu/packages/openstack.scm (python-bandit, python2-bandit, python-debtcollector, python2-debtcollector, python-mox3, python2-mox3, python-os-client-config, python2-os-client-config, python-oslo.config, python2-oslo.config, python-oslo.context, python2-oslo.context, python-oslo.i18n, python2-oslo.i18n, python-oslo.serialization, python2-oslo.serialization, python-oslosphinx, python2-oslosphinx, python-oslotest, python2-oslotest, python-oslo.utils, python2-oslo.utils, python-swiftclient, python2-swiftclient): Likewise. * gnu/packages/pdf.scm (pdfposter): Likewise. * gnu/packages/tls.scm (python-acme, python2-acme): Likewise.
2016-11-07Merge branch 'master' into core-updatesMark H Weaver
2016-11-06gnu: acme-client: Update to 0.1.14.Leo Famulari
* gnu/packages/tls.scm (acme-client): Update to 0.1.14.
2016-10-17Merge branch 'master' into core-updatesMark H Weaver
2016-10-16gnu: certbot, python-acme: Update to 0.9.3.Leo Famulari
These packages should be updated together. * gnu/packages/tls.scm (certbot): Update to 0.9.3. [source]: Use pypi-uri. (python-acme, python2-acme): Update to 0.9.3. [source]: Use pypi-uri.
2016-10-06gnu: openssl: Update to 1.0.2j.Leo Famulari
* gnu/packages/tls.scm (openssl): Update to 1.0.2j. [replacement]: Remove field [source]: Remove 'openssl-CVE-2016-2177.patch' and 'openssl-CVE-2016-2178.patch'. (openssl-1.0.2j): Remove variable. (openssl-next)[replacement]: Remove field. * gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-10-05Merge branch 'master' into core-updatesLeo Famulari
2016-10-03gnu: openssl@1.0: Replacement now has an accurate 'version' field.Ludovic Courtès
* gnu/packages/tls.scm (openssl-1.0.2j)[name, version]: New fields.
2016-09-30Merge branch 'master' into core-updatesLudovic Courtès
2016-09-27gnu: libressl: Update to 2.5.0.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.5.0.
2016-09-26gnu: openssl-next: Update to 1.1.0b [fixes CVE-2016-6309].Leo Famulari
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0b.
2016-09-26gnu: openssl: Update replacement to 1.0.2j [fixes CVE-2016-7052].Leo Famulari
* gnu/packages/tls.scm (openssl): Update replacement to 1.0.2j. (openssl-1.0.2i): Replace with... (openssl-1.0.2j): ... new variable.
2016-09-22gnu: openssl-next: Update to 1.1.0a [security fixes].Leo Famulari
Fixes CVE-2016-{6304,6305,6307,6308}. * gnu/packages/tls.scm (openssl-next): Update to 1.1.0a. [replacement]: New field.
2016-09-22gnu: openssl: Replace with 1.0.2i [security fixes].Leo Famulari
Fixes CVE-2016-{2177,2178,2179,2180,2181,2182,2183,6302,6303,6304,6306,6308}. * gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl-1.0.2i): New variable.
2016-09-16doc: "filesystem" -> "file system"John Darrington
* doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system"
2016-09-12gnu: certbot: Improve synopsis.Leo Famulari
* gnu/packages/tls.scm (certbot)[synopsis]: Add authorship information.
2016-09-12gnu: Add acme-client.Leo Famulari
* gnu/packages/tls.scm (acme-client): New variable.
2016-09-12gnu: gnutls: Replace with 3.5.4 [fixes GNUTLS-SA-2016-3].Leo Famulari
* gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.5.4): New variable.
2016-09-11gnu: gnutls: Update to 3.5.4.Leo Famulari
* gnu/packages/tls.scm (gnutls): Update to 3.5.4.
2016-09-09gnu: letsencrypt: Superseded by certbot.Leo Famulari
* gnu/packages/tls.scm (letsencrypt)[properties]: New field.
2016-09-06updated: gnu: add asn1cHartmut Goebel
* gnu/packages/tls.scm (asn1c): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-06gnu: Add openssl-next.Leo Famulari
* gnu/packages/tls.scm (openssl-next): New variable. * gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2016-09-06gnu: openssl: Delete leftover man3 directory.Leo Famulari
* gnu/packages/tls.scm (openssl)[arguments]: Delete empty directory in 'move-man3-pages' phase.
2016-08-14gnu: gnutls: Update to 3.5.3.Leo Famulari
* gnu/packages/tls.scm (gnutls): Update to 3.5.3.
2016-08-14gnu: p11-kit: Update to 0.23.2.Leo Famulari
* gnu/packages/tls.scm (p11-kit): Update to 0.23.2.
2016-08-14gnu: libtasn1: Update to 4.9.Leo Famulari
* gnu/packages/tls.scm (libtasn1): Update to 4.9.
2016-08-08gnu: Add perl-crypt-openssl-random.Danny Milosavljevic
* gnu/packages/tls.scm (perl-crypt-openssl-random): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-08gnu: Add perl-crypt-openssl-bignum.Danny Milosavljevic
* gnu/packages/tls.scm (perl-crypt-openssl-bignum, perl-crypt-arguments): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-08gnu: Add perl-crypt-openssl-rsa.Danny Milosavljevic
* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Add variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-04Merge branch 'core-updates'Mark H Weaver
2016-08-04Revert "Merge branch 'core-updates'"Mark H Weaver
This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
2016-08-02gnu: libressl: Update to 2.4.2.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.4.2.
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès
2016-07-20gnu: gnutls: Update to 3.5.2.Leo Famulari
* gnu/packages/tls.scm (gnutls): Update to 3.5.2. [native-inputs]: Add net-tools.
2016-07-18Revert "gnu: gnutls: Fix test failure."Leo Famulari
This reverts commit 1d14bf9f5ff43ff9097f1c5e1e2d37528eb74971.
2016-07-18gnu: gnutls: Fix test failure.Leo Famulari
* gnu/packages/patches/gnutls-fix-stale-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls/fixed): New variable.
2016-07-03Update name for ng0.ng0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-19Merge branch 'master' into core-updatesMark H Weaver
2016-06-17gnu: certbot, python-acme: Update to 0.8.1.Leo Famulari
These packages should be updated together. * gnu/packages/tls.scm (certbot): Update to 0.8.1. (python-acme, python2-acme): Update to 0.8.1
2016-06-17Merge branch 'master' into core-updatesLudovic Courtès
2016-06-16gnu: libressl: Update to 2.3.6.Efraim Flashner
* gnu/packages/tls.scm (libressl): Update to 2.3.6.
2016-06-15gnu: openssl: Fix CVE-2016-2177 and CVE-2016-2178.Leo Famulari
* gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/tls.scm (openssl/fixed): Use them.
2016-06-12Merge branch 'master' into core-updatesLeo Famulari
2016-06-10Revert "gnu: openssl: Remove workaround for GCC 4.9.3 (no longer used)."Mark H Weaver
This reverts commit 12b6f6527e49c8c4191929a72b1692dbd9eb2440.
2016-06-08gnu: libressl: Update to 2.3.5.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.3.5.