platform/upstream/libpng.git
4 years agoBump to 1.6.37 58/223758/1 accepted/tizen/unified/20200211.055817 submit/tizen/20200210.061949
jiyong.min [Tue, 4 Feb 2020 00:44:58 +0000 (09:44 +0900)]
Bump to 1.6.37

Change-Id: Ifae98d447d8be60278d638c636caca01cbbe1e1c

4 years agoImported Upstream version 1.6.37 into tizen 57/223757/1
jiyong.min [Mon, 3 Feb 2020 06:06:55 +0000 (15:06 +0900)]
Imported Upstream version 1.6.37 into tizen

Change-Id: Iedfbde635766e13b00dae546e7003e7a24da71a0

4 years agoImported Upstream version 1.6.37 60/223660/1 upstream/1.6.37
jiyong.min [Sun, 2 Feb 2020 23:03:37 +0000 (08:03 +0900)]
Imported Upstream version 1.6.37

Change-Id: I0f046799eb5da533ef493571ef967481495a26ab

4 years agoRemove '_PNG_COLOR_PICK_ENABLED_' and add '__TIZEN__' 24/222424/3 accepted/tizen/unified/20200116.101934 submit/tizen/20200115.060552 submit/tizen/20200115.231429
jiyong.min [Wed, 15 Jan 2020 01:42:46 +0000 (10:42 +0900)]
Remove '_PNG_COLOR_PICK_ENABLED_' and add '__TIZEN__'

  '__TIZEN__' is added because of difference with opensource

Change-Id: I4940ee2f0d063c944d7625c0cbe143e2a0c877b0

4 years agoMerge "Fix wrong ordinal(index) for 'png_read_image_with_pick_color'" into tizen accepted/tizen/unified/20191114.042557 submit/tizen/20191113.020537
Jiyong Min [Wed, 13 Nov 2019 02:04:32 +0000 (02:04 +0000)]
Merge "Fix wrong ordinal(index) for 'png_read_image_with_pick_color'" into tizen

4 years ago[packaging] Fix runtime error with enabled UBSan 14/217214/1 accepted/tizen/unified/20191111.105526 submit/tizen/20191110.224221
Mikhail Kashkarov [Thu, 7 Nov 2019 12:49:52 +0000 (15:49 +0300)]
[packaging] Fix runtime error with enabled UBSan

Neon-specific functions are written in asm, UBSan do not instument user's asm,
this leads to runtime errors.

Change-Id: I9a661821187a37b10d7423d8b52c09d3997e2ada
Signed-off-by: Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
4 years agoFix wrong ordinal(index) for 'png_read_image_with_pick_color' 10/216510/5
jiyong.min [Sun, 27 Oct 2019 23:52:01 +0000 (08:52 +0900)]
Fix wrong ordinal(index) for 'png_read_image_with_pick_color'

 - 245 was already used for 'png_image_write_to_memory'
  and 'png_read_image_with_pick_color' was defined as 250
  in 'scripts/symbols.def'.

 - Just the ordinals are used to check build, not used in runtime.

Change-Id: Ice36cb4f45268e2f41e40b3b11a5406ef0ab48ba

5 years agoMerge Upstream version 1.6.36 from branch 'upstream' into tizen 70/196770/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.011657 accepted/tizen/5.5/unified/mobile/hotfix/20201027.074158 accepted/tizen/unified/20190107.065448 submit/tizen/20190104.062230 submit/tizen_5.5/20191031.000007 submit/tizen_5.5_mobile_hotfix/20201026.185107 tizen_5.5.m2_release
jiyong.min [Thu, 3 Jan 2019 07:36:14 +0000 (16:36 +0900)]
Merge Upstream version 1.6.36 from branch 'upstream' into tizen

Change-Id: Id7e09620c614fc2b18e75c89f8d14b20bead16db

5 years agoImported Upstream version 1.6.36 07/196507/1 upstream/1.6.36
jiyong.min [Wed, 2 Jan 2019 02:14:25 +0000 (11:14 +0900)]
Imported Upstream version 1.6.36

Change-Id: I7dbd4c4ae0ff9a3fde971cda9146037fac5e54bc

6 years agoDisable warnings in libpng 92/166992/2 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.030021 accepted/tizen/unified/20180125.060639 submit/tizen/20180125.005554 submit/tizen_5.0/20181101.000007
Jiyong Min [Mon, 15 Jan 2018 02:18:08 +0000 (11:18 +0900)]
Disable warnings in libpng

If the warning is enabled, it make assert with error code sometimes.
After it is disabled, it return error or broken image.

Change-Id: Ic58183af96f5103b549fb7a2b9a44b0a4283150c

6 years agoModify define for TV product 88/141388/1 accepted/tizen/4.0/unified/20170816.013539 accepted/tizen/4.0/unified/20170828.222835 accepted/tizen/unified/20170802.150935 submit/tizen/20170731.234939 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100006 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release
Jiyong Min [Mon, 31 Jul 2017 08:18:50 +0000 (17:18 +0900)]
Modify define for TV product
(requested by VD)

Change-Id: Ie38ee74691ad22dfe303a3a3b512842dcc9828c6
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
6 years agoApply CVE-2016-10087 fix null-pointer-dereference bug in png_set_text_2() 02/127702/2 accepted/tizen/unified/20170518.182519 submit/tizen/20170518.062407 submit/tizen/20170608.062931 submit/tizen/20170609.014843 tizen_4.0.m1_release
Jiyong Min [Fri, 28 Apr 2017 09:40:07 +0000 (18:40 +0900)]
Apply CVE-2016-10087 fix null-pointer-dereference bug in png_set_text_2()

Fixed a potential null pointer dereference in png_set_text_2() (bug report
and patch by Patrick Keshishian).
https://nvd.nist.gov/vuln/detail/CVE-2016-10087

Change-Id: Ie90ccd0772335cbf0715bfd6da0a3d5c1b6eff99
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
7 years agoMerge "Change license from Zlib to Libpng" into tizen accepted/tizen/unified/20170412.152619 submit/tizen/20170412.045238
Haejeong Kim [Wed, 12 Apr 2017 04:51:43 +0000 (21:51 -0700)]
Merge "Change license from Zlib to Libpng" into tizen

7 years agoChange license from Zlib to Libpng 74/124574/1
Haejeong Kim [Wed, 12 Apr 2017 00:52:04 +0000 (09:52 +0900)]
Change license from Zlib to Libpng

Change-Id: I51f0c3eec29201b77e962e2f524115ef03bc124c

7 years agoAdd color pick enabled feature for product TV 74/86574/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170105.024652 accepted/tizen/3.0.m2/tv/20170105.024836 accepted/tizen/3.0.m2/wearable/20170105.025006 accepted/tizen/3.0/common/20161114.111037 accepted/tizen/3.0/ivi/20161011.050510 accepted/tizen/3.0/mobile/20161015.033628 accepted/tizen/3.0/tv/20161016.004852 accepted/tizen/3.0/wearable/20161015.083150 accepted/tizen/common/20160907.154638 accepted/tizen/ivi/20160908.044144 accepted/tizen/mobile/20160908.043214 accepted/tizen/tv/20160908.043928 accepted/tizen/unified/20170309.035952 accepted/tizen/wearable/20160908.044035 submit/tizen/20160907.074000 submit/tizen_3.0.m2/20170104.093753 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000004 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003 submit/tizen_unified/20170308.100414
Jiyong Min [Thu, 1 Sep 2016 08:02:56 +0000 (17:02 +0900)]
Add color pick enabled feature for product TV

Change-Id: I339ca379d7b7cea44dc7dbccfa08c6254e519152
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agopackaging: bump to 1.6.21 61/59261/1 accepted/tizen/ivi/20160218.025254 accepted/tizen/mobile/20160213.090508 accepted/tizen/tv/20160213.090851 accepted/tizen/wearable/20160213.091144 submit/tizen/20160212.035027 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006
Vineeth TM [Fri, 12 Feb 2016 02:33:08 +0000 (11:33 +0900)]
packaging: bump to 1.6.21

Change-Id: Iefbe2641c1c54c5207236c406bd81683aac0c15f
Signed-off-by: Vineeth TM <vineeth.tm@samsung.com>
8 years agoMerge Upstream version 1.6.21 from branch 'upstream' into tizen 60/59260/1
Vineeth TM [Fri, 12 Feb 2016 02:27:56 +0000 (11:27 +0900)]
Merge Upstream version 1.6.21 from branch 'upstream' into tizen

Change-Id: I9312c36014032a1b5b379d2fa24fe2d313439e25
Signed-off-by: Vineeth TM <vineeth.tm@samsung.com>
8 years agoImported Upstream version 1.6.21 52/59252/1 upstream/1.6.21
Vineeth TM [Fri, 12 Feb 2016 01:37:21 +0000 (10:37 +0900)]
Imported Upstream version 1.6.21

Change-Id: Ifa4d3c76fa216e06d6a77f6011a881d7486b565a
Signed-off-by: Vineeth TM <vineeth.tm@samsung.com>
9 years agopackaging: depend on the same release tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20150113.085643 accepted/tizen/ivi/20150117.065506 accepted/tizen/mobile/20150224.002817 accepted/tizen/tv/20150324.014558 accepted/tizen/wearable/20150129.005745 submit/tizen_common/20150108.143100 submit/tizen_common/20150109.165001 submit/tizen_common/20150112.085690 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20150116.074017 submit/tizen_ivi/20150116.222222 submit/tizen_ivi/20150116.444444 submit/tizen_ivi/20150116.666666 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000001 submit/tizen_tv/20150130.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000002 submit/tizen_tv/20150323.050640 submit/tizen_wearable/20150127.000001 submit/tizen_wearable/20150128.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
Philippe Coval [Thu, 8 Jan 2015 13:26:56 +0000 (14:26 +0100)]
packaging: depend on the same release

Change-Id: Icefd16b44a7fb44f43e2ae3a806d3b24f8af7e94
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agopackaging: arm: enable neon
Philippe Coval [Thu, 8 Jan 2015 13:25:16 +0000 (14:25 +0100)]
packaging: arm: enable neon

Change-Id: Iccf5ed208401cbee3902279399b5ac9cbb06cfbb
Bug-Tizen: TC-1841
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agopackaging: Bump to 1.6.13 40/30640/2 submit/tizen_common/20150108.105100
Corentin Lecouvey [Fri, 7 Nov 2014 14:09:52 +0000 (15:09 +0100)]
packaging: Bump to 1.6.13

clean up spec file

- change tag group
- change license name
- remove useless dependency

Change-Id: I5c561567462cbb89ef852ad5aa53d019c4e5cae3
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Bug-Tizen: TC-1841
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoresetting manifest requested domain to floor
Alexandru Cornea [Mon, 1 Jul 2013 16:09:48 +0000 (19:09 +0300)]
resetting manifest requested domain to floor

Change-Id: I43fab9dba15cbb511ee14f3d55a9d0d1d276e35a

9 years agoFixed package groups
Anas Nashif [Fri, 22 Mar 2013 18:02:00 +0000 (11:02 -0700)]
Fixed package groups

Change-Id: Ib691577e15b720bba92a3f5669ecffe4fd19f5f0

9 years agoAdd multi-lib support
Patrick McCarty [Mon, 4 Feb 2013 21:33:15 +0000 (13:33 -0800)]
Add multi-lib support

Change-Id: I553e21f6347e0ca48ad12f20642276ffec13d1e4

9 years agofixed packaging
Anas Nashif [Sun, 4 Nov 2012 15:07:26 +0000 (07:07 -0800)]
fixed packaging

Change-Id: I3cd33491e3eafd4d7c944d4ef99bbf28de62f203

9 years agopackaging: Intial packaging for Tizen
Anas Nashif [Sun, 4 Nov 2012 15:06:52 +0000 (07:06 -0800)]
packaging: Intial packaging for Tizen

Change-Id: If873636defb50c93eb6bbe6e4c8841e16342bf9c

9 years agoImported Upstream version 1.6.13 sandbox/pcoval/previous/upstream upstream/1.6.13
Philippe Coval [Fri, 21 Nov 2014 11:14:55 +0000 (12:14 +0100)]
Imported Upstream version 1.6.13

11 years agoImported Upstream version 1.2.50 upstream/1.2.50
Anas Nashif [Sun, 4 Nov 2012 15:06:51 +0000 (07:06 -0800)]
Imported Upstream version 1.2.50