%patchN. OBS-URL: https://build.opensuse.org/package/show/graphics/exif?expand=0&rev=17
177 lines
6.7 KiB
Plaintext
177 lines
6.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 22 07:49:37 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 07:42:44 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
|
|
|
- fixed an endiannes issue that broke exif -i option on big endian.
|
|
- 0001-pass-in-unsinged-int-related-to-https-github.com-lib.patch
|
|
- 0001-second-fix-for-https-github.com-libexif-exif-issues-.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 06:41:17 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
|
|
|
- updated to exif 0.6.22:
|
|
* New translations: ast, fur, ko, ms, pt_BR, ru, tr
|
|
* Updated translations: many!
|
|
* Fix a number of compiler and automake warnings
|
|
* Fix the --remove option when no tag is specified.
|
|
* Escape special XML characters in xml mode.
|
|
* Add many continuous integration builds
|
|
* Add more regression tests
|
|
* Fixup IFD 1 tags when adding or removing a thumbnail.
|
|
* Fix the XML tags used in --ids format.
|
|
* Fix a memory leak when no arguments are given.
|
|
* Enable AM_SILENT_RULES by default.
|
|
* Make sure the tag buffer in show_entry_xml is NUL-terminated.
|
|
* Eliminated unnecessary remove() calls in jpeg_data_save_file.
|
|
* Close files before logging the error.
|
|
* Install a SIGPIPE handler to stop generating a signal on pipe failures.
|
|
* Fix cross-compilation with pkg-config
|
|
* Use GP_CHECK_LIBRARY to look for popt.
|
|
* Include strings to translate from libjpeg/jpeg-data.c
|
|
* Fixed a double free by initializing data variable to NULL
|
|
* Check that JPEGs start with 0xff
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 22 13:18:52 UTC 2014 - meissner@suse.com
|
|
|
|
- build with PIE
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 12 20:13:50 UTC 2012 - meissner@suse.com
|
|
|
|
- * Prevent NULL pointer dereference on out of memory situation.
|
|
Such a situation could be created when processing an extremely
|
|
large JPEG file.
|
|
* libjpeg/jpeg-data.c: Fixed bug that caused exif to read past the end
|
|
of a buffer. At worst, data->size would underflow which would cause
|
|
a gigantic read past the end of the heap buffer and likely
|
|
subsequent crash, which would only happen with a corrupted
|
|
input file. It might be possible to copy sensitive information
|
|
from process memory.
|
|
This fixes CVE-2012-2845
|
|
- lots of translation updates
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/obsolete tags/sections from specfile
|
|
(cf. packaging guidelines)
|
|
- Use %_smp_mflags for parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 17 15:56:53 CET 2010 - meissner@suse.de
|
|
|
|
- updated to exif 0.6.20:
|
|
* New translation: ro
|
|
* Updated translations: it, lv, sk
|
|
* --no-fixup now honoured during --create-exif to not create default tags
|
|
* Fixed crash when not enough components were given to --set-value
|
|
* Made --set-value more forgiving of whitespace
|
|
* Allow --set-value on UNDEFINED tags (treating them as byte arrays)
|
|
* Honour --machine-readable with --show-mnote and --show-description
|
|
* Turned on the --enable-silent-rules configure option
|
|
* Adding or removing a thumbnail can be done simultaneously with other options
|
|
* Allow --create-exif to be used in place of an input file
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 15 17:01:48 CET 2009 - meissner@suse.de
|
|
|
|
- exif-0.6.19 (2009-11-12):
|
|
* New translations: fi, ja
|
|
* Updated translations: sv, vi, zh_CN
|
|
* Fixed alignment of --list-tags header with --width
|
|
|
|
- exif-0.6.18 (2009-10-08):
|
|
* New translations: is, it, lv
|
|
* Updated translations: da, de, id, nl, pl, sk, sv, vi, zh_CN
|
|
* Fixed alignment of tables in locales with multibyte character encoding
|
|
(sfbug #2034873)
|
|
* Allow setting --tag=0 (needed for the GPS IFD)
|
|
* --ifd is now honoured while displaying tag contents
|
|
* --create-exif now creates mandatory EXIF tags with default data
|
|
* --no-fixup disables attempts to fix tags in existing files
|
|
* --width option sets width of output lines
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 8 17:25:48 CET 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.6.17
|
|
* Fixed the output of -s and -t when iconv is configured
|
|
* Updated translations: pl
|
|
* Added translations: id nl sk sv vi zh_CN
|
|
* Fixed a double character encoding conversion problem with recent
|
|
GNU gettext because version >= 0.10.36 does the conversion of message
|
|
texts itself.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 20 16:47:04 CEST 2008 - meissner@suse.de
|
|
|
|
- upgraded to 0.6.16.1:
|
|
* Fixed the output of -s and -t when iconv is configured
|
|
* Updated translations: pl
|
|
* Added translations: id nl sk sv vi zh_CN
|
|
* Fixed a double character encoding conversion problem with recent
|
|
GNU gettext because version >= 0.10.36 does the conversion of message
|
|
texts itself.
|
|
- upgraded to 0.6.16:
|
|
* Updated translations: pl
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 23 21:44:33 CEST 2007 - meissner@suse.de
|
|
|
|
- upgraded to 0.6.15:
|
|
- misc build fixes and cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 10:27:11 CET 2007 - aj@suse.de
|
|
|
|
- Fix BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:35:46 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 17:25:01 CEST 2005 - meissner@suse.de
|
|
|
|
- Upgraded to 0.6.13 version.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 13 12:49:28 CET 2005 - meissner@suse.de
|
|
|
|
- Bugfixes, mnote printing enhanced.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 29 13:36:27 CEST 2004 - meissner@suse.de
|
|
|
|
- Upgraded to 0.6.10: stability fixes mostly and 0.6.* libexif
|
|
support.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 26 10:36:04 CET 2004 - hmacht@suse.de
|
|
|
|
- building as non-root
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 23 16:05:38 CET 2004 - meissner@suse.de
|
|
|
|
- No longer use libmnote, it is now integrated into libexif.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 5 12:30:44 CEST 2003 - meissner@suse.de
|
|
|
|
- use libmnote.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 12 19:01:55 CEST 2003 - postadal@suse.cz
|
|
|
|
- initial version 0.6
|
|
* small command-line utility to show and change EXIF information hidden in JPEG files
|
|
|