~ruther/guix-local

ref: 22e52dbd06726261e370e9b761e7f3a3f6b47630 guix-local/gnu/packages/base.scm -rw-r--r-- 48.3 KiB
d1e3f59c — Ludovic Courtès 9 years ago
gnu: coreutils: Patch 'cut' unit test on ARM.

Fixes <https://bugs.gnu.org/26253>.

* gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file.
* gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input.
[arguments] <#:phases>: On ARM, add 'patch-cut-test' phase.
* gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'.
3ffaec13 — Leo Famulari 9 years ago
gnu: Add a tzdata variant for testing purposes.

* gnu/packages/base.scm (tzdata-2017a): New variable.
* gnu/packages/glib.scm (glib)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
* gnu/packages/statistics.scm (r)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
8ea0700d — Leo Famulari 9 years ago
gnu: tzdata: Update to 2017a.

* gnu/packages/base.scm (tzdata): Update to 2017a.
e7479644 — Efraim Flashner 9 years ago
gnu: coreutils: Don't run tests in parallel.

* gnu/packages/base.scm (coreutils)[arguments]: Add '#:parallel-tests? #f'
to address a race contition in the test suite.
f3a79f88 — Marius Bakke 9 years ago
gnu: grep: Update to 3.0.

* gnu/packages/base.scm (grep): Update to 3.0.
7ca72ec4 — Efraim Flashner 9 years ago
gnu: glibc: Add version 2.24.

* gnu/packages/base.scm (glibc-2.24): New variable.
242c0927 — Efraim Flashner 9 years ago
gnu: glibc: Update to 2.25.

* gnu/packages/base.scm (glibc): Update to 2.25
0cd3e445 — Marius Bakke 9 years ago
gnu: grep: Update to 2.28.

* gnu/packages/base.scm (grep): Update to 2.28.
d6592d84 — Marius Bakke 9 years ago
gnu: sed: Update to 4.4.

* gnu/packages/base.scm (sed): Update to 4.4.
82a7a8c6 — Manolis Ragkousis 9 years ago
gnu: coreutils: Fix cross-compilation.

* gnu/packages/patches/coreutils-fix-cross-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (coreutils)[source]: Use it.
c8b44fc1 — Ludovic Courtès 9 years ago
gnu: sed: Do not attempt to rebuild 'doc/sed.1'.

* gnu/packages/base.scm (sed)[arguments]: Add 'dont-rebuild-sed.1'
phase.
[native-inputs]: Remove.
8a296947 — Ludovic Courtès 9 years ago
gnu: sed: Use the same phases whether or not we're cross-compiling.

* gnu/packages/base.scm (sed)[arguments]: Make #:phases argument
unconditional.  In 'patch-test-suite' phase, use (which "sh") instead of
referring to the "bash" input.
cc072591 — Leo Famulari 9 years ago
Merge branch 'master' into python-tests
e4831391 — Leo Famulari 9 years ago
gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default shell.

* gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh for scripts that
lack a shebang.
11b66876 — Leo Famulari 9 years ago
gnu: glibc/linux: Don't replace 'sh' reference with 'bash'.

* gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh instead of
/bin/bash in 'pre-configure' phase.
60f3ad8c — Leo Famulari 9 years ago
gnu: gnu-make: Don't replace 'sh' reference with 'bash'.

* gnu/packages/base.scm (gnu-make)[arguments]: Use /bin/sh instead of /bin/bash
in 'set-default-shell' phase.
74288230 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
7d7ea947 — Marius Bakke 9 years ago
gnu: sed: Update to 4.3.

* gnu/packages/base.scm (sed): Update to 4.3.
[source]: Use xz tarball. Remove upstreamed patch.
[arguments]: Fix '/bin/sh' -> 'bash' substitution.
[home-page]: Use https.
[native-inputs]: Add perl.
* gnu/packages/patches/sed-hurd-path-max.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
367f7013 — Manolis Ragkousis 9 years ago
gnu: glibc-hurd: Disable werror.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
20be64dc — Alex Vong 9 years ago
gnu: tar: Fix CVE-2016-6321.

* gnu/packages/patches/tar-CVE-2016-6321.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (tar)[source]: Use it.

Signed-off-by: Leo Famulari <leo@famulari.name>
Next