summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libntlm: Update to 1.5.Tobias Geerinckx-Rice2018-08-28
| | | | | * gnu/packages/gsasl.scm (libntlm): Update to 1.5. [source]: Use HTTPS.
* gnu: snappy: Optimise.Tobias Geerinckx-Rice2018-08-28
| | | | | | | * gnu/packages/compression.scm (snappy)[source]: Build with ‘-O2’. * gnu/package/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add urlscan.Efraim Flashner2018-08-28
| | | | * gnu/packages/mail.scm (urlscan): New variable.
* gnu: Add ephoto.Efraim Flashner2018-08-28
| | | | * gnu/packages/enlightenment.scm (ephoto): New variable.
* gnu: electron-cash: Update to 3.3.1.Vagrant Cascadian2018-08-28
| | | | | | * gnu/packages/finance.scm (electron-cash): Update to 3.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dropbear: Fix CVE-2018-15599.Leo Famulari2018-08-28
| | | | | | * gnu/packages/patches/dropbear-CVE-2018-15599.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (dropbear)[source]: Use it.
* services: openssh: Add 'log-level' field.Ludovic Courtès2018-08-28
| | | | | | * gnu/services/ssh.scm (<openssh-configuration>)[log-level]: New field. (openssh-config-file): Honor it. * doc/guix.texi (Networking Services): Document it.
* gnu: dico: Update to 2.6.Ludovic Courtès2018-08-28
| | | | | * gnu/packages/dico.scm (dico): Update to 2.6. [inputs]: Switch to GUILE-2.2.
* gnu: Add SpaceFM.Ison1112018-08-28
| | | | | | * gnu/packages/lxde.scm (spacefm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-build-farm.Alex Kost2018-08-28
| | | | * gnu/packages/emacs.scm (emacs-build-farm): New variable.
* gnu: openmw: Update to 0.44.0.Alex Kost2018-08-28
| | | | * gnu/packages/game-development.scm (openmw): Update to 0.44.0.
* services: tor: Make it easier to use UNIX sockets.Chris Marusich2018-08-28
| | | | | | | | | | | | * doc/guix.texi (Networking Services): Document it, and mention that tor-service is deprecated. * gnu/services/networking.scm (<tor-configuration>) <socks-socket-type>: New field. (tor-configuration->torrc): When socks-socket-type is 'unix, set SocksPort to UNIX domain socket /var/run/tor/socks-sock and set UnixSocksGroupWritable to 1. * gnu/tests/networking.scm (%tor-os/unix-socks-socket): Instead of using a custom config file, just set socks-socket-type to 'unix.
* tests: tor: Add more test cases.Chris Marusich2018-08-28
| | | | | | | | | | * gnu/tests/networking.scm (%tor-os/unix-socks-socket): New variable. (run-tor-test) <os/unix-socks-socket, marionette/unix-socks-socket> <socket-directory>: New variables. <"tor is alive">: Move common code from this test case... <tor-is-alive?>: ...into this new procedure. <"tor is listening", "tor is alive, even when using a SOCKS socket"> <"tor is listening, even when using a SOCKS socket">: New test cases.
* marionette: Add wait-for-unix-socket.Chris Marusich2018-08-28
| | | | * gnu/build/marionette.scm (wait-for-unix-socket): New variable.
* marionette: Add support for QEMU's "quit" command.Chris Marusich2018-08-28
| | | | | * gnu/build/marionette.scm (marionette-control): Don't wait for the monitor prompt when the command was "quit".
* services: tor: Rename activation procedure.Chris Marusich2018-08-28
| | | | | * gnu/services/networking.scm: Rename the procedure tor-hidden-service-activation to tor-activation.
* services: tor: Add a system test.Chris Marusich2018-08-28
| | | | | | | | | | | | | * gnu/services/networking.scm (tor-configuration->torrc): Set PidFile to /var/run/tor/tor.pid in the base torrc configuration. (tor-shepherd-service) <start>: Call make-forkexec-constructor/container with a new #:pid-file argument to tell Shepherd where to find the PID file. Add a a new <file-system-mapping> to its existing #:mappings argument to share /var/run/tor with the the container. (tor-hidden-services-activation): Update docstring. Create /var/run/tor and set its permissions so only the tor user can access it. * gnu/tests/networking.scm (%test-tor, %tor-os): New variables. (run-tor-test): New procedure.
* gnu: GRUB: Check for errors from efibootmgr.Marius Bakke2018-08-28
| | | | | | * gnu/packages/patches/grub-check-error-efibootmgr.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bootloaders.scm (grub)[source](patches): New field.
* gnu: seabios: Update source URI.Marius Bakke2018-08-28
| | | | * gnu/packages/firmware.scm (seabios)[source](uri): Download from seabios.org.
* gnu: slang: Update to 2.3.2.Marius Bakke2018-08-28
| | | | * gnu/packages/slang.scm (slang): Update to 2.3.2.
* gnu: emacs-async: Download using git.Marius Bakke2018-08-28
| | | | | | | | The MELPA tarball hash changed. Prevent this problem in the future by downloading a git checkout. * gnu/packages/emacs.scm (emacs-async)[home-page]: Update to actual. [source]: Use GIT-FETCH.
* gnu: feh: Enable EXIF support.Leo Famulari2018-08-27
| | | | | * gnu/packages/image-viewers.scm (feh)[arguments]: Enable EXIF support. (inputs): Add libexif.
* gnu: libexif: Update home-page URL.Leo Famulari2018-08-27
| | | | * gnu/packages/photo.scm (libexif)[home-page]: Update URL.
* gnu: python-pygit2: Update to 0.26.4.Leo Famulari2018-08-27
| | | | | | | * gnu/packages/python.scm (python-pygit2, python2-pygit2): Update to 0.26.4. [source]: Remove 'python-pygit2-disable-network-tests.patch'. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: cuirass: Update to 8d40c49.Clément Lassieur2018-08-27
| | | | * gnu/packages/ci.scm (cuirass): Update to 8d40c49.
* Update email for Pierre Neidhardt.Pierre Neidhardt2018-08-27
| | | | | | | | | | | * .mailmap: Add name and email for Pierre Neidhardt. * gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm, gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/password-utils.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm: Update email for Pierre Neidhardt.
* gnu: weston: Update to 5.0.0.Rutger Helling2018-08-27
| | | | * gnu/packages/freedesktop.scm (weston): Update to 5.0.0.
* gnu: Add Lepton-EDA.Ludovic Courtès2018-08-27
| | | | * gnu/packages/engineering.scm (lepton-eda): New variable.
* gnu: Add guile-aa-tree.Ludovic Courtès2018-08-27
| | | | * gnu/packages/guile.scm (guile-aa-tree): New variable.
* gnu: emacs-racket-mode: Update to commit add0190.Christopher Lemmer Webber2018-08-26
| | | | * gnu/packages/emacs.scm (emacs-racket-mode): Update to commit add0190.
* gnu: ghc-scientific: Update to 0.3.6.2.Arun Isaac2018-08-26
| | | | | | * gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.6.2. [inputs]: Move ghc-tasty ... [native-inputs]: ... to here.
* gnu: ghc-integer-logarithms: Update to 1.0.2.1.Arun Isaac2018-08-26
| | | | | | | | * gnu/packages/haskell.scm (ghc-integer-logarithms): Update to 1.0.2.1. [inputs]: Move ghc-quickcheck, ghc-smallcheck, ghc-tasty, ghc-tasty-hunit, ghc-tasty-quickcheck, ghc-tasty-smallcheck ... [native-inputs]: ... to here. [home-page]: Update URI.
* gnu: ghc-smallcheck: Update to 1.1.5.Arun Isaac2018-08-26
| | | | * gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
* gnu: ghc-optparse-applicative: Update to 0.14.2.0.Arun Isaac2018-08-26
| | | | | * gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.14.2.0. [arguments]: Enable tests.
* gnu: linux-libre: Update to 4.18.5.Mark H Weaver2018-08-26
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.5. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.67.Mark H Weaver2018-08-26
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.67. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.124.Mark H Weaver2018-08-26
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.124.
* gnu: linux-libre@4.4: Update to 4.4.152.Mark H Weaver2018-08-26
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.152.
* gnu: emacs-recent-addresses: Switch to a branch that works with Helm.Ludovic Courtès2018-08-26
| | | | | * gnu/packages/emacs.scm (emacs-recent-addresses)[source]: Change URL and update to afbbfdc.
* gnu: Add emacs-git-annex.Kyle Meyer2018-08-26
| | | | | | * gnu/packages/emacs.scm (emacs-git-annex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-recent-addresses: Add missing words to description.Kyle Meyer2018-08-26
| | | | | | | * gnu/packages/emacs.scm (emacs-recent-addresses)[description]: Add missing words. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add avogadro.Kei Kebreau2018-08-25
| | | | | | | | * gnu/packages/chemistry.scm (avogadro): New variable. * gnu/packages/patches/avogadro-boost148.patch, gnu/packages/patches/avogadro-eigen3-update.patch, gnu/packages/patches/avogadro-python-eigen-lib.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: libx11: Replace with 1.6.6 [security fixes].Marius Bakke2018-08-25
| | | | | | | This fixes CVE-2018-14599, CVE-2018-14600, and CVE-2018-14598. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11-1.6.6): New public variable.
* gnu: dante: Disable preloading to make 'sockd' work.宋文武2018-08-25
| | | | | * gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload' to #:configure-flags.
* gnu: OpenSSH: Update to 7.8p1.Leo Famulari2018-08-24
| | | | | | | * gnu/packages/ssh.scm (openssh): Update to 7.8p1. [source]: Remove 'openssh-CVE-2018-15473.patch'. * gnu/packages/patches/openssh-CVE-2018-15473.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: font-gnu-unifont: Update to 11.0.02.Ludovic Courtès2018-08-24
| | | | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.02. [arguments]: Adjust code to install 'unifont.info.gz' in 'install' phase.
* gnu: gdb: Update to 8.1.1.Ludovic Courtès2018-08-24
| | | | * gnu/packages/gdb.scm (gdb): Update to 8.1.1.
* gnu: Add find-circ.Ricardo Wurmus2018-08-24
| | | | * gnu/packages/bioinformatics.scm (find-circ): New variable.
* gnu: r-catools: Update to 1.17.1.1.Tobias Geerinckx-Rice2018-08-24
| | | | * gnu/packages/statistics.scm (r-catools): Update to 1.17.1.1.
* gnu: keepassxc: Update to 2.3.4.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4. [arguments]: Remove obsolete ‘patch-sources’ phase.