summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* | | | | | gnu: star: Update to 2.5.1b.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (star): Update to 2.5.1b. [source]: Remove bundled htslib sources and pre-built binaries. [arguments]: Add phase "do-not-use-bundled-htslib". [inputs]: Add "htslib".
* | | | | | gnu: star: Use "modify-phases" syntax.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (star)[arguments]: Use "modify-phases" syntax.
* | | | | | gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].Efraim Flashner2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (fuse): Update to 2.9.5.
* | | | | | gnu: american-fuzzy-lop: Update to 1.96b.Eric Bavier2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/debug.scm (american-fuzzy-lop): Update to 1.96b. [arguments]: Create symbolic link to custom qemu, rather than copying.
* | | | | | gnu: american-fuzzy-lop: Fix qemu configure flags.Eric Bavier2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes regression introduced in 06da1a6. * gnu/packages/debug.scm (american-fuzzy-lop)[qemu]: Override inherited #:configure-flags.
* | | | | | gnu: Add iftop.Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (iftop): New variable.
* | | | | | Revert "gnu: Add iftop."Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 45da8c6dd10c93280277d17463d09fce6a25afe9.
* | | | | | gnu: Add iftop.Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (iftop): New variable.
* | | | | | system: grub: Search root device by label or UUID if possible.Ludovic Courtès2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/22281>. Reported by Christopher Allan Webber <cwebber@dustycloud.org>. * gnu/system/grub.scm (eye-candy): Add 'root-fs' parameter. Replace 'search --file' command in the output with whatever 'grub-root-search' returns. (grub-root-search): New procedure. (grub-configuration-file): Add 'store-fs' parameter. Use 'grub-root-search' instead of hard-coded 'search --file' commands. * gnu/system.scm (store-file-system, operating-system-store-file-system): New procedures. (operating-system-grub.cfg): Use it, and adjust call to 'grub-configuration-file'. * tests/system.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* | | | | | gnu: ffmpeg: Update to 2.8.5.Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 2.8.5.
* | | | | | gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.5. [arguments]: Disable tests.
* | | | | | gnu: bind-utils: Build and install "nsupdate".Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils)[arguments]: Build and install "nsupdate" executable.
* | | | | | gnu: bind-utils: Generalize "build" and "install" phases.Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils)[arguments]: Generalize "build" and "install" phases.
* | | | | | gnu: bind-utils: Use "modify-phases" syntax.Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils): Use "modify-phases" syntax.
* | | | | | gnu: r-qtl: Update to 1.38-4.Pjotr Prins2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4.
* | | | | | gnu: libxmp: Update to 4.3.10.Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (libxmp): Update to 4.3.10.
* | | | | | gnu: Add NQC.Eric Bavier2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lego.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | | | gnu: Add transmission-remote-cli.Leo Famulari2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bittorrent.scm (transmission-remote-cli): New variable.
* | | | | | services: avahi: Export service type.Ludovic Courtès2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/services/avahi.scm: Export 'avahi-service-type'.
* | | | | | gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].Mark H Weaver2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P3.
* | | | | | gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].Mark H Weaver2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P3.
* | | | | | gnu: linux-libre: Add fix for CVE-2016-0728.Mark H Weaver2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/linux-libre-CVE-2016-0728.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre)[source]: Add patch.
* | | | | | gnu: obs: Add support for webcams.David Thompson2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (obs)[inputs]: Add v4l-utils.
* | | | | | gnu: Add v4l-utils.David Thompson2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (v4l-utils): New variable.
* | | | | | gnu: arb: Correct patch.Andreas Enge2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/arb-ldconfig.patch: Correct erroneously committed file. This is a follow-up to commit ffc8f345111566e8336cbb5a77a96973826165d8.
* | | | | | gnu: arb: Update to 2.8.1.Andreas Enge2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (arb)[source]: Update to 2.8.1. Add patch. * gnu/packages/patches/arb-ldconfig.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
* | | | | | gnu: enlightenment: Update to 0.20.3.Efraim Flashner2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.3.
* | | | | | gnu: libshout: Update to 2.4.1.Efraim Flashner2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libshout): Update to 2.4.1.
* | | | | | gnu: opusfile: Update to 0.7.Efraim Flashner2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (opusfile): Update to 0.7.
* | | | | | gnu: opus: Update to 1.1.2.Efraim Flashner2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (opus): Update to 1.1.2.
* | | | | | gnu: lilypond: Double 'max-silent-time'.Ludovic Courtès2016-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Mark H Weaver <mhw@netris.org>. * gnu/packages/music.scm (lilypond)[properties]: New field.
* | | | | | gnu: fdm: Adjust license link to point to web-accessible copy of command.cChristopher Allan Webber2016-01-19
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (fdm): Adjusted license field
* | | | | | gnu: Add fdm.Christopher Allan Webber2016-01-18
| |_|_|_|/ |/| | | | | | | | | | | | | | * gnu/packages/mail.scm (fdm): New variable.
* | | | | gnu: Add linux-libre-4.2.5Christopher Allan Webber2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
* | | | | gnu: mpv: Update to 0.15.0.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (mpv): Update to 0.15.0.
* | | | | gnu: magit: Update to 2.4.0.Alex Kost2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (magit): Update to 2.4.0.
* | | | | gnu: sxiv: Update to 1.3.2.Alex Kost2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
* | | | | gnu: manaplus: Update to 1.6.1.16.Alex Kost2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
* | | | | python2-jsonschema: Add python2-functools32 to inputs.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-jsonschema)[inputs]: Add python2-functools32. (python2-wheel)[native-inputs]: Specify python2-jsonschema. Add python2-functools32. (python2-requests)[propagated-inputs]: Specify python2-wheel. (python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests. (python2-rauth)[propagated-inputs]: Specify python2-requests. * gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]: Specify python2-requests. (python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema. (python2-oslosphinx)[propagated-inputs]: Specify python2-requests. (python2-keystoneclient)[porpagated-inputs]: Specify python2-requests. [native-inputs]: Specify python2-oslosphinx, python2-requests-mock, python2-tempest-lib. (python2-swiftclient)[propagated-inputs]: Specify python2-requests, python2-oslosphinx.
* | | | | gnu: datamash: Update to 1.1.0.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/datamash.scm (datamash): Update to 1.1.0.
* | | | | gnu: mariadb: Update to 10.0.23.Mark H Weaver2016-01-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.0.23.
* | | | | gnu: rsync: Update to 3.1.2.Mark H Weaver2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rsync.scm (rsync): Update to 3.1.2.
* | | | | gnu: solfege: Build scores with Lilypond.Ricardo Wurmus2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
* | | | | gnu: bristol: Remove SSE flags on platforms other than x86_64 and i686.Ricardo Wurmus2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (bristol)[arguments]: Add phase "remove-sse-flags" to remove unsupported optimizations on platforms other than x86_64 and i686.
* | | | | linux-initrd: Remove "usbkbd" from the default set of modules.Ludovic Courtès2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Ricardo Wurmus <rekado@elephly.net> at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20433#39>. * gnu/system/linux-initrd.scm (base-initrd): Remove "usbkbd".
* | | | | gnu: Add git-annex-remote-hubic.Efraim Flashner2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git-annex-remote-hubic): New variable.
* | | | | gnu: Add python-urllib3.Efraim Flashner2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-urllib3, python2-urllib3): New variables.
* | | | | gnu: python-wheel: Clarify description.Efraim Flashner2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-wheel): Do it.
* | | | | gnu: python-pytest-cov: Clarify description.Efraim Flashner2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytest-cov): Do it.
* | | | | gnu: Add python2-functools32.Efraim Flashner2016-01-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-functools32): New variable.