Bug 460300
Summary: | netpbm: use system jasper instead of embedded copy | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomas Hoger <thoger> | ||||
Component: | netpbm | Assignee: | Jindrich Novy <jnovy> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | pknirsch, rdieter | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-08-27 14:18:20 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Applied, thanks! |
Created attachment 315091 [details] netpbm.spec patch - Use system jasper library Description of problem: netpbm-progs include two converter programs to convert from/to JPEG2000 format. To support that format, jasper library is used. netpbm source code contains embedded jasper copy, which is used by default. To avoid having to patch jasper bugs and/or security issues separately in netpbm, system jasper library should be used. Version-Release number of selected component (if applicable): netpbm-10.35.48-1 Attached is a .spec file patch that should achieve that.