~ruther/guix-local

ref: ac00a3d8970db9b7570dca11fd048385b367cf02 guix-local/gnu/packages/tls.scm -rw-r--r-- 22.1 KiB
eda0522a — Leo Famulari 10 years ago
gnu: letsencrypt, python-acme: Update to 0.4.2.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.4.2.
(python-acme, python2-acme): Update to 0.4.2.
ed742bc4 — Mark H Weaver 10 years ago
gnu: openssl: Enable ssl2 at build time to ensure ABI compatible graft.

Fixes <https://debbugs.gnu.org/22876>
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.

* gnu/packages/tls.scm (openssl-1.0.2g)[arguments]: Override the inherited
  'configure' phase to add "enable-ssl2" as an argument to ./config.
599860d2 — Leo Famulari 10 years ago
gnu: libressl: Update to 2.2.6.

* gnu/packages/tls.scm (libressl): Update to 2.2.6.
caeadfdd — Ludovic Courtès 10 years ago
gnu: openssl: Replace with 1.0.2g [fixes CVE-2016-{0800,0705,0798,0797,0799,0702,0703,0704}].

See <http://openssl.org/news/secadv/20160301.txt>.
Also fixes <http://bugs.gnu.org/22831>.

* gnu/packages/patches/openssl-c-rehash-in.patch: New file.
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2g): New variable.
50a7963a — Leo Famulari 10 years ago
gnu: python-acme: Generate and install documentation.

* gnu/packages/tls.scm (acme)[arguments]: Add 'docs' phase.
[native-inputs]: Add python-sphinx, python-sphinxcontrib-programoutput,
python-sphinx-rtd-theme, python-setuptools, texinfo.
f9263d9a — Leo Famulari 10 years ago
gnu: letsencrypt: Generate and install documentation.

* gnu/packages/tls.scm (letsencrypt)[arguments]: Add 'docs' phase.
[native-inputs]: Add python2-sphinx, python2-sphinx-rtd-theme,
python2-sphinx-repoze-autointerface,
python2-sphinxcontrib-programoutput, texinfo.
5cc3096c — Andy Wingo 10 years ago
Update all sources from freedesktop.org to use https

* gnu/packages/xorg.scm:
* gnu/packages/xdisorg.scm:
* gnu/packages/video.scm:
* gnu/packages/tls.scm:
* gnu/packages/python.scm:
* gnu/packages/pulseaudio.scm:
* gnu/packages/polkit.scm:
* gnu/packages/pdf.scm:
* gnu/packages/libcanberra.scm:
* gnu/packages/gtk.scm:
* gnu/packages/gstreamer.scm:
* gnu/packages/gnome.scm:
* gnu/packages/glib.scm:
* gnu/packages/ghostscript.scm:
* gnu/packages/freedesktop.scm:
* gnu/packages/fontutils.scm: Update all sources hosted on freedesktop
  to fetch tarballs via https.  freedesktop.org appears to have updated
  recently to redirect all http to https.  As an exception, we leave
  pkg-config like it is, because pkg-config is needed to build gnutls,
  and without gnutls we can't download https URLs.
42e92e06 — Leo Famulari 10 years ago
gnu: letsencrypt and python-acme: Update to 0.4.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.4.0.
(python-acme, python2-acme): Update to 0.4.0.
6cefd53d — Leo Famulari 10 years ago
gnu: Split acme into python-acme and python2-acme.

* gnu/packages/tls.scm (acme): Split variable into...
(python-acme, python2-acme): ...both Python variants.
(letsencrypt)[propagated-inputs]: Update user of renamed variable.
9bee9d87 — Leo Famulari 10 years ago
gnu: acme: Disable egg compression.

* gnu/packages/python.scm (acme)[arguments]: Add
'disable-egg-compression' phase.
0c7320dc — Leo Famulari 10 years ago
gnu: letsencrypt and acme: Update to 0.3.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.3.0.
(acme): Update to 0.3.0.
19f33952 — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2f [fixes CVE-2015-3197 and CVE-2016-0701].

* gnu/packages/tls.scm (openssl): Update to 1.0.2f.
  [arguments]: Remove the 'fix-broken-symlinks' phase.
80cc3a0a — Mark H Weaver 10 years ago
gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.

* gnu/packages/tls.scm (openssl)[source]: When computing URI, use
  'string-trim-right' instead of 'string-take'.
e81e5fa5 — Efraim Flashner 10 years ago
gnu: openssl: Add alternate url.

* gnu/packages/tls.scm (openssl)[source]: Add alternate url.
593c366b — Mark H Weaver 10 years ago
Merge branch 'core-updates'
bb2120cd — Andreas Enge 10 years ago
gnu: libressl: Update to 2.2.5.

* gnu/packages/tls.scm (libressl): Update to 2.2.5.
412bee5e — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
fe17fb4a — Leo Famulari 10 years ago
gnu: letsencrypt and acme: Update to 0.2.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.2.0.
(acme): Update to 0.2.0.
5a75865f — Efraim Flashner 10 years ago
gnu: gnutls: Update to 3.4.7.

* gnu/packages/tls.scm (gnutls): Update to 3.4.7.
[source]: Remove gnutls-doc-fix.patch.
[arguments]: Remove delete-prebuilt-unfixed-info-file phase.
[native-inputs]: Remove texinfo.
* gnu-system.am (dist_patch_DATA): Remove gnutls-doc-fix.patch
3ea110b7 — Efraim Flashner 10 years ago
gnu: libtasn1: Update to 4.7.

* gnu/packages/tls.scm (libtan1): Update to 4.7.
[native-inputs]: Remove texinfo.
Next