| 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 |
* | gnupg: Correctly parse current 'SIG_ID' lines.•••* guix/gnupg.scm (gnupg-verify)[sigid-rx]: Adjust to handle current
signature ID encoding.
| Ludovic Courtès | 2014-09-24 | 1 | -2/+2 |
* | packages: Allow use of origins as patches.•••* guix/packages.scm (patch-and-repack)[patch-inputs]: Use 'add-to-store'
only if the PATCH is a file name, and 'package-source-derivation' if
PATCH is an origin.
| Ludovic Courtès | 2014-09-24 | 1 | -2/+6 |
* | Introduce the 'GUIX_PACKAGE_PATH' environment variable.•••* gnu/packages.scm (%package-module-path): Honor $GUIX_PACKAGE_PATH.
* test-env.in: Unset 'GUIX_PACKAGE_PATH'.
* tests/guix-package.sh: Test it.
* doc/guix.texi (Package Modules): Document it.
| Ludovic Courtès | 2014-09-24 | 4 | -3/+32 |
* | guix build: Add -L/--load-path as a common option.•••* guix/scripts/build.scm (show-build-options-help): Document -L.
(%standard-build-options): Add -L/--load-path.
* tests/guix-package.sh: Test it.
| Ludovic Courtès | 2014-09-24 | 3 | -6/+48 |
* | packages: Add '%package-module-search-path'.•••* gnu/packages.scm (%package-module-path): New variable.
(all-package-modules): New procedure.
(fold-packages): Use it instead of 'package-modules'.
| Ludovic Courtès | 2014-09-24 | 1 | -8/+27 |
* | packages: Generalize package module search.•••* gnu/packages.scm (%distro-root-directory): New variable.
(%distro-module-directory): Remove.
(package-files): Rename to...
(scheme-files): ... this. Return absolute file names, not stripped.
(file-name->module-name): New procedure.
(package-modules): Add 'directory' and 'sub-directory' parameters.
Rewrite accordingly.
(fold-packages): Adjust 'package-modules' call accordingly.
| Ludovic Courtès | 2014-09-24 | 1 | -22/+27 |
* | 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 | 61 | -116/+62 |
* | 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 |
* | services: Add 'bitlbee-service'.•••* gnu/services/networking.scm (bitlbee-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
| Ludovic Courtès | 2014-09-23 | 2 | -2/+58 |
* | 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 | 3 | -3/+70 |
* | 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 | 2 | -29/+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 |
* | system: Add Patch to '%base-packages'.•••* gnu/system.scm (%base-packages): Add PATCH.
| Ludovic Courtès | 2014-09-22 | 1 | -1/+1 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2014-09-22 | 27 | -231/+288 |
|\ |
|
| * | 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 | 3 | -1/+28 |
| * | utils: Import (ice-9 format).•••* guix/build/utils.scm: Import (ice-9 format).
| Mark H Weaver | 2014-09-14 | 1 | -0/+1 |
| * | utils: Allow wrap-program to be called multiple times.•••* guix/build/utils.scm (wrap-program): Multiple invocations of
wrap-program for the same file create successive wrappers. Adjust
docstring.
* tests/build-utils.scm: Test new wrap-program behavior.
(%store): New variable.
| Eric Bavier | 2014-09-13 | 2 | -13/+88 |
| * | Merge branch 'master' into core-updates•••Conflicts:
gnu-system.am
| Mark H Weaver | 2014-09-13 | 49 | -181/+944 |
| |\ |
|
| * | | 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 | 61 | -610/+3055 |
| |\ \ |
|
| * | | | 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 | 3 | -221/+7 |
| * | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-09-08 | 63 | -569/+5979 |
| |\ \ \ |
|
| * | | | | utils: Clean trailing whitespace at end of SHELL•••* guix/build/utils.scm (patch-makefile-SHELL): Remove trailing whitespace.
| Eric Bavier | 2014-09-05 | 1 | -2/+2 |
| * | | | | 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 | 39 | -808/+1008 |
| |\ \ \ \ |
|
| * | | | | | utils: Preserve makefile shell arguments during patch.•••* guix/build/utils.scm (patch-makefile-SHELL): Preserve shell arguments.
| Eric Bavier | 2014-08-28 | 1 | -2/+3 |
| * | | | | | 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 | 3 | -1/+215 |
| * | | | | | 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 | 3 | -2/+20 |
| * | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-26 | 5 | -11/+49 |
| |\ \ \ \ \ |
|
| * | | | | | | 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-build-system: Add 'patch-usr-bin-file' to %standard-phases.•••* guix/build/gnu-build-system.scm (patch-usr-bin-file): New procedure.
(%standard-phases): Add it.
| Mark H Weaver | 2014-08-23 | 1 | -0/+30 |
| * | | | | | | 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 | 21 | -323/+486 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | 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 | 64 | -625/+3815 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | 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 | 3 | -26/+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 |