[Lunar-commits] <moonbase> pango: fix buffer overflow

Paul Bredbury brebs at lunar-linux.org
Thu Mar 3 04:55:19 CET 2011


commit fbcb03b52fc1612d31722d9956466412c9ae8547
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Thu Mar 3 10:55:19 2011 +0700

    pango: fix buffer overflow
---
 libs/pango/BUILD   |    2 ++
 libs/pango/DETAILS |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/libs/pango/BUILD b/libs/pango/BUILD
index 3dc8970..8ef14f5 100644
--- a/libs/pango/BUILD
+++ b/libs/pango/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 1  &&
+
   # Unwanted doc
   rm -f README.win32  &&
 
diff --git a/libs/pango/DETAILS b/libs/pango/DETAILS
index 7e54300..8179cab 100644
--- a/libs/pango/DETAILS
+++ b/libs/pango/DETAILS
@@ -2,11 +2,14 @@
            MAJOR=1.28
          VERSION=$MAJOR.3
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=pango-1.28.3-CVE-2011-0020.patch.bz2
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:e72887d6e147b9abf54628c003836e61d97767a1
+     SOURCE2_VFY=sha1:a4177bc36eb133c2326cf2272f0a5f812734c08b
         WEB_SITE=http://www.pango.org
          ENTERED=20020313
-         UPDATED=20101005
+         UPDATED=20110228
            SHORT="A library for text layout and rendering"
 
 cat << EOF


More information about the Lunar-commits mailing list