summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pino Toscano [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
Remove private dependencies from the cmake config file
Forwarded: no
Last-Update: 2023-11-15
The cmake config file requires the private dependencies used by exiv2; since
those are needed only for static linking, and that there are no static
libraries, simply stop requiring them in the cmake config file.
Gbp-Pq: Name cmake-no-private.diff
Pino Toscano [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
Tweak AdditionOverflowInLoaderExifJpeg for 32bit unsigned char OSes
Last-Update: 2023-07-16
Forwarded: not-needed
AdditionOverflowInLoaderExifJpeg expects an overflow to happen on 32bit
architectures; due to the way LoaderExifJpeg & StringValueBase work and the
test data is fabricated, the overflow happens only architectures with signed
char.
Tweak AdditionOverflowInLoaderExifJpeg to account for this, by not expecting an
overflow in case the architecture has unsigned char (e.g. ARM and POWER).
For more discussion and notes, see: https://github.com/Exiv2/exiv2/issues/933
Gbp-Pq: Name tests-overflow-skip-unsigned-char-23bit.diff
Pino Toscano [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
Remove private/static markers from the pkg-config file
Forwarded: no
Last-Update: 2023-06-21
The pkg-config file lists as as private the internal libraries used by exiv2.
The problem is that those private markers require the availability of those
other pkg-config files to make exiv2.pc usable; since those are needed only
for static linking, and that there are no static libraries, simply delete them
to make exiv2.pc usable again.
Gbp-Pq: Name pkgconfig-no-private.diff
Pino Toscano [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
Remove references to non-free excluded content
Forwarded: not-needed
Last-Update: 2023-07-15
Gbp-Pq: Name non-free.diff
Peter Michael Green [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
exiv2 (0.28.3+dfsg-2+rpi1) trixie-staging; urgency=medium
* Update symbols file for raspbian.
[dgit import unpatched exiv2 0.28.3+dfsg-2+rpi1]
Peter Michael Green [Mon, 30 Sep 2024 23:40:44 +0000 (23:40 +0000)]
Import exiv2_0.28.3+dfsg-2+rpi1.debian.tar.xz
[dgit import tarball exiv2 0.28.3+dfsg-2+rpi1 exiv2_0.28.3+dfsg-2+rpi1.debian.tar.xz]
Pino Toscano [Sat, 13 Jul 2024 10:56:53 +0000 (12:56 +0200)]
Import exiv2_0.28.3+dfsg.orig.tar.xz
[dgit import orig exiv2_0.28.3+dfsg.orig.tar.xz]