~ruther/guix-local

ed69963b — Ricardo Wurmus 8 years ago
gnu: Add js-html5shiv.

* gnu/packages/javascript.scm (js-html5shiv): New variable.
88c8f247 — Ricardo Wurmus 8 years ago
build: Add minify build system.

* guix/build-system/minify.scm: New file.
* guix/build/minify-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document minify-build-system.
b316caaa — Tobias Geerinckx-Rice 8 years ago
gnu: python-lz4: Fix typo in synopsis.

* gnu/packages/compression.scm (python-lz4)[synopsis]: Fix typo.
e9f6a935 — Tobias Geerinckx-Rice 8 years ago
gnu: python-lz4: Update to 0.10.1.

* gnu/packages/compression.scm (python-lz4): Update to 0.10.1.
[native-inputs]: Add python-setuptools-scm.
54360c91 — Tobias Geerinckx-Rice 8 years ago
gnu: diffoscope: Use HTTPS.

* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
3b4018d6 — Tobias Geerinckx-Rice 8 years ago
gnu: sshoot: Update to 1.2.6.

* gnu/packages/vpn.scm (sshoot): Update to 1.2.6.
[home-page]: Update to new project home.
f58be417 — Tobias Geerinckx-Rice 8 years ago
gnu: fabric: Update to 1.13.2.

* gnu/packages/admin.scm (fabric): Update to 1.13.2.  Remove outdated comments.
[source]: Remove ‘patches’.
* gnu/packages/patches/fabric-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
19dd5097 — Tobias Geerinckx-Rice 8 years ago
gnu: certbot, python-acme: Update to 0.17.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.17.0.
9a7fd375 — Tobias Geerinckx-Rice 8 years ago
gnu: xonsh: Update to 0.5.12.

* gnu/packages/shells.scm (xonsh): Update to 0.5.12.
b55d15e7 — Tobias Geerinckx-Rice 8 years ago
gnu: cmark: Update to 0.28.0.

* gnu/packages/markup.scm (cmark): Update to 0.28.0.
0a3ecfd2 — Tobias Geerinckx-Rice 8 years ago
gnu: thefuck: Update to 3.19.

* gnu/packages/admin.scm (thefuck): Update to 3.19.
30ac4cc7 — Tobias Geerinckx-Rice 8 years ago
gnu: zerofree: Update to 1.1.0.

* gnu/packages/linux.scm (zerofree): Update to 1.1.0.
[home-page, source]: Update from old, inaccessible location.
4de4a1cf — Tobias Geerinckx-Rice 8 years ago
gnu: zerofree: Expand description.

* gnu/packages/linux.scm (zerofree)[description]: Expand.
7a068459 — Tobias Geerinckx-Rice 8 years ago
gnu: zerofree: Use ‘install-file’.

* gnu/packages/linux.scm (zerofree)[arguments]: Simplify install phase,
using ‘install-file’.
0f08917d — Tobias Geerinckx-Rice 8 years ago
gnu: zerofree: Use ‘modify-phases’ syntax.

* gnu/packages/linux.scm (zerofree)[arguments]: Use ‘modify-phases’.
20f8d1dd — Tobias Geerinckx-Rice 8 years ago
gnu: sshfs-fuse: Update to 2.10.

* gnu/packages/linux.scm (sshfs-fuse): Update to 2.10.
c8909145 — Marius Bakke 8 years ago
gnu: freerdp: Update to 2.0.0-rc0 [security fixes].

Fixes CVE-2017-{2834,2835,2836,2837,2838,2839}.

Reported by Leo Famulari in <https://bugs.gnu.org/27939>.

* gnu/packages/rdesktop.scm (freerdp): Update to 2.0.0-rc0.
[source]: Use tarball release. Adjust file-name.
[arguments]: Remove #:phases.
c9f4f56b — Marius Bakke 8 years ago
gnu: git: Enable tests.

* gnu/packages/version-control.scm (git)[arguments]: Remove #:tests?. Add
'patch-tests' phase.
81ca29a6 — Leo Famulari 8 years ago
gnu: gnupg@1.4: Update to 1.4.22 [fixes CVE-2017-7526].

* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.22.
9e37e537 — Ricardo Wurmus 8 years ago
gnu: Add missing references to (gnu packages cran).

This is a follow-up to commit a8cba9dd112528d67a946eee057c838221eb5249.

Reported-by: Efraim Flashner <efraim@flashner.co.il>
Next