Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-08 Thread Leo Famulari
On Thu, Dec 08, 2016 at 10:39:21AM +0100, Ludovic Courtès wrote: > Boost has no run-time dependency on tcsh, as shown by: > > guix size boost | grep tcsh > > This is probably the reason why tcsh is in ‘native-inputs’, and also the > reason why Boost is not grafted in this case. > > It’s a case

Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-08 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Dec 07, 2016 at 01:55:47PM +0100, Marius Bakke wrote: >> Ludovic Courtès writes: >> >> > That could go to the next ‘staging’ branch or ‘core-updates’, which >> > might be merged first. (How come this many packages depend on tcsh?) >> >> tcsh is used by the 'boo

Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-07 Thread Leo Famulari
On Wed, Dec 07, 2016 at 01:55:47PM +0100, Marius Bakke wrote: > Ludovic Courtès writes: > > > That could go to the next ‘staging’ branch or ‘core-updates’, which > > might be merged first. (How come this many packages depend on tcsh?) > > tcsh is used by the 'boost' and 'texlive' packages. Tcs

Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-07 Thread Marius Bakke
Ludovic Courtès writes: > That could go to the next ‘staging’ branch or ‘core-updates’, which > might be merged first. (How come this many packages depend on tcsh?) tcsh is used by the 'boost' and 'texlive' packages. signature.asc Description: PGP signature

Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-07 Thread Ludovic Courtès
Efraim Flashner skribis: > On Wed, Dec 07, 2016 at 01:22:18AM -0500, Leo Famulari wrote: >> * gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add it. >> * gnu/packages/shells.scm (tcsh)[source]: Use it. >> --- >> gnu/local.mk

Re: [PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-07 Thread Efraim Flashner
On Wed, Dec 07, 2016 at 01:22:18AM -0500, Leo Famulari wrote: > * gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/shells.scm (tcsh)[source]: Use it. > --- > gnu/local.mk | 1 + > .

[PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-06 Thread Leo Famulari
* gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[source]: Use it. --- gnu/local.mk | 1 + .../patches/tcsh-fix-out-of-bounds-read.patch | 31 +++