Commit Graph

12117 Commits (b4e655e5f1ce3064c805f1ff4c0b6693d52814e0)

Author SHA1 Message Date
Eric Bavier b4e655e5f1 gnu: Add doc++.
* gnu/packages/documentation.scm (doc++): New variable.
* gnu/packages/patches/doc++-include-directives.patch,
  gnu/packages/patches/doc++-segfault-fix.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
2016-05-12 19:59:52 +00:00
Eric Bavier 0573a923de gnu: Move asciidoc and doxygen to new module.
* gnu/packages/asciidoc.scm (asciidoc): Move this...
* gnu/packages/doxygen.scm (doxygen): ...and this...
* gnu/packages/documentation.scm: ...to here.  New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add accordingly.
2016-05-12 19:04:31 +00:00
Eric Bavier f6292baf92 gnu: claws-mail: Add shared-mime-info input.
* gnu/packages/mail.scm (claws-mail)[inputs]: Add shared-mime-info.
[arguments]: Add 'patch-mime' phase.
2016-05-12 01:09:22 -05:00
Efraim Flashner dbffd7d775
gnu: nmap: Update to 7.12.
* gnu/packages/admin.scm (nmap): Update to 7.12.
2016-05-12 08:51:10 +03:00
Efraim Flashner 7e19194d07
gnu: tinc: Update to 1.0.28. 2016-05-12 06:59:49 +03:00
Efraim Flashner a8cdc49e59
gnu: openvpn: Update to 2.3.9.
* gnu/packages/vpn.scm (openvpn): Update to 2.3.9.
2016-05-12 06:52:18 +03:00
Leo Famulari e7806e6caa
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.
2016-05-11 21:35:35 -04:00
Danny Milosavljevic cf60e76a95
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.
2016-05-11 18:29:39 +02:00
Matthew Jordan 5d38aa0826
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>
2016-05-11 18:16:11 +02:00
Nicolas Goaziou 75e56aedf0
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>
2016-05-11 17:56:27 +02:00
Roel Janssen 93d2456cfc
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>
2016-05-11 15:58:24 +02:00
Kei Yamashita 22c161d0a8
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>
2016-05-11 15:46:42 +02:00
Ludovic Courtès 1aaf116d31
doc: Fix typo.
* doc/guix.texi (Base Services): "gpm-service", not "gmp-service-type".
2016-05-11 11:08:49 +02:00
Leo Famulari 424fbe807f
gnu: libksba: Upsate to 1.3.4.
* gnu/packages/gnupg.scm (libksba): Update to 1.3.4.
2016-05-10 17:48:57 -04:00
Leo Famulari cf316a5938
gnu: exim: Update to 4.87.
* gnu/packages/mail.scm (exim): Update to 4.87.
2016-05-10 16:44:41 -04:00
Alex Kost f8476e17a7 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.
2016-05-10 12:05:53 +03:00
Alex Kost 3be3328927 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.
2016-05-10 12:05:53 +03:00
Alex Kost 10b0c31d6b emacs: Simplify 'guix-guile-boolean'.
* emacs/guix-guile.el (guix-guile-boolean): Use straightforward way to
  define true/false value.
2016-05-10 12:05:53 +03:00
Efraim Flashner 26fceae21a
Revert "gnu: libva: Update to 1.7.0."
This reverts commit cdda334ec2.
2016-05-10 11:48:12 +03:00
Leo Famulari b6449e6126
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.
2016-05-10 03:34:51 -04:00
Efraim Flashner fa37f21bda
gnu: guile-ncurses: Use 'modify-phases'.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Use 'modify-phases'.
2016-05-10 07:41:27 +03:00
Efraim Flashner 4176eb1918
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
2016-05-10 07:40:33 +03:00
Efraim Flashner cc6561e6a1
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.
2016-05-09 20:43:35 +03:00
Efraim Flashner f2bca8db37
gnu: connman: Fix url.
* gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from
the download url.
2016-05-09 17:02:51 +03:00
Efraim Flashner ac10a81ad4
gnu: openntpd: Update to 5.9p1.
* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.
2016-05-09 14:43:52 +03:00
Efraim Flashner e20a94aa88
gnu: youtube-dl: Update to 2016.05.01.
* gnu/packages/video.scm (youtube-dl): Update to 2016.05.01.
2016-05-09 13:49:49 +03:00
Efraim Flashner 702bfbf1ee
gnu: ffmpeg: Update to 3.0.2.
* gnu/packages/video.scm (ffmpeg): Update to 3.0.2.
[home-page]: Use https.
2016-05-09 13:43:46 +03:00
Efraim Flashner cdda334ec2
gnu: libva: Update to 1.7.0.
* gnu/packages/video.scm (libva): Update to 1.7.0.
[home-page]: Use https.
2016-05-09 13:43:46 +03:00
Al McElrath 4acbd20621 gnu: Add surf.
* gnu/packages/suckless.scm (surf): New variable.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-05-09 18:11:56 +08:00
Kei Yamashita 9c6b7ef54f gnu: Add wmfire.
* gnu/packages/gnustep.scm (wmfire): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-05-09 11:41:00 +03:00
Alex Kost 19e1d5f7f9 guix: utils: Re-export 'memoize'.
Suggested by Ludovic Courtès <ludo@gnu.org>.

* guix/utils.scm: Re-export 'memoize' to avoid a potential breakage of
  emacs interface.  See
  <http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00146.html>
  for details.
2016-05-09 11:41:00 +03:00
Alex Kost e3dba5ac75 emacs: Add 'guix-version' command.
* emacs/guix-config.el.in (guix-config-name, guix-config-version): New
  constants.
* emacs/guix-about.el (guix-version): New command.  New file.
* emacs/local.mk (ELFILES): Add it.
2016-05-09 11:41:00 +03:00
Efraim Flashner 4c7729dc56
gnu: mlt: Update to 6.2.0.
* gnu/packages/video.scm (mlt): Update to 6.2.0.
[source]: Download from github.
[inputs]: Add pulseaudio.
2016-05-09 02:26:12 +03:00
Efraim Flashner 1d4ac724b8
gnu: v4l-utils: Update to 1.10.0.
* gnu/packages/video.scm (v4l-utils): Update to 1.10.0.
[source]: Use https.
2016-05-09 02:10:32 +03:00
Ludovic Courtès 5a55564217
system: tests: Use 'start-service' to wait for service.
* gnu/tests/base.scm (%test-basic-os): Use 'start-service' instead of a
busy loop to wait for 'term-tty1'.
2016-05-08 23:49:44 +02:00
Ludovic Courtès b8785cb944
doc: Suggest long OpenPGP key ID.
* doc/guix.texi (Binary Installation): Use long OpenPGP key ID.
2016-05-08 23:49:44 +02:00
Efraim Flashner 6cd6d1ad5e
gnu: obs: Update to 0.14.1.
* gnu/packages/video.scm (obs): Update to 0.14.1.
2016-05-08 23:51:42 +03:00
David Thompson 738fea3086
gnu: tiled: Update to 0.16.1.
* gnu/packages/game-development.scm (tiled): Update to 0.16.1.
2016-05-08 12:36:12 -04:00
Roel Janssen 2d4422d5b5
gnu: Add bash-tap.
* gnu/packages/bash.scm (bash-tap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-07 14:53:38 -04:00
Roel Janssen b5f13fdb96
gnu: Add r-mvtnorm.
* gnu/packages/statistics.scm (r-mvtnorm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-07 14:16:18 -04:00
Nicolas Goaziou d17ae8c0c3
gnu: Add thinkfan.
* gnu/packages/linux.scm (thinkfan): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-06 22:46:59 -04:00
Kei Yamashita 13416a10af
gnu: Add moc.
* gnu/packages/music.scm (moc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-06 19:38:50 -04:00
Leo Famulari bdb2d56ee7
gnu: mutt: Update to 1.6.1.
* gnu/packages/mail.scm (mutt): Update to 1.6.1.
2016-05-06 17:01:35 -04:00
Leo Famulari 70dced54ed
gnu: msmtp: Update to 1.6.4.
* gnu/packages/mail.scm (msmtp): Update to 1.6.4.
2016-05-06 16:46:35 -04:00
Alex Griffin aa206271cf
gnu: wesnoth: Update to 1.12.5.
* gnu/packages/games.scm (wesnoth): Update to 1.12.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-06 15:46:54 -04:00
Mark H Weaver 9fab793729
gnu: bind-utils: Update to 9.10.4.
* gnu/packages/dns.scm (bind-utils): Update to 9.10.4.
2016-05-06 15:38:25 -04:00
Mark H Weaver ef3b904770
gnu: isc-dhcp: Update to 4.3.4 [with mitigation for CVE-2016-2774].
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.4.  Update
bundled 'bind' to 9.9.9.
2016-05-06 15:38:12 -04:00
Leo Famulari 04d1a0dc0c
gnu: nginx: Update to 1.10.0.
* gnu/packages/web.scm (nginx): Update to 1.10.0.
2016-05-06 14:13:59 -04:00
David Thompson 218a21069a
gnu: redis: Update to 3.2.0. 2016-05-06 09:11:34 -04:00
Ricardo Wurmus e42eb908f6 gnu: r: Update to 3.3.0.
* gnu/packages/statistics.scm (r): Update to 3.3.0.
[inputs]: Add curl and tzdata.
[arguments]: Set TZDIR in "set-timezone" phase.
2016-05-06 14:58:19 +02:00