~ruther/guix-local

ref: 498abb3ed1d7dcda3ffac15832eb1e25d08e9162 guix-local/gnu d---------
4e4e0185 — Alex Kost 9 years ago
system: Export 'read-boot-parameters'.

This partially reverts commit 9530e73b496fefe65dcb936825b6beda79f7fdf2.

* gnu/system.scm: Export 'read-boot-parameters' for backward compatibility.
a23e0a9f — Leo Famulari 9 years ago
gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].

* gnu/packages/gimp.scm (gimp): Update to 2.8.22.
3312fda0 — nikita 9 years ago
gnu: Add e3.

* gnu/packages/text-editors.scm (e3): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e2f9832f — Ludovic Courtès 9 years ago
tests: "basic" test loads (guix …) modules from the right place.

This is a followup to 7561881f2a5d2dc463c24713745eca03e67044bf.

* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC
root"]: Remove 'set!' statements, add 'add-to-load-path' statement for
GUIX.
d5094c81 — Ludovic Courtès 9 years ago
tests: Strengthen GC root test.

* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC
root"]: Check for a specific return value, 'success!.
20885132 — Mathieu Othacehe 9 years ago
gnu: reptry: Fix build.

* gnu/packages/patches/reptyr-fix-gcc-7.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch.
* gnu/packages/screen.scm (reptyr): Use patch.
9bd42f1d — Marius Bakke 9 years ago
gnu: postgresql: Update to 9.6.3 [fixes CVE-2017-{7484,7485,7486}].

* gnu/packages/databases.scm (postgresql): Update to 9.6.3.
ffed9eab — Marius Bakke 9 years ago
gnu: Add lierolibre.

* gnu/packages/patches/lierolibre-check-unaligned-access.patch,
gnu/packages/patches/lierolibre-is-free-software.patch,
gnu/packages/patches/lierolibre-remove-arch-warning.patch,
gnu/packages/patches/lierolibre-try-building-other-arch.patch,
gnu/packages/patches/lierolibre-newer-libconfig.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/games.scm (lierolibre): New variable.
ace41d50 — Marius Bakke 9 years ago
gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].

* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.
d7b344c5 — Marius Bakke 9 years ago
gnu: rocksdb: Disable tests on 32-bit systems.

* gnu/packages/databases.scm (rocksdb)[arguments]: Make #:tests? conditional.
Delete unnecessary 'build' phase. Move portability environment variable
before check phase.
ae836e51 — Marius Bakke 9 years ago
gnu: cryptsetup: Update to 1.7.5.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.5.
0ed81d04 — Marius Bakke 9 years ago
gnu: kbd: Set home page to kbd-project.org.

* gnu/packages/linux.scm (kbd)[home-page]: Update.
aa9c221f — Marius Bakke 9 years ago
gnu: psmisc: Update to 22.21.

* gnu/packages/linux.scm (psmisc): Update to 22.21.
[home-page]: Update.
b9048a14 — Ludovic Courtès 9 years ago
gnu: proot: Add statically-linked variant.

* gnu/packages/linux.scm (proot-static): New variable.
602db62c — Ludovic Courtès 9 years ago
gnu: talloc: Add static variant.

* gnu/packages/samba.scm (talloc/static): New variable.
86470421 — Clément Lassieur 9 years ago
gnu: emacs-ag: Propagate the-silver-searcher.

This allows emacs-ag to be used on remote systems.

* gnu/packages/emacs.scm (emacs-ag)[inputs]: Remove.  Move THE-SILVER-SEARCHER
to...
[propagated-inputs]: ... here.
[arguments]: Remove 'patch-exec-paths' phase.
d231fe0a — Marius Bakke 9 years ago
gnu: miniupnpc: Fix CVE-2017-8798.

* gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/upnp.scm (miniupnpc)[source]: Use it.
2253477e — Marius Bakke 9 years ago
gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171.

* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
d5e7d014 — Ludovic Courtès 9 years ago
gnu: lxde-common: Provide 'startlxde' with the 'lxsession' file name.

Fixes <https://bugs.gnu.org/26688>.

* gnu/packages/lxde.scm (lxde-common)[arguments, inputs]: New fields.
4ad8aed7 — Julien Lepiller 9 years ago
gnu: Add antlr3 and stringtemplate4.

* gnu/packages/java.scm (antlr3, stringtemplate4): New variables.
Next