summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29list-packages: Expand 'mirror://' URIs for patches....* build-aux/list-packages.scm (package->sxml)[patches](patch-url): Use 'maybe-expand-mirrors' to get the real URL. Ludovic Courtès
2014-12-29download: Export 'maybe-expand-mirrors'....* guix/build/download.scm (uri-vicinity, maybe-expand-mirrors): New procedures. (url-fetch): Remove them from here. Ludovic Courtès
2014-12-29tests: Make the 'lint' tests slightly more concise....* tests/lint.scm (with-warnings): New macro. Replace all uses of 'call-with-warnings' with the corresponding 'with-warnings' form. Ludovic Courtès
2014-12-29tests: Factorize the 'dummy-package' macro....* guix/tests.scm (dummy-package): New macro. * tests/lint.scm (dummy-package): Remove. * tests/packages.scm (dummy-package): Remove. Ludovic Courtès
2014-12-29lint: Add tests for the 'home-page' checker....Suggested by Cyril Roelandt <tipecaml@gmail.com>. * tests/lint.scm (%http-server-port, %http-server-socket, %local-url, stub-http-server): New variables. (http-write, call-with-http-server): New procedures. (with-http-server): New macro. ("home-page: wrong home-page", "home-page: invalid URI", "home-page: host not found", "home-page: Connection refused", "home-page: 200", "home-page: 404"): New tests. * guix/scripts/lint.scm (check-home-page): Export. 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-28lint: Report on the package being checked....* guix/scripts/lint.scm (run-checkers): Check whether (current-error-port) is a tty, and print the package being checked and the checker currently running when it is. 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-28lint: Add 'home-page' checker....* guix/build/download.scm (open-connection-for-uri): Export. * guix/scripts/lint.scm (probe-uri, check-home-page): New procedures. (%checkers): Add 'home-page' checker. 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-27guix package: Use 'search-path-as-list' instead of custom code....This will handle the new 'file-type' and 'file-pattern' fields correctly. * guix/scripts/package.scm (search-path-environment-variables)[search-path-definition]: Rewrite in terms of 'search-path-as-list'. Ludovic Courtès
2014-12-27utils: Export 'search-path-as-list'....* guix/build/utils.scm (search-path-as-list): Make public. * guix/scripts/environment.scm (for-each-search-path): Use it. Ludovic Courtès
2014-12-27packages: Add 'file-pattern' field to 'search-path-specification'....* guix/packages.scm (<search-path-specification>)[file-pattern]: New field. (search-path-specification->sexp): Honor it. Ludovic Courtès
2014-12-27build-support/gnu: Add support for file patterns in search paths....* guix/build/utils.scm (search-path-as-list): Add #:pattern parameter and honor it. (set-path-environment-variable): Likewise, and pass it to 'search-path-as-list'. * guix/packages.scm (search-path-specification->sexp): Add PATTERN slot. * guix/build/gnu-build-system.scm (set-paths): Adjust accordingly. 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-27build-system/gnu: Add support for non-directory search paths....Partly fixes <http://bugs.gnu.org/18033>. * guix/build/utils.scm (search-path-as-list): Rename 'sub-directories' parameter to 'files'. Add #:type parameter and honor it. (set-path-environment-variable): Likewise. Pass #:type to 'search-path-as-list'. * guix/packages.scm (search-path-specification->sexp): Add 'directory as the last item of the tuple. * guix/build/gnu-build-system.scm (set-paths): Add 'type' to search-path pattern. Pass #:type to 'set-path-environment-variable'. Ludovic Courtès
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-26packages: Apply patches with "patch --force"....Fixes <http://bugs.gnu.org/19402>. Reported by Mark H Weaver <mhw@netris.org>. * guix/packages.scm (patch-and-repack): Change "--batch" to "--force". Ludovic Courtès
2014-12-26nls: Add French translation for packages.Ludovic 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
2014-12-26gnu: gtkglext: Add glu to inputs....* gnu/packages/gnome.scm (gtkglext): Add glu to inputs. Mark H Weaver
2014-12-25gnu: ntp: Update to 4.2.8....* gnu/packages/ntp.scm (ntp): Update to 4.2.8. Add openssl to inputs. Add pkg-config to native-inputs. Change source URI to archive.ntp.org. Mark H Weaver
2014-12-25gnu: ntp: Update to 4.2.8....* gnu/packages/ntp.scm (ntp): Update to 4.2.8. Add openssl to inputs. Add pkg-config to native-inputs. Change source URI to archive.ntp.org. Mark H Weaver