summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add CUPS.•••* gnu/packages/cups.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-01-191-0/+1
* gnu: Add fvwm.•••* gnu/packages/fvwm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武2015-01-171-0/+1
* gnu: Add CGAL.•••* gnu/packages/graphics.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-01-161-0/+1
* gnu: icecat: Add fixes for CVE-2014-{8634,8638,8639,8641}.•••* gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. Mark H Weaver2015-01-161-0/+7
* Merge branch 'core-updates'•••Conflicts: gnu/packages/bootstrap.scm Ludovic Courtès2015-01-161-8/+21
|\
| * gnu: gd: Update to 2.1.1.•••* gnu/packages/patches/gd-mips64-deplibs-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gd.scm (gd): Update to 2.1.1. Update source URI. Remove patch. Remove 'chdir' phase. Add pkg-config to native-inputs. Mark H Weaver2015-01-151-1/+0
| * Merge branch 'master' into core-updatesMark H Weaver2015-01-131-1/+0
| |\
| * | gnu: sqlite: Update to 3.8.7.4.•••* gnu/packages/patches/sqlite-large-page-size-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/databases.scm (sqlite): Update to 3.8.7.4. Remove patch. Mark H Weaver2015-01-111-1/+0
| * | gnu: curl: Update to 7.40.0.•••* gnu/packages/patches/curl-gss-api-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/curl.scm (curl): Update to 7.40.0. Add patch. Mark H Weaver2015-01-111-0/+1
| * | Merge branch 'master' into core-updatesMark H Weaver2015-01-111-0/+2
| |\ \
| * | | gnu: Add bootstrap binaries for 'armhf-linux'.•••* gnu/packages/bootstrap/armhf-linux/bash, gnu/packages/bootstrap/armhf-linux/mkdir, gnu/packages/bootstrap/armhf-linux/tar, gnu/packages/bootstrap/armhf-linux/xz: New files. * gnu-system.am (bootstrap_armhf_linuxdir, dist_bootstrap_armhf_linux_DATA) (nodist_bootstrap_armhf_linux_DATA): New variables. (DISTCLEANFILES): Add $(nodist_bootstrap_armhf_linux_DATA). (gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz): New target. * build-aux/download.scm (file-name->uri): Use newer date in URI for armhf-linux. * gnu/packages/bootstrap.scm (raw-build): Use "guile-2.0.11.tar.xz" on armhf-linux. (glibc-dynamic-linker, %bootstrap-coreutils&co, %bootstrap-binutils) (%bootstrap-glibc, %bootstrap-gcc): Add armhf-linux cases. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add armhf case. (GUIX_ASSERT_SUPPORTED_SYSTEM): Add armhf-linux to list of supported systems. * doc/guix.texi (GNU Distribution): Add armhf-linux to the list of supported systems. Mark H Weaver2015-01-071-0/+13
| * | | gnu: patchelf: On ARM, apply experimental patch to get it working.•••* gnu/packages/patches/patchelf-rework-for-arm.patch: New file. * gnu-system.am: Add it. * gnu/packages/elf.scm: Apply patch when the target is ARM. Mark H Weaver2015-01-071-0/+1
| * | | gnu: gmp: Apply fixes for armhf.•••* gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp): Add patch. Include --build triplet in configure args when building natively. * gnu/packages/commencement.scm (gcc-final): Use bootstrap guile to build gmp-source. Mark H Weaver2015-01-071-0/+1
| * | | gnu: libtool: Update to 2.4.4.•••* gnu/packages/patches/libtool-2.4-skip-tests.patch: Rename to... * gnu/packages/patches/libtool-skip-tests.patch: ... this. * gnu/packages/patches/libtool-skip-tests-for-mips.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/autotools.scm (libtool): Update to 2.4.4. (libtool-2.4.4): Remove. Ludovic Courtès2015-01-071-2/+0
| * | | gnu: guile: Apply fixes for arm.•••* gnu/packages/patches/guile-arm-fixes.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-2.0): Add patch. Mark H Weaver2015-01-061-1/+2
| * | | Merge branch 'master' into core-updatesMark H Weaver2015-01-061-2/+11
| |\ \ \
| * | | | gnu: 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 Weaver2014-12-301-0/+1
| * | | | gnu: 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 Weaver2014-12-301-0/+2
| * | | | Merge branch 'master' into core-updatesMark H Weaver2014-12-301-3/+21
| |\ \ \ \
| * | | | | gnu: 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 Weaver2014-12-261-1/+0
| * | | | | gnu: 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ès2014-12-271-1/+0
| * | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-12-261-0/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 'core-updates'.Ludovic Courtès2014-12-141-3/+19
| |\ \ \ \ \ \
| * | | | | | | gnu: file: Update to 5.20.•••* gnu/packages/file.scm (file): Update to 5.20. (file-5.20): Remove. * gnu/packages/patches/file-CVE-2014-3587.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt): Use FILE instead of FILE-5.20. * gnu/packages/version-control.scm (aegis): Ditto. Ludovic Courtès2014-11-221-1/+0
* | | | | | | | gnu: ninja: Disable testcase SubprocessTest.InterruptChild.•••* gnu/packages/patches/ninja-tests.patch: New file. * gnu/packages/ninja.scm (ninja): Add the patch. * gnu-system.am (dist_patch_DATA): Add it. 宋文武2015-01-151-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | gnu: Move xlockmore to (gnu packages xdisorg).•••* gnu/packages/xlockmore.scm: Remove. * gnu/packages/xdisorg.scm (xlockmore): New variable, from xlockmore.scm. * gnu-system.am (GNU_SYSTEM_MODULES): Remove xlockmore.scm. Ludovic Courtès2015-01-121-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | gnu: Add ninja.•••* gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武2015-01-111-0/+1
* | | | | | gnu: Add nss.•••* gnu/packages/patches/nss-pkgconfig.patch: New file. * gnu-system.scm (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss): New variable. 宋文武2015-01-111-0/+1
| |_|_|_|/ |/| | | |
* | | | | gnu: 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ès2015-01-031-1/+2
* | | | | gnu: 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 Thompson2015-01-021-1/+0
* | | | | gnu: 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 Weaver2014-12-301-0/+1
* | | | | gnu: 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 Weaver2014-12-301-0/+3
* | | | | gnu: 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 Weaver2014-12-301-0/+5
| |_|_|/ |/| | |
* | | | gnu: 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 Weaver2014-12-271-0/+1
* | | | gnu: 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 Weaver2014-12-261-0/+1
* | | | gnu: 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 Weaver2014-12-261-0/+1
* | | | gnu: xf86-video-vmware: Update to 13.0.2.•••* gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.0.2. Add patch. Add mesa to inputs. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-trident: Update to 1.3.6.•••* gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.6. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-tga: Update to 1.2.2.•••* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-tga): Update to 1.2.2. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-tdfx: Update to 1.4.5.•••* gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.5. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-sis: Update to 0.10.7.•••* gnu/packages/patches/xf86-video-sis-update-api.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.7. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-siliconmotion: Update to 1.7.7.•••* gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.7. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-r128: Update to 6.9.2.•••* gnu/packages/patches/xf86-video-r128-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-r128): Update to 6.9.2. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-openchrome: Update to 0.3.3.•••* gnu/packages/patches/xf86-video-openchrome-includes.patch: Remove. * gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it and remove the other. * gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.3.3. Add one patch and remove the other. Mark H Weaver2014-12-191-1/+1
* | | | gnu: xf86-video-nv: Update to 2.1.20.•••* gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.20. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-mga: Update to 1.6.3.•••* gnu/packages/patches/xf86-video-mga-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.3. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-mach64: Update to 6.9.4.•••* gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.4. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-intel: Update to 2.21.15.•••* gnu/packages/patches/xf86-video-intel-compat-api.patch, gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.21.15. Add patches. Add eudev to inputs. Mark H Weaver2014-12-191-0/+2
* | | | gnu: xf86-video-i128: Update to 1.3.6.•••* gnu/packages/patches/xf86-video-i128-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-i128): Update to 1.3.6. Add patch. Mark H Weaver2014-12-191-0/+1
* | | | gnu: xf86-video-glint: Update to 1.2.8.•••* gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.8. Add patch. Mark H Weaver2014-12-191-0/+1