Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886535 - net-analyzer/zabbix: drop support for obsolete dev-libs/libpcre
Summary: net-analyzer/zabbix: drop support for obsolete dev-libs/libpcre
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 837980
  Show dependency tree
 
Reported: 2022-12-18 04:25 UTC by Sam James
Modified: 2022-12-18 07:49 UTC (History)
1 user (show)

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:25:44 UTC
The ebuild currently has USE=pcre and USE=pcre2. Please drop USE=pcre2 and make USE=pcre mean "support for libpcre2", as libpcre1 is EOL. Thanks!
Comment 1 Miroslav Šulc gentoo-dev 2022-12-18 07:07:13 UTC
only versions 6.0 and 6.2 support (also) pcre2, 4.0 and 5.0 don't support pcre2 afaik, only pcre, but they are still not eol'd. what shall we do? i can drop pcre from 6.0 and 6.2, but i can't from the older versions.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 07:11:17 UTC
It's okay to just drop pcre1 in favour of pcre2 where you can, it's ok to keep older versions with pcre1 only until they naturally get removed. No hurry, it's more about just removing it where it's easy.
Comment 3 Larry the Git Cow gentoo-dev 2022-12-18 07:45:52 UTC
The bug has been closed via the following commit(s):

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

commit d02e97dfbdd28bd2ed253c685bb7b4a1e665f1f6
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-12-18 07:45:38 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-12-18 07:45:50 +0000

    net-analyzer/zabbix: dropped pcre2 use flag from unstable 6.0.x and 6.2.x
    
    Closes: https://bugs.gentoo.org/886535
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 net-analyzer/zabbix/zabbix-6.0.11.ebuild | 22 ++++------------------
 net-analyzer/zabbix/zabbix-6.0.12.ebuild | 22 ++++------------------
 net-analyzer/zabbix/zabbix-6.2.5.ebuild  | 22 ++++------------------
 net-analyzer/zabbix/zabbix-6.2.6.ebuild  | 22 ++++------------------
 4 files changed, 16 insertions(+), 72 deletions(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 07:49:40 UTC
Thank you!