~ruther/guix-local

08a78c2f — Leo Famulari 9 years ago
gnu: openssl: Don't replace 'sh' reference with 'bash'.

* gnu/packages/tls.scm (openssl)[arguments]: Use /bin/sh instead of /bin/bash in
'patch-tests' phase.
3dd9b765 — Leo Famulari 9 years ago
gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.

* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Use /bin/sh instead of
/bin/bash in 'pre-check' phase.
2f2f4265 — Leo Famulari 9 years ago
gnu: ghostscript: Don't replace 'sh' reference with 'bash'.

* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Use /bin/sh instead of
/bin/bash in 'patch-config-files' phase.
370522b8 — Leo Famulari 9 years ago
gnu: attr: Don't replace 'sh' reference with 'bash'.

* gnu/packages/attr.scm (attr)[arguments]: Use /bin/sh instead of /bin/bash in
'check' phase.
d71d6fe8 — Marius Bakke 9 years ago
gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.

* gnu/packages/patches/gcc-5-source-date-epoch-1.patch,
  gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-5)[source]: Use them.
0e88ada9 — Efraim Flashner 9 years ago
gnu: Remove pcre-CVE-2016-3191.patch.

This is a follow-up to 026ee1a5a669658c8d4745c2733b4c201ca0e48e.

* gnu/packages/patches/pcre-CVE-2016-3191.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
026ee1a5 — Leo Famulari 9 years ago
gnu: pcre: Update to 8.40.

* gnu/packages/pcre.scm (pcre): Update to 8.40.
[source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
33ae7d43 — Ludovic Courtès 9 years ago
gnu: gcc: Properly set the dynamic linker file name on GNU/Hurd.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: In 'pre-configure' phase,
match 'GNU_USER_DYNAMIC_LINKER' in addition to 'GLIBC_DYNAMIC_LINKER'.
This fixes GNU/Hurd cross-compilation as reported at
<https://lists.gnu.org/archive/html/guix-devel/2017-01/msg01731.html>.
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.
b848f98e — Leo Famulari 9 years ago
gnu: bash: Update to patch level 11.

* gnu/packages/bash.scm (%patch-series-4.4): Add patches 6 through 11.
168c4000 — Ludovic Courtès 9 years ago
gnu: ld-wrapper-boot0: Remove workaround for <http://bugs.gnu.org/24832>.

Fixes <http://bugs.gnu.org/24832>.

* gnu/packages/commencement.scm (ld-wrapper-boot0): Change the first
'make-ld-wrapper' argument to "ld-wrapper-boot0"; change #:target to
BOOT-TRIPLET.
677b3022 — Ludovic Courtès 9 years ago
hydra: Add "i586-pc-gnu" as a cross-compilation target.

* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i586-pc-gnu".
539108e1 — Kei Kebreau 9 years ago
gnu: tk: Update to 8.6.6.

* gnu/packages/tcl.scm (tk): Update to 8.6.6.
9f19f3a0 — Kei Kebreau 9 years ago
gnu: tcl: Update to 8.6.6.

* gnu/packages/tcl.scm (tcl): Update to 8.6.6.
6cd00453 — Efraim Flashner 9 years ago
gnu: zlib: Use 'modify-phases' syntax.

* gnu/packages/compression.scm (zlib)[arguments]: Use 'modify-phases'.
2b8bea03 — Efraim Flashner 9 years ago
gnu: zlib: Update to 1.2.11.

* gnu/packages/compression.scm (zlib): Update to 1.2.11.
e58db46b — Marius Bakke 9 years ago
gnu: sqlite: Update to 3.16.2.

* gnu/packages/databases.scm (sqlite): Update to 3.16.2.
e9384e3b — Marius Bakke 9 years ago
gnu: ed: Update to 1.14.1.

* gnu/packages/ed.scm (ed): Update to 1.14.1.
[arguments]: Make sure 'patch-test-suite' phase ends with #t.
[home-page]: Use HTTPS.
8ee40f68 — Leo Famulari 9 years ago
Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""

This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077.
Next