summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2015-01-06Merge branch 'master' into core-updatesMark H Weaver
2015-01-06gnu: automake: Update to 1.15....* gnu/packages/autotools.scm (automake): Update to 1.15. Ludovic Courtès
2015-01-06gnu: git-manpages: Install under $out/share/man, not $out/share....* gnu/packages/version-control.scm (git-manpages)[argument]: Install under $out/share/man, not $out/share. Ludovic Courtès
2015-01-06gnu: Add git-manpages....* gnu/packages/version-control.scm (git-manpages): New variable. Ludovic Courtès
2015-01-06gnu: git: Update to 2.2.1....* gnu/packages/version-control.scm (git): Update to 2.2.1. Ludovic Courtès
2015-01-06gnu: libtool-2.4.4: Disable tests on MIPS....* gnu/packages/autotools.scm (libtool-2.4.4)[arguments]: New field. Ludovic Courtès
2015-01-05linux-boot: Make /etc/mtab a symlink to /proc/self/mounts....Fixes <http://bugs.gnu.org/19491>. * gnu/build/linux-boot.scm (mount-root-file-system): Make /root/etc/mtab a symlink to /proc/self/mounts. * gnu/build/file-systems.scm (mount-file-system): Don't update /etc/mtab. * guix/build/syscalls.scm (mount, umount): Have #:update-mtab? default to #f. 宋文武
2015-01-04gnu: Remove a bunch of now unneeded '--mandir' configure flags....This has become redundant with the 'validate-documentation-location' phase introduced in commit d68fe74. * gnu/packages/compression.scm (bzip2): Remove 'fix-man-dir' phase. * gnu/packages/ncurses.scm (ncurses)[arguments]: Remove --mandir. * gnu/packages/pth.scm (pth)[arguments]: Remove #:configure-flags. * gnu/packages/tcl.scm (tcl)[arguments]: Likewise. * gnu/packages/xiph.scm (flac)[arguments]: Likewise. Ludovic Courtès
2015-01-04ld-wrapper: Add '-rpath' flag for libraries passed by file name....Discussed at <http://lists.gnu.org/archive/html/guix-devel/2015-01/msg00028.html>. * gnu/packages/ld-wrapper.scm (switch-arguments, library-path): Remove. (library-files-linked): Rewrite to include the name of libraries passed by file names, and to honor the current -L search path instead of the final one. (rpath-arguments): Remove 'lib-path' parameter. Expect LIBRARY-FILES to be a list of absolute file names. (ld-wrapper): Adjust accordingly. Ludovic Courtès
2015-01-03gnu: gcc-4.9: Fix build on MIPS....* gnu/packages/gcc.scm (gcc-4.9): Add 'join-two-line-dynamic-linker-defns phase. Mark H Weaver
2015-01-03gnu: Search for patches under $GUIX_PACKAGE_PATH....Fixes <http://bugs.gnu.org/19364>. Reported by Tomáš Čech <sleep_walker@suse.cz> and Mark H Weaver <mhw@netris.org>. * gnu/packages.scm (%patch-path): Move after definition of %package-module-path'. Append "/gnu/packages/patches" only to %DISTRO-ROOT-DIRECTORY. * tests/guix-package.sh: Add 'emacs-foo-bar-patched' test. Ludovic Courtès
2015-01-03gnu: libtool: Add 2.4.4....* gnu/packages/patches/libtool-2.4-skip-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/autotools.scm (libtool-2.4.4): New variable. Ludovic Courtès
2015-01-03gnu: libxml2: Wrap search path specification in a list....Reported by Mark H Weaver. * gnu/packages/xml.scm (libxml2)[native-search-paths]: Wrap into a list. Ludovic Courtès
2015-01-02gnu: minetest: Update to 0.4.11....* gnu/packages/patches/minetest-subgame-env-var.patch: Delete. * gnu-system.am (dist_patch_DATA): Remove patch. * gnu/packages/games.scm (minetest, minetest-data): Update to 0.4.11. David Thompson
2015-01-02gnu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple....Fixes <http://bugs.gnu.org/19367>. * gnu/packages/gnome.scm (icon-naming-utils)[arguments]: New field. 宋文武
2015-01-02gnu: perl-xml-simple: Propagate XML::Parser....* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs' to 'propagated-inputs'. 宋文武
2015-01-01gnu: mesa: Fix build on non-intel systems....* gnu/packages/gl.scm (mesa): On non-intel systems, pass "--with-dri-drivers=" configure flag with i915 and i965 removed. Mark H Weaver
2014-12-31gnu: libdrm: Remove old version 2.4.33....* gnu/packages/xdisorg.scm (libdrm-2.4.33): Remove, as it is no longer needed. Mark H Weaver
2014-12-30gnu: glibc: MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference....* gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Add patch. Mark H Weaver
2014-12-30gnu: mutt: Add fix for CVE-2014-9116....* gnu/packages/patches/mutt-CVE-2014-9116.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/mail.scm (mutt): Add patch. Mark H Weaver
2014-12-30gnu: Import (gnu packages) into (gnu packages zip)....Should have been included in: e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0. * gnu/packages/zip.scm: Import (gnu packages). Mark H Weaver
2014-12-30gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}....* gnu/packages/patches/unzip-CVE-2014-8139.patch, gnu/packages/patches/unzip-CVE-2014-8140.patch, gnu/packages/patches/unzip-CVE-2014-8141.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/zip.scm (unzip): Add patches. Mark H Weaver
2014-12-30gnu: cpio: Add fixes for CVE-2014-9112....* gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch, gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/cpio.scm (cpio): Add patches. Add 'autoconf' to native-inputs. Mark H Weaver
2014-12-30gnu: glibc: Add fixes for CVE-2014-7817 and CVE-2012-3406....* gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/base.scm (glibc): Add patches. Mark H Weaver
2014-12-30Merge branch 'master' into core-updatesMark H Weaver
2014-12-29gnu: Revert use of '--strip-all'....This reverts commits f05bdc9412135f34a1c417edc203c35cd005d0d5 and 856ae5e6c71a1283a414d33e638051f95d3cce35. This broke all sorts of things. See <http://hydra.gnu.org/eval/102058>, for example. Ludovic Courtès
2014-12-29gnu: Fix misuses of 'x11-style' licenses....* gnu/packages/xorg.scm (libevdev)[license]: Actually call 'license:x11-style'. (libxshmfence): Likewise. Ludovic Courtès
2014-12-28gnu: Don't use --strip-all in cases where this is problematic....This is a followup to 856ae5e. See <http://hydra.gnu.org/build/180506> for an example of build failure. * guix/build/gnu-build-system.scm (strip): Add #:archive-strip-flags parameter. Use it when (ar-file? path). * guix/build-system/gnu.scm (gnu-build): Add #:archive-strip-flags parameter and pass it down. * gnu/packages/commencement.scm (gcc-boot0)[arguments]: Add #:strip-flags. * gnu/packages/base.scm (glibc)[arguments]: Likewise. Ludovic Courtès
2014-12-28gnu: Fix or update a number of 'home-page' fields....* gnu/packages/fltk.scm (fltk): Fix 'home-page'. * gnu/packages/fonts.scm (font-bitstream-vera): Likewise, and fix license URL. * gnu/packages/games.scm (gnubg, cmatrix, chess): Fix 'home-page'. * gnu/packages/kde.scm (attica): Likewise. * gnu/packages/mail.scm (fetchmail): Likewise. * gnu/packages/popt.scm (popt): Likewise. * gnu/packages/python.scm (python-mock): Likewise. * gnu/packages/stalonetray.scm (stalonetray): Likewise. Ludovic Courtès
2014-12-27gnu: libxml2: Add search path specification....* gnu/packages/xml.scm (libxml2)[native-search-paths, search-paths]: New fields. * gnu/packages/gnome.scm (gnome-doc-utils)[arguments]: Remove. * gnu/packages/gps.scm (gpscorrelate)[arguments]: Remove settings for 'XML_CATALOG_FILES' from 'configure' phase. * gnu/packages/web.scm (tinyproxy)[arguments]: Likewise. Ludovic Courtès
2014-12-27packages: Add 'file-type' field to 'search-path-specification'....Fixes <http://bugs.gnu.org/18033>. * guix/packages.scm (<search-path-specification>): Rename 'directories' field to 'files'. Add 'file-type'. (search-path-specification->sexp): Honor 'file-type'. * gnu/packages/autotools.scm, gnu/packages/bootstrap.scm, gnu/packages/cross-base.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/glib.scm, gnu/packages/guile.scm, gnu/packages/man.scm, gnu/packages/perl.scm, gnu/packages/pkg-config.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/xfce.scm: Change 'directories' to 'files'. * tests/packages.scm ("search paths"): Change 'directories' field to 'files'. * guix/scripts/environment.scm (for-each-search-path): Likewise. Ludovic Courtès
2014-12-27build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'....This saves 19% on the 'bin' directory of Coreutils, and certainly helpful for things like Git's 'libexec' directory. * guix/build-system/gnu.scm (gnu-build): Change default value for #:strip-flags to '("--strip-all"). * guix/build/gnu-build-system.scm (strip): Ditto. * gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags. Ludovic Courtès
2014-12-27Merge branch 'xorg-updates'Mark H Weaver
2014-12-27gnu: vtk: Fix build with mesa-10....* gnu/packages/patches/vtk-mesa-10.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/vtk.scm (vtk): Add patch. Add glu to inputs. Mark H Weaver
2014-12-27gnu: gmsh: Add glu to inputs....* gnu/packages/maths.scm (gmsh): Add glu to inputs. Mark H Weaver
2014-12-27gnu: Use patch --force instead of --batch....* gnu/packages/linux.scm (linux-libre, net-tools): Pass "--force" to patch, instead of "--batch". * gnu/packages/mit-krb5.scm (mit-krb5): Ditto. Mark H Weaver
2014-12-27gnu: gettext: Update to 0.19.4....* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.4. Ludovic Courtès
2014-12-27gnu: binutils: Update to 2.25....* gnu/packages/base.scm (binutils): Update to 2.25. Ludovic Courtès
2014-12-26gnu: m4: Remove already-applied patch....* gnu/packages/patches/m4-readlink-EINVAL.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/m4.scm (m4): Remove patch. Mark H Weaver
2014-12-27gnu: gcc-4.8: Update to 4.8.4....* gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.4. Remove patch. * gnu/packages/patches/gcc-fix-pr61801.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-12-26Merge branch 'master' into core-updatesLudovic Courtès
2014-12-26gnu: Add pysam....* gnu/packages/python.scm (python-pysam, python2-pysam): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-26gnu: Add fastjar....* gnu/packages/compression.scm (fastjar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-26gnu: irrlicht: Fix build with mesa-10....* gnu/packages/patches/irrlicht-mesa-10.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (irrlicht): Add patch. Add glu to inputs. Mark H Weaver
2014-12-26Merge branch 'master' into xorg-updatesMark H Weaver
2014-12-26gnu: qemu: Update to 2.2.0....* gnu/packages/qemu.scm (qemu): Update to 2.2.0. Mark H Weaver
2014-12-26gnu: pingus: Add glu to inputs....* gnu/packages/games.scm (pingus): Add glu to inputs. Mark H Weaver
2014-12-26gnu: gnubik: Add glu to inputs....* gnu/packages/games.scm (gnubik): Add glu to inputs. Mark H Weaver
2014-12-26gnu: gnubg: Add glu to inputs....* gnu/packages/games.scm (gnubg): Add glu to inputs. Mark H Weaver
2014-12-26gnu: sdl: Fix incompatibility with libx11-1.6....* gnu/packages/patches/sdl-libx11-1.6.patch: New file * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/sdl.scm (sdl): Add patch. Mark H Weaver