summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: linux-libre: NVME core support is now built-in.Mark H Weaver2018-01-30
| | | | | | | | | | | | | | * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y.
* gnu: Add mongo-tools.Christopher Baines2018-01-30
| | | | * gnu/packages/databases.scm (mongo-tools): New variable.
* gnu: Add go-github.com-nsf-termbox-go.Christopher Baines2018-01-30
| | | | * gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): New variable.
* gnu: Add go-github.com-mattn-go-runewidth.Christopher Baines2018-01-30
| | | | * gnu/packages/textutils.scm (go-github.com-mattn-go-runewidth): New variable.
* gnu: Add go-gopkg.in-tomb.v2.Christopher Baines2018-01-30
| | | | * gnu/packages/golang.scm (go-gopkg.in-tomb.v2): New variable.
* gnu: Add go-gopkg.in-mgo.v2.Christopher Baines2018-01-30
| | | | * gnu/packages/databases.scm (go-gopkg.in-mgo.v2): New variable.
* gnu: Add daemontools.Christopher Baines2018-01-30
| | | | * gnu/packages/admin.scm (daemontools): New variable.
* gnu: Add go-gopkg.in-check.v1.Christopher Baines2018-01-30
| | | | * gnu/packages/check.scm (go-gopkg.in-check.v1): New variable.
* gnu: Add go-github.com-jessevdk-go-flags.Christopher Baines2018-01-30
| | | | * gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable.
* gnu: Add go-github.com-howeyc-gopass.Christopher Baines2018-01-30
| | | | * gnu/packages/terminals.scm (go-github.com-howeyc-gopass): New variable.
* gnu: Add go-golang.org-x-crypto-ssh-terminal.Christopher Baines2018-01-30
| | | | | * gnu/packages/terminals.scm (go-golang.org-x-crypto-ssh-terminal): New variable.
* gnu: libdvdcss: Update to 1.4.1.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
* gnu: libbluray: Update to 1.0.2.Tobias Geerinckx-Rice2018-01-30
| | | | | * gnu/packages/video.scm (libbluray): Update to 1.0.2. [arguments]: Add `refer-to-libxml2-in-.pc-file' phase.
* gnu: mate-themes: Update to 3.22.14.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.14.
* gnu: jansson: Update to 2.10.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (jansson): Update to 2.10.
* gnu: nginx: Update to 1.13.8.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (nginx): Update to 1.13.8.
* gnu: nginx: Fix typo in description.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (nginx)[description]: Add hyphen.
* gnu: nginx, nginx-documentation: End phases with #t.Tobias Geerinckx-Rice2018-01-30
| | | | | * gnu/packages/web.scm (nginx, nginx-documentation)[arguments]: End phases with #t. Substitute INVOKE for SYSTEM*.
* gnu: uhttpmock: Update to 0.5.1.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (uhttpmock): Update to 0.5.1.
* gnu: uwsgi: Update to 2.0.15.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (uwsgi): Update to 2.0.15.
* 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>
* 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'.
* 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.
* 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.
* gnu: Add instantmusic.Stefan Reichör2018-01-28
| | | | | | * gnu/packages/music.scm (instantmusic): New 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.