Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850523 - dev-libs/openssl-1.1.1o ignores patches
Summary: dev-libs/openssl-1.1.1o ignores patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-07 19:23 UTC by Alex Xu (Hello71)
Modified: 2022-06-07 21:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Xu (Hello71) 2022-06-07 19:23:58 UTC
PATCHES=(
	"${FILESDIR}"/${PN}-1.1.0j-parallel_install_fix.patch #671602
	"${FILESDIR}"/${PN}-1.1.1i-riscv32.patch
	"${FILESDIR}"/${P}-test-fixes-expiry.patch
)

S="${WORKDIR}/${MY_P}"

# force upgrade to prevent broken login, bug 696950
RDEPEND+=" !<net-misc/openssh-8.0_p1-r3"

MULTILIB_WRAPPED_HEADERS=(
	usr/include/openssl/opensslconf.h
)

PATCHES=(
	"${WORKDIR}"/${P}-test-fixes-expiry.patch
)
Comment 1 Larry the Git Cow gentoo-dev 2022-06-07 19:48:38 UTC
The bug has been closed via the following commit(s):

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

commit 8ed39c475241a1c75cf4c6dc890f08932941e16a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-07 19:48:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-07 19:48:23 +0000

    dev-libs/openssl: fix PATCHES
    
    Closes: https://bugs.gentoo.org/850523
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/openssl/openssl-1.1.1o.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)