On Sun, Oct 29, 2017 at 1:25 PM, Joerg Sonnenberger <
joerg%bec.de@localhost> wrote:
>
> On Sat, Oct 28, 2017 at 11:23:50AM +0000, Pierre Pronchery wrote:
> > Module Name: pkgsrc
> > Committed By: khorben
> > Date: Sat Oct 28 11:23:50 UTC 2017
> >
> > Modified Files:
> > pkgsrc/math/lp_solve: distinfo
> > pkgsrc/math/lp_solve/patches: patch-lp__solve_ccc patch-lpsolve55_ccc
> >
> > Log Message:
> > Fix local privilege escalation when building math/lp_solve
> >
> > This still requires $TMPDIR (or /tmp) to be mounted with "exec", but now
> > respects $TMPDIR.
>
> mktemp -d is not that terribly portable.
>
> Joerg