Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886541 - app-crypt/mkp224o: drop support for obsolete dev-libs/libpcre
Summary: app-crypt/mkp224o: drop support for obsolete dev-libs/libpcre
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-12-18 04:27 UTC by Sam James
Modified: 2022-12-18 11:12 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 04:27:46 UTC
The ebuild currently has USE=pcre2. Please drop USE=pcre2 and instead default to pcre2 support as libpcre1 is EOL. Thanks!
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 04:28:11 UTC
Oh, I see it doesn't support libpcre at all.
Comment 2 Matthew Smith gentoo-dev 2022-12-18 09:50:48 UTC
Should USE=pcre2 be renamed to something else (like USE=regex) if libpcre2 is the only option?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 09:51:54 UTC
(In reply to Matthew Smith from comment #2)
> Should USE=pcre2 be renamed to something else (like USE=regex) if libpcre2
> is the only option?

Yeah, I think maybe USE=pcre or USE=regex (I'd say pcre, as it's a "feature flag" at this point to say "I want PCRE capable regex stuff support").
Comment 4 Larry the Git Cow gentoo-dev 2022-12-18 11:12:24 UTC
The bug has been referenced in the following commit(s):

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

commit 56e7435cd1acfdbaaea2103c574789c513fef777
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-12-18 10:46:19 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-12-18 11:11:07 +0000

    app-crypt/mkp224o: rename pcre2 use flag to pcre
    
    Bug: https://bugs.gentoo.org/886541
    Closes: https://github.com/gentoo/gentoo/pull/28701
    Acked-by: Sam James <sam@gentoo.org>
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 app-crypt/mkp224o/metadata.xml                                      | 2 +-
 app-crypt/mkp224o/{mkp224o-1.6.1.ebuild => mkp224o-1.6.1-r1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)