From 83aca3e6b7bacf8e3ac54ed45f75d7c5264e903a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 14 Jun 2008 17:53:42 -0700 Subject: [PATCH] Update freetype since security issues are present in 2.3.5. Remove unneeded patch applied upstream. --- extras/contrib/src/Makefile | 1 - .../contrib/src/Patches/freetype-cross.patch | 23 ------------------- extras/contrib/src/packages.mak | 2 +- 3 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 extras/contrib/src/Patches/freetype-cross.patch diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index fc3e434661..1cbb348088 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -498,7 +498,6 @@ freetype-$(FREETYPE2_VERSION).tar.gz: freetype2: freetype-$(FREETYPE2_VERSION).tar.gz $(EXTRACT_GZ) - patch -p0 < Patches/freetype-cross.patch .freetype: freetype2 ifdef HAVE_CYGWIN diff --git a/extras/contrib/src/Patches/freetype-cross.patch b/extras/contrib/src/Patches/freetype-cross.patch deleted file mode 100644 index fd1d75ff45..0000000000 --- a/extras/contrib/src/Patches/freetype-cross.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- freetype2/builds/unix/configure Tue Jul 3 07:41:45 2007 -+++ freetype2/builds/unix/configure.new Mon Sep 24 10:42:30 2007 -*************** -*** 3269,3277 **** - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_prog_CC_BUILD="${build-gcc}" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done ---- 3269,3277 ---- - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_prog_CC_BUILD="${build}-gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak index 692ee63d66..66ab55faff 100644 --- a/extras/contrib/src/packages.mak +++ b/extras/contrib/src/packages.mak @@ -55,7 +55,7 @@ GETTEXT_VERSION=0.17 GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz FONTCONFIG_VERSION=2.4.2 FONTCONFIG_URL=http://fontconfig.org/release/fontconfig-$(FONTCONFIG_VERSION).tar.gz -FREETYPE2_VERSION=2.3.5 +FREETYPE2_VERSION=2.3.6 FREETYPE2_URL=$(SF)/freetype/freetype-$(FREETYPE2_VERSION).tar.gz FRIBIDI_VERSION=0.19.1 FRIBIDI_URL=http://fribidi.org/download/fribidi-$(FRIBIDI_VERSION).tar.gz -- 2.39.2