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

Commit

Permalink
Update exiv2 to 0.27.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jacalz authored and JoshStrobl committed Aug 11, 2020
1 parent d8ac7d0 commit 9c7cc12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 186 deletions.
156 changes: 0 additions & 156 deletions files/security/CVE-2019-13504.patch

This file was deleted.

7 changes: 3 additions & 4 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : exiv2
version : 0.27.2
release : 12
version : 0.27.3
release : 13
source :
- https://exiv2.org/builds/exiv2-0.27.2-Source.tar.gz : 2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
- https://github.com/Exiv2/exiv2/archive/v0.27.3.tar.gz : 6398bc743c32b85b2cb2a604273b8c90aa4eb0fd7c1700bf66cbb2712b4f00c1
license : GPL-2.0-or-later
component : desktop.library
summary : exif and iptc metadata manipulation library and tools
Expand All @@ -14,7 +14,6 @@ rundeps :
- devel :
- curl-devel
setup : |
%patch -p1 < $pkgfiles/security/CVE-2019-13504.patch
%cmake_ninja \
-DEXIV2_ENABLE_CURL=on \
-DEXIV2_ENABLE_DYNAMIC_RUNTIME=off \
Expand Down
35 changes: 9 additions & 26 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Source>
<Name>exiv2</Name>
<Packager>
<Name>F. von Gellhorn</Name>
<Email>[email protected]</Email>
<Name>Jacob Alzén</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.library</PartOf>
Expand All @@ -20,40 +20,23 @@
<PartOf>desktop.library</PartOf>
<Files>
<Path fileType="executable">/usr/bin/addmoddel</Path>
<Path fileType="executable">/usr/bin/convert-test</Path>
<Path fileType="executable">/usr/bin/easyaccess-test</Path>
<Path fileType="executable">/usr/bin/exifcomment</Path>
<Path fileType="executable">/usr/bin/exifdata</Path>
<Path fileType="executable">/usr/bin/exifdata-test</Path>
<Path fileType="executable">/usr/bin/exifprint</Path>
<Path fileType="executable">/usr/bin/exifvalue</Path>
<Path fileType="executable">/usr/bin/exiv2</Path>
<Path fileType="executable">/usr/bin/exiv2json</Path>
<Path fileType="executable">/usr/bin/geotag</Path>
<Path fileType="executable">/usr/bin/ini-test</Path>
<Path fileType="executable">/usr/bin/iotest</Path>
<Path fileType="executable">/usr/bin/iptceasy</Path>
<Path fileType="executable">/usr/bin/iptcprint</Path>
<Path fileType="executable">/usr/bin/iptctest</Path>
<Path fileType="executable">/usr/bin/key-test</Path>
<Path fileType="executable">/usr/bin/largeiptc-test</Path>
<Path fileType="executable">/usr/bin/metacopy</Path>
<Path fileType="executable">/usr/bin/mmap-test</Path>
<Path fileType="executable">/usr/bin/mrwthumb</Path>
<Path fileType="executable">/usr/bin/path-test</Path>
<Path fileType="executable">/usr/bin/prevtest</Path>
<Path fileType="executable">/usr/bin/stringto-test</Path>
<Path fileType="executable">/usr/bin/taglist</Path>
<Path fileType="executable">/usr/bin/tiff-test</Path>
<Path fileType="executable">/usr/bin/werror-test</Path>
<Path fileType="executable">/usr/bin/write-test</Path>
<Path fileType="executable">/usr/bin/write2-test</Path>
<Path fileType="executable">/usr/bin/xmpdump</Path>
<Path fileType="executable">/usr/bin/xmpparse</Path>
<Path fileType="executable">/usr/bin/xmpparser-test</Path>
<Path fileType="executable">/usr/bin/xmpprint</Path>
<Path fileType="executable">/usr/bin/xmpsample</Path>
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.2</Path>
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.3</Path>
<Path fileType="library">/usr/lib64/libexiv2.so.27</Path>
<Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/exiv2.mo</Path>
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/exiv2.mo</Path>
Expand Down Expand Up @@ -82,7 +65,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">exiv2</Dependency>
<Dependency release="13">exiv2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/exiv2/asfvideo.hpp</Path>
Expand Down Expand Up @@ -144,12 +127,12 @@
</Files>
</Package>
<History>
<Update release="12">
<Date>2019-11-05</Date>
<Version>0.27.2</Version>
<Update release="13">
<Date>2020-08-09</Date>
<Version>0.27.3</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
<Email>[email protected]</Email>
<Name>Jacob Alzén</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 9c7cc12

Please sign in to comment.