~ruther/guix-local

cecaee42 — Efraim Flashner 9 years ago
gnu: synergy: Update project source.

* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
ea3d5291 — Efraim Flashner 9 years ago
gnu: eyed3: Update to 0.7.9.

* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.
1a847b70 — Efraim Flashner 9 years ago
gnu: mpc123: Use 'modify-phases'.

* gnu/packages/mp3.scm (mpc123)[arguments]: Use 'modify-phases'.
d1cd67af — Efraim Flashner 9 years ago
gnu: mpc123: Add new source location.

* gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
[home-page]: Project has moved to Github.
b18ede27 — Ludovic Courtès 9 years ago
download: Default to a 10s connection establishment timeout.

* guix/build/download.scm (ftp-fetch): Add #:timeout and pass it to
'ftp-open'.
(http-fetch): Add #:timeout and pass it to 'open-connection-for-uri' and
in recursive calls.
(url-fetch): Add #:timeout and pass it to 'http-fetch' and 'ftp-fetch'.
dab2472c — Ludovic Courtès 9 years ago
download: Use URI objects for content-addressed mirrors.

This fixes a bug whereby 'http-fetch' would be passed a string instead
of a URI object.

* guix/build/download.scm (url-fetch): Rename 'content-addressed-urls'
to 'content-addressed-uris', and call 'string->uri'.
d345491a — humanitiesNerd 9 years ago
gnu: Add emacs-epl.

* gnu/packages/emacs.scm (emacs-epl): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
a8ce82ac — Alex Kost 9 years ago
gnu: emacs-async: Update to 1.9.

* gnu/packages/emacs.scm (emacs-async): Update to 1.9.
847534e1 — Alex Kost 9 years ago
gnu: magit: Update to 2.7.0.

* gnu/packages/emacs.scm (magit): Update to 2.7.0.
be1e3505 — Efraim Flashner 9 years ago
gnu: moreutils: Use 'modify-phases'.

* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'.
0a20f402 — Efraim Flashner 9 years ago
gnu: moreutils: Update to 0.58.

* gnu/packages/moreutils.scm (moreutils): Update to 0.58.
de3bbf65 — Ludovic Courtès 9 years ago
gnu: qemu: Make tests more verbose.

* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.
8489d79d — Ludovic Courtès 9 years ago
gnu: qemu: Use 'install-file' instead of 'copy-file'.

* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.
05051e8b — Ludovic Courtès 9 years ago
gnu: qemu: Use 'modify-phases'.

* gnu/packages/qemu.scm (qemu)[arguments]: Use 'modify-phases'.
219b4556 — Ludovic Courtès 9 years ago
gnu: qemu: Disable parallel tests again.

* gnu/packages/qemu.scm (qemu)[arguments]: Re-add #:parallel-tests? #f,
which had been removed in a2ccaa0d790004c1c303a4421f7494ef73b65bd5.
3af7a7a8 — Ludovic Courtès 9 years ago
cve: Include the 3 previous years of vulnerabilities.

* guix/cve.scm (fetch-vulnerabilities): Add 'format' call.
(current-vulnerabilities): Include the 3 previous years.
159a5e01 — Ludovic Courtès 9 years ago
gnu: isc-dhcp: Specify CPE name.

* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
2ca55f93 — Ludovic Courtès 9 years ago
gnu: rush: Fix CVE-2013-6889.

* gnu/packages/patches/rush-CVE-2013-6889.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rush.scm (rush): Use it.
f01c4619 — Ludovic Courtès 9 years ago
nls: Adjust to texlive.scm renaming.

* po/packages/POTFILES.in: Adjust to texlive.scm rename in
commit 8f9ac90182c022c69600f17ef9c1149e029bc301.
ac0a7b0f — Ludovic Courtès 9 years ago
substitute: Internationalize the "Downloading" message.

* guix/scripts/substitute.scm (process-substitution): I18n "Downloading"
message.
Next