- Update to version 1.8.12
- CVE-2016-2175 (pdfbox only, which isn't build by this spec) OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-pdfbox?expand=0&rev=3
This commit is contained in:
parent
36df925443
commit
6c4a8b32d0
3
_service
Normal file
3
_service
Normal file
@ -0,0 +1,3 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
</services>
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 08:43:53 UTC 2016 - fvogt@suse.com
|
||||
|
||||
- Update to version 1.8.12
|
||||
- CVE-2016-2175 (pdfbox only, which isn't build by this spec)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 12:32:36 UTC 2016 - fvogt@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
|
||||
|
||||
Name: apache-pdfbox
|
||||
Version: 1.8.11
|
||||
Version: 1.8.12
|
||||
Release: 0
|
||||
Summary: Java PDF Library
|
||||
License: Apache-2.0
|
||||
|
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.pdfbox</groupId>
|
||||
<artifactId>pdfbox-parent</artifactId>
|
||||
<version>1.8.11</version>
|
||||
<version>1.8.12</version>
|
||||
<relativePath>../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.pdfbox</groupId>
|
||||
<artifactId>pdfbox-parent</artifactId>
|
||||
<version>1.8.11</version>
|
||||
<version>1.8.12</version>
|
||||
<relativePath>../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:160a2d058325845234eaa6b5ae23535b9226aadb4e570a1a76f7106a00653b1b
|
||||
size 11026359
|
3
pdfbox-1.8.12-src.zip
Normal file
3
pdfbox-1.8.12-src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3365b395564d40e0f5e77e96a88dc9dd452634f912e400aac8422d51f660cd0
|
||||
size 11055835
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.pdfbox</groupId>
|
||||
<artifactId>pdfbox-parent</artifactId>
|
||||
<version>1.8.11</version>
|
||||
<version>1.8.12</version>
|
||||
<relativePath>../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -178,6 +178,9 @@
|
||||
<exclude>src/main/resources/META-INF/services/*</exclude>
|
||||
<exclude>src/test/resources/input/rendering/*.ai</exclude>
|
||||
<exclude>src/test/resources/input/*.txt</exclude>
|
||||
<exclude>src/test/resources/org/apache/pdfbox/filter/*.bin</exclude>
|
||||
<exclude>src/test/resources/org/apache/pdfbox/encryption/*.der</exclude>
|
||||
<exclude>src/test/resources/org/apache/pdfbox/encryption/*.pfx</exclude>
|
||||
<exclude>download/glyphlist.txt</exclude>
|
||||
<exclude>release.properties</exclude>
|
||||
</excludes>
|
Loading…
x
Reference in New Issue
Block a user