~ruther/guix-local

a8cdc49e — Efraim Flashner 10 years ago
gnu: openvpn: Update to 2.3.9.

* gnu/packages/vpn.scm (openvpn): Update to 2.3.9.
e7806e6c — Leo Famulari 10 years ago
gnu: libarchive: Fix CVE-2016-1541.

* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive/fixed): New variable.
* gnu/packages/patches/libarchive-CVE-2016-1541.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
cf60e76a — Danny Milosavljevic 10 years ago
gnu: libxkbcommon: Move to (gnu packages xdisorg).

* gnu/packages/qt.scm (libxkbcommon): Move to...
* gnu/packages/xdisorg.scm (libxkbcommon): ... here.  New variable.
* gnu/packages/wm.scm, gnu/packages/gnome.scm,
gnu/packages/games.scm: Adjust accordingly.
5d38aa08 — Matthew Jordan 10 years ago
gnu: Add entr.

* gnu/packages/entr.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
75e56aed — Nicolas Goaziou 10 years ago
gnu: thinkfan: Fix daemon path in init scripts.

* gnu/packages/linux.scm (thinkfan): Fix daemon path in init scripts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
93d2456c — Roel Janssen 10 years ago
gnu: graphviz: Build the Guile bindings.

* gnu/packages/graphviz.scm (graphviz)[inputs]: Add SWIG and GUILE-2.0.
[arguments]: Add 'move-guile-bindings' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
22c161d0 — Kei Yamashita 10 years ago
gnu: libical: Correct zoneinfo search path.

* gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant
zoneinfo folders with location of tzdata's zoneinfo folder.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1aaf116d — Ludovic Courtès 10 years ago
doc: Fix typo.

* doc/guix.texi (Base Services): "gpm-service", not "gmp-service-type".
424fbe80 — Leo Famulari 10 years ago
gnu: libksba: Upsate to 1.3.4.

* gnu/packages/gnupg.scm (libksba): Update to 1.3.4.
cf316a59 — Leo Famulari 10 years ago
gnu: exim: Update to 4.87.

* gnu/packages/mail.scm (exim): Update to 4.87.
f8476e17 — Alex Kost 10 years ago
emacs: Add 'guix-package-from-file' command.

* emacs/guix-main.scm (register-package, packages-from-file): New procedures.
(%patterns-makers): Add 'from-file' search type.
* emacs/guix-messages.el (guix-messages): Add messages for it.
* emacs/guix-ui-package.el (guix-package-from-file): New command.
(guix-package-info-insert-location): Adjust for 'from-file' type.
* doc/emacs.texi (Emacs Commands): Document it.
3be33289 — Alex Kost 10 years ago
emacs: main: Remove top-level package tables.

* emacs/guix-main.scm (%package-vhash, package-vhash, %package-table)
(package-table, name+version->key, key->name+version): Remove.
(package-by-address, packages-by-name+version): Adjust by using delayed
local package tables.
10b0c31d — Alex Kost 10 years ago
emacs: Simplify 'guix-guile-boolean'.

* emacs/guix-guile.el (guix-guile-boolean): Use straightforward way to
  define true/false value.
26fceae2 — Efraim Flashner 10 years ago
Revert "gnu: libva: Update to 1.7.0."

This reverts commit cdda334ec2fcdd5946ba60853b7312283bf89712.
b6449e61 — Leo Famulari 10 years ago
gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}].

* gnu/packages/qemu.scm (qemu): Update to 2.5.1.1.
[arguments]: Disable parallel tests.
fa37f21b — Efraim Flashner 10 years ago
gnu: guile-ncurses: Use 'modify-phases'.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Use 'modify-phases'.
4176eb19 — Efraim Flashner 10 years ago
gnu: guile-ncurses: Update to 1.7.

* gnu/packages/guile.scm (guile-ncurses): Update to 1.7.
[arguments]: Remove work-around for buggy test.

commit fixes http://bugs.gnu.org/21677
cc6561e6 — Efraim Flashner 10 years ago
gnu: qemu: Update to 2.5.1.

* gnu/packages/qemu.scm (qemu): Update to 2.5.1.
[source]: Remove patches.
* gnu/packages/patches/qemu-usb-ehci-oob-read.patch,
gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch,
gnu/packages/patches/qemu-CVE-2015-8558.patch,
gnu/packages/patches/qemu-CVE-2015-8567.patch,
gnu/packages/patches/qemu-CVE-2015-8613.patch,
gnu/packages/patches/qemu-CVE-2015-8619.patch,
gnu/packages/patches/qemu-CVE-2015-8701.patch,
gnu/packages/patches/qemu-CVE-2015-8743.patch,
gnu/packages/patches/qemu-CVE-2016-1568.patch,
gnu/packages/patches/qemu-CVE-2016-1922.patch,
gnu/packages/patches/qemu-CVE-2016-1981.patch,
gnu/packages/patches/qemu-CVE-2016-2197.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
f2bca8db — Efraim Flashner 10 years ago
gnu: connman: Fix url.

* gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from
the download url.
ac10a81a — Efraim Flashner 10 years ago
gnu: openntpd: Update to 5.9p1.

* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.
Next