summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/sandbox: arm stable, bug #633960Markus Meier2017-12-051-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sys-apps/sandbox: stable 2.10-r4 for hppa, bug #633960Sergei Trofimovich2017-11-242-3/+3
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* sys-apps/sandbox: stable 2.10-r4 for sparc, bug #633960 (thanks to Rolf Eike ↵Sergei Trofimovich2017-10-281-1/+1
| | | | | | | Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* sys-apps/sandbox: Stable on amd64Manuel Rüger2017-10-281-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-apps/sandbox: x86 stable (bug #633960)Thomas Deutschmann2017-10-271-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-apps/sandbox-2.10-r4: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/633960
* sys-apps/sandbox: stable 2.10-r4 for ppc/ppc64, bug #633960Sergei Trofimovich2017-10-141-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64"
* sys-apps/sandbox: stable 2.10-r4 for ia64, bug #633960Sergei Trofimovich2017-10-131-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* sys-apps/sandbox: Remove stale comment from metadata.xmlMichał Górny2017-10-031-3/+0
|
* sys-apps/sandbox: Drop oldMichał Górny2017-10-0314-1033/+0
|
* sys-apps/sandbox: Drop old revisions of 2.10Michał Górny2017-10-032-210/+0
|
* sys-apps/sandbox: Remove permanently masked 2.11 versionsMichał Górny2017-10-037-489/+0
|
* sys-apps/sandbox: Fix REPLACING_VERSIONS useMichał Górny2017-10-031-9/+15
| | | | Closes: https://bugs.gentoo.org/589518
* sys-apps/sandbox: Bump to 2.12Michał Górny2017-10-032-0/+71
| | | | | Closes: https://bugs.gentoo.org/553092 Closes: https://bugs.gentoo.org/580726
* sys-apps/sandbox: fix handling of symlinks w/symlinkat/renameat #612202Mike Frysinger2017-03-103-0/+295
|
* sys-apps/sandbox: mark 2.10-r3 arm64/m68k/s390/sh stableMike Frysinger2017-03-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/sandbox: ppc64 stable (bug 604402).Michael Weber2017-02-231-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/sandbox: ia64 stable wrt bug #604402Agostino Sarubbo2017-02-181-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: arm stable, bug #604402Markus Meier2017-02-181-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* sys-apps/sandbox: sparc stable wrt bug #604402Agostino Sarubbo2017-02-171-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox-2.10-r3: add alpha keywordTobias Klausmann2017-02-151-1/+1
| | | | Gentoo-Bug: 604402
* sys-apps/sandbox: ppc stable wrt bug #604402Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: x86 stable wrt bug #604402Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: remove unused patchMichael Mair-Keimberger (asterix)2017-02-051-42/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3822
* sys-apps/sandbox: Stable for HPPA (bug #604402).Jeroen Roovers2017-02-051-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sys-apps/sandbox: amd64 stable wrt bug #604402Agostino Sarubbo2017-02-041-2/+2
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: Fix opendir sandbox abort with long pathsMart Raudsepp2016-12-303-0/+248
| | | | | | | | | | | | | | | | | | | | | | | | Shell globbing code could end up calling opendir on a whole command line with arguments, exceeding 8k characters - for example when libtool gets passed an -export-symbols-regex with a wildcard. Due to the length exceeding sandbox internal SB_PATH_MAX, it gets trimmed internally in sandbox syscall checks (even though opendir isn't an actual syscall), gets confused and throws an ISE abort. Fix it by adding a precheck that simply fails early with ENAMETOOLONG on too long paths, as the real glibc function would do the same. Fixes large projects hitting sandbox abort inside the driving POSIX shell globbing function due to a long list of linker arguments (such as many object files) being passed to libtool together with an -export-symbols-regex with a wildcard. Known affected packages include graphicsmagick and newer gnome-builder. p.masked for a short time as a maintainer timeout, seeking independent validation as a critical packages non-maintainer revbump. Gentoo-Bug: 553092 Package-Manager: portage-2.3.3 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-apps/sandbox: fix crashes when the system is prelinked #599894Mike Frysinger2016-11-162-0/+108
|
* sys-apps/sandbox: add usersandbox to the error message disable listMike Frysinger2016-04-057-7/+7
|
* sys-apps/sandbox: fix execvpe handling #578516Mike Frysinger2016-03-302-0/+31
|
* sys-apps/sandbox: fix crashes w/some ELFs #578524Mike Frysinger2016-03-292-0/+97
|
* sys-apps/sandbox: version bump to 2.11Mike Frysinger2016-03-292-0/+82
|
* sys-apps/sandbox: update EAPI & multilib handlingMike Frysinger2016-03-291-0/+83
|
* sys-apps/sandbox: mark 2.10-r1 sparc stable #571308Mike Frysinger2016-02-211-1/+1
|
* sys-apps/sandbox: x86 stable wrt bug #571308Agostino Sarubbo2016-02-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: add alpha keywordTobias Klausmann2016-02-011-1/+1
| | | | | | Gentoo-Bug: 571308 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* sys-apps/sandbox: Stable for HPPA PPC64 (bug #571308).Jeroen Roovers2016-01-221-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* sys-apps/sandbox: fix building w/out gc-sectionsMike Frysinger2016-01-192-0/+78
|
* sys-apps/sandbox: disable pch on PaX kernels #572092Mike Frysinger2016-01-181-1/+4
|
* sys-apps/sandbox: drop versions <2.6Mike Frysinger2016-01-177-478/+0
|
* sys-apps/sandbox: mark 2.10-r1 arm64/ia64/m68k/s390/sh stable #571308Mike Frysinger2016-01-171-1/+1
|
* sys-apps/sandbox: ppc stable wrt bug #571308Agostino Sarubbo2016-01-171-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: amd64 stable wrt bug #571308Agostino Sarubbo2016-01-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/sandbox: arm stable, bug #571308Markus Meier2016-01-141-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* sys-apps/sandbox: fix memory corruption #568714Mike Frysinger2015-12-192-0/+43
|
* sys-apps/sandbox: version bump to 2.10Mike Frysinger2015-12-192-0/+124
|
* sys-apps/sandbox: version bumpMike Frysinger2015-09-272-0/+124
|
* sys-apps/sandbox: version bumpMike Frysinger2015-09-203-0/+159
|