~ruther/guix-local

ee130d0c — Marius Bakke 8 years ago
gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].

* gnu/packages/photo.scm (libraw): Update to 0.18.5.
bee98a9f — Marius Bakke 8 years ago
gnu: libsodium: Update to 1.0.14.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.14.
[source, home-page]: Use HTTPS.
8a7d81a5 — Ludovic Courtès 8 years ago
uuid: Add a parser for FAT32 UUIDs.

* gnu/system/uuid.scm (%fat32-uuid-rx): New variable.
(string->fat32-uuid): New procedure.
(%uuid-parsers): Add it.
* tests/uuid.scm ("uuid, FAT32, format preserved"): New test.
60e36bff — Ludovic Courtès 8 years ago
gnu: r-adaptivesparsity: Add dependency on Armadillo.

Fixes a link error whereby -larmadillo would not be found.

* gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New
field.
c0959cc9 — Arun Isaac 8 years ago
gnu: openttd-opengfx: Disable parallel build.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
857b2f53 — Arun Isaac 8 years ago
gnu: openttd: Include openttd-openmsx and openttd-opensfx.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation
directory from /share/openttd/baseset/opengfx to
/share/games/openttd/baseset/opengfx.
(openttd-engine)[arguments]: Support #:configure-flags keyword argument in
'configure' phase.
(openttd)[inputs]: Add timidity++.
[native-inputs]: Add openttd-openmsx and openttd-opensfx.
[arguments]: Configure with timidity as MIDI player. Install data from
openttd-openmsx and openttd-opensfx.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
823e1218 — Arun Isaac 8 years ago
gnu: Add openttd-openmsx.

* gnu/packages/games.scm (openttd-openmsx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
c17b0790 — Arun Isaac 8 years ago
gnu: Add openttd-opensfx.

* gnu/packages/games.scm (openttd-opensfx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2374dee7 — Arun Isaac 8 years ago
licenses: Add CC-Sampling+ 1.0.

* guix/licenses.scm (cc-sampling-plus-1.0): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
3c399e9b — Arun Isaac 8 years ago
gnu: Add catcodec.

* gnu/packages/game-development.scm (catcodec): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
9fc513ad — Ricardo Wurmus 8 years ago
gnu: Use xxd instead of vim.

* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
b0a1d7ef — Ricardo Wurmus 8 years ago
gnu: Add xxd.

* gnu/packages/vim.scm (xxd): New variable.
b43b9acf — Danny Milosavljevic 8 years ago
build: Do not store two copies of the ISO-9660 superblock anymore.

* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the
ISO-9660 superblock anymore.
09202053 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.3.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3.
(%linux-libre-hash): Update hash.
e689192d — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.51.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
b9ebf1da — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.44.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.
94d2a250 — Ludovic Courtès 8 years ago
services: network-manager: Add support for VPN plug-ins.

* gnu/services.scm (directory-union): Export.
* gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]:
New field.
(vpn-plugin-directory, network-manager-environment): New procedure.
(network-manager-shepherd-service): Pass #:environment-variables to
'make-forkexec-constructor'.
(network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE
extension.
* doc/guix.texi (Networking Services): Document it.
fbc31dc1 — Ludovic Courtès 8 years ago
services: Move 'session-environment-service-type' to pam.scm.

* gnu/services/base.scm (environment-variables->environment-file)
(session-environment-service-type)
(session-environment-service): Move to...
* gnu/system/pam.scm: ... here.
db4e8fd5 — Ludovic Courtès 8 years ago
system: <boot-parameters> does not use "/dev" device names.

Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver and Roel Janssen.

* gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure.
Use it.
e2a95f8b — Marius Bakke 8 years ago
gnu: vim: Update to 8.0.1130.

* gnu/packages/vim.scm (vim): Update to 8.0.1130.
Next