Changeset 83aca3e6b7bacf8e3ac54ed45f75d7c5264e903a
- Timestamp:
- 06/15/08 02:53:42
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213491222 -0700
- git-parent:
[c69ca05dbe5cb62b500b547a5953ab08a5a63b8c]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213491222 -0700
- Message:
Update freetype since security issues are present in 2.3.5.
Remove unneeded patch applied upstream.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rca0d8dc |
r83aca3e |
|
| 499 | 499 | freetype2: freetype-$(FREETYPE2_VERSION).tar.gz |
|---|
| 500 | 500 | $(EXTRACT_GZ) |
|---|
| 501 | | patch -p0 < Patches/freetype-cross.patch |
|---|
| 502 | 501 | |
|---|
| 503 | 502 | .freetype: freetype2 |
|---|
| r16bf23c |
r83aca3e |
|
| 56 | 56 | FONTCONFIG_VERSION=2.4.2 |
|---|
| 57 | 57 | FONTCONFIG_URL=http://fontconfig.org/release/fontconfig-$(FONTCONFIG_VERSION).tar.gz |
|---|
| 58 | | FREETYPE2_VERSION=2.3.5 |
|---|
| | 58 | FREETYPE2_VERSION=2.3.6 |
|---|
| 59 | 59 | FREETYPE2_URL=$(SF)/freetype/freetype-$(FREETYPE2_VERSION).tar.gz |
|---|
| 60 | 60 | FRIBIDI_VERSION=0.19.1 |
|---|