Package: xmlgraphics-commons / 2.11-1

Metadata

Package Version Patches format
xmlgraphics-commons 2.11-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 XMPSchemaAdapter.java Use UTC timezone when SOURCE_D.patch | (download)

src/main/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch] xmpschemaadapter.java: use utc timezone when
 SOURCE_DATE_EPOCH is set.

SOURCE_DATE_EPOCH specifies the timestamp, but needs to be rendered in
UTC timezone to ensure reproducible builds.

https://reproducible-builds.org/docs/source-date-epoch/

This is a follow-up to https://bugs.debian.org/978499 in apache fop,
as there is no way for fop itself to pass the timezone information for
some values.

no IOException OpenJdk17.patch | (download)

src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawJPEG.java | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 no ioexception is anymore thrown by write
 This can raise an error depending on the version of the JDK that is used.