aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: stunnel: Update to 5.44.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (stunnel): Update to 5.44.
* gnu: hiawatha: Update to 10.7.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (hiawatha): Update to 10.7.
* gnu: rsync: Update to 3.1.3.Tobias Geerinckx-Rice2018-01-30
| | | | | | | | | | | | * gnu/packages/rsync.scm (rsync): Update to 3.1.3. [source]: Remove patches for fixed CVEs. [properties]: Remove field. * packages/patches/rsync-CVE-2017-16548.patch: Delete file. * packages/patches/rsync-CVE-2017-17433.patch: Delete file. * packages/patches/rsync-CVE-2017-17433-fix-tests.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt1.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt2.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: procenv: Find 'check' during configure phase.Efraim Flashner2018-01-30
| | | | * gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
* gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.Ben Sturmfels2018-01-30
| | | | | | | | | Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>
* etc: Add installation script.Ricardo Wurmus2018-01-30
| | | | | | | | * etc/guix-install.sh: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/guix.texi (Binary Installation): Mention it. Co-authored-by: sharlatan <sharlatanus@gmail.com>
* gnu: godot: Update to 3.0.David Thompson2018-01-29
| | | | | * gnu/packages/game-development.scm (godot): Update to 3.0. [inputs]: Add libxi.
* gnu: libsepol: Fix build on non-x86_64.Ricardo Wurmus2018-01-29
| | | | | | | * gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability".
* gnu: Add badass.ng02018-01-29
| | | | * gnu/packages/games.scm (badass): New variable.
* gnu: libpinyin: Update to 2.1.91.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/ibus.scm (libpinyin): Update to 2.1.91.
* gnu: ibus: Don't capitalise pinyin.Tobias Geerinckx-Rice2018-01-29
| | | | | * gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis] [description]: Write `pinyin'.
* doc: Unconfuse file systems and partitions.Tobias Geerinckx-Rice2018-01-29
| | | | | | | | | | Partitions can have their own labels and UUIDs (e.g. under GPT) that are unrelated to those of the contained file system. Confusing the two ends poorly. * doc/guix.scm (File Systems, Proceeding with the Installation) (Using the Configuration System, Initial RAM Disk): Substitute `file system' for `partition' when talking about labels and UUIDs.
* doc, gnu: Fix spelling of screen-things.Tobias Geerinckx-Rice2018-01-29
| | | | | | * doc/guix.texi (X Window): Write 'screen locker' and 'screen saver' in prose. * gnu/services/xorg.scm (screen-locker-service): Likewise.
* doc: Fix SCREEN-LOCKER-SERVICE description.Tobias Geerinckx-Rice2018-01-29
| | | | | * doc/guix.texi (X Window): Correct the documentation for the SCREEN-LOCKER-SERVICE procedure.
* doc: Replace a stale reference to a code snippet.Tobias Geerinckx-Rice2018-01-29
| | | | | | | | The text refers to a snippet which has since been removed, but a suitable replacement is near. Use it. * doc/guix.texi (Using the Configuration System): Substitute bind for tcpdump.
* gnu: tiled: Update to 1.1.1.David Thompson2018-01-29
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.1.1.
* gnu: gcide: Update to 0.52.Efraim Flashner2018-01-29
| | | | * gnu/packages/dictionaries.scm (gcide): Update to 0.52.
* gnu: dico: Update to 2.5.Efraim Flashner2018-01-29
| | | | | * gnu/packages/dico.scm (dico): Update to 2.5. [inputs]: Add wordnet.
* gnu: nano: Update to 2.9.3.Efraim Flashner2018-01-29
| | | | * gnu/packages/nano.scm (nano): Update to 2.9.3.
* gnu: irssi: Update to 1.1.0.Efraim Flashner2018-01-29
| | | | * gnu/packages/irc.scm (irssi): Update to 1.1.0.
* hydra: Fix up arm qemu job.Danny Milosavljevic2018-01-29
| | | | | | * build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job. Follow-up to 44b0303762f58badd9b9f8f1145e54b76b9d19d2.
* hydra: Only build the "flash image" on arm.Danny Milosavljevic2018-01-29
| | | | | * build-aux/hydra/gnu-system.scm (qemu-jobs): Only build the "flash image" on arm.
* hydra: Work around import problem.Danny Milosavljevic2018-01-29
| | | | | | * build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem. Follow-up to 1fe805b290f26db477bcd49be91af54f6c5d061f.
* hydra: Add (gnu bootloader) import.Danny Milosavljevic2018-01-29
| | | | | | * build-aux/hydra/gnu-system.scm: Add (gnu bootloader) import. Follow-up to de2bc8d6da0ba4e74ed083af66a22cf96f74e67f.
* gnu: wireshark: Update to 2.4.4 [fixes CVE-2018-{5334,5335,5336}].Leo Famulari2018-01-28
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.4.4.
* gnu: Add groovy-emacs-modes.Christopher Baines2018-01-29
| | | | * gnu/packages/emacs.scm (groovy-emacs-modes): New variable.
* gnu: Add golly.Kei Kebreau2018-01-28
| | | | * gnu/packages/games.scm (golly): New variable.
* gnu: lvm2: Update to 2.02.177.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/linux.scm (lvm2): Update to 2.02.177.
* gnu: haveged: Update to 1.9.2.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.2.
* gnu: fbcat: Update to 0.5.1.Tobias Geerinckx-Rice2018-01-29
| | | | | | | | * gnu/packages/linux.scm (fbcat): Update to 0.5.1. [native-inputs]: Remove field. [arguments]: Add PREFIX to #:make-flags. Remove `fix-docbook-location' and `build-documentation' phases. Let the Makefile install everything. Add a `split-fbgrab-output' to clean up.
* gnu: c-toxcore: Update to 0.1.11.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11.
* gnu: slepc: Update to 3.8.2.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/maths.scm (slepc): Update to 3.8.2.
* gnu: slepc: Update licence.Tobias Geerinckx-Rice2018-01-29
| | | | | | SLEPc has been released under a 2-clause BSD licence since version 3.8. * gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
* gnu: fbcat, slepc: Use INVOKE.Tobias Geerinckx-Rice2018-01-29
| | | | | | * gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for SYSTEM*. * gnu/packages/maths.scm (slepc)[arguments]: Likewise.
* gnu: openspecfun: Update to 0.5.3.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/maths.scm (openspecfun): Update to 0.5.3.
* gnu: cargo-version: Fix URI in comment.Tobias Geerinckx-Rice2018-01-29
| | | | | | | | The table of corresponding cargo and rustc versions was removed from cargo's HEAD for being outdated, but still illustrates the pattern. * gnu/packages/rust.scm (cargo-version): Link to an older README.md revision.
* gnu: simplescreenrecorder: Update to 0.3.9.Tobias Geerinckx-Rice2018-01-29
| | | | | | | * gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9. [build-system]: Switch to cmake-build-system. [inputs]: Replace qt-4 with qt. [arguments]: Build WITH_QT5. Disable non-existent test suite.
* hydra: Add arm image builder.Danny Milosavljevic2018-01-29
| | | | | | | * build-aux/hydra/gnu-system.scm (%u-boot-systems): New variable. (%guixsd-supported-systems): Add armhf-linux. (qemu-jobs): Use u-boot if system in %u-boot-systems.
* doc: Mention escpr in CUPS configuration example.Diego Nicola Barbato2018-01-28
| | | | | | | | | Suggested by Danny Milosavljevic <dannym@scratchpost.org>. * doc/guix.texi (Printing Services): Mention how to add support for Epson printers to CUPS via escpr in the configuration example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add instantmusic.Stefan Reichör2018-01-28
| | | | | | * gnu/packages/music.scm (instantmusic): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* download: Fix return value of the url-fetch procedure.Maxim Cournoyer2018-01-28
| | | | | | | | | Fixes <https://bugs.gnu.org/30270>. Regression was introduced by commit 347fa4aebf. * guix/build/download.scm (url-fetch): Return `file' instead of #t upon success. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix: Let Emacs detect “scripts/guix.in” appropriate mode.Mathieu Lirzin2018-01-28
| | | | | | | | | | Since commit 6f774d481839f87178c5895ac2d661e141f879b8 which introduces the use of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’ for this file. * scripts/guix.in: Replace "-*- scheme -*-" with a local variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: u-boot: Use newer GCC even during native compiles.Efraim Flashner2018-01-28
| | | | | * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even when not cross-compiling.
* gnu: Use https for mozilla.github.io.Efraim Flashner2018-01-28
| | | | | * gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]: Use 'https'.
* gnu: Add font-fira-code.ng02018-01-28
| | | | | | * gnu/packages/fonts.scm (font-fira-code): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: certbot: Update to 0.21.1.Leo Famulari2018-01-27
| | | | * gnu/packages/tls.scm (python-acme, certbot): Update to 0.21.1.
* gnu: python-dateutil: Update to 2.6.1.Alex Vong2018-01-27
| | | | | | | * gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnurl: Update to 7.58.0.ng02018-01-27
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.58.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."ng02018-01-27
| | | | | | | | This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: php: Update to 7.2.1.Julien Lepiller2018-01-27
| | | | | * gnu/packages/php.scm (php): Update to 7.2.1. [arguments]: Skip some failing tests.