summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* .gitignore: Remove stale entries.Alex Kost2017-02-27
| | | | | | This is a followup to commit deb6276dda81a69da38e842d269c5370a28fa5cf. * .gitignore: Remove "/emacs/..." lines.
* gnu: emacs: Simplify "guix-emacs.el".Alex Kost2017-02-27
| | | | | | | | | | | | | | * gnu/packages/aux-files/emacs/guix-emacs.el: Do not try to require 'guix-profiles'. Do not call 'guix-emacs-autoload-packages' in the top level. (guix-package-enable-at-startup): Remove. This variable can't be set by a user since this file is loaded before user config. (guix-emacs-autoload-packages): Use 'guix-read-package-profile' instead of 'guix-profile-prompt' in interactive clause (it was renamed in Emacs-Guix). * gnu/packages/emacs.scm (emacs)[arguments]: Call 'guix-emacs-autoload-packages' in "site-start.el" after requiring 'guix-emacs'.
* gnu: emacs: Move "guix-emacs.el" to "aux-files".Alex Kost2017-02-27
| | | | | | | | | * emacs/guix-emacs.el: Rename to... * gnu/packages/aux-files/emacs/guix-emacs.el: ... this. * Makefile.am (AUX_FILES): Add it. * gnu/packages/emacs.scm (emacs)[inputs]: Remove 'guix' source. [native-inputs]: Add "guix-emacs.el" auxiliary file. [arguments]: Adjust 'install-site-start' phase accordingly.
* gnu: linux: Move configuration files to "aux-files".Alex Kost2017-02-27
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux-libre-4.1-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.1-i686.conf: ... this. * gnu/packages/linux-libre-4.1-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: ... this. * gnu/packages/linux-libre-4.4-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.4-i686.conf: ... this. * gnu/packages/linux-libre-4.4-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: ... this. * gnu/packages/linux-libre-4.9-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.9-i686.conf: ... this. * gnu/packages/linux-libre-4.9-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: ... this. * gnu/packages/linux-libre-4.10-i686.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.10-i686.conf: ... this. * gnu/packages/linux-libre-4.10-x86_64.conf: Rename to... * gnu/packages/aux-files/linux-libre/4.10-x86_64.conf: ... this. * gnu/packages/linux.scm (kernel-config): Use 'search-auxiliary-file' to find configuration files. * Makefile.am (KCONFIGS): Rename to... (AUX_FILES): ... this. Adjust accordingly.
* packages: Add 'search-auxiliary-file'.Alex Kost2017-02-27
| | | | | | | | Suggested-by: Ludovic Courtès <ludo@gnu.org> at <http://lists.gnu.org/archive/html/guix-devel/2016-12/msg01174.html>. * gnu/packages.scm (%auxiliary-files-path): New variable. (search-auxiliary-file): New procedure.
* gnu: potrace: Update to 1.14 [fixes CVE-2016-8685 and CVE-2016-8686].Marius Bakke2017-02-27
| | | | * gnu/packages/fontutils.scm (potrace): Update to 1.14.
* gnu: whois: Update to 5.2.15.Marius Bakke2017-02-27
| | | | * gnu/packages/networking.scm (whois): Update to 5.2.15.
* gnu: maim: Update to 4.4.59.Marius Bakke2017-02-27
| | | | * gnu/packages/xdisorg.scm (maim): Update to 4.4.59.
* gnu: slop: Update to 5.3.35.Marius Bakke2017-02-27
| | | | * gnu/packages/xdisorg.scm (slop): Update to 5.3.35.
* gnu: linux-libre@4.4: Update to 4.4.52.Leo Famulari2017-02-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.52. Remove patches.
* gnu: linux-libre@4.9: Update to 4.9.13.Leo Famulari2017-02-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.13. Remove patches.
* gnu: python-gst: Update to 1.10.4.Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (python-gst): Update to 1.10.4.
* gnu: gst-libav: Update to 1.10.4.Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.4.
* gnu: gst-plugins-ugly: Update to 1.10.4 [fixes CVE-2017-5847].Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.4.
* gnu: gst-plugins-bad: Update to 1.10.4 [fixes CVE-2017-5848].Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.4.
* gnu: gst-plugins-good: Update to 1.10.4.Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.4.
* gnu: gst-plugins-base: Update to 1.10.4.Leo Famulari2017-02-27
| | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.4. [source]: Remove obsolete patch 'gst-plugins-base-fix-test-on-32bit.patch' * gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: gstreamer: Update to 1.10.4.Leo Famulari2017-02-27
| | | | * gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.4.
* gnu: pciutils: Update to 3.5.4.Marius Bakke2017-02-27
| | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.5.4.
* gnu: iproute2: Update to 4.10.Marius Bakke2017-02-27
| | | | | * gnu/packages/linux.scm (iproute2): Update to 4.10. [arguments]: Specify HDRDIR in #:make-flags.
* gnu: libssh: Update to 0.7.4.Marius Bakke2017-02-26
| | | | | * gnu/packages/ssh.scm (libssh): Update to 0.7.4. [home-page]: Use HTTPS.
* gnu: Remove unused patch.Marius Bakke2017-02-26
| | | | | | | This is a followup to 6f9d5b2e8c861c3a1243937a26400f8394946346. * gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: neomutt: Update to 20170225.ng02017-02-26
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170225. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: vim: Use upstream fix for CVE-2017-5953.Leo Famulari2017-02-26
| | | | * gnu/packages/patches/vim-CVE-2017-5953.patch: Adjust to match upstream changes.
* gnu: xshogi: Remove Texinfo markup from synopsis.John Darrington2017-02-25
| | | | * gnu/packages/games.scm (xshogi): Remove Texinfo markup from synopsis.
* Revert "gnu: libva: Update to 1.7.3."Marius Bakke2017-02-25
| | | | | | It causes too many rebuilds for 'master'. This reverts commit 9c96d33cfd69a7eca884961a115b8735cc5f93bd.
* gnu: libva: Update to 1.7.3.Marius Bakke2017-02-25
| | | | * gnu/packages/video.scm (libva): Update to 1.7.3.
* gnu: libx264: Update to 20170224-2245.Marius Bakke2017-02-25
| | | | * gnu/packages/video.scm (libx264): Update to 20170224-2245.
* gnu: x265: Update to 2.3.Marius Bakke2017-02-25
| | | | * gnu/packages/video.scm (x265): Update to 2.3.
* gnu: dlib: Update to 19.3.Marius Bakke2017-02-25
| | | | | * gnu/packages/machine-learning.scm (dlib): Update to 19.3. [arguments]: Enable one more test.
* gnu: rocksdb: Update to 5.1.4.Marius Bakke2017-02-25
| | | | * gnu/packages/databases.scm (rocksdb): Update to 5.1.4.
* gnu: maim: Update to 4.4.50.Marius Bakke2017-02-25
| | | | * gnu/packages/xdisorg.scm (maim): Update to 4.4.50.
* gnu: slop: Update to 5.3.28.Marius Bakke2017-02-25
| | | | * gnu/packages/xdisorg.scm (slop): Update to 5.3.28.
* gnu: ldc-bootstrap: Update to 0.17.3.Danny Milosavljevic2017-02-25
| | | | * gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.3.
* gnu: ldc: Update to 1.1.1.Danny Milosavljevic2017-02-25
| | | | * gnu/packages/ldc.scm (ldc): Update to 1.1.1.
* gnu: git: Update to 2.12.0.Marius Bakke2017-02-24
| | | | * gnu/packages/version-control.scm (git): Update to 2.12.0.
* Revert "gnu: python2-fastlmm: Update to 0.2.26."Marius Bakke2017-02-24
| | | | This reverts commit 594358f5b6948095dad7a638241cdb2b80a2d293.
* gnu: python-passlib: Update to 1.7.1.Marius Bakke2017-02-24
| | | | * gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.1.
* gnu: fio: Update to 2.18.Marius Bakke2017-02-24
| | | | | * gnu/packages/benchmark.scm (fio): Update to 2.18. [arguments]: Enable tests.
* gnu: gnurl: Update to 7.53.1.ng02017-02-24
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.53.1. (source)[uri]: Update to new upstream filename. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: youtube-dl: Update to 2017.02.22.Tobias Geerinckx-Rice2017-02-24
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.02.22.
* gnu: gparted: Update to 0.28.1.Tobias Geerinckx-Rice2017-02-24
| | | | * gnu/packages/disk.scm (gparted): Update to 0.28.1.
* gnu: rocksdb: Update to 5.1.3.Marius Bakke2017-02-24
| | | | * gnu/packages/databases.scm (rocksdb): Update to 5.1.3.
* gnu: maim: Update to 4.4.49.Marius Bakke2017-02-24
| | | | * gnu/packages/xdisorg.scm (maim): Update to 4.4.49.
* gnu: slop: Update to 5.3.27.Marius Bakke2017-02-24
| | | | | | * gnu/packages/xdisorg.scm (slop): Update to 5.3.27. [arguments]: Remove #:configure-flags. [inputs]: Add LIBXRENDER.
* gnu: graphicsmagick: Update to 1.3.25-2.6156b4c [security fixes].Marius Bakke2017-02-24
| | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25-2.6156b4c.
* gnu: linux-libre@4.9: Update to 4.9.12.Mark H Weaver2017-02-24
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.12.
* gnu: linux-libre@4.4: Update to 4.4.51.Mark H Weaver2017-02-24
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.51.
* gnu: lightweight-desktop.tmpl: Remove xmonad.Leo Famulari2017-02-23
| | | | * gnu/system/examples/lightweight-desktop.tmpl (packages): Remove xmonad.
* gnu: lightweight-desktop.tmpl: Complete i3-wm.Leo Famulari2017-02-23
| | | | | | * gnu/system/examples/lightweight-desktop.tmpl (packages): Add i3status and dmenu. (use-package-modules): Add suckless.