~ruther/guix-local

8961b4d3 — David Thompson 10 years ago
gnu: bundler: Update to 1.11.2.

* gnu/packages/ruby.scm (bundler): Update to 1.11.2.
019b3875 — Andreas Enge 10 years ago
gnu: vigra: Update to 1.11.0.

* gnu/packages/image.scm (vigra)[source]: Update to 1.11.0.
  [arguments]: Disable parallel builds.
c5e2b69d — Efraim Flashner 10 years ago
gnu: aria2: Update to 1.21.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.21.0.
e3d3546e — Mark H Weaver 10 years ago
gnu: libotr: Fix tests on mips64el.

* gnu/packages/patches/libotr-test-auth-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (libotr)[source]: Add patch.
b879b3e8 — Ludovic Courtès 10 years ago
substitute: Do not leak file descriptors for TLS connections.

Partially fixes <http://bugs.gnu.org/20145>.

* guix/scripts/substitute.scm (fetch, download-cache-info):
(http-multiple-get, fetch-narinfos, progress-report-port): Use
'close-connection' instead of 'close-port'.
958fb14c — Ludovic Courtès 10 years ago
substitute: Cache transient HTTP errors for 10mn.

* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]:
Cache transient errors for 10mn.
(%narinfo-transient-error-ttl): New variable.
14d6ca3e — Ludovic Courtès 10 years ago
lint: Do not leak file descriptors for TLS connections.

Partially fixes <http://bugs.gnu.org/20145>.

* guix/scripts/lint.scm (probe-uri): Use 'close-connection' instead of
'close-port'.
097a951e — Ludovic Courtès 10 years ago
download: Add 'close-connection'.

Partially fixes <http://bugs.gnu.org/20145>.

* guix/build/download.scm (add-weak-reference): Remove.
(%tls-ports): New variable.
(register-tls-record-port): New procedure.
(tls-wrap): Use it instead of 'add-weak-reference'.
(close-connection): New procedure.
fc3ea24b — Ludovic Courtès 10 years ago
substitute: Update progress for responses different from 200/404.

* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]:
Add missing call to 'update-progress!'.
f1723b8b — Efraim Flashner 10 years ago
gnu: postgresql: Update to 9.5.1.

* gnu/packages/databases.scm (postgresql): Update to 9.5.1.
23bbd7dd — Efraim Flashner 10 years ago
gnu: mysql: Update to 5.7.11.

* gnu/packages/databases.scm (mysql): Update to 5.7.11.
[source]: Add archives as alternate download location.
[arguments]: Remove custom phase 'strip-extra-references. Add
substitution to target boost-1.60.
2914af3c — Andy Wingo 10 years ago
gnu: gnome-session: Add elogind input.

* gnu/packages/gnome.scm (gnome-session): Add elogind input, while
  disabling the use of systemd's journal.
953c1223 — Ricardo Wurmus 10 years ago
gnu: bless: Remove bundled sources for sparsehash.

* gnu/packages/bioinformatics.scm (bless)[source]: Delete
"google-sparsehash" sources.
[inputs]: Add "sparsehash".
6c1305f9 — Ricardo Wurmus 10 years ago
gnu: Add CD-HIT.

* gnu/packages/bioinformatics.scm (cd-hit): New variable.
b53daad0 — Ludovic Courtès 10 years ago
doc: Add missing comma after @xref.

Reported by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (Service Reference): Add comma after @xref.
5fe01c2d — Ludovic Courtès 10 years ago
doc: GNOME is now available.

* doc/guix.texi (Limitations): Rephrase item about GNOME and KDE.
fa4b8bad — Andy Wingo 10 years ago
gnu: elogind: Update to 219.14.

* gnu/packages/freedesktop.scm (elogind): Update to 219.14.
e6527d64 — Alex Kost 10 years ago
gnu: emacs-pdf-tools: Add missing input.

This is a followup to commit eccd0b57a1f05b3caca28604f4d2c06556e2fe05.

* gnu/packages/emacs.scm (emacs-pdf-tools)[propagated-inputs]: Add
'let-alist'.
1bcae5c5 — Alex Kost 10 years ago
gnu: emacs-pdf-tools: Use emacs-build-system for elisp side.

* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add phases from
emacs-build-system to build elisp side.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
5e3161d3 — Ricardo Wurmus 10 years ago
gnu: Add WAH plugins.

* gnu/packages/audio.scm (wah-plugins): New variable.
Next