| Commit message (Expand) | Author | Age |
... | |
* | linux-initrd: Add a raw-initrd and use it to define base-initrd.•••* gnu/system/linux-initrd.scm (raw-initrd): New exported variable.
(base-initrd): Use raw-initrd to build the initrd.
* doc/guix.texi (Initial RAM Disk): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe | 2017-03-11 |
* | gnu: wget: Fix CVE-2017-6508.•••* gnu/packages/patches/wget-CVE-2017-6508.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wget.scm (wget)[source]: Use it.
| Leo Famulari | 2017-03-10 |
* | gnu: Add r-fnn.•••* gnu/packages/statistics.scm (r-fnn): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-pbapply.•••* gnu/packages/statistics.scm (r-pbapply): New variable.
Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-vgam.•••* gnu/packages/statistics.scm (r-vgam): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: vsearch: Update to 2.4.2.•••* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.2.
| Ben Woodcroft | 2017-03-11 |
* | gnu: Add r-ape.•••* gnu/packages/bioinformatics.scm (r-ape): New variable.
Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-fpc.•••* gnu/packages/statistics.scm (r-fpc): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-trimcluster.•••* gnu/packages/statistics.scm (r-trimcluster): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-robustbase.•••* gnu/packages/statistics.scm (r-robustbase): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-deoptimr.•••* gnu/packages/statistics.scm (r-deoptimr): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-prabclus.•••* gnu/packages/statistics.scm (r-prabclus): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-mclust.•••* gnu/packages/statistics.scm (r-mclust): New variable.
Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-flexmix.•••* gnu/packages/statistics.scm (r-flexmix): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-modeltools.•••* gnu/packages/statistics.scm (r-modeltools): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add r-diptest.•••* gnu/packages/statistics.scm (r-diptest): New variable.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
| Raoul Jean Pierre Bonnal | 2017-03-11 |
* | gnu: Add obnam.•••* gnu/packages/backup.scm (obnam): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac | 2017-03-10 |
* | gnu: icestorm: Replace reference in icebox_vlog.•••* gnu/packages/fpga.scm (icestorm)[arguments]: Add phase
"fix-usr-local" to replace reference to /usr/local/share.
| Theodoros Foradis | 2017-03-10 |
* | gnu: dub: Update to 1.2.2.•••* gnu/packages/ldc.scm (dub): Update to 1.2.2.
| Danny Milosavljevic | 2017-03-10 |
* | services: openssh: Fix 'PrintLastLog' default behaviour.•••* gnu/services/ssh.scm (openssh-config-file): Add 'print-last-log?' option.
(<openssh-configuration>)[print-last-log?]: Add it.
(openssh-activation): Touch /var/log/lastlog.
* doc/guix.texi (Networking Services): Document 'print-last-log?'.
Before that, the service did not work as expected because /var/log/lastlog did
not exist.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Clément Lassieur | 2017-03-10 |
* | services: openssh: Remove deprecated options.•••* gnu/services/ssh.scm (openssh-config-file): Remove them.
(<openssh-configuration>)[rsa-authentication?]: Remove it.
(<openssh-configuration>)[protocol-number]: Remove it.
* doc/guix.texi (Networking Services): Remove them.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Clément Lassieur | 2017-03-10 |
* | services: openssh: Enable PAM.•••* gnu/services/ssh.scm: (openssh-pam-services): New procedure.
(openssh-service-type): Use it to extend PAM-ROOT-SERVICE-TYPE.
(<openssh-configuration>)[challenge-response-authentication?]: New field.
(<openssh-configuration>)[use-pam?]: New field.
(openssh-config-file): Add them.
* doc/guix.texi (Networking Services): Document them.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Clément Lassieur | 2017-03-10 |
* | system: Avoid '_' as a pattern variable in 'match'.•••* gnu/system.scm (operating-system-root-file-system): Don't use '_' as a
wildcard in 'match', to cope with literal semantics in 2.2.
| Ludovic Courtès | 2017-03-10 |
* | services: Create /var/log upon activation.•••When launching a container created with guix system container, the
attempt to create /var/log/wtmp would fail, as /var/log did not exist.
* gnu/services.scm (activation-script): Create /var/log
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Christopher Baines | 2017-03-10 |
* | services: Add exim-service-type.•••* gnu/services/mail.scm (<exim-configuration>): New record type.
(exim-computed-config-file, exim-shepherd-service, exim-activation, exim-etc,
exim-profile): New procedures.
(exim-service-type, %exim-accounts): New variables.
* doc/guix.text (Mail Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carlo Zancanaro | 2017-03-10 |
* | gnu: hmmer: Build reproducibly.•••* gnu/packages/patches/hmmer-remove-cpu-specificity.patch: New file.
* gnu/packages/bioinformatics.scm (hmmer): Use it.
| Ben J. Woodcroft | 2017-03-10 |
* | gnu: Add sambamba.•••* gnu/packages/bioinformatics.scm (htslib-for-sambamba, sambamba): New
variables.
| Ricardo Wurmus | 2017-03-10 |
* | gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].•••* gnu/packages/messaging.scm (pidgin): Update to 2.12.0.
| Leo Famulari | 2017-03-10 |
* | gnu: neomutt: Configure with 'lmdb' and 'kyotocabinet'.•••* gnu/packages/mail.scm (neomutt)[configure]: Add '--with-kyotocabinet'
and '--with-lmdb'.
[inputs]: Add 'lmdb' and 'kyotocabinet'.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 | 2017-03-09 |
* | gnu: neomutt: Update to 20170306.•••* gnu/packages/mail.scm (neomutt): Update to 20170306.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 | 2017-03-09 |
* | Revert "gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'."•••'kyotocabinet' is more current than tokyocabinet in development
and supported in neomutt aswell.
This reverts commit ef91e2b964ec0952698dd1bf7daf76624fed2145.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 | 2017-03-09 |
* | gnu: hiawatha: Adjust description.•••* gnu/packages/web.scm (hiawatha)[description]: Adjust it.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 | 2017-03-09 |
* | gnu: Add font-tamzen.•••* gnu/packages/fonts.scm (font-tamzen): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| ng0 | 2017-03-09 |
* | gnu: btrfs-progs/static: Correct description.•••* gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct
name of the btrfs-progs package and @command{} mark-up.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: btrfs-progs: Update to 4.10.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.10.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: ibus-anthy: Update to 1.5.9.•••* gnu/packages/ibus.scm (ibus-anthy): Update to 1.5.9.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: ibus: Update to 1.5.15.•••* gnu/packages/ibus.scm (ibus): Update to 1.5.15.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: pius: Update to 2.2.4.•••* gnu/packages/gnupg.scm (pius): Update to 2.2.4.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: youtube-dl: Update to 2017.03.07.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.03.07.
| Tobias Geerinckx-Rice | 2017-03-09 |
* | gnu: graphicsmagick: Build with 16 bit quantum depth.•••Octave requires graphicsmagick to be built with 16 bit quantum depth.
* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add
"--with-quantum-depth=16" and "--enable-quantum-library-names"
to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Arun Isaac | 2017-03-09 |
* | gnu: octave: Build with curl and graphicsmagick.•••* gnu/packages/maths.scm (octave)[inputs]: Add curl and graphicsmagick.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Arun Isaac | 2017-03-09 |
* | gnu: xf86-input-libinput: Update to 0.25.0.•••* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0.
| Marius Bakke | 2017-03-09 |
* | gnu: Add python2-larch.•••* gnu/packages/python.scm (python2-larch): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac | 2017-03-09 |
* | gnu: Add python2-tracing.•••* gnu/packages/python.scm (python2-tracing): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac | 2017-03-09 |
* | gnu: Add python2-ttystatus.•••* gnu/packages/python.scm (python2-ttystatus): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac | 2017-03-09 |
* | gnu: Add python2-cliapp.•••* gnu/packages/python.scm (python2-cliapp): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Arun Isaac | 2017-03-09 |
* | gnu: python-numpy-documentation: Use full git commit hash in submodule.•••* gnu/packages/python.scm (python-numpy-documentation,
python2-numpy-documentation)[native-inputs]: Update hash of
SCIPY-SPHINX-THEME. Fix indentation of a line.
| Marius Bakke | 2017-03-09 |
* | gnu: Remove obsolete numpy comment.•••* gnu/packages/python.scm: Remove comment.
| Marius Bakke | 2017-03-09 |
* | gnu: inetutils: Disable parallel tests.•••* gnu/packages/admin.scm (inetutils)[arguments]: Add #:parallel-tests? #f.
| Marius Bakke | 2017-03-09 |
* | gnu: python-pandas: Really fix build on 32bit.•••* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Fix confusion
with same-named test.
| Marius Bakke | 2017-03-09 |