Commit Graph

69 Commits

Author SHA256 Message Date
afaf050774 * CVE-2018-5815 [bsc#1103206]
+ libraw-CVE-2018-5815.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=117
2018-08-01 11:43:03 +00:00
e1b5817de3 - security update
* CVE-2018-5813 [bsc#1103200]
    + libraw-CVE-2018-5813.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=116
2018-08-01 11:19:18 +00:00
8e814fb1ad - new upstream branch, version 0.19.x
* fixes CVE-2018-10529 and CVE-2018-10528, hence removing
    . libraw-CVE-2018-10528.patch
    . libraw-CVE-2018-10529.patch
  * the rest of changes at
    https://www.libraw.org/download#stable

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=115
2018-08-01 10:16:21 +00:00
c3cb886aa2 - security update
* CVE-2018-10528 [bsc#1091345]
    + libraw-CVE-2018-10528.patch
  * CVE-2018-10529 [bsc#1091346]
    + libraw-CVE-2018-10529.patch

- Updated to version 0.18.9:
  * samsung_load_raw: possible buffer overrun
  * rollei_load_raw: possible buffer overrun
  * nikon_coolscan_load_raw: possible buffer overrun, possible NULL pointer
  * find_green: possible stack overrun
  * parse_exif: possible stack overrun

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=113
2018-04-30 09:43:09 +00:00
0c2e0514b3 Accepting request 585017 from home:kbabioch:branches:graphics
- Updated to version 0.18.8:
  * leaf_hdr_load_raw: check for image pointer for demosaiced raw
  * NOKIARAW parser: check image dimensions readed from file
  * quicktake_100_load_raw: check width/height limits 
- Dropped libraw-glibc-2.27.patch: No longer needed

OBS-URL: https://build.opensuse.org/request/show/585017
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=111
2018-03-09 16:02:58 +00:00
99552b461f - fix build with glibc 2.27
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=107
2018-02-09 18:02:43 +00:00
d350ca6054 Accepting request 568785 from home:avindra
- updated to 0.18.7:
  * All legacy (RGB raw) image loaders checks for imgdata.image is
    not NULL
  * kodak_radc_load_raw: check image size before processing
  * legacy memory allocator:
    allocate max(widh, raw_width) * max(height, raw_height)
- partial cleanup with spec-cleaner
- other spec fixes:
  * switch to https site
  * remove executable bit from copyright
  * remove outdated comment about build parallelism

OBS-URL: https://build.opensuse.org/request/show/568785
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=105
2018-01-24 07:59:34 +00:00
34f6fd22fe - updated to 0.18.6:
* Fixed fuji_width handling if file is neither fuji nor DNG
  * Fixed xtrans interpolate for broken xtrans pattern
  * Fixed panasonic decoder

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=103
2017-12-14 12:30:00 +00:00
77089a8cae - updated to 0.18.5:
Fix for possible buffer overrun in kodak_65000 decoder
    Fix for possible heap overrun in Canon makernotes parser
    Fix for CVE-2017-13735
    CVE-2017-14265: Additional check for X-Trans CFA pattern data 
- remove upstreamed libraw-out-of-bounds-kodak.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=101
2017-09-25 12:52:49 +00:00
4ba6e1c1ea OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=98 2017-09-15 16:25:00 +00:00
d5362c2d87 - add libraw-CVE-2017-14348.patch [bsc#1058467]
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=97
2017-09-15 10:16:13 +00:00
c2a66f92ff - updated to 0.18.4:
* Fix for possible heap overrun in Canon makernotes parser
 * Fix for CVE-2017-13735
 * CVE-2017-14265: Additional check for X-Trans CFA pattern data
- remove libraw-CVE-2017-6887,6886.patch and
         libraw-CVE-2017-6890,6899.patch:
  no need to patch dcraw.c, it is not used

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=96
2017-09-15 09:35:46 +00:00
2a363e1fd3 - added missing parts of the fix for CVE-2017-6887
and CVE-2017-6886
    + libraw-CVE-2017-6887,6886.patch
- added missing fix for CVE-2017-6890 and CVE-2017-6899
  + libraw-CVE-2017-6890,6899.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=92
2017-05-23 07:48:34 +00:00
69bf0becdd - updated to 0.18.2:
Fixed several errors (Secunia advisory SA75000)
    ACES colorspace output option included in dcraw_emu help page
    Avoided possible 32-bit overflows in Sony metadata parser
    Phase One flat field code called even for half-size output  
    Camera Support: Sigma Quattro H
    Fixed bug in FujiExpoMidPointShift parser
    Fixed wrong black level in Sony A350
    Added standard integer types for VisualStudio 2008 and earlier

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=91
2017-05-23 06:55:24 +00:00
0de87bdcc7 - renaming libraw15 to libraw16 and amend spec file to avoid such
inconsistency [bsc#1021327]

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=89
2017-01-30 15:16:16 +00:00
4a572e43e1 LDFLAGS is wrong, must use LIBS
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=87
2017-01-11 10:48:03 +00:00
a5cc3d54b9 Accepting request 449647 from home:NicoK:branches:graphics
update to 0.18.0

looks like some disabled repos build just fine and could be re-enabled if desired, e.g. SLE_12

OBS-URL: https://build.opensuse.org/request/show/449647
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=85
2017-01-11 10:42:44 +00:00
144162e56f Accepting request 407664 from home:NicoK:branches:KDE:Extra
update to 0.17.2

OBS-URL: https://build.opensuse.org/request/show/407664
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=83
2016-07-10 22:39:00 +00:00
af37c4d226 Accepting request 397788 from home:1Antoine1:branches:graphics
- Complete libraw-0.17.1-gcc6-compatibility.patch to fix build
  on ppc as well

OBS-URL: https://build.opensuse.org/request/show/397788
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=81
2016-05-24 22:44:32 +00:00
47a3041ed5 Accepting request 397758 from home:1Antoine1:branches:graphics
- Fix build with GCC 6:
  * Add libraw-0.17.1-gcc6-compatibility.patch

(See openSUSE:Factory:Staging:A:DVD/libraw)

OBS-URL: https://build.opensuse.org/request/show/397758
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=80
2016-05-24 16:54:39 +00:00
d368b5b930 - updated to 1.17.1:
* fixed two errors found by fuzzer
* phase_one_correct always returns value; handle P1 return codes 
  in postprocessing
- removed upstreamedretval.diff

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=77
2015-12-03 14:00:23 +00:00
b54f86a05e - bump so version
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=74
2015-11-17 01:10:30 +00:00
845fb22859 - Update to new upstream release 0.17.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=73
2015-11-13 16:31:18 +00:00
38065c676b libraw-0.16.2
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=71
2015-06-06 19:12:46 +00:00
732f1228b2 - updated to 0.16.1:
* Fix for dcraw ljpeg_start() vulnerability.

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=69
2015-05-11 14:39:23 +00:00
b856e7a30c - updated to 0.16.0:
* removed 0001-build-fix-return-of-random-data.patch (upstreamed)
  * Support for new cameras:
    Baumer TXG14
    Blackmagic Cinema
    Canon EOS 70D, C500, S120, G16
    Fujifilm X-M1, X-A1, XE2, XQ1
    Hasselblad Lunar, Stellar
    Leica C, X VARIO
    Nikon D5200, P7800, D5300, D610, Df, 1 AW1
    Nokia Lumia 1020, 1520
    Olympus E-P5,E-M1, STYLUS1
    OmniVision OV5647 (Raspberry Pi)
    Panasonic LF1, GX7, GF6, GM1
    Pentax K-50, K-500, Q7,K-3
    Richon GR
    Samsung NX300, NX1100, NX2000, Galaxy NX (EK-GN120)

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=67
2014-01-30 13:55:49 +00:00
74b7cf35d1 - updated to 0.15.4:
Additional checks to data to prevent broken file opening
    New camera/format support:
        Richon GR
        Panasonic LF1
        Canon EOS 70D
        Sony RX100II, RX1R
        Olympus E-P5

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=65
2013-09-09 13:34:50 +00:00
ca65349860 - updated to 0.15.3:
* New camera/format support:
     OmniVision OV5647 (Raspberry Pi)
     Nikon D5200
     Panasonic DMC-GF6
  * Fixed decoding error for some Canon sRAW files.

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=63
2013-07-29 09:16:56 +00:00
c31288b39a - remove libraw-gcc27.patch, it is upstreamed yet
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=61
2013-06-12 11:00:26 +00:00
3f4cd9a299 Accepting request 178542 from home:jengelh:branches:graphics
- Update to new upstream release 0.15.2

OBS-URL: https://build.opensuse.org/request/show/178542
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=60
2013-06-11 13:52:33 +00:00
OBS User mrdocs
8314fed608 Accepting request 147957 from home:jengelh:branches:graphics
- SONAME changed in 0.14, but prior update omitted package name
  change libraw2 -> libraw5. Do it now.
- Use more robust make install call
- Remove redundant %clean section, and remove unused .la files
- Run fdupes to hardlink duplicate files

OBS-URL: https://build.opensuse.org/request/show/147957
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=58
2013-01-10 21:51:04 +00:00
2f79ff821d Accepting request 127641 from home:NicoK:branches:graphics
update to 0.14.7

OBS-URL: https://build.opensuse.org/request/show/127641
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=56
2012-07-11 16:21:03 +00:00
9db87d3ae6 Accepting request 109341 from home:dimstar:gcc47
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already.

OBS-URL: https://build.opensuse.org/request/show/109341
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=53
2012-03-15 16:38:33 +00:00
Ismail Dönmez
056a27d2fa - Stop using _service files
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=50
2011-08-24 11:53:34 +00:00
OBS User mrdocs
8236c6b1c8 fix build - source is now tar.gz, not bz2
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=44
2011-08-23 05:56:55 +00:00
8bd2f250e4 Accepting request 78399 from home:TheBlackCat:branches:graphics
- Made html document file non-executable (fix for RPMLINT warning)
- Cleaned up spec file formatting

OBS-URL: https://build.opensuse.org/request/show/78399
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=43
2011-08-10 11:17:01 +00:00
OBS User mrdocs
5f61f96409 Accepting request 73397 from home:NicoK:branches:graphics
update to 0.13.5

OBS-URL: https://build.opensuse.org/request/show/73397
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=41
2011-06-12 20:17:28 +00:00
OBS User buildservice-autocommit
5a4f440fd8 Updating link to change in openSUSE:Factory/libraw revision 14.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=81e36dbc475706daf634345c0c675cef
2011-03-14 15:51:53 +00:00
98f5797916 Accepting request 64037 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/64037
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=38
2011-03-14 08:57:30 +00:00
OBS User mrdocs
99ee2cb094 Accepting request 57489 from home:andreas_hanke:branches:graphics
reviewed ok Thanks for the fixes. Looks like a better solution.

OBS-URL: https://build.opensuse.org/request/show/57489
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=36
2011-01-07 22:01:23 +00:00
OBS User mrdocs
1df26ead93 Accepting request 57358 from KDE:Extra
reviewed ok Thanks for the update

OBS-URL: https://build.opensuse.org/request/show/57358
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=35
2011-01-07 14:16:57 +00:00
OBS User buildservice-autocommit
dc061a4f54 Updating link to change in openSUSE:Factory/libraw revision 9.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=d5b0a613237b3b5b005ff73ef70805d2
2011-01-03 09:52:34 +00:00
OBS User mrdocs
6cd955a039 Accepting request 56944 from home:andreas_hanke:branches:graphics
reviewed ok Thanks for the update Note for Factory this fixes a crash in shotwell  see: http://trac.yorba.org/ticket/3032 and http://www.libraw.org/node/534

OBS-URL: https://build.opensuse.org/request/show/56944
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=33
2010-12-30 23:16:00 +00:00
OBS User buildservice-autocommit
f0308a49dc Updating link to change in openSUSE:Factory/libraw revision 7.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=54eace7a520409583dcb7a71acda28af
2010-12-20 12:30:45 +00:00
OBS User mrdocs
da2195b777 add fdupes BR
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=31
2010-12-14 11:43:55 +00:00
OBS User mrdocs
a6c413e390 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=30 2010-12-14 11:31:19 +00:00
OBS User mrdocs
2144ded3a2 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=29 2010-12-14 10:38:11 +00:00
OBS User mrdocs
5f0a821166 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=26 2010-12-13 15:38:39 +00:00
OBS User mrdocs
a4c51c8d7f OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=25 2010-12-13 15:29:09 +00:00
OBS User mrdocs
b816aa4e09 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=24 2010-12-13 15:13:42 +00:00