|
Bugzilla – Full Text Bug Listing |
| Summary: | erlang: substitute bundled pcre for the system pcre. | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Victor Pereira <vpereira> |
| Component: | Incidents | Assignee: | Matwey Kornilov <matwey.kornilov> |
| Status: | RESOLVED WONTFIX | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | astieger, bwiedemann, cloud-bugs, matwey.kornilov, vpereira |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1049096 | ||
|
Description
Victor Pereira
2017-07-18 17:48:25 UTC
for the record: I tested that it is as easy as adding BuildRequires: pcre-devel Matwey, can you make the Factory package use the system pcre, please? Sure. I'll handle this. (In reply to Bernhard Wiedemann from comment #1) > for the record: I tested that it is as easy as adding > BuildRequires: pcre-devel In a local build, this does not seem to be sufficient. (In reply to Matwey Kornilov from comment #3) > Sure. I'll handle this. Thanks, assigning the issue to you. Moreover, pcre-devel is actually pulled by something else in build environment. So it is installed now. I will look how to force build use external pcre. https://github.com/erlang/otp/blob/master/erts/emulator/pcre/README.pcre_update.md It seems that Erlang bundles not vanilla PCRE version, but heavily modified. (In reply to Matwey Kornilov from comment #6) > https://github.com/erlang/otp/blob/master/erts/emulator/pcre/README. > pcre_update.md > > It seems that Erlang bundles not vanilla PCRE version, but heavily modified. Hmm, I see. Would you say that this currently prohibits using the system pcre? If so I think can close this as RESOLVED-WONTFIX. pcre bundled in Erlang is modified. pcre vulnerabilities may affect erlang which need to be individually resolved. Closing as WONTFIX. |