| Commit message (Expand) | Author | Age |
* | gnu: node: Add 'which' as an input.•••* gnu/packages/node.scm (node)[native-inputs]: Add WHICH.
| Ludovic Courtès | 2014-09-23 |
* | 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 |
* | 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 |
* | system: Add Patch to '%base-packages'.•••* gnu/system.scm (%base-packages): Add PATCH.
| Ludovic Courtès | 2014-09-22 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2014-09-22 |
|\ |
|
| * | gnu: cyrus-sasl: Build sequentially.•••* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[arguments]: Pass
#:parallel-build?.
| Ludovic Courtès | 2014-09-20 |
| * | 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 |
| * | utils: Import (ice-9 format).•••* guix/build/utils.scm: Import (ice-9 format).
| Mark H Weaver | 2014-09-14 |
| * | 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 |
| * | Merge branch 'master' into core-updates•••Conflicts:
gnu-system.am
| Mark H Weaver | 2014-09-13 |
| |\ |
|
| * | | gnu: util-linux: Don't install 'logger'.•••* gnu/packages/linux.scm (util-linux)[source]: Add 'snippet'.
| Ludovic Courtès | 2014-09-12 |
| * | | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/image.scm
| Mark H Weaver | 2014-09-11 |
| |\ \ |
|
| * | | | gnu: libunistring: Update to 0.9.4.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.4.
| Mark H Weaver | 2014-09-08 |
| * | | | 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 |
| * | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-09-08 |
| |\ \ \ |
|
| * | | | | utils: Clean trailing whitespace at end of SHELL•••* guix/build/utils.scm (patch-makefile-SHELL): Remove trailing whitespace.
| Eric Bavier | 2014-09-05 |
| * | | | | 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 |
| * | | | | gnu: Add missing import to (gnu packages base).•••* gnu/packages/base.scm: Import (gnu packages base).
| Mark H Weaver | 2014-08-28 |
| * | | | | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/base.scm
| Mark H Weaver | 2014-08-28 |
| |\ \ \ \ |
|
| * | | | | | utils: Preserve makefile shell arguments during patch.•••* guix/build/utils.scm (patch-makefile-SHELL): Preserve shell arguments.
| Eric Bavier | 2014-08-28 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-26 |
| |\ \ \ \ \ |
|
| * | | | | | | gnu: libgcrypt: Update to 1.6.2.•••* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2.
| Mark H Weaver | 2014-08-23 |
| * | | | | | | 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 |
| * | | | | | | 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 |
| * | | | | | | 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 |
| * | | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-23 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Revert "gnu: Add 'file' as a native-input on MIPS for some packages."•••This reverts commit c3114b756760ddb73054a4bc3d5eff0bfe47c4de.
| Mark H Weaver | 2014-08-21 |
| * | | | | | | | 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 |
| * | | | | | | | 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 |
| * | | | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-20 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | 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 |
| * | | | | | | | | 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 |
| * | | | | | | | | gnu: libgc: Update to 7.4.2.•••* gnu/packages/bdw-gc.scm (libgc): Update to 7.4.2.
| Mark H Weaver | 2014-08-20 |
| * | | | | | | | | 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 |
| * | | | | | | | | gnu: tar: Update to 1.28.•••* gnu/packages/base.scm (tar): Update to 1.28.
| Mark H Weaver | 2014-08-03 |
| * | | | | | | | | 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 |
| * | | | | | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2014-08-03 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2014-07-27 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gnu: acl: Update to 2.2.52.•••* gnu/packages/acl.scm (acl): Update to version 2.2.52.
| Jason Self | 2014-07-20 |
| * | | | | | | | | | | gnu: Enable tests for patch.•••* gnu/packages/base.scm (patch): Enable test and add "ed" as input.
| John Darrington | 2014-07-20 |
* | | | | | | | | | | | linux-initrd: Adjust VM code and doc to new 'base-initrd' signature.•••This fixes regressions introduced in de1c158 ("system: Add support for
boot-time mapped devices.").
* doc/guix.texi (Initial RAM Disk): Adjust example with custom use of
'base-initrd'. Document #:mapped-devices parameter of 'base-initrd'.
* gnu/system/vm.scm (system-disk-image, system-qemu-image,
virtualized-operating-system): Adjust call to 'base-initrd' to new
signature.
| Ludovic Courtès | 2014-09-22 |
* | | | | | | | | | | | syscalls: Adjust /proc/net/dev parser for old kernels.•••* guix/build/syscalls.scm (%interface-line): Remove whitespace in rest
pattern. (There's no extra whitespace after the colon with Linux
2.6.32.)
| Ludovic Courtès | 2014-09-22 |
* | | | | | | | | | | | download: Use the 'SERVER NAME' TLS extension when possible.•••Fixes <http://bugs.gnu.org/18526>.
Reported by Mark H. Weaver.
* guix/build/download.scm (tls-wrap): Add 'server' parameter. Call
'set-session-server-name!' when (gnutls) defines it.
(open-connection-for-uri): Adjust 'tls-wrap' call accordingly.
| Ludovic Courtès | 2014-09-22 |
* | | | | | | | | | | | 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 |
* | | | | | | | | | | | guix package: Use 'profile-generations'.•••* guix/scripts/package.scm (guix-package)[process-actions]: Use
'profile-generations' instead of the equivalent code.
| Alex Kost | 2014-09-22 |
* | | | | | | | | | | | profiles: Add 'profile-generations'.•••* guix/profiles.scm (profile-generations): New procedure.
| Alex Kost | 2014-09-22 |
* | | | | | | | | | | | system: Add support for boot-time mapped devices.•••* gnu/build/linux-boot.scm (boot-system): Add #:pre-mount parameter and
honor it.
* gnu/system/linux-initrd.scm (base-initrd): Add #:mapped-devices
parameter. Add 'device-mapping-commands' variable, and use it to
build the #:pre-mount argument of 'boot-system'.
* gnu/system.scm (mapped-device-user,
operating-system-user-mapped-devices,
operating-system-boot-mapped-devices): New procedures.
(device-mapping-services): Use 'operating-system-user-mapped-devices'
instead of 'operating-system-mapped-devices'.
(operating-system-initrd-file): Call the initrd with #:mapped-devices.
| Ludovic Courtès | 2014-09-22 |
* | | | | | | | | | | | activation: Ensure existing user accounts have the right settings.•••* gnu/build/activation.scm (modify-user, ensure-user): New procedures.
(activate-users+groups): Systematically call 'ensure-user'.
| Ludovic Courtès | 2014-09-22 |