Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 886535

Summary: net-analyzer/zabbix: drop support for obsolete dev-libs/libpcre
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Miroslav Šulc <fordfrog>
Status: RESOLVED FIXED    
Severity: normal CC: flow
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 837980    

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!