Accepting request 640543 from home:favogt:branches:Java:packages
- Update to 1.8.16: * [PDFBOX-4261] - Invalidated signature signing pdf twice * [PDFBOX-4276] - Multiply blend mode not detected * [PDFBOX-4283] - Allowing Rectangles with additional elements * [PDFBOX-4298] - NullPointerException when doing overlay * [PDFBOX-4316] - RemoveAllText does not delete all parameters with " operator * [PDFBOX-4274] - Get rid of warning about prerequisites * Improve skip duplicates (bsc#1111009, CVE-2018-11797) - Adjust fix-version.patch OBS-URL: https://build.opensuse.org/request/show/640543 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-pdfbox?expand=0&rev=19
This commit is contained in:
parent
bcb9d98508
commit
7b49cb8426
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 8 07:30:50 UTC 2018 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.16:
|
||||||
|
* [PDFBOX-4261] - Invalidated signature signing pdf twice
|
||||||
|
* [PDFBOX-4276] - Multiply blend mode not detected
|
||||||
|
* [PDFBOX-4283] - Allowing Rectangles with additional elements
|
||||||
|
* [PDFBOX-4298] - NullPointerException when doing overlay
|
||||||
|
* [PDFBOX-4316] - RemoveAllText does not delete all parameters with " operator
|
||||||
|
* [PDFBOX-4274] - Get rid of warning about prerequisites
|
||||||
|
* Improve skip duplicates (bsc#1111009, CVE-2018-11797)
|
||||||
|
- Adjust fix-version.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 2 09:00:09 UTC 2018 - fvogt@suse.com
|
Mon Jul 2 09:00:09 UTC 2018 - fvogt@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
|
# Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
|
||||||
Name: apache-pdfbox
|
Name: apache-pdfbox
|
||||||
Version: 1.8.15
|
Version: 1.8.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java PDF Library
|
Summary: Java PDF Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Index: pdfbox-1.8.15/pdfbox/build.xml
|
Index: pdfbox-1.8.16/pdfbox/build.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pdfbox-1.8.15.orig/pdfbox/build.xml
|
--- pdfbox-1.8.16.orig/pdfbox/build.xml
|
||||||
+++ pdfbox-1.8.15/pdfbox/build.xml
|
+++ pdfbox-1.8.16/pdfbox/build.xml
|
||||||
@@ -31,7 +31,7 @@
|
@@ -31,7 +31,7 @@
|
||||||
<property name="tool.dir" value="tools" />
|
<property name="tool.dir" value="tools" />
|
||||||
<property name="bin.dir" value="bin" />
|
<property name="bin.dir" value="bin" />
|
||||||
|
|
||||||
- <property name="project.version" value="1.8.14" />
|
- <property name="project.version" value="1.8.14" />
|
||||||
+ <property name="project.version" value="1.8.15" />
|
+ <property name="project.version" value="1.8.16" />
|
||||||
|
|
||||||
<!-- pdfbox -->
|
<!-- pdfbox -->
|
||||||
<property name="pdfbox.project.name" value="pdfbox"/>
|
<property name="pdfbox.project.name" value="pdfbox"/>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
<artifactId>pdfbox-parent</artifactId>
|
<artifactId>pdfbox-parent</artifactId>
|
||||||
<version>1.8.15</version>
|
<version>1.8.16</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
<artifactId>pdfbox-parent</artifactId>
|
<artifactId>pdfbox-parent</artifactId>
|
||||||
<version>1.8.15</version>
|
<version>1.8.16</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2d66fc193ae82b8926ed8467de0d6bcfc898d8d5433ac19b7299b720d01b03e
|
|
||||||
size 11078696
|
|
3
pdfbox-1.8.16-src.zip
Normal file
3
pdfbox-1.8.16-src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bde318e1d53fedd4cea6d693e3402595e7fa5229204d00f2f6b7fd2f959f7b9b
|
||||||
|
size 11079295
|
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
<artifactId>pdfbox-parent</artifactId>
|
<artifactId>pdfbox-parent</artifactId>
|
||||||
<version>1.8.15</version>
|
<version>1.8.16</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user