~ruther/guix-local

494dc2fc — Ludovic Courtès 9 years ago
guix package: Inherit the transformed version number.

Previously, 'guix package -i emacs --with-source=./emacs-42.tar.gz'
would fail to use "42" as the version number in the manifest entry.

Reported by piyo on #guix.

* guix/scripts/package.scm (process-actions)[transform-entry]: Inherit
the version number from the result of TRANSFORM when it's a package.
* tests/guix-package.sh: Test it.
b5d08d7c — Leo Famulari 9 years ago
gnu: gd: Update to 2.2.1 [fixes CVE-2015-{8874, 8877}].

* gnu/packages/patches/gd-CVE-2016-3074.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gd.scm (gd): Update to 2.2.1.
[source]: Remove patch. Update source URL.
9da459f3 — Efraim Flashner 9 years ago
gnu: scrot: Add source mirror.

* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
6d22653e — Efraim Flashner 9 years ago
gnu: serf: Update project source.

* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
e4ddf924 — Efraim Flashner 9 years ago
gnu: xlockmore: Update to 5.47.

* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
a60c705b — Efraim Flashner 9 years ago
gnu: t1lib: Add source mirror.

* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.
63ae20da — Efraim Flashner 9 years ago
gnu: synergy: Update to 1.7.6.

* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
a3025a44 — Efraim Flashner 9 years ago
gnu: synergy: Use 'modify-phases'.

* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.
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.
Next