Bug 1146666
| Summary: | pdfbox 1.8.7 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gil cattaneo <puntogil> | ||||
| Component: | pdfbox | Assignee: | gil cattaneo <puntogil> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | orion | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | pdfbox-1.8.7-1.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-30 09:06:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1146661 | ||||||
| Attachments: |
|
||||||
|
Description
gil cattaneo
2014-09-25 17:38:50 UTC
I would love to give up pdfbox. 1.8.X is broken in F21+ due to bouncycastle changes, see bug 1100445. Could be updated in F20- I suppose. Created attachment 941294 [details]
port to bouncycastle 1.50
The patch should fix compatibility with bouncycastle 1.50
add also this to spec file
%pom_xpath_inject "pom:dependencies" '
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.50</version>
<optional>true</optional>
</dependency>' pdfbox
(In reply to Orion Poplawski from comment #1) > I would love to give up pdfbox. > > 1.8.X is broken in F21+ due to bouncycastle changes, see bug 1100445. Could > be updated in F20- I suppose. any news? thanks I don't have time/interest to work on pdfbox anymore. Happy to hand it off to anyone else. |