summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: ffmpeg: Add vaapi hardware acceleration.•••* gnu/packages/video.scm (ffmpeg)[inputs]: Add libva. Efraim Flashner2017-06-141-0/+1
* gnu: whois: Update to 5.2.16.•••* gnu/packages/networking.scm (whois): Update to 5.2.16. Marius Bakke2017-06-141-2/+2
* gnu: nmap: Update to 7.50.•••* gnu/packages/admin.scm (nmap): Update to 7.50. Marius Bakke2017-06-141-2/+2
* gnu: curl: Update replacement to 7.54.1 [fixes CVE-2017-9502].•••* gnu/packages/curl.scm (curl)[replacement]: Update to 7.54.1. (curl-7.54.0): Replace with ... (curl-7.54.1): ... new variable. Leo Famulari2017-06-141-4/+4
* gnu: osip: Fix CVE-2017-7853.•••* gnu/packages/patches/osip-CVE-2017-7853.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/telephony.scm (osip)[source]: Use it. Leo Famulari2017-06-143-0/+42
* gnu: osip: Update to 5.0.0.•••* gnu/packages/telephony.scm (osip): Update to 5.0.0. Leo Famulari2017-06-141-3/+4
* gnu: darktable: Update to 2.2.5.•••* gnu/packages/photo.scm (darktable): Update to 2.2.5. Roel Janssen2017-06-141-2/+2
* gnu: icecat: Add security fixes from upstream mozilla-esr52.•••This adds fixes for CVE-2017-7757, CVE-2017-7758, and the remaining 5 patches for CVE-2017-5470. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository, through ESR 52.2. Mark H Weaver2017-06-141-1/+13
* gnu: icecat: Rename patches to indicate CVE assignments.•••This documents that we include fixes for the following CVEs: CVE-2017-5472, CVE-2017-7749, CVE-2017-7750, CVE-2017-7751, CVE-2017-7752, CVE-2017-7754, CVE-2017-7756, CVE-2017-7764, CVE-2017-7765, CVE-2017-7778, and that we include 15 out of 20 patches for CVE-2017-5470. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to indicate their CVE assignments. Mark H Weaver2017-06-141-25/+25
* gnu: guile-ssh: Close RREPL channel ports before they are finalized.•••Partly fixes <https://bugs.gnu.org/26976>. * gnu/packages/patches/guile-ssh-channel-finalization.patch: New file. * gnu/packages/ssh.scm (guile-ssh)[source](patches): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2017-06-133-2/+32
* guix package: '--search' sorts by relevance.•••* guix/scripts/package.scm (find-packages-by-description): Rewrite to compute a score based on the number of regexps matched and the number of matches for each regexp. Sort according to this score and return it as a second value. (process-query) <'search>: Capture the two return values of 'find-packages-by-description'. Pass #:extra-fields to 'package->recutils'. * doc/guix.texi (Invoking guix package): Mention relevance, give an example. Ludovic Courtès2017-06-132-32/+58
* ui: 'package->recutils' takes #:extra-fields.•••* guix/ui.scm (package->recutils): Add #:extra-fields and honor it. Ludovic Courtès2017-06-131-6/+16
* gnu: enlightenment: Fix the inability to switch keyboard layout.•••* gnu/packages/enlightenment.scm (enlightenment): Add new 'fix-keyboard' phase. (inputs): Add 'xkeyboard-config'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02017-06-131-2/+16
* gnu: abiword: Correct the download and home page URL.•••The old URL redirects to https://abisource.com. * gnu/packages/abiword.scm (abiword)[source]: Change URL. [home-page]: Change URL. Kei Kebreau2017-06-131-2/+2
* gnu: ldc-bootstrap: Update ldc to 0.17.4.•••* gnu/packages/ldc.scm (ldc-bootstrap): Update ldc to 0.17.4. Danny Milosavljevic2017-06-131-98/+98
* marionette: Factorize 'wait-for-file'.•••* gnu/build/marionette.scm (wait-for-file): New procedure. * gnu/tests/base.scm (run-mcron-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/ssh.scm (run-ssh-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/messaging.scm (run-xmpp-test)[test](guest-wait-for-file): Remove. Use 'wait-for-file' instead, with second argument. Ludovic Courtès2017-06-124-50/+23
* services: cuirass: Extend rottlog with log rotations.•••* gnu/services/cuirass.scm (cuirass-log-rotations): New procedure. (cuirass-service-type): Use it to extend ROTTLOG-SERVICE-TYPE. Ludovic Courtès2017-06-121-0/+9
* services: rottlog: Make extensible.•••* gnu/services/admin.scm (rottlog-service-type)[compose, extend]: New fields. * doc/guix.texi (Log Rotation): Mention extension. Ludovic Courtès2017-06-122-0/+9
* services: rottlog: Define <log-rotation> objects.•••* gnu/services/admin.scm (<log-rotation>): New record type. (syslog-rotation-config, simple-rotation-config): Remove. (%default-rotations): Define as a list of <log-rotation> objects. (log-rotation->config, log-rotations->/etc-entries): New procedures. (<rottlog-configuration>)[periodic-rotations]: Remove. [rotations]: New field. (rottlog-etc): Use 'log-rotations->/etc-entries'. * doc/guix.texi (Log Rotation): Update accordingly. Ludovic Courtès2017-06-122-49/+117
* gnu: emacs-markdown-mode: Update to 2.2.•••* gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Kyle Meyer2017-06-131-2/+2
* gnu: emacs-iedit: Update to 0.9.9.9.•••* gnu/packages/emacs.scm (emacs-iedit): Update to 0.9.9.9. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Kyle Meyer2017-06-131-2/+2
* gnu: emacs-helm: Update to 2.7.1.•••* gnu/packages/emacs.scm (emacs-helm): Update to 2.7.1. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Kyle Meyer2017-06-131-2/+2
* gnu: emacs-yaml-mode: Update to 0.0.13.•••* gnu/packages/emacs.scm (emacs-yaml-mode): Update to 0.0.13. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Kyle Meyer2017-06-131-2/+2
* gnu: emacs-elfeed: Update to 2.1.1.•••* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.1. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Kyle Meyer2017-06-131-2/+2
* gnu: python-rednose: Add the python2 variant.•••* gnu/packages/python.scm (python2-rednose): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Muriithi Frederick Muriuki2017-06-121-0/+3
* gnu: python-sphinx-rtd-theme: Update to 0.2.4.•••* gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4. [source]: Use 'pypi-uri'. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Muriithi Frederick Muriuki2017-06-121-5/+3
* gnu: nss, nss-certs: Update to 3.31.•••Release notes: <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes> * gnu/packages/certs.scm (nss-certs): Update to 3.31. * gnu/packages/gnuzilla.scm (nss): Likewise. [source]<patches>: Remove upstream 'nss-disable-long-b64-tests' patch. [arguments]<#:phases>: Move armhf timeout substitution ... * gnu/packages/patches/nss-increase-test-timeout.patch: ... here. * gnu/packages/patches/nss-disable-long-b64-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke2017-06-125-53/+7
* gnu: nspr: Update to 4.15.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.15. Marius Bakke2017-06-121-2/+2
* gnu: libinput: Update to 1.7.3.•••* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.3. Marius Bakke2017-06-121-2/+2
* derivations: Introduce 'read-derivation-from-file'.•••This avoids the open/fstat/close syscalls upon a cache hit that we had with the previous idiom: (call-with-input-file file read-derivation) where caching happened in 'read-derivation' itself. * guix/derivations.scm (%read-derivation): Rename to... (read-derivation): ... this. (read-derivation-from-file): New procedure. (derivation-prerequisites, substitution-oracle) (derivation-prerequisites-to-build): (derivation-path->output-path, derivation-path->output-paths): (derivation-path->base16-hash, map-derivation): Use 'read-derivation-from-file' instead of (call-with-input-file … read-derivation). * guix/grafts.scm (item->deriver): Likewise. * guix/scripts/build.scm (log-url, options->things-to-build): Likewise. * guix/scripts/graph.scm (file->derivation): Remove. (derivation-dependencies, %derivation-node-type): Use 'read-derivation-from-file' instead. * guix/scripts/offload.scm (guix-offload): Likewise. * guix/scripts/perform-download.scm (guix-perform-download): Likewise. * guix/scripts/publish.scm (load-derivation): Remove. (narinfo-string): Use 'read-derivation-from-file'. Ludovic Courtès2017-06-127-44/+32
* store: Speed up 'add-to-store'.•••* guix/store.scm (add-to-store): Remove 'lstat' call. Ludovic Courtès2017-06-121-3/+4
* gnu: crawl: Fix savegame upgrades.•••* gnu/packages/patches/crawl-upgrade-saves.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/games.scm (crawl)[source]: Apply patch. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> nee2017-06-123-1/+89
* gnu: aircrack-ng: Fix building on non-Intel machines.•••* gnu/packages/networking.scm (aircrack-ng)[arguments]: Only use system optimizations on x86_64 and i686 machines. Efraim Flashner2017-06-121-3/+10
* gnu: Add minicom.•••* gnu/packages/engineering.scm (minicom): New variable. Danny Milosavljevic2017-06-121-0/+30
* gnu: stellarium: Update to 0.15.2.•••* gnu/packages/astronomy.scm (stellarium): Update to 0.15.2. Danny Milosavljevic2017-06-121-2/+2
* gnu: stellarium: Fix build with Qt 5.9.•••* gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check". Danny Milosavljevic2017-06-121-0/+8
* gnu: libmwaw: Fix CVE-2017-9433.•••* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libmwaw)[source]: Use it. Leo Famulari2017-06-123-0/+35
* gnu: libmwaw: Update to 0.3.11.•••* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11. Leo Famulari2017-06-121-2/+2
* gnu: youtube-dl: Update to 2017.06.12.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.06.12. Tobias Geerinckx-Rice2017-06-121-2/+2
* gnu: mcelog: Update to 153.•••* gnu/packages/linux.scm (mcelog): Update to 153. Tobias Geerinckx-Rice2017-06-121-2/+2
* gnu: libgweather: Update to 3.24.1.•••* gnu/packages/gnome.scm (libgweather): Update to 3.24.1. Kei Kebreau2017-06-111-2/+2
* gnu: mate-menus: Update to 1.18.0.•••* gnu/packages/mate.scm (mate-menus): Update to 1.18.0. Kei Kebreau2017-06-111-2/+2
* gnu: libmateweather: Update to 1.18.1.•••* gnu/packages/mate.scm (libmateweather): Update to 1.18.1. [arguments]: Remove obsolete "--with-gtk" flag. Kei Kebreau2017-06-111-6/+5
* gnu: mate-desktop: Update to 1.18.0.•••* gnu/packages/mate.scm (mate-desktop): Update to 1.18.0. [arguments]: Remove obsolete configure flags. [inputs]: Remove python-2. Kei Kebreau2017-06-111-6/+2
* file-systems: Handle EIO error in 'ENOENT-safe' as well.•••Trying to boot GuixSD when an audio CD is in the drive will die with an "input/output error" when trying to read the superblock from the cd drive. This patch catches and warns in this case rather than dying. * gnu/build/file-systems.scm (ENOENT-safe): Handle EIO. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Adam Van Ymeren2017-06-111-0/+4
* packages: Add 'specifications->manifest'.•••* gnu/packages.scm (specifications->manifest): New procedure. * doc/guix.texi (Invoking guix package): Change example from using '(compose list specification->package+output)' to using 'specifications->manifest'. Ludovic Courtès2017-06-112-6/+15
* gnu: mercurial: Update to 4.2.1.•••* gnu/packages/version-control.scm (mercurial): Update to 4.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> eacces2017-06-111-2/+2
* gnu: mate-icon-theme: Update to 1.18.2.•••* gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2. Kei Kebreau2017-06-111-2/+2
* gnu: Add five-or-more.•••* gnu/packages/gnome.scm (five-or-more): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> nee2017-06-111-0/+32
* gnu: exiv2: Update to 0.26.•••* gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location. Marius Bakke2017-06-111-3/+5