Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Müller
db7b3a9382 exiv2: Backport patch to fix krita configure
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-24 19:10:09 +02:00
Andreas Müller
2b95c45bdd exiv2: upgrade 0.26 -> 0.27.0
* After trying different git versions without success got the easy way and
  steel from Fedora [1]
* extra settings in recipe can go

[1] https://src.fedoraproject.org/rpms/exiv2/tree/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-24 18:43:16 +02:00
Andreas Müller
cc7c316961 Revert "exiv2: upgrade 0.26 -> 0.27.0"
This went out too early: It causes build errors on depending recipes

This reverts commit 6c05f4d1d9.
2019-02-02 14:28:30 +01:00
Andreas Müller
6c05f4d1d9 exiv2: upgrade 0.26 -> 0.27.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-02-01 23:08:04 +01:00
Andreas Müller
006f2bde13 exiv2: add all CVE patches found ad fedora
see [1]

[1] https://src.fedoraproject.org/cgit/rpms/exiv2.git/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-04 20:27:28 +01:00
Andreas Müller
89354a3d4c exiv2: remove bogus do_install prepend
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-04 20:07:17 +01:00
Andreas Müller
e063abeaee exiv2: update SRC_URI
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-04 19:50:44 +01:00
Andreas Müller
88a6f64fe0 Revert "exiv2: updated to version 0.27.0 (#66)"
I breaks most dependent recipes

This reverts commit 9a781a7988.
2019-01-04 19:50:24 +01:00
Guillermo
9a781a7988 exiv2: updated to version 0.27.0 (#66)
* exiv2: updated to version 0.27.0

* exiv2: recipe for version 0.26 removed
2019-01-04 17:10:47 +01:00
wata2ki
64c3b5799e exiv2: Fix link failure caused by lost dependency on libpthread
0001-CMakeLists.txt-do-not-find-system-thread-library-it-.patch caused the following link error.

| CMakeFiles/Makefile2:277: recipe for target 'src/CMakeFiles/exiv2.dir/all' failed
| make[1]: *** [src/CMakeFiles/exiv2.dir/all] Error 2
| ../src/libexiv2.so.26.0.0: undefined reference to `pthread_rwlock_unlock'
| ../src/libexiv2.so.26.0.0: undefined reference to `pthread_rwlock_init'
| ../src/libexiv2.so.26.0.0: undefined reference to `pthread_rwlock_rdlock'
| ../src/libexiv2.so.26.0.0: undefined reference to `pthread_rwlock_destroy'
| ../src/libexiv2.so.26.0.0: undefined reference to `pthread_rwlock_wrlock'

These link error caused by lost dependency on libpthread.
This patch disables the TRY_RUN call in the -pthread test to avoid the original error.
With this change, 0001-CMakeLists.txt-do-not-find-system-thread-library-it-.patch can be deleted.

Signed-off-by: wata2ki <wata2ki@gmail.com>
2018-05-19 10:18:59 +02:00
Andreas Müller
95966ce14a exiv2: update 0.25 -> 0.26
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-08-24 00:53:38 +02:00
Luis Gustavo S. Barreto
faf42a24a7 exiv2: Add recipe for 0.25
Signed-off-by: Luis Gustavo S. Barreto <gustavo@ossystems.com.br>
2016-04-06 20:30:29 +00:00