Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886537 - www-servers/nginx: drop support for obsolete dev-libs/libpcre
Summary: www-servers/nginx: drop support for obsolete dev-libs/libpcre
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 837980
  Show dependency tree
 
Reported: 2022-12-18 04:26 UTC by Sam James
Modified: 2024-12-22 01:57 UTC (History)
2 users (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:26:17 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-22 01:57:41 UTC
I'm confused about the support in the ebuild, too.

In 1.27.3-r1 at least, I see:
```
	pcre? ( dev-libs/libpcre:= )
	pcre2? ( dev-libs/libpcre2:= )
	pcre-jit? ( dev-libs/libpcre:=[jit] )
[...]
	nginx_modules_http_rewrite? ( dev-libs/libpcre:= )
```

1. Should USE=pcre-jit be using libpcre2? Is it obsolete or relevant still with USE=pcre2?
2. Does http_rewrite support pcre2?