summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-15gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.•••* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat): Add them. Mark H Weaver
2014-12-15profiles: Fix removal of the next-to-last item in a profile.•••Fixes a bug whereby removing the next-to-last item in a profile would lead to an obscure error, as shown at <http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00292.html>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/profiles.scm (profile-derivation)[inputs]: Use (list info-dir "out") instead of just INFO-DIR. Ludovic Courtès
2014-12-15tests: Use 'test-assertm' for profiles.•••* tests/profiles.scm (test-assertm): New macro. ("profile-derivation"): Use it instead of 'test-assert' + 'run-with-store'. Ludovic Courtès
2014-12-15gnu: Add bullet.•••* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Tomáš Čech
2014-12-15gnu: Add vala.•••* gnu/packages/gnome.scm (vala): New variable. 宋文武
2014-12-15gnu: youtube-dl: Update to 2014.12.15.•••* gnu/packages/video.scm (youtube-dl): Update to 2014.12.15. Mark H Weaver
2014-12-14gnu: Add xfce4-battery-plugin.•••* gnu/packages/xfce.scm (xfce4-battery-plugin): New variable. Mark H Weaver
2014-12-14gnu: xfce4-panel: Support panel plugins from other packages.•••* gnu/packages/patches/xfce4-panel-plugins.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a native search path specification for X_XFCE4_LIB_DIRS. Mark H Weaver
2014-12-14gnu: python-numpy-bootstrap: Reduce matrix size in failing test.•••* gnu/packages/python.scm (python-numpy-bootstrap): Add phase 'fix-failing-tests. Federico Beffa
2014-12-14gnu: Add xdotool.•••* gnu/packages/xdisorg.scm (xdotool): New variable. John Darrington
2014-12-14install: Use a low-memory nscd caching policy.•••* gnu/system/install.scm (%nscd-minimal-caches): New variable. (installation-services): Use as 'nscd-service' argument. Ludovic Courtès
2014-12-14services: Make 'nscd-service' configurable; cache hosts/services by default.•••Before that, as it was given an empty configuration file, nscd would actually have all its caches disabled. * gnu/services/base.scm (<nscd-configuration>, <nscd-cache>): New record types. (%nscd-default-caches, %nscd-default-configuration): New variables. (nscd.conf-file): New procedure. (nscd-service): Add 'config' parameter. Use 'nscd.conf-file', and pass its result as the '-f' parameter of nscd. * doc/guix.texi (Base Services): Update 'nscd-service' documentation accordingly. Document 'nscd-configuration', 'nscd-cache', '%nscd-default-configuration', and '%nscd-default-caches'. Ludovic Courtès
2014-12-14Merge branch 'master' into 'core-updates'.Ludovic Courtès
2014-12-14utils: Change 'wrap-program' to preserve the original argv[0].•••Suggested by Mark H Weaver <mhw@netris.org> in <http://bugs.gnu.org/19138>. * guix/build/utils.scm (wrap-program): Change wrapper to use "exec -a PROG" instead of just "exec". Ludovic Courtès
2014-12-13nls: Add French translation.Ludovic Courtès
2014-12-13activation: Copy the account skeletons when creating the 'root' account.•••* gnu/build/activation.scm (%skeleton-directory): New variable. (dot-or-dot-dot?, copy-account-skeletons): New procedure. (add-user): Use 'copy-account-skeletons'. (activate-etc): Use 'dot-or-dot-dot?'. Ludovic Courtès
2014-12-13system: grub: Make sure the font and background image are always found.•••* gnu/system/grub.scm (eye-candy): Add 'search --file --set'. Ludovic Courtès
2014-12-13system: Adjust 'grub.cfg' to work on systems with a separate /boot.•••Fixes <http://bugs.gnu.org/19220>. Reported by Nikita Karetnikov <nikita@karetnikov.org>. * gnu/system/grub.scm (grub-configuration-file)[entry->gexp]: Add 'search --file --set'. (grub-configuration-file)[builder]: Remove 'search.file'. Ludovic Courtès
2014-12-13vm: Use QEMU's standard VGA emulation by default.•••* gnu/system/vm.scm (common-qemu-options): Add "-vga std". Ludovic Courtès
2014-12-13services: xorg: Run the window manager from a login shell.•••This is a followup to 1d18d87, which fixes <http://bugs.gnu.org/19119>. * gnu/services/xorg.scm (xinitrc)[builder]: Add 'exec-from-login-shell' procedure. Use it instead of 'execl' when launching XSESSION, WMAKER, or RATPOISON. Ludovic Courtès
2014-12-13system: Add sudo to '%base-packages'.•••* gnu/system.scm (%base-packages): Add SUDO. Ludovic Courtès
2014-12-13gnu: python-numpy-bootstrap: Make tests verbose.•••* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to allow test failure debugging on hydra. Federico Beffa
2014-12-13gnu: xfconf: Disable parallel tests.•••* gnu/packages/xfce.scm (xfconf): Add 'arguments' field. 宋文武
2014-12-13utils: Change 'patch-makefile-SHELL' to support ":=" assignments.•••Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/build/utils.scm (patch-makefile-SHELL): Update regexp to match ":=" assignments. Ludovic Courtès
2014-12-13utils: Use 'which' to find the shell in 'patch-makefile-SHELL'.•••* guix/build/utils.scm (patch-makefile-SHELL)[find-shell]: Use 'which'. Ludovic Courtès
2014-12-13gnu: Add samtools•••* gnu/packages/bioinformatics.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-13system: /etc/profile defines 'MANPATH', which includes the global profile.•••* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'. Ludovic Courtès
2014-12-12gnu: Add nginx.•••* gnu/packages/web.scm (nginx): New variable. Mark H Weaver
2014-12-12gnu: pcre: Update to 8.36 and enable JIT support.•••* gnu/packages/pcre.scm (pcre): Update to 8.36. Enable JIT support. Mark H Weaver
2014-12-12gnu: Add xfdesktop.•••* gnu/packages/xfce.scm (xfdesktop): New variable. 宋文武
2014-12-12gnu: Add xfwm4.•••* gnu/packages/xfce.scm (xfwm4): New variable. 宋文武
2014-12-12gnu: Add thunar-volman.•••* gnu/packages/xfce.scm (thunar-volman): New variable. 宋文武
2014-12-12gnu: Add thunar.•••* gnu/packages/xfce.scm (thunar): New variable. 宋文武
2014-12-12gnu: Add xfce4-settings.•••* gnu/packages/xfce.scm (xfce4-settings): New variable. 宋文武
2014-12-12gnu: Add xfce4-session.•••* gnu/packages/xfce.scm (xfce4-session): New variable. 宋文武
2014-12-12gnu: Add xfce4-appfinder.•••* gnu/packages/xfce.scm (xfce4-appfinder): New variable. 宋文武
2014-12-12gnu: Add xfce4-panel.•••* gnu/packages/xfce.scm (xfce4-panel): New variable. 宋文武
2014-12-12gnu: Add tumbler.•••* gnu/packages/xfce.scm (tumbler): New variable. 宋文武
2014-12-12gnu: Add garcon.•••* gnu/packages/xfce.scm (garcon): New variable. 宋文武
2014-12-12gnu: Add exo.•••* gnu/packages/xfce.scm (exo): New variable. 宋文武
2014-12-12gnu: Add libxfce4ui.•••* gnu/packages/xfce.scm (libxfce4ui): New variable. 宋文武
2014-12-12gnu: Add xfconf.•••* gnu/packages/xfce.scm (xfconf): New variable. 宋文武
2014-12-12gnu: Add libxfce4util.•••* gnu/packages/xfce.scm (libxfce4util): New variable. 宋文武
2014-12-12gnu: Add gtk-xfce-engine.•••* gnu/packages/xfce.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武
2014-12-11gnu: freeipmi: Update to 1.4.7.•••* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.7. Ludovic Courtès
2014-12-11gnu: wget: Update to 1.16.1.•••* gnu/packages/wget.scm (wget): Update to 1.16.1. Ludovic Courtès
2014-12-11gnu: gdk-pixbuf: Propagate glib and libpng.•••* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to 'propagated-inputs'. 宋文武
2014-12-11gnu: libxcomposite: Propagate inputs.•••* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs' to 'propagated-inputs'. 宋文武
2014-12-10gnu: Add cffi.•••* gnu/packages/python.scm (python-cffi, python2-cffi): New variables. Federico Beffa
2014-12-10Revert "gnu: gobject-introspection: Update to 1.42.0 and add new patch."•••This reverts commit 66717243d0683fa05b5630c2e011f3a486a8d316. Several packages fail to build with the new version. Federico Beffa