summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jiyong.min [Tue, 26 May 2020 07:08:16 +0000 (16:08 +0900)]
apply APNG patch for libpng 1.6.37
- Source: https://sourceforge.net/projects/libpng-apng/files/libpng16/1.6.37/
Change-Id: Ia52efd43c855629d815d7c2b35a06bef737a8b53
jiyong.min [Tue, 4 Feb 2020 00:44:58 +0000 (09:44 +0900)]
Bump to 1.6.37
Change-Id: Ifae98d447d8be60278d638c636caca01cbbe1e1c
jiyong.min [Mon, 3 Feb 2020 06:06:55 +0000 (15:06 +0900)]
Imported Upstream version 1.6.37 into tizen
Change-Id: Iedfbde635766e13b00dae546e7003e7a24da71a0
jiyong.min [Sun, 2 Feb 2020 23:03:37 +0000 (08:03 +0900)]
Imported Upstream version 1.6.37
Change-Id: I0f046799eb5da533ef493571ef967481495a26ab
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
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
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>
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
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
jiyong.min [Wed, 2 Jan 2019 02:14:25 +0000 (11:14 +0900)]
Imported Upstream version 1.6.36
Change-Id: I7dbd4c4ae0ff9a3fde971cda9146037fac5e54bc
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
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>
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>
Haejeong Kim [Wed, 12 Apr 2017 04:51:43 +0000 (21:51 -0700)]
Merge "Change license from Zlib to Libpng" into tizen
Haejeong Kim [Wed, 12 Apr 2017 00:52:04 +0000 (09:52 +0900)]
Change license from Zlib to Libpng
Change-Id: I51f0c3eec29201b77e962e2f524115ef03bc124c
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>
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>
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>
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>
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>
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>
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>
Alexandru Cornea [Mon, 1 Jul 2013 16:09:48 +0000 (19:09 +0300)]
resetting manifest requested domain to floor
Change-Id: I43fab9dba15cbb511ee14f3d55a9d0d1d276e35a
Anas Nashif [Fri, 22 Mar 2013 18:02:00 +0000 (11:02 -0700)]
Fixed package groups
Change-Id: Ib691577e15b720bba92a3f5669ecffe4fd19f5f0
Patrick McCarty [Mon, 4 Feb 2013 21:33:15 +0000 (13:33 -0800)]
Add multi-lib support
Change-Id: I553e21f6347e0ca48ad12f20642276ffec13d1e4
Anas Nashif [Sun, 4 Nov 2012 15:07:26 +0000 (07:07 -0800)]
fixed packaging
Change-Id: I3cd33491e3eafd4d7c944d4ef99bbf28de62f203
Anas Nashif [Sun, 4 Nov 2012 15:06:52 +0000 (07:06 -0800)]
packaging: Intial packaging for Tizen
Change-Id: If873636defb50c93eb6bbe6e4c8841e16342bf9c
Philippe Coval [Fri, 21 Nov 2014 11:14:55 +0000 (12:14 +0100)]
Imported Upstream version 1.6.13
Anas Nashif [Sun, 4 Nov 2012 15:06:51 +0000 (07:06 -0800)]
Imported Upstream version 1.2.50