summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02gnu: libressl: Update to 2.4.2.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.4.2.
2016-08-02system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect.Ludovic Courtès
Our 'glibc' package currently ignores /run/current-system/locale, although the intent is to look for locales in that directory. * gnu/packages/base.scm (glibc/linux): Add comment about /run/current-system/locale being ignored. * gnu/system.scm (operating-system-environment-variables): Add 'GUIX_LOCPATH'. * gnu/tests/base.scm (run-basic-test): Add "locale" test.
2016-08-02tests: Make sure threads use separate output ports.Ludovic Courtès
* tests/publish.scm (with-separate-output-ports): New macro. <top level>: Use it when spawning new thread. ("/*.narinfo with compression"): Likewise.
2016-08-02tests: Work around Guile bug with unbuffered custom binary input ports.Ludovic Courtès
Reported by Chris Marusich <cmmarusich@gmail.com> at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24060#19> * tests/publish.scm (http-get-port): Remove 'setvbuf' call for the response port.
2016-08-02gnu: Add perl-log-any-adapter-log4perl.Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable.
2016-08-02gnu: Add perl-log-log4perl.Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-log4perl): New variable.
2016-08-02gnu: Add perl-log-any.Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any): New variable.
2016-08-02gnu: Add emacs-visual-fill-column.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-visual-fill-column): New variable.
2016-08-02gnu: ccl: Update to 1.11.Christopher W. Carpenter
* gnu/packages/lisp.scm (ccl): Update to 1.11. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-08-02gnu: r-variantannotation: Update to 1.18.6.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.6.
2016-08-02gnu: r-genomationdata: Update to 1.4.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.4.2.
2016-08-02gnu: kde-frameworks: Fix version numbers.Ludovic Courtès
Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to "5.21.0".
2016-08-02gnu: extra-cmake-modules: Add proper 'version'.Ludovic Courtès
Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to "5.21.0".
2016-08-02doc: Add "Installing GuixSD in a VM" node.Vincent Legoll
* doc/guix.texi (Installing GuixSD in a VM): New node. (USB Stick Installation): Refer to it. (System Installation): Mention "GuixSD". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-08-02mapped-devices: Bail out when RAID sources don't show up.Ludovic Courtès
* gnu/system/mapped-devices.scm (open-raid-device): Bail out after 20 loop iterations.
2016-08-02mapped-devices: Make RAID device opening message clearer.Ludovic Courtès
* gnu/system/mapped-devices.scm (open-raid-device): Rename 'source' to 'sources'. Make 'waiting' message more informative. (close-raid-device): Rename 'source' to 'sources'.
2016-08-02mapped-devices: Do not always use (gnu build file-systems).Ludovic Courtès
Fixes <http://bugs.gnu.org/24129>. Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (device-mapping-service-type): Remove 'modules' field from 'shepherd-service' form. (open-luks-device): Add 'use-modules' form.
2016-08-02gnu: kde-frameworks: Remove kde-frameworks-version.David Craven
* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. (kwindowsystem)[version]: Replace kde-frameworks-version with version string. (oxygen-icons)[version]: Replace kde-frameworks-version with version string.
2016-08-02lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.David Craven
* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when extra-cmake-modules or qttools isn't a native-input.
2016-08-02gnu-maintenance: Add KDE updater.David Craven
* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private functions. (%kde-updater): New public variable. * guix/scripts/refresh.scm (list-updaters): Add %kde-updater. * doc/guix.texi (Invoking guix refresh): Mention the new updater.
2016-08-02download: Add KDE mirrors.David Craven
* guix/download.scm (%mirrors)[kde]: Add kde mirrors.
2016-08-02gnu: network-manager: Propagate GLIB.David Craven
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
2016-08-02gnu: powwow: Use HTTPS download.Andreas Enge
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
2016-08-01gnu: vdirsyncer: Update to 0.11.3.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
2016-08-01gnu: Add supertux.nee
* gnu/packages/games.scm (supertux): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-01gnu: htop: Update to 2.0.2.Leo Famulari
* gnu/packages/admin.scm (htop): Update to 2.0.2.
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-08-01gnu: openssh: Update to 7.3p1.Mark H Weaver
* gnu/packages/ssh.scm (openssh): Update to 7.3p1. [source]: Remove patches. * gnu/packages/patches/openssh-CVE-2015-8325.patch, gnu/packages/patches/openssh-CVE-2016-6210-1.patch, gnu/packages/patches/openssh-CVE-2016-6210-2.patch, gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-08-01gnu: red-eclipse: Replace string with version number variable.Kei Kebreau
* gnu/packages/games.scm (red-eclipse)[phases]: Replace it.
2016-08-01publish: Do not compress already-compressed files.Ludovic Courtès
* guix/scripts/publish.scm (narinfo-string): Force %NO-COMPRESSION when STORE-PATH matches 'compressed-file?'. * guix/utils.scm (compressed-file?): New procedure. * tests/publish.scm ("/*.narinfo for a compressed file"): New test.
2016-08-01gnu: red-eclipse: Add example server configuration file to configKei Kebreau
directory. * gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration file.
2016-08-01gnu: red-eclipse: Update to 1.5.5.Kei Kebreau
* gnu/packages/games.scm (red-eclipse): Update to 1.5.5. [arguments]: Adjust phases. [inputs]: Use sdl2.
2016-08-01gnu: dmidecode: Update to 3.0.Kei Kebreau
* gnu/packages/admin.scm (dmidecode): Update to 3.0. [arguments]: Use ’modify-phases’ instead of ‘alist-delete’.
2016-08-01gnu: Add trio.Ricardo Wurmus
* gnu/packages/code.scm (trio): New variable.
2016-08-01gnu: ruby-ffi: Update to 1.9.14.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.14.
2016-08-01gnu: ruby-nokogiri: Update to 1.6.8.Ben J Woodcroft
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.6.8. [arguments]: Remove 'update-dependency' phase. Add 'patch-extconf' phase. [native-inputs]: Remove ruby-rake-compiler. [propagated-inputs]: Add ruby-pkg-config.
2016-08-01gnu: Add ruby-pkg-config.Ben J Woodcroft
* gnu/packages/ruby.scm (ruby-pkg-config): New variable.
2016-08-01gnu: openssh: Add dependency on xauth.Ludovic Courtès
Partly fixes <http://bugs.gnu.org/23317>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH.
2016-07-31gnu: linux-libre@4.1: Update to 4.1.29.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.29.
2016-08-01gnu: Add libgnomekbd.ng0
* gnu/packages/gnome.scm (libgnomekbd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-08-01gnu: Add s6-linux-utils.Eric Le Bihan
* gnu/packages/skarnet.scm (s6-linux-utils): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-08-01gnu: Add s6-portable-utils.Eric Le Bihan
* gnu/packages/skarnet.scm (s6-portable-utils): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-08-01gnu: Add s6-rc.Eric Le Bihan
* gnu/packages/skarnet.scm (s6-rc): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-08-01gnu: units: Update to 2.13.Ludovic Courtès
* gnu/packages/maths.scm (units): Update to 2.13.
2016-08-01gnu: Add Go 1.6.Matthew Jordan
* gnu/packages/golang.scm (go-1.6): New variable. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Co-authored-by: Andy Wingo <wingo@igalia.com> Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-07-31gnu: imagemagick: Update to 6.9.5-4 [fixes CVE-2016-6491].Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-4.
2016-07-31gnu: openttd: Update to 1.6.1.Albin Söderqvist
* gnu/packages/games.scm (openttd): Update to 1.6.1 and expand the package description. Signed-off-by: Andreas Enge <andreas@enge.fr>
2016-07-30gnu: mutt: Update to 1.6.2.Tomáš Čech
* gnu/packages/mail.scm(mutt): Update to 1.6.2.
2016-07-30gnu: Add python-pygame.Kei Kebreau
* gnu/packages/game-development.scm (python-pygame): New variable.
2016-07-30gnu: Add libsmpeg.Kei Kebreau
* gnu/packages/video.scm (libsmpeg): New variable.