~ruther/guix-local

cedac813 — Leo Famulari 10 years ago
gnu: Add python-munkres.

* gnu/packages/python.scm (python-munkres, python2-munkres): New variables.
3f7a182d — Leo Famulari 10 years ago
gnu: Add python-mutagen.

* gnu/packages/music.scm (python-mutagen, python2-mutagen): New variables.
0e0fd3ef — Mark H Weaver 10 years ago
gnu: linux-libre-4.4: Update to 4.4.6.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6.
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.
Next