| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: bash: Apply patch series up to 25 [CVE-2014-6271].•••* gnu/packages/bash.scm (patch-url, bash-patch): New procedures.
(patch-series): New macro.
(%patch-series-4.3): New variable.
(download-patches): New procedure.
(bash): Change version to include the patch level; pass
%PATCH-SERIES-4.3 in the origin.
| Ludovic Courtès | 2014-09-24 | 1 | -5/+78 |
* | gnu: bootstrap: Correctly handle patches that are origins.•••* gnu/packages/bootstrap.scm (bootstrap-origin): Rewrite the patches of
SOURCES that are also origins.
| Ludovic Courtès | 2014-09-24 | 1 | -2/+9 |
* | gnu: maxima: Update to 5.34.1 and add dependencies.•••* gnu/packages/maths.scm (maxima): Update to 5.34.1 which fixes a bug in
the plotting capabilities present in the previous version. Add Gnuplot
and Tcl/Tk to 'inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Federico Beffa | 2014-09-24 | 1 | -9/+31 |
* | Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.•••* gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm,
gnu/packages/backup.scm, gnu/packages/bittorrent.scm,
gnu/packages/boost.scm, gnu/packages/compression.scm,
gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm,
gnu/packages/ghostscript.scm, gnu/packages/gimp.scm,
gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm,
gnu/packages/indent.scm, gnu/packages/inkscape.scm,
gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm,
gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm,
gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm,
gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm,
gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm,
gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm,
gnu/packages/yasm.scm, gnu/packages/zip.scm,
guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm,
guix/build/python-build-system.scm, guix/download.scm: Replaces uses of
#:renamer and 'symbol-prefix-proc' with #:prefix.
| Mark H Weaver | 2014-09-23 | 57 | -109/+58 |
* | gnu: gtk+: Disable tests on mips64el-linux.•••* gnu/packages/gtk.scm (gtk+): Disable tests on mips64el-linux.
| Mark H Weaver | 2014-09-23 | 1 | -1/+5 |
* | gnu: gtk+: Remove dependency on Xorg server on mips64el-linux.•••Reported by Mark H. Weaver.
* gnu/packages/gtk.scm (gtk+)[native-inputs]: Remove XORG-SERVER on
mips64el-linux.
| Ludovic Courtès | 2014-09-23 | 1 | -1/+7 |
* | gnu: xf86-input-synaptics: Allow building with libc 2.20.•••* gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-input-synaptics): Use it. Improve
synopsis and description.
| Ludovic Courtès | 2014-09-23 | 2 | -3/+69 |
* | gnu: node: Add 'which' as an input.•••* gnu/packages/node.scm (node)[native-inputs]: Add WHICH.
| Ludovic Courtès | 2014-09-23 | 1 | -1/+3 |
* | gnu: xorg: Remove xf86-input-vmmouse.•••* gnu/packages/xorg.scm (xf86-input-vmmouse): Remove. This driver
implement the mouse protocol of a proprietary emulator.
* gnu/services/xorg.scm (xorg-start-command): Remove reference.
| Ludovic Courtès | 2014-09-23 | 1 | -28/+0 |
* | gnu: linux-libre: Work around GCC 4.8.3 ICE.•••* gnu/packages/linux.scm (linux-libre)[inputs]: New field.
| Ludovic Courtès | 2014-09-23 | 1 | -0/+6 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2014-09-22 | 23 | -214/+164 |
|\ |
|
| * | gnu: cyrus-sasl: Build sequentially.•••* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[arguments]: Pass
#:parallel-build?.
| Ludovic Courtès | 2014-09-20 | 1 | -1/+7 |
| * | gnu: gcc-4.8.3: Add patch for PR61801.•••* gnu/packages/patches/gcc-fix-pr61801.patch: New file.
* gnu/packages/gcc.scm (gcc-4.8): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2014-09-17 | 2 | -1/+27 |
| * | Merge branch 'master' into core-updates•••Conflicts:
gnu-system.am
| Mark H Weaver | 2014-09-13 | 41 | -76/+192 |
| |\ |
|
| * | | gnu: util-linux: Don't install 'logger'.•••* gnu/packages/linux.scm (util-linux)[source]: Add 'snippet'.
| Ludovic Courtès | 2014-09-12 | 1 | -1/+10 |
| * | | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/image.scm
| Mark H Weaver | 2014-09-11 | 43 | -369/+2580 |
| |\ \ |
|
| * | | | gnu: libunistring: Update to 0.9.4.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.4.
| Mark H Weaver | 2014-09-08 | 1 | -2/+2 |
| * | | | gnu: glibc: Update to 2.20.•••* gnu/packages/patches/glibc-CVE-2014-5119.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/base.scm (glibc): Update to 2.20. Remove patch.
Raise minimum linux version to 2.6.32.
| Mark H Weaver | 2014-09-08 | 2 | -220/+7 |
| * | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-09-08 | 12 | -16/+1067 |
| |\ \ \ |
|
| * | | | | gnu: gawk: Patch /usr/bin/file in extension/configure on MIPS.•••* gnu/packages/gawk.scm (gawk): When building for MIPS, patch /usr/bin/file in
extension/configure.
| Mark H Weaver | 2014-08-29 | 1 | -0/+8 |
| * | | | | gnu: Add missing import to (gnu packages base).•••* gnu/packages/base.scm: Import (gnu packages base).
| Mark H Weaver | 2014-08-28 | 1 | -0/+1 |
| * | | | | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/base.scm
| Mark H Weaver | 2014-08-28 | 10 | -746/+926 |
| |\ \ \ \ |
|
| * | | | | | gnu: glibc: Fix CVE-2014-5119.•••* gnu/packages/patches/glibc-CVE-2014-5119.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc): Add the patch.
| Mark H Weaver | 2014-08-26 | 2 | -1/+214 |
| * | | | | | gnu: file: Update to 5.19; add fix for CVE-2014-3587.•••* gnu/packages/patches/file-CVE-2014-3587.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/file.scm (file): Update to 5.19. Add patch.
| Mark H Weaver | 2014-08-26 | 2 | -2/+19 |
| * | | | | | gnu: libgcrypt: Update to 1.6.2.•••* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2.
| Mark H Weaver | 2014-08-23 | 1 | -2/+2 |
| * | | | | | gnu: Rely on 'file' implicit input and 'patch-usr-bin-file'.•••* gnu/packages/admin.scm (sudo):
* gnu/packages/gawk.scm (gawk): Remove workaround on MIPS.
* gnu/packages/mcrypt.scm (mcrypt, libmhash):
* gnu/packages/file.scm (file): Remove 'file' from native-inputs.
* gnu/packages/mc.scm (mc):
* gnu/packages/pretty-print.scm (a2ps, trueprint, source-highlight):
* gnu/packages/image.scm (libtiff): Remove 'file' from native-inputs.
Remove 'patch-configure' phase.
| Mark H Weaver | 2014-08-23 | 7 | -118/+51 |
| * | | | | | gnu: bootstrap: Add 'file' to %boot0-inputs and %final-inputs.•••* gnu/packages/base.scm (file-boot0): New variable.
(%boot0-inputs): Add 'file-boot0'.
(%final-inputs): Add 'file' to list of packages to 'finalize'.
| Mark H Weaver | 2014-08-23 | 1 | -0/+11 |
| * | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-23 | 3 | -6/+6 |
| |\ \ \ \ \ |
|
| * | | | | | | Revert "gnu: Add 'file' as a native-input on MIPS for some packages."•••This reverts commit c3114b756760ddb73054a4bc3d5eff0bfe47c4de.
| Mark H Weaver | 2014-08-21 | 4 | -37/+25 |
| * | | | | | | gnu: Add 'file' as a native-input on MIPS for some packages.•••* gnu/packages/admin.scm (sudo):
gnu/packages/gawk.scm (gawk): Add 'file' as a native input on MIPS.
Remove earlier workaround on MIPS.
* gnu/packages/libffi.scm (libffi):
gnu/packages/bdw-gc.scm (libatomic-ops, libgc): Add 'file' as a
native input on MIPS.
| Mark H Weaver | 2014-08-20 | 4 | -25/+37 |
| * | | | | | | gnu: gnutls: Update to 3.2.16.•••* gnu/packages/gnutls.scm (gnutls): Update to 3.2.16. Remove
-DENABLE_RSA_EXPORT workaround.
| Mark H Weaver | 2014-08-20 | 1 | -6/+2 |
| * | | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-20 | 36 | -433/+2021 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | gnu: guile-2.0: Make 'bash' an input unconditionally.•••* gnu/packages/guile.scm (guile-2.0): Make 'bash' an input
unconditionally.
| Mark H Weaver | 2014-08-20 | 1 | -5/+1 |
| * | | | | | | | gnu: libffi: Update to 3.1.•••* gnu/packages/patches/libffi-mips-n32-fix.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/libffi.scm (libffi): Update to 3.1. Remove patch.
| Mark H Weaver | 2014-08-20 | 2 | -25/+3 |
| * | | | | | | | gnu: libgc: Update to 7.4.2.•••* gnu/packages/bdw-gc.scm (libgc): Update to 7.4.2.
| Mark H Weaver | 2014-08-20 | 1 | -2/+2 |
| * | | | | | | | gnu: libatomic-ops: Update to 7.4.2.•••* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.2.
| Mark H Weaver | 2014-08-20 | 1 | -3/+4 |
| * | | | | | | | gnu: tar: Update to 1.28.•••* gnu/packages/base.scm (tar): Update to 1.28.
| Mark H Weaver | 2014-08-03 | 1 | -3/+3 |
| * | | | | | | | gnu: coreutils: Update to 8.23.•••* gnu/packages/patches/coreutils-skip-nohup.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove coreutils-skip-nohup.patch.
* gnu/packages/patches/coreutils-dummy-man.patch: Adapt for 8.23.
* gnu/packages/base.scm (coreutils): Update to 8.23.
| Mark H Weaver | 2014-08-03 | 3 | -38/+8 |
| * | | | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-03 | 3 | -9/+21 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2014-07-27 | 16 | -85/+213 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gnu: acl: Update to 2.2.52.•••* gnu/packages/acl.scm (acl): Update to version 2.2.52.
| Jason Self | 2014-07-20 | 1 | -2/+2 |
| * | | | | | | | | | gnu: Enable tests for patch.•••* gnu/packages/base.scm (patch): Enable test and add "ed" as input.
| John Darrington | 2014-07-20 | 1 | -4/+2 |
* | | | | | | | | | | gnu: perl-tk: Build sequentially.•••Fixes <http://bugs.gnu.org/18262>.
* gnu/packages/tcl.scm (perl-tk)[arguments]: Add #:parallel-build? #f.
| Ludovic Courtès | 2014-09-22 | 1 | -3/+6 |
* | | | | | | | | | | gnu: valgrind: Update to 3.10.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.10.0.
* gnu/packages/patches/valgrind-glibc.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès | 2014-09-22 | 2 | -25/+3 |
* | | | | | | | | | | gnu: duplicity: Add dependency on util-linux.•••* gnu/packages/backup.scm (duplicity)[native-inputs]: Add util-linux.
| Ludovic Courtès | 2014-09-20 | 1 | -1/+3 |
* | | | | | | | | | | gnu: ots: Build sequentially.•••* gnu/packages/ots.scm (ots)[arguments]: New field.
| Ludovic Courtès | 2014-09-20 | 1 | -0/+4 |
* | | | | | | | | | | gnu: Add sound-theme-freedesktop.•••Suggested by Federico Beffa <beffa@ieee.org>.
* gnu/packages/libcanberra.scm (sound-theme-freedesktop): New variable.
| Ludovic Courtès | 2014-09-20 | 1 | -0/+21 |
* | | | | | | | | | | gnu: libcanberra: Add dependency on PulseAudio and eudev.•••* gnu/packages/libcanberra.scm (libcanberra): Add PulseAudio and eudev
as inputs.
| Ludovic Courtès | 2014-09-20 | 1 | -2/+5 |
* | | | | | | | | | | gnu: emacs: Switch to GTK+ 3.•••Suggested by Federico Beffa <beffa@ieee.org>.
* gnu/packages/emacs.scm (emacs): Switch to GTK+ 3.
| Ludovic Courtès | 2014-09-20 | 1 | -1/+1 |
* | | | | | | | | | | gnu: guile-charting: Update to 0.2.0.•••* gnu/packages/guile.scm (guile-charting): Update to 0.2.0. Remove
now-unnecessary cruft from 'snippet'. Modify 'godir' in Makefile.in.
| Ludovic Courtès | 2014-09-19 | 1 | -15/+6 |