| OLD | NEW |
| 1 Name: icu | 1 Name: icu |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 Version: 4.6 | 3 Version: 4.6 |
| 4 License: MIT | 4 License: MIT |
| 5 Security Critical: yes | 5 Security Critical: yes |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 This directory contains the source code of ICU 4.6 for C/C++ | 8 This directory contains the source code of ICU 4.6 for C/C++ |
| 9 | 9 |
| 10 1. It was obtained with the following: | 10 1. It was obtained with the following: |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 | 241 |
| 242 22. Fix time zone handling and compilation on iOS. | 242 22. Fix time zone handling and compilation on iOS. |
| 243 - patches/ios_timezone.patch | 243 - patches/ios_timezone.patch |
| 244 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 | 244 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 |
| 245 - http://bugs.icu-project.org/trac/ticket/8661 | 245 - http://bugs.icu-project.org/trac/ticket/8661 |
| 246 | 246 |
| 247 23. Fix a buffer overflow in utext | 247 23. Fix a buffer overflow in utext |
| 248 - patches/utext.patch | 248 - patches/utext.patch |
| 249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 | 249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 |
| 250 | 250 |
| 251 24. Fix compilation errors on VS2012. | 251 24. Fix compilation errors on VS2012 and above. |
| 252 - patches/vs2012.patch | 252 - patches/vs2012.patch |
| 253 | 253 |
| 254 25. Fix a buffer overflow in UTF-16/32 detection. | 254 25. Fix a buffer overflow in UTF-16/32 detection. |
| 255 - patches/csetdet.patch | 255 - patches/csetdet.patch |
| 256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 | 256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 |
| 257 | 257 |
| 258 | 258 |
| 259 | 259 |
| OLD | NEW |