Summary: | dev-perl/Convert-UUlib calls ar directly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kentnl |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=725404 https://bugs.gentoo.org/show_bug.cgi?id=722602 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502, 723238 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 639310 [details]
build.log
build log and emerge --info
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d76f54d6fbf257d0f1233fbbf30b0bf0b564a3 commit 46d76f54d6fbf257d0f1233fbbf30b0bf0b564a3 Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2020-05-21 18:44:46 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2020-05-21 18:50:41 +0000 dev-perl/Convert-UUlib: Bump to version 1.710.0 - EAPI7 - Drop USE="system-uulib" due to being completely broken and unfixable - Fix directly calling `ar` and inherit Perl's `ar` - Attempt to correct a dizzying array of license terms Upstream: - Fix heap overflow - Fix format string type missmatches - Simplify code in _FP_gets to not use fscanf for performance - Backport code to c89 - Add GetFileList - experimental perlmulticore support - Speedup yEnc encoding using slice-by-16 instead of crc32 Bug: https://bugs.gentoo.org/559930 Bug: https://bugs.gentoo.org/723216 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> .../Convert-UUlib/Convert-UUlib-1.710.0.ebuild | 31 ++++++++++++++++++++++ dev-perl/Convert-UUlib/Manifest | 1 + .../files/Convert-UUlib-1.71-tc-ar.patch | 25 +++++++++++++++++ 3 files changed, 57 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86bf1c11c58fa8e4f08f59512960dcaafe626a5 commit f86bf1c11c58fa8e4f08f59512960dcaafe626a5 Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2020-06-20 03:09:36 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2020-06-20 03:09:58 +0000 dev-perl/Convert-UUlib: Cleanup old 1.{4,5}00.0-r1 re bug #724494 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> .../Convert-UUlib/Convert-UUlib-1.400.0-r1.ebuild | 17 ---------- .../Convert-UUlib/Convert-UUlib-1.500.0-r1.ebuild | 35 -------------------- dev-perl/Convert-UUlib/Manifest | 2 -- .../files/Convert-UUlib-1.500.0-unbundle.patch | 37 ---------------------- dev-perl/Convert-UUlib/metadata.xml | 3 -- 5 files changed, 94 deletions(-) |