summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2020-06-193-1/+541
| | | | | | | Bump to 5.11 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-mono: Sync with ::wineNick Sarnie2020-06-192-0/+22
| | | | | | | Bump to 5.1.0 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/libpod: Bump to version 2.0.0Zac Medico2020-06-192-0/+151
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-perl/Ace: Add CC/AR/LD/RANLIB toolchain loveKent Fredric2020-06-203-0/+705
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This logic is highly experimental, but it does work for me ( though I don't do what ago does with LD because its too spicy ) This set of changes patches acelib so that all gcc/cc/ar calls can be overloaded externally, though this somewhat defeats the point of most of these files, as some of them only differed in wether they said "cc" or "gcc". The downside is I *had* to rework how the elibc_glibc block worked, because as it was *conditional*, and patched lines adjacent to the lines changed in -toolchain.patch, the existing patch could *only* be adapted to work dependent on the -toolchain patch. Instead, the essential variable overrides are performed externally via `make` arguments, as this has the same outcome. Any logic I didn't fully understand I left in place. And I had to get clever with names, because acelib already has an internal variable called "CC", and its value .... contains then entire set of compile parameters for the compiler! Also, the use of these TARGET_ seems to be less prone to conflict with values that do similar things in perl space, where doing something like LD="something-ld" can be fatal, as perl space doesn't expect LD to be an actaul LD, but a CCLD, and passes flags LD doesn't support. But there will *probably* be a few bugs in this approach, I'm no Make wizard. Bug: https://bugs.gentoo.org/723152 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* app-admin/rsyslog: USE=zeromq needs >=net-libs/czmq-4[drafts]Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/librdkafka: don't call git in non-live ebuildsThomas Deutschmann2020-06-201-0/+10
| | | | | | Closes: https://bugs.gentoo.org/723050 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-perl/Convert-UUlib: Cleanup old 1.{4,5}00.0-r1 re bug #724494Kent Fredric2020-06-205-94/+0
| | | | | | | | | Removing versions affected by heap overflow issues Bug: https://bugs.gentoo.org/724494 Closes: https://bugs.gentoo.org/723216 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Convert-UUlib: Drop stable for s390Kent Fredric2020-06-201-1/+1
| | | | | | | No reverse dependencies anyway. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Convert-UUlib: Restore ~s390 and ~m68k for 1.710.0Kent Fredric2020-06-201-1/+1
| | | | | | | As the dependency graph is now satisfied for these. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* app-emulation/conmon: Bump to version 2.0.18Zac Medico2020-06-192-0/+46
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-perl/Clipboard: Bump to version 0.260.0Kent Fredric2020-06-203-1/+37
| | | | | | | | | | | | | | | | - EAPI7 - Remove upstreamed patches Upstream: - Repackage using dzil, avoiding '.'-in-INC issues. - Fix test failures w/o .-in-INC - Fix insecure tempfile usage (previously patched in gentoo) - Add copy_to_all_selections() - Minimal native osX clipboard compat added - Fix some wide-character-in-print warnings with xclip Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* sys-kernel/genkernel: update dropbear to v2020.79Thomas Deutschmann2020-06-202-1/+2
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-perl/Class-XSAccessor: -r bump for EAPI7Kent Fredric2020-06-201-0/+32
| | | | | | | | | | | | - EAPI7 - Add license note - Fix dependency incorrectness - Localise mymake/OPTIMIZE glue to ensure it works without relying on global-scope variable definition. - Parallel tests Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Class-XPath: -r bump for EAPI7Kent Fredric2020-06-201-0/+17
| | | | | | | | | - EAPI7 - Parallel tests - Remove empty/useless variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* net-print/cups-filters: drop vulnerableAaron Bauman2020-06-195-559/+0
| | | | | Bug: https://bugs.gentoo.org/719052 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-print/cups: drop vulnerableAaron Bauman2020-06-193-677/+0
| | | | | Bug: https://bugs.gentoo.org/719048 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-perl/Class-WhiteHole: -r bump for EAPI7Kent Fredric2020-06-201-0/+13
| | | | | | | | | - EAPI7 - Parallel tests - Remove empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-python/waitress: drop vulnerableAaron Bauman2020-06-192-22/+0
| | | | | Bug: https://bugs.gentoo.org/717966 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/gnupg: drop vulnerableAaron Bauman2020-06-192-171/+0
| | | | | Bug: 717934 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-misc/rsync: Bump to version 3.2.0. Removed oldLars Wendler2020-06-204-27/+27
| | | | | | Bug: https://bugs.gentoo.org/728852 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-lua/lua-openssl: drop vulnerableAaron Bauman2020-06-194-209/+0
| | | | | Bug: https://bugs.gentoo.org/711016 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-python/reportlab: drop vulnerableAaron Bauman2020-06-192-67/+0
| | | | | Bug: https://bugs.gentoo.org/710738 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-emulation/skopeo: drop vulnerableAaron Bauman2020-06-192-64/+0
| | | | | Bug: https://bugs.gentoo.org/710736 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-analyzer/sarg: drop vulnerableAaron Bauman2020-06-193-88/+0
| | | | | Bug: https://bugs.gentoo.org/701842 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/libvorbis: drop vulnerableAaron Bauman2020-06-191-39/+0
| | | | | Bug: https://bugs.gentoo.org/699862 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-misc/bird: drop vulnerableAaron Bauman2020-06-1910-461/+0
| | | | | Bug: https://bugs.gentoo.org/695530 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-forensics/sleuthkit: drop vulnerableAaron Bauman2020-06-196-1396/+0
| | | | | | Bug: https://bugs.gentoo.org/690194 Bug: https://bugs.gentoo.org/711930 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* games-mud/tintin: drop vulnerableAaron Bauman2020-06-192-35/+0
| | | | | Bug: https://bugs.gentoo.org/678478 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-analyzer/arpwatch: drop vulnerableAaron Bauman2020-06-193-126/+0
| | | | | Bug: https://bugs.gentoo.org/602552 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/libgcrypt: drop vulnerableAaron Bauman2020-06-194-226/+0
| | | | | Bug: https://bugs.gentoo.org/693108 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-perl/Class-Trigger: Bump to version 0.150.0Kent Fredric2020-06-202-0/+27
| | | | | | | | | | | | - EAPI7 - Strip bad tests - Parallel testing Upstream: - Rework packaging to avoid '.'-in-@INC issues Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-python/markdown2: drop vulnerableAaron Bauman2020-06-193-64/+0
| | | | | Bug: https://bugs.gentoo.org/718656 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* net-misc/ntpsec: drop vulnerableAaron Bauman2020-06-193-321/+0
| | | | | Bug: https://bugs.gentoo.org/694748 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-client/alpine: add new version 2.23Robert Siebeck2020-06-192-0/+91
| | | | | | Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Closes: https://github.com/gentoo/gentoo/pull/16323 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/libemf: security bump to 1.0.13Sam James (sam_c)2020-06-192-0/+26
| | | | | | | | Bug: https://bugs.gentoo.org/728806 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/16331 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/aubio[doc]: package.use.maskSam James (sam_c)2020-06-191-0/+5
| | | | | | | | | | | Documentation generation is currently broken. Mask it for now so we can proceed with a security stabilisation. Bug: https://bugs.gentoo.org/679184 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/16282 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-video/subliminal: rewrite live ebuild to be agnosticSam James (sam_c)2020-06-192-13/+40
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/16084 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-video/subliminal: Sync liveSam James (sam_c)2020-06-191-4/+24
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-process/parallel: cleanup oldSam James (sam_c)2020-06-192-41/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/16328 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/tpm2-totp: Remove oldSalah Coronya2020-06-201-34/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-crypt/tpm2-totp: Don't install static libsSalah Coronya2020-06-201-0/+35
| | | | | | | | Closes: https://bugs.gentoo.org/726494 Closes: https://github.com/gentoo/gentoo/pull/16037 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-perl/Class-Std-Fast: -r bump for EAPI7Kent Fredric2020-06-201-0/+37
| | | | | | | | | | - EAPI7 - Parallel tests - Unconditionally patch out bad tests - Remove 97_kwalitee.t as well Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* app-antivirus/clamtk: new version of nautilus plugin to support python3Jonas Licht2020-06-202-0/+143
| | | | | | | | Closes: https://bugs.gentoo.org/710106 Closes: https://github.com/gentoo/gentoo/pull/14697 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/libbpf-0.0.9: Version bumpPatrick McLean2020-06-192-0/+48
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.15.0: Version bumpPatrick McLean2020-06-192-0/+95
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-perl/Class-Spiffy: -r bump for EAPI7Kent Fredric2020-06-203-1/+44
| | | | | | | | | | | - EAPI7 - Remove unused/empty variable assignments - Parallel tests - Migrate to an actual "patch" instead of "sed" - Improve dependencies Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* net-wireless/iw: fix ebuild headerConrad Kostecki2020-06-202-2/+2
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-admin/logstash-bin: remove unused filesMichael Mair-Keimberger2020-06-202-115/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/16330 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-libs/virglrenderer: remove unused patch(es)Michael Mair-Keimberger2020-06-201-10/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/16329 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-nds/openldap: remove unused patchMichael Mair-Keimberger2020-06-201-65/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/16315 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>