summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add r-purrr.Ricardo Wurmus2016-10-02
| | | | * gnu/packages/statistics.scm (r-purrr): New variable.
* gnu: Add r-viridislite.Ricardo Wurmus2016-10-02
| | | | * gnu/packages/statistics.scm (r-viridislite): New variable.
* gnu: libotf: Fix source URI.Mark H Weaver2016-10-02
| | | | * gnu/packages/fontutils.scm (libotf)[source]: Fix suorce URI.
* gnu: vsearch: Update to 2.1.2.Ben Woodcroft2016-10-02
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.2.
* gnu: ffmpeg: Update to 3.1.4.Efraim Flashner2016-10-02
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.1.4.
* gnu: linux-libre: Update to 4.7.6.Mark H Weaver2016-10-01
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.7.6.
* gnu: linux-libre@4.4: Update to 4.4.23.Mark H Weaver2016-10-01
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.23.
* gnu: guitarix: Update to 0.35.1.Ricardo Wurmus2016-10-01
| | | | * gnu/packages/audio.scm (guitarix): Update to 0.35.1.
* gnu: eigen: Update to 3.2.9.Ricardo Wurmus2016-10-01
| | | | * gnu/packages/algebra.scm (eigen): Update to 3.2.9.
* gnu: julia: Update to 0.5.0.Ricardo Wurmus2016-10-01
| | | | | | | | | | | | | | | | | | * gnu/packages/julia.scm (libuv-julia): Update to commit 8d5131b6c1595920dd30644cd1435b4f344b46c8. (libunwind-for-julia): New variable. (julia): Update to 0.5.0. [arguments]: Disable stripping of binaries; modify "prepare-deps" phase; add "fix-llvm-flag" phase; add "set-home" phase; adjust "hardcode-soname-map" phase; remove fix for "double-conversion" from "fix-include-and-link-paths" phase; enable "repl" and "replcompletions" tests; disable "backtrace", "compile", "replutil", and "cmdlineargs" tests; remove USE_SYSTEM_RMATH flag; remove USE_SYSTEM_GRISU flag. [inputs]: Replace "llvm-3.5" with "llvm"; replace "libunwind" with "libunwind-for-julia"; remove "double-conversion"; remove "rmath-julia"; update "suitesparse" origin; replace "virtualenv" origin with "python2-virtualenv". [native-inputs]: Add "openssl".
* gnu: utf8proc: Update to 2.0.2.Ricardo Wurmus2016-10-01
| | | | * gnu/packages/textutils.scm (utf8proc): Update to 2.0.2.
* gnu: gd: Fix CVE-2016-7568.Leo Famulari2016-10-01
| | | | | | * gnu/packages/patches/gd-CVE-2016-7568.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Use it.
* gnu: rpcbind-configuration: Rename pkg to nfs-utilsJohn Darrington2016-10-01
| | | | * gnu/services/nfs.scm (<rpcbind-configuration>): "pkg" --> "nfs-utils"
* gnu: Add quickswitch-i3.Ivan Vilata i Balaguer2016-10-01
| | | | | | | | * gnu/packages/wm.scm (quickswitch-i3): New variable. * gnu/packages/patches/quickswitch-fix-dmenu-check.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add python-i3-py.Ivan Vilata i Balaguer2016-10-01
| | | | | | * gnu/packages/wm.scm (python-i3-py, python2-i3-py): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add emacs-rudel.ng02016-10-01
| | | | | | * gnu/packages/emacs.scm (emacs-rudel): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: shroud: Wrap 'shroud' with 'GUILE_LOAD_COMPILED_PATH'.宋文武2016-10-01
| | | | * gnu/packages/password-utils.scm (shroud)[arguments]: New field.
* gnu: tmux: Update to 2.3.Leo Famulari2016-09-30
| | | | * gnu/packages/tmux.scm (tmux): Update to 2.3.
* gnu: libreoffice: Update to 5.1.5.2.Leo Famulari2016-09-30
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.5.2.
* gnu: xonsh: Remove bundled PLY.Danny Milosavljevic2016-09-29
| | | | | | | | * gnu/packages/shells.scm (xonsh)[source]: Add snippet to remove bundled python-ply. [inputs]: Add python-ply. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: Add 'openssh-service'.Julien Lepiller2016-09-29
| | | | | | | | | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Set sysconfdir to /etc/ssh. * gnu/services/ssh.scm (<openssh-configuration>): New record type. (%openssh-accounts): New variable. (openssh-activation, openssh-config-file, openssh-shepherd-service) (openssh-service): New procedures. (openssh-service-type): New variable. * doc/guix.texi (Networking Services): Document 'openssh-services'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs: Build with m17n support.Arun Isaac2016-09-29
| | | | | | * gnu/packages/emacs.scm (emacs): Build with m17n support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add m17n-lib.Arun Isaac2016-09-29
| | | | | | * gnu/packages/emacs.scm (m17n-lib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add m17n-db.Arun Isaac2016-09-29
| | | | | | * gnu/packages/emacs.scm (m17n-db): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: c-ares: Update to 1.12.0 [fixes CVE-2016-5180].Leo Famulari2016-09-29
| | | | | | * gnu/packages/adns.scm (c-ares): Update to 1.12.0. [source]: Use HTTPS URL. [home-page]: Use HTTPS URL.
* Revert "gnu: %default-extra-linux-options: Remove redundant options."David Craven2016-09-29
| | | | | | Options aren't redundant and are required for building the initrd. This reverts commit 50dbc03647170fded9e0bca0cc4b7e1614aa38db.
* gnu: dbus-c++: License has "or later" clause.Ludovic Courtès2016-09-29
| | | | * gnu/packages/glib.scm (dbus-c++)[license]: Change to LGPL2.1+.
* gnu: sra-tools: Fix build on i686.Ricardo Wurmus2016-09-28
| | | | | * gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Pass "VDB_LIBDIR" in make-flags; dynamically link libmagic.
* gnu: tilda: Update to 1.3.3.Efraim Flashner2016-09-28
| | | | * gnu/packages/terminals.scm (tilda): Update to 1.3.3.
* gnu: Add xonsh.Stefan Reichoer2016-09-28
| | | | | | * gnu/packages/shells.scm (xonsh): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: attic: Superseded by borg.Leo Famulari2016-09-28
| | | | * gnu/packages/backup.scm (attic)[properties]: New field.
* gnu: nestopia-ue: Update to version 1.47.Taylan Ulrich Bayırlı/Kammer2016-09-28
|
* gnu: higan: Update to version 101.Taylan Ulrich Bayırlı/Kammer2016-09-28
| | | | * gnu/packages/games.scm (higan): Update to version 101.
* gnu: git: Add input perl-term-readkey for 'git-svn'.Thomas Danckaert2016-09-28
| | | | | | | * gnu/packages/version-control.scm (git)[inputs]: Add perl-term-readkeys. [arguments]: Add perl-term-readkeys to the PERL5LIB of `git-svn'. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: linux-libre-beagle-bone-black: Remove kernel variant.David Craven2016-09-28
| | | | | | | linux-libre-beagle-bone-black is misslabeled. This kernel variant is for the original beagle board. * gnu/packages/linux.scm (linux-libre-beagle-bone-black): Remove.
* gnu: make-linux-libre: Install device tree files.David Craven2016-09-28
| | | | * gnu/packages/linux.scm (make-linux-libre): Install device tree files.
* gnu: %default-extra-linux-options: Remove redundant options.David Craven2016-09-28
| | | | | * gnu/packages/linux.scm (%default-extra-linux-options): Remove redundant options.
* gnu: Add sdcc.David Craven2016-09-28
| | | | | * gnu/packages/sdcc.scm (sdcc): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add picocom.David Craven2016-09-28
| | | | * gnu/packages/terminals.scm (picocom): New variable.
* gnu: opendht: Propagate msgpack.Lukas Gradl2016-09-28
| | | | | | | * gnu/packages/crypto.scm (opendht)[inputs]: Remove msgpack. [propagated-inputs]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: telephony: Add 'license:' prefix.Lukas Gradl2016-09-28
| | | | | | | | | | | | | | | * gnu/packages/telephony.scm (commoncpp) [license]: Add prefix. (ucommon) [license]: Add prefix. (ccrtp) [license]: Add prefix. (osip) [license]: Add prefix. (exosip) [license]: Add prefix. (sipwitch) [license]: Add prefix. (libsrtp) [license]: Add prefix. (libiax2) [license]: Add prefix. (seren) [license]: Add prefix. (pjproject-sfl) [license]: Add prefix. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gsm.Lukas Gradl2016-09-28
| | | | | | * gnu/packages/audio.scm (gsm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add dbus-c++.Lukas Gradl2016-09-28
| | | | | | * gnu/packages/glib.scm (dbus-c++): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libressl: Update to 2.5.0.Leo Famulari2016-09-27
| | | | * gnu/packages/tls.scm (libressl): Update to 2.5.0.
* gnu: encfs: Update to 1.9.1.Tobias Geerinckx-Rice2016-09-28
| | | | * gnu/packages/crypto.scm (encfs): Update to 1.9.1.
* gnu: btrfs-progs: Update to 4.7.3.Tobias Geerinckx-Rice2016-09-28
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.7.3.
* gnu: zip: Use 'modify-phases'.Tobias Geerinckx-Rice2016-09-28
| | | | * gnu/packages/zip.scm (zip)[arguments]: Use 'modify-phases'.
* gnu: isc-dhcp: Update bundled bind to 9.9.9-P3 [fixes CVE-2016-2776].Leo Famulari2016-09-27
| | | | * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to 9.9.9-P3.
* gnu: bind: Update to 9.10.4-P3 [fixes CVE-2016-2776].Leo Famulari2016-09-27
| | | | * gnu/packages/dns.scm (bind): Update to 9.10.4-P3.
* gnu: Add python-q.Stefan Reichoer2016-09-27
| | | | | | * gnu/packages/python.scm (python-q, python2-q): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>