summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/pax-utils: python3_9Volkmar W. Pogatzki2020-10-051-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17778 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: move linux-headers dep to DEPENDSergei Trofimovich2020-08-291-3/+6
| | | | | | Reported-by: Arfrever Frehtes Taifersar Arahesis Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: explicitly specify linux-headers boundSergei Trofimovich2020-08-141-1/+3
| | | | | | | | | | | seccomp sandbox has know know about list of allowed system calls. 'statx' is relativey recent one. Let's pull in headers known to define the syscall. Reported-by: Thomas Deutschmann Closes: https://bugs.gentoo.org/737094 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: use BDEPEND for pkg-configSergei Trofimovich2020-08-011-3/+4
| | | | | | | | | | While at it drop xz-utils depend as EAPI=7 guarantees .xz archive handling. Fixed-by: David Michael Closes: https://bugs.gentoo.org/734998 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: drop oldSergei Trofimovich2020-06-202-73/+0
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: arm64 stable (bug #725010)Sam James (sam_c)2020-05-301-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: x86 stable wrt bug #725010Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ppc64 stable wrt bug #725010Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ppc stable wrt bug #725010Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: arm stable wrt bug #725010Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: s390 stable wrt bug #725010Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: stable 1.2.6 for hppa, bug #725010Rolf Eike Beer2020-05-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: amd64 stable wrt bug #725010Agostino Sarubbo2020-05-261-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: stable 1.2.6 for sparc, bug #725010Rolf Eike Beer2020-05-251-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Fixed CPE tag for app-misc/pax-utilsRoy Yang2020-05-041-0/+3
| | | | | Signed-off-by: Roy Yang <royyang@google.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-misc/pax-utils: bump up to 1.2.6Sergei Trofimovich2020-04-132-0/+73
| | | | | | | | | | | | | | | | | | | | | | | A few new changes: Göktürk Yüksek (1): Add RISC-V to the list of architectures in ELF Manoj Gupta (1): lddtree: Put ldso interpreter library path at end Mike Frysinger (2): pylintrc: enable more warnings pylint: load python via $PATH Sergei Trofimovich (3): scanelf.c: don't srash in -v mode on non-functions scanelf.c: be more verbose at saying what all the addresses mean security.c: allow 'statx' in seccomp sandbox (musl-1.1.24) Closes: https://bugs.gentoo.org/717300 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/pax-utils: drop oldSergei Trofimovich2020-04-012-73/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: arm64 stable (bug #713906)Sam James (sam_c)2020-03-311-1/+1
| | | | | Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-misc/pax-utils: stable 1.2.5 for hppa, bug #713906Rolf Eike Beer2020-03-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-misc/pax-utils: sparc stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: s390 stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ppc stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: x86 stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ppc64 stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ia64 stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: arm stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: amd64 stable wrt bug #713906Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: remove unused patch(es)Michael Mair-Keimberger2020-02-241-32/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14750 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: bump up to 1.2.5, bug #709794Sergei Trofimovich2020-02-162-0/+73
| | | | | | | | | | | Two minor changes: - security.c: allow 'semtimedop' in seccomp sandbox (glibc-2.31) - dumpelf.c: add missing break when decoding SHT_GNU_LIBLIST Reported-by: Patrick McLean Closes: https://bugs.gentoo.org/709794 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: drop oldSergei Trofimovich2020-02-123-133/+0
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-092-4/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: Remove py2Michał Górny2020-02-052-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/pax-utils: add python 3.8 supportSergei Trofimovich2020-01-131-1/+1
| | | | | | | Tested by Arfrever. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: arm stable wrt bug #701838Mikle Kolyada2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-misc/pax-utils: ppc stable wrt bug #701838Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: stable 1.2.4 for hppa, bug #701838Rolf Eike Beer2019-12-081-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/pax-utils: ppc64 stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: ia64 stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: sparc stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: x86 stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: amd64 stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: s390 stable wrt bug #701838Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/pax-utils: arm64 stable (bug #701838)Aaron Bauman2019-12-021-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* app-misc: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: works with py3.7Alexey Shvetsov2019-08-041-1/+1
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>