Skip to content

Commit 0d14407

Browse files
Merge pull request #11 from kevinbackhouse/v0.28.6
Exiv2 version 0.28.6
2 parents 8dc2b32 + 5bfe264 commit 0d14407

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/exiv2.org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
deploy:
1414
strategy:
1515
matrix:
16-
EXIV2TAG: [v0.28.5]
16+
EXIV2TAG: [v0.28.6]
1717
runs-on: ubuntu-24.04
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}

website/master/news.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
<?xml version = '1.0'?>
22
<news>
33

4+
<newsitem>
5+
<date>2025-08-29</date>
6+
<title>Exiv2 v0.28.6</title>
7+
<abstract>Exiv2 v0.28.6</abstract>
8+
<desc>
9+
<ol>
10+
<li>Security fix</li>
11+
<li>Fix for CVE-2025-54080: Out-of-bounds read in Exiv2::EpsImage::writeMetadata() via crafted EPS file</li>
12+
<li>Fix for CVE-2025-55304: Quadratic performance in ICC profile parsing in JpegBase::readMetadata</li>
13+
</ol>
14+
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/3323" _target="_blank">Change List</a></p>
15+
</desc>
16+
</newsitem>
17+
418
<newsitem>
519
<date>2025-02-21</date>
620
<title>Exiv2 v0.28.5</title>

0 commit comments

Comments
 (0)