Files
exiv2/exiv2-build-date.patch
Dirk Mueller a3e1b00d4b - update to 0.28.0:
- long list of improvements and security fixes, see
   https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1529139799
- drop always-use-signed-char-for-conversion.patch (code no longer exists)
- drop CVE-2022-3953.patch (merged upstream)

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/exiv2?expand=0&rev=140
2023-06-19 20:08:56 +00:00

40 lines
1.5 KiB
Diff

Index: exiv2-0.28.0/samples/geotag.cpp
===================================================================
--- exiv2-0.28.0.orig/samples/geotag.cpp
+++ exiv2-0.28.0/samples/geotag.cpp
@@ -632,7 +632,7 @@ int getFileType(const char* path, Option
}
int version(const char* program) {
- printf("%s: %s %s\n", program, __DATE__, __TIME__);
+ printf("%s\n", program);
return 0;
}
Index: exiv2-0.28.0/src/version.cpp
===================================================================
--- exiv2-0.28.0.orig/src/version.cpp
+++ exiv2-0.28.0/src/version.cpp
@@ -422,8 +422,6 @@ void Exiv2::dumpLibraryInfo(std::ostream
output(os, keys, "debug", debug);
output(os, keys, "cplusplus", __cplusplus);
output(os, keys, "version", __VERSION__);
- output(os, keys, "date", __DATE__);
- output(os, keys, "time", __TIME__);
output(os, keys, "processpath", Exiv2::getProcessPath());
#ifdef EXV_ENABLE_NLS
output(os, keys, "localedir", EXV_LOCALEDIR);
Index: exiv2-0.28.0/cmake/Doxyfile.in
===================================================================
--- exiv2-0.28.0.orig/cmake/Doxyfile.in
+++ exiv2-0.28.0/cmake/Doxyfile.in
@@ -1202,7 +1202,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the