Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 9c7cc12

Browse files
JacalzJoshStrobl
authored andcommitted
Update exiv2 to 0.27.3
Summary: **Summarized Changelog:** - Bug and security fixes. - Improved charset handling in UserComment, - Add support for various new camera bodies and lenses. - Other improvements. Full changelog can be found [here](Exiv2/exiv2#1018 (comment)). Test Plan: - Use RawTherapee with this version and make sure that my CR2 Raw files have correct Exif data. Reviewers: #triage_team, JoshStrobl Reviewed By: #triage_team, JoshStrobl Subscribers: JoshStrobl Tags: #security Differential Revision: https://dev.getsol.us/D9409
1 parent d8ac7d0 commit 9c7cc12

File tree

3 files changed

+12
-186
lines changed

3 files changed

+12
-186
lines changed

files/security/CVE-2019-13504.patch

-156
This file was deleted.

package.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name : exiv2
2-
version : 0.27.2
3-
release : 12
2+
version : 0.27.3
3+
release : 13
44
source :
5-
- https://exiv2.org/builds/exiv2-0.27.2-Source.tar.gz : 2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
5+
- https://github.com/Exiv2/exiv2/archive/v0.27.3.tar.gz : 6398bc743c32b85b2cb2a604273b8c90aa4eb0fd7c1700bf66cbb2712b4f00c1
66
license : GPL-2.0-or-later
77
component : desktop.library
88
summary : exif and iptc metadata manipulation library and tools
@@ -14,7 +14,6 @@ rundeps :
1414
- devel :
1515
- curl-devel
1616
setup : |
17-
%patch -p1 < $pkgfiles/security/CVE-2019-13504.patch
1817
%cmake_ninja \
1918
-DEXIV2_ENABLE_CURL=on \
2019
-DEXIV2_ENABLE_DYNAMIC_RUNTIME=off \

pspec_x86_64.xml

+9-26
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Source>
33
<Name>exiv2</Name>
44
<Packager>
5-
<Name>F. von Gellhorn</Name>
6-
<Email>[email protected]</Email>
5+
<Name>Jacob Alzén</Name>
6+
<Email>[email protected]</Email>
77
</Packager>
88
<License>GPL-2.0-or-later</License>
99
<PartOf>desktop.library</PartOf>
@@ -20,40 +20,23 @@
2020
<PartOf>desktop.library</PartOf>
2121
<Files>
2222
<Path fileType="executable">/usr/bin/addmoddel</Path>
23-
<Path fileType="executable">/usr/bin/convert-test</Path>
24-
<Path fileType="executable">/usr/bin/easyaccess-test</Path>
2523
<Path fileType="executable">/usr/bin/exifcomment</Path>
2624
<Path fileType="executable">/usr/bin/exifdata</Path>
27-
<Path fileType="executable">/usr/bin/exifdata-test</Path>
2825
<Path fileType="executable">/usr/bin/exifprint</Path>
2926
<Path fileType="executable">/usr/bin/exifvalue</Path>
3027
<Path fileType="executable">/usr/bin/exiv2</Path>
3128
<Path fileType="executable">/usr/bin/exiv2json</Path>
3229
<Path fileType="executable">/usr/bin/geotag</Path>
33-
<Path fileType="executable">/usr/bin/ini-test</Path>
34-
<Path fileType="executable">/usr/bin/iotest</Path>
3530
<Path fileType="executable">/usr/bin/iptceasy</Path>
3631
<Path fileType="executable">/usr/bin/iptcprint</Path>
37-
<Path fileType="executable">/usr/bin/iptctest</Path>
38-
<Path fileType="executable">/usr/bin/key-test</Path>
39-
<Path fileType="executable">/usr/bin/largeiptc-test</Path>
4032
<Path fileType="executable">/usr/bin/metacopy</Path>
41-
<Path fileType="executable">/usr/bin/mmap-test</Path>
4233
<Path fileType="executable">/usr/bin/mrwthumb</Path>
43-
<Path fileType="executable">/usr/bin/path-test</Path>
44-
<Path fileType="executable">/usr/bin/prevtest</Path>
45-
<Path fileType="executable">/usr/bin/stringto-test</Path>
4634
<Path fileType="executable">/usr/bin/taglist</Path>
47-
<Path fileType="executable">/usr/bin/tiff-test</Path>
48-
<Path fileType="executable">/usr/bin/werror-test</Path>
49-
<Path fileType="executable">/usr/bin/write-test</Path>
50-
<Path fileType="executable">/usr/bin/write2-test</Path>
5135
<Path fileType="executable">/usr/bin/xmpdump</Path>
5236
<Path fileType="executable">/usr/bin/xmpparse</Path>
53-
<Path fileType="executable">/usr/bin/xmpparser-test</Path>
5437
<Path fileType="executable">/usr/bin/xmpprint</Path>
5538
<Path fileType="executable">/usr/bin/xmpsample</Path>
56-
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.2</Path>
39+
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.3</Path>
5740
<Path fileType="library">/usr/lib64/libexiv2.so.27</Path>
5841
<Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/exiv2.mo</Path>
5942
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/exiv2.mo</Path>
@@ -82,7 +65,7 @@
8265
</Description>
8366
<PartOf>programming.devel</PartOf>
8467
<RuntimeDependencies>
85-
<Dependency release="12">exiv2</Dependency>
68+
<Dependency release="13">exiv2</Dependency>
8669
</RuntimeDependencies>
8770
<Files>
8871
<Path fileType="header">/usr/include/exiv2/asfvideo.hpp</Path>
@@ -144,12 +127,12 @@
144127
</Files>
145128
</Package>
146129
<History>
147-
<Update release="12">
148-
<Date>2019-11-05</Date>
149-
<Version>0.27.2</Version>
130+
<Update release="13">
131+
<Date>2020-08-09</Date>
132+
<Version>0.27.3</Version>
150133
<Comment>Packaging update</Comment>
151-
<Name>F. von Gellhorn</Name>
152-
<Email>[email protected]</Email>
134+
<Name>Jacob Alzén</Name>
135+
<Email>[email protected]</Email>
153136
</Update>
154137
</History>
155138
</PISI>

0 commit comments

Comments
 (0)