Commit Graph

  • 05292d2c55 Accepting request 1239301 from graphics factory Ana Guerrero 2025-01-22 15:31:20 +00:00
  • 59b781e766 Accepting request 1239301 from graphics slfo-main slfo-1.2 Ana Guerrero 2025-01-22 15:31:20 +00:00
  • 35207cc0f4 Accepting request 1239300 from home:msmeissn:branches:graphics Marcus Meissner 2025-01-21 14:18:49 +00:00
  • a8b1a056e6 - libexif-0.6.25 (2025-01-08): * REUSE compatibility (all files declare their license) * Translation updates: ro, de, es, ka, pl, sr, sv, uk, vi, zh_CN, * Disabled Apple Makernote support, as its not complete * various bugfixes * handle JPEG APP10 * EXIF_TAG_COMPOSITE_IMAGE, EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY, EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX, EXIF_TAG_ISO_SPEED, EXIF_TAG_ISO_SPEEDLatitudeYYY, EXIF_TAG_ISO_SPEEDLatitudeZZZ, EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE, EXIF_TAG_LENS_SPECIFICATION, EXIF_TAG_GAMMA, EXIF_TAG_OFFSET_TIME, EXIF_TAG_OFFSET_TIME_ORIGINAL, EXIF_TAG_OFFSET_TIME_DIGITIZED, EXIF_TAG_CAMERA_OWNER_NAME, EXIF_TAG_BODY_SERIAL_NUMBER, EXIF_TAG_LENS_MAKE, EXIF_TAG_LENS_MODEL, EXIF_TAG_LENS_SERIAL_NUMBER: better decoding Marcus Meissner 2025-01-21 14:18:49 +00:00
  • 0d11905c1c Accepting request 934523 from graphics Dominique Leuenberger 2021-12-01 19:46:50 +00:00
  • e10196d274 Accepting request 934523 from graphics Dominique Leuenberger 2021-12-01 19:46:50 +00:00
  • 2a0b6a32f8 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=44 Marcus Meissner 2021-11-27 15:49:45 +00:00
  • b8805b5f4b OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=44 Marcus Meissner 2021-11-27 15:49:45 +00:00
  • 8d513d89ac - libexif-0.6.24 (2021-11-25): * Translation updates: sr, vi, pl, uk, french * fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore * Decode lots of Canon tag names * removed empty strings from translation (empty string would translate to the PO info header) * various warning removals and code improvements * added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer) Marcus Meissner 2021-11-27 15:49:24 +00:00
  • a4d0c04eb7 - libexif-0.6.24 (2021-11-25): * Translation updates: sr, vi, pl, uk, french * fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore * Decode lots of Canon tag names * removed empty strings from translation (empty string would translate to the PO info header) * various warning removals and code improvements * added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer) Marcus Meissner 2021-11-27 15:49:24 +00:00
  • 1c723e8d01 Accepting request 918663 from graphics Dominique Leuenberger 2021-09-16 21:14:38 +00:00
  • 5440b80f68 Accepting request 918663 from graphics Dominique Leuenberger 2021-09-16 21:14:38 +00:00
  • 9c9263affd update Marcus Meissner 2021-09-13 07:13:50 +00:00
  • 66ec0fcfba update Marcus Meissner 2021-09-13 07:13:50 +00:00
  • 02cc5f3d12 - libexif-0.6.23 (2021-09-12): - Translation updates: es, pl, uk, fr - EXIF_TAG_SENSITIVITY_TYPE decoder added, added some more Exif 2.3 tags: EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX EXIF_TAG_ISO_SPEED EXIF_TAG_ISO_SPEEDLatitudeYYY EXIF_TAG_ISO_SPEEDLatitudeZZZ EXIF_TAG_OFFSET_TIME EXIF_TAG_OFFSET_TIME_ORIGINAL EXIF_TAG_OFFSET_TIME_DIGITIZED EXIF_TAG_IMAGE_DEPTH - be more relaxed to out of order JPG / EXIF dataheaders in files generated by some tools - default GPS IFD table added - Decode more Nikon Makernote tag names - Added Apple iOS Makernote - Security fixes: - CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content - CVE-2020-0452: compiler optimization could remove an a bufferoverflow check, making a buffer overflow possible with some EXIF tags - some more denial of service (compute time or stack exhaustion) counter-measures added that avoid minutes of decoding time with malformed files found by OSS-Fuzz Marcus Meissner 2021-09-13 07:05:55 +00:00
  • 6522748569 - libexif-0.6.23 (2021-09-12): - Translation updates: es, pl, uk, fr - EXIF_TAG_SENSITIVITY_TYPE decoder added, added some more Exif 2.3 tags: EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX EXIF_TAG_ISO_SPEED EXIF_TAG_ISO_SPEEDLatitudeYYY EXIF_TAG_ISO_SPEEDLatitudeZZZ EXIF_TAG_OFFSET_TIME EXIF_TAG_OFFSET_TIME_ORIGINAL EXIF_TAG_OFFSET_TIME_DIGITIZED EXIF_TAG_IMAGE_DEPTH - be more relaxed to out of order JPG / EXIF dataheaders in files generated by some tools - default GPS IFD table added - Decode more Nikon Makernote tag names - Added Apple iOS Makernote - Security fixes: - CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content - CVE-2020-0452: compiler optimization could remove an a bufferoverflow check, making a buffer overflow possible with some EXIF tags - some more denial of service (compute time or stack exhaustion) counter-measures added that avoid minutes of decoding time with malformed files found by OSS-Fuzz Marcus Meissner 2021-09-13 07:05:55 +00:00
  • 968e54e454 Accepting request 809029 from graphics Yuchen Lin 2020-05-26 15:49:29 +00:00
  • d1ee840212 Accepting request 809029 from graphics Yuchen Lin 2020-05-26 15:49:29 +00:00
  • 4a7735b648 * CVE-2020-13113: Potential use of uninitialized memory (bsc#1172105) * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes (bsc#1172116) Marcus Meissner 2020-05-26 12:23:13 +00:00
  • cacdb90cec * CVE-2020-13113: Potential use of uninitialized memory (bsc#1172105) * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes (bsc#1172116) Marcus Meissner 2020-05-26 12:23:13 +00:00
  • 532b532a93 Accepting request 807015 from graphics Dominique Leuenberger 2020-05-20 16:37:08 +00:00
  • 652c8ff73f Accepting request 807015 from graphics Dominique Leuenberger 2020-05-20 16:37:08 +00:00
  • 7c19a2e621 - removed patch: libexif-build-date.patch (done similar upstream) - CVE-2016-6328.patch: in upstream release - CVE-2017-7544.patch: in upstream release Marcus Meissner 2020-05-18 16:11:33 +00:00
  • 836f9b2472 - removed patch: libexif-build-date.patch (done similar upstream) - CVE-2016-6328.patch: in upstream release - CVE-2017-7544.patch: in upstream release Marcus Meissner 2020-05-18 16:11:33 +00:00
  • 2eb3fcaa91 - libexif-0.6.22 (2020-05-18) release: * New translations: ms * Updated translations for most languages * Fixed C89 compatibility * Fixed warnings on recent versions of autoconf * Some useful EXIF 2.3 tag added: * EXIF_TAG_GAMMA * EXIF_TAG_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE * EXIF_TAG_GPS_H_POSITIONING_ERROR * EXIF_TAG_CAMERA_OWNER_NAME * EXIF_TAG_BODY_SERIAL_NUMBER * EXIF_TAG_LENS_SPECIFICATION * EXIF_TAG_LENS_MAKE * EXIF_TAG_LENS_MODEL * EXIF_TAG_LENS_SERIAL_NUMBER * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others. * CVE-2018-20030: Fix for recursion DoS (bsc#1120943) * CVE-2020-13114: Time consumption DoS when parsing canon array markers * CVE-2020-13113: Potential use of uninitialized memory * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes * CVE-2020-0093: read overflow (bsc#1171847) * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs (bsc#1160770) * CVE-2020-12767: fixed division by zero (bsc#1171475) * CVE-2016-6328: fixed integer overflow when parsing maker notes (bsc#1171475) * CVE-2017-7544: fixed buffer overread (bsc#1059893) Marcus Meissner 2020-05-18 16:10:21 +00:00
  • 22dcc11fde - libexif-0.6.22 (2020-05-18) release: * New translations: ms * Updated translations for most languages * Fixed C89 compatibility * Fixed warnings on recent versions of autoconf * Some useful EXIF 2.3 tag added: * EXIF_TAG_GAMMA * EXIF_TAG_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE * EXIF_TAG_GPS_H_POSITIONING_ERROR * EXIF_TAG_CAMERA_OWNER_NAME * EXIF_TAG_BODY_SERIAL_NUMBER * EXIF_TAG_LENS_SPECIFICATION * EXIF_TAG_LENS_MAKE * EXIF_TAG_LENS_MODEL * EXIF_TAG_LENS_SERIAL_NUMBER * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others. * CVE-2018-20030: Fix for recursion DoS (bsc#1120943) * CVE-2020-13114: Time consumption DoS when parsing canon array markers * CVE-2020-13113: Potential use of uninitialized memory * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes * CVE-2020-0093: read overflow (bsc#1171847) * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs (bsc#1160770) * CVE-2020-12767: fixed division by zero (bsc#1171475) * CVE-2016-6328: fixed integer overflow when parsing maker notes (bsc#1171475) * CVE-2017-7544: fixed buffer overread (bsc#1059893) Marcus Meissner 2020-05-18 16:10:21 +00:00
  • c16c371087 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=35 Marcus Meissner 2020-05-18 16:08:22 +00:00
  • b1940fc096 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=35 Marcus Meissner 2020-05-18 16:08:22 +00:00
  • c9fd8ab7c4 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=34 Marcus Meissner 2020-05-18 16:08:11 +00:00
  • c564b8969a OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=34 Marcus Meissner 2020-05-18 16:08:11 +00:00
  • a86ec35555 Accepting request 568909 from graphics Dominique Leuenberger 2018-01-26 12:57:34 +00:00
  • 6b1d579c29 Accepting request 568909 from graphics Dominique Leuenberger 2018-01-26 12:57:34 +00:00
  • c2d5860c6f Accepting request 568875 from home:jengelh:branches:graphics Ismail Dönmez 2018-01-24 13:10:08 +00:00
  • bfddd3280c Accepting request 568875 from home:jengelh:branches:graphics Ismail Dönmez 2018-01-24 13:10:08 +00:00
  • 5eb1026cbf Accepting request 566573 from home:kbabioch:branches:graphics Marcus Meissner 2018-01-17 09:59:13 +00:00
  • 2923373f20 Accepting request 566573 from home:kbabioch:branches:graphics Marcus Meissner 2018-01-17 09:59:13 +00:00
  • f5c9ffc370 Accepting request 515431 from graphics Dominique Leuenberger 2017-08-21 09:33:23 +00:00
  • 6886b2a8c2 Accepting request 515431 from graphics Dominique Leuenberger 2017-08-21 09:33:23 +00:00
  • 0bddf95606 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=29 Marcus Meissner 2017-08-09 11:31:37 +00:00
  • 0da365ff63 OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=29 Marcus Meissner 2017-08-09 11:31:37 +00:00
  • 90291232c6 Accepting request 515133 from home:msmeissn:branches:graphics Ismail Dönmez 2017-08-08 13:37:48 +00:00
  • d76c86c6a4 Accepting request 515133 from home:msmeissn:branches:graphics Ismail Dönmez 2017-08-08 13:37:48 +00:00
  • a5d357aa95 Accepting request 246482 from graphics Stephan Kulow 2014-08-28 19:05:03 +00:00
  • ae6b840eb0 Accepting request 246482 from graphics Stephan Kulow 2014-08-28 19:05:03 +00:00
  • 9dfd4c6576 Accepting request 246480 from home:fcrozat:branches:graphics Marcus Meissner 2014-08-26 11:45:22 +00:00
  • 123a7f997b Accepting request 246480 from home:fcrozat:branches:graphics Marcus Meissner 2014-08-26 11:45:22 +00:00
  • aff91d2307 Accepting request 235842 from graphics Stephan Kulow 2014-06-02 05:00:28 +00:00
  • 1aef65e1d9 Accepting request 235842 from graphics Stephan Kulow 2014-06-02 05:00:28 +00:00
  • 6f8df41313 fix description to be UTF-8 Dirk Stoecker 2014-05-30 15:01:45 +00:00
  • 283655d979 fix description to be UTF-8 Dirk Stoecker 2014-05-30 15:01:45 +00:00
  • d2851a7368 Accepting request 235469 from graphics Stephan Kulow 2014-05-27 16:23:40 +00:00
  • 722180097d Accepting request 235469 from graphics Stephan Kulow 2014-05-27 16:23:40 +00:00
  • 5cef2c68dd Accepting request 235458 from home:elvigia:branches:graphics OBS User mrdocs 2014-05-26 23:38:41 +00:00
  • 4647354032 Accepting request 235458 from home:elvigia:branches:graphics OBS User mrdocs 2014-05-26 23:38:41 +00:00
  • f2b92da9c8 Accepting request 235330 from home:elvigia:branches:graphics Marcus Meissner 2014-05-26 10:13:56 +00:00
  • 4e52774e40 Accepting request 235330 from home:elvigia:branches:graphics Marcus Meissner 2014-05-26 10:13:56 +00:00
  • 2bf6ec7b39 Accepting request 127809 from graphics Ismail Dönmez 2012-07-13 09:31:52 +00:00
  • 74aa6dfd10 Accepting request 127809 from graphics Ismail Dönmez 2012-07-13 09:31:52 +00:00
  • ca10e9e9de tarball was replaced Marcus Meissner 2012-07-13 05:33:39 +00:00
  • f4bf8a62e8 tarball was replaced Marcus Meissner 2012-07-13 05:33:39 +00:00
  • 6e740bb8f6 - updated to 0.6.21 * Fixed some buffer overflows in exif_entry_format_value() This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of Google Security Team * Fixed an off-by-one error in exif_convert_utf16_to_utf8() This can cause a one-byte NUL write past the end of the buffer. This fixes CVE-2012-2840 * Don't read past the end of a tag when converting from UTF-16 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of Google Security Team * Fixed an out of bounds read on corrupted input The EXIF_TAG_COPYRIGHT tag ought to be, but perhaps is not, NUL-terminated. This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of Google Security Team * Fixed a buffer overflow problem in exif_entry_get_value If the application passed in a buffer length of 0, then it would be treated as the buffer had unlimited length. This fixes CVE-2012-2841 * Fix a buffer overflow on corrupt EXIF data. This fixes bug #3434540 and fixes part of CVE-2012-2836 Reported by Yunho Kim * Fix a buffer overflow on corrupted JPEG data An unsigned data length might wrap around when decremented below zero, bypassing sanity checks on length. This code path can probably only occur if exif_data_load_data() is called directly by the application on data that wasn't parsed by libexif itself. This solves the other part of CVE-2012-2836 * Fixed some possible division-by-zeros in Olympus-style makernotes Marcus Meissner 2012-07-12 20:04:02 +00:00
  • 9c3fc0fbb7 - updated to 0.6.21 * Fixed some buffer overflows in exif_entry_format_value() This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of Google Security Team * Fixed an off-by-one error in exif_convert_utf16_to_utf8() This can cause a one-byte NUL write past the end of the buffer. This fixes CVE-2012-2840 * Don't read past the end of a tag when converting from UTF-16 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of Google Security Team * Fixed an out of bounds read on corrupted input The EXIF_TAG_COPYRIGHT tag ought to be, but perhaps is not, NUL-terminated. This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of Google Security Team * Fixed a buffer overflow problem in exif_entry_get_value If the application passed in a buffer length of 0, then it would be treated as the buffer had unlimited length. This fixes CVE-2012-2841 * Fix a buffer overflow on corrupt EXIF data. This fixes bug #3434540 and fixes part of CVE-2012-2836 Reported by Yunho Kim * Fix a buffer overflow on corrupted JPEG data An unsigned data length might wrap around when decremented below zero, bypassing sanity checks on length. This code path can probably only occur if exif_data_load_data() is called directly by the application on data that wasn't parsed by libexif itself. This solves the other part of CVE-2012-2836 * Fixed some possible division-by-zeros in Olympus-style makernotes Marcus Meissner 2012-07-12 20:04:02 +00:00
  • d050272465 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:23:24 +00:00
  • 1af442ae5b replace license with spdx.org variant Stephan Kulow 2011-12-06 17:23:24 +00:00
  • a21818eac8 Autobuild autoformatter for 56705 Ruediger Oertel 2010-12-28 23:16:04 +00:00
  • 2b7c860b5b Autobuild autoformatter for 56705 Ruediger Oertel 2010-12-28 23:16:04 +00:00
  • 3b3eb02b8e Accepting request 56705 from graphics Ruediger Oertel 2010-12-28 23:15:48 +00:00
  • 2e01ded30c Accepting request 56705 from graphics Ruediger Oertel 2010-12-28 23:15:48 +00:00
  • 2b9cf2103c Accepting request 56672 from home:a_jaeger:branches:openSUSE:Factory OBS User mrdocs 2010-12-23 19:31:29 +00:00
  • 2a493b3588 Accepting request 56672 from home:a_jaeger:branches:openSUSE:Factory OBS User mrdocs 2010-12-23 19:31:29 +00:00
  • b92690777a Autobuild autoformatter for 56286 Lars Vogdt 2010-12-19 12:06:43 +00:00
  • 731c7bf62d Autobuild autoformatter for 56286 Lars Vogdt 2010-12-19 12:06:43 +00:00
  • dff83a0ccb Updating link to change in openSUSE:Factory/libexif revision 26.0 OBS User buildservice-autocommit 2010-12-19 12:06:43 +00:00
  • 24d6038559 Updating link to change in openSUSE:Factory/libexif revision 26.0 OBS User buildservice-autocommit 2010-12-19 12:06:43 +00:00
  • 2759a4693a Accepting request 56286 from graphics Lars Vogdt 2010-12-19 12:06:36 +00:00
  • d5b3779cb4 Accepting request 56286 from graphics Lars Vogdt 2010-12-19 12:06:36 +00:00
  • e36f27ba2d - shared library packaging policy , new package libexif12 Marcus Meissner 2010-12-17 16:10:36 +00:00
  • 3f71d1b85b - shared library packaging policy , new package libexif12 Marcus Meissner 2010-12-17 16:10:36 +00:00
  • e1c4dcc431 baselib name changed Marcus Meissner 2010-12-17 16:09:52 +00:00
  • 3f09934067 baselib name changed Marcus Meissner 2010-12-17 16:09:52 +00:00
  • 768d5c02e1 fixed requires Marcus Meissner 2010-12-17 15:00:45 +00:00
  • 8762ceb46f fixed requires Marcus Meissner 2010-12-17 15:00:45 +00:00
  • 9b24cc9df7 - shared library packaging policy Marcus Meissner 2010-12-17 14:48:55 +00:00
  • c50241fb04 - shared library packaging policy Marcus Meissner 2010-12-17 14:48:55 +00:00
  • c744011ff8 shared lib packaging Marcus Meissner 2010-12-17 14:48:13 +00:00
  • 974cb0634e shared lib packaging Marcus Meissner 2010-12-17 14:48:13 +00:00
  • bae23eef78 - updated to 0.6.20 * New translations: bs, tr * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR, pt, ru, sk, sq, sr, sv, vi, zh_CN * Fixed some problems in the write-exif.c example program * Stop listing -lm as a required library for dynamic linking in libexif.pc * Turned on the --enable-silent-rules configure option * Changed a lot of strings to make the case of the text more consistent * exif_entry_dump() now displays the correct tag name for GPS tags * Fixed some invalid format specifiers that caused problems on some platforms * Display rational numbers with the right number of significant figures - remove "la" files * Enhanced support of Canon and Olympus makernotes - fixed endless loop problem in exif_content_remove_entry() - rpmlint fixes Marcus Meissner 2010-12-17 14:43:21 +00:00
  • 94f1fbe937 - updated to 0.6.20 * New translations: bs, tr * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR, pt, ru, sk, sq, sr, sv, vi, zh_CN * Fixed some problems in the write-exif.c example program * Stop listing -lm as a required library for dynamic linking in libexif.pc * Turned on the --enable-silent-rules configure option * Changed a lot of strings to make the case of the text more consistent * exif_entry_dump() now displays the correct tag name for GPS tags * Fixed some invalid format specifiers that caused problems on some platforms * Display rational numbers with the right number of significant figures - remove "la" files * Enhanced support of Canon and Olympus makernotes - fixed endless loop problem in exif_content_remove_entry() - rpmlint fixes Marcus Meissner 2010-12-17 14:43:21 +00:00
  • 6cfe02b0fe Accepting request 38661 from graphics OBS User autobuild 2010-04-24 09:58:08 +00:00
  • 52e5f4e246 Accepting request 38661 from graphics OBS User autobuild 2010-04-24 09:58:08 +00:00
  • 5634190c9c Accepting request 38658 from home:coolo:branches:openSUSE:Factory Stephan Kulow 2010-04-24 09:51:03 +00:00
  • a3126e7400 Accepting request 38658 from home:coolo:branches:openSUSE:Factory Stephan Kulow 2010-04-24 09:51:03 +00:00
  • 05138eed7a Updating link to change in openSUSE:Factory/libexif revision 21.0 OBS User buildservice-autocommit 2010-03-18 15:02:38 +00:00
  • f9e7848148 Accepting request 38661 from graphics OBS User autobuild 2010-04-24 09:58:09 +00:00
  • 8ef7d17ad1 Updating link to change in openSUSE:Factory/libexif revision 21.0 OBS User buildservice-autocommit 2010-03-18 15:02:38 +00:00
  • c008bb6961 Accepting request 38661 from graphics OBS User autobuild 2010-04-24 09:58:09 +00:00
  • 6f3d3d648c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libexif?expand=0&rev=21 OBS User autobuild 2010-03-18 15:02:38 +00:00
  • 79060182a1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libexif?expand=0&rev=21 OBS User autobuild 2010-03-18 15:02:38 +00:00
  • f7e40065ec Accepting request 29155 from graphics OBS User autobuild 2010-01-14 15:30:51 +00:00
  • 742ff813b7 Accepting request 29155 from graphics OBS User autobuild 2010-01-14 15:30:51 +00:00