Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766252 - sys-libs/musl-1.2.2 ebuild tries (and fails) to apply (now obsolete) ${P}-CVE-2020-28928.patch
Summary: sys-libs/musl-1.2.2 ebuild tries (and fails) to apply (now obsolete) ${P}-CVE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
: 766267 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-20 07:55 UTC by Alpha Bravo
Modified: 2021-01-20 11:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log + emerge --info.txt (build.log-emerge.info.txt,7.61 KB, text/plain)
2021-01-20 08:13 UTC, Ionen Wolkens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alpha Bravo 2021-01-20 07:55:03 UTC
emerging sys-libs/musl-1.2.2 tries and fails to apply ${P}-CVE-2020-28928.patch which is now obsolete as for musl-1.2.2 this is patched upstream according to https://musl.libc.org/

Reproducible: Always
Comment 1 Alpha Bravo 2021-01-20 07:56:25 UTC
Fixed with:

--- musl-1.2.2.ebuild
+++ musl-1.2.2.ebuild
@@ -37,10 +37,6 @@
 QA_SONAME="/usr/lib/libc.so"
 QA_DT_NEEDED="/usr/lib/libc.so"

-PATCHES=(
-       "${FILESDIR}/${P}-CVE-2020-28928.patch"
-)
-
 is_crosscompile() {
        [[ ${CHOST} != ${CTARGET} ]]
 }
Comment 2 Ionen Wolkens gentoo-dev 2021-01-20 08:13:13 UTC
Created attachment 683830 [details]
build.log + emerge --info.txt

Indeed failing.

 * Applying musl-1.2.2-CVE-2020-28928.patch ...
/var/tmp/portage/sys-libs/musl-1.2.2/temp/environment: line 519: /var/tmp/portage/sys-libs/musl-1.2.2/files/musl-1.2.2-CVE-2020-28928.patch: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-01-20 09:09:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd978112c24ca46b82aadaa2111a0b443b652819

commit cd978112c24ca46b82aadaa2111a0b443b652819
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-01-20 09:09:07 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-01-20 09:09:28 +0000

    sys-libs/musl: drop stray CVE-2020-28928 patch
    
    Fix-by: Alpha Bravo
    Closes: https://bugs.gentoo.org/766252
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-libs/musl/musl-1.2.2.ebuild | 4 ----
 1 file changed, 4 deletions(-)
Comment 4 Ionen Wolkens gentoo-dev 2021-01-20 11:52:49 UTC
*** Bug 766267 has been marked as a duplicate of this bug. ***