Path to this page:
Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/math/lp_solve
From: Benny Siegert
Date: 2017-11-04 18:06:24
Message id: 20171104170624.E1265FBDE@cvs.NetBSD.org
Log Message:
Pullup ticket #5591 - requested by sevan
math/lp_solve: security fix
Revisions pulled up:
- math/lp_solve/Makefile 1.11
- math/lp_solve/distinfo 1.7-1.8
- math/lp_solve/patches/patch-lp__solve_ccc 1.4-1.5
- math/lp_solve/patches/patch-lpsolve55_ccc 1.4-1.5
---
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.
---
Module Name: pkgsrc
Committed By: khorben
Date: Sun Oct 29 22:16:03 UTC 2017
Modified Files:
pkgsrc/math/lp_solve: Makefile distinfo
pkgsrc/math/lp_solve/patches: patch-lp__solve_ccc
patch-lpsolve55_ccc
Log Message:
Use ${WRKDIR}/tmp for temporary files instead of $(mktemp -d)
This is more portable.
As suggested by joerg@.
Files: