1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 19 Nov 2004; Brian harring <ferringb@gentoo.org>: |
|
|
6 | Sandbox is now autotooled, create-localdecls needs to be killed and the code |
|
|
7 | shifted into configure.in. Currently builds *one* libsandbox.so- if multiple |
|
|
8 | are desired (-m64 and -m32 for amd64), the ebuild should do it (imo). |
|
|
9 | To get to a point of testing, automake && autoconf; created requisite files w/ |
|
|
10 | a(utomake|clocal)-1.8, and autoconf 2.59. Installs to /usr/, instead of |
|
|
11 | /lib and /usr/lib/portage/bin. |
4 | |
12 | |
5 | 14 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, sandbox.c: |
13 | 14 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, sandbox.c: |
6 | closing out bug #70225, potential overflow of the sandbox_pids_file var. |
14 | closing out bug #70225, potential overflow of the sandbox_pids_file var. |
7 | |
15 | |
8 | 07 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c: c99 standard, |
16 | 07 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c: c99 standard, |