[Lunar-commits] r25390 - moonbase/trunk/libs/ncursesw

Florin Braescu florin at lunar-linux.org
Tue Aug 7 20:41:44 CEST 2007


Author: florin
Date: 2007-08-07 20:41:43 +0200 (Tue, 07 Aug 2007)
New Revision: 25390

Modified:
   moonbase/trunk/libs/ncursesw/BUILD
   moonbase/trunk/libs/ncursesw/DETAILS
Log:
add a patch to fix the bugs discovered by Coverity program

Modified: moonbase/trunk/libs/ncursesw/BUILD
===================================================================
--- moonbase/trunk/libs/ncursesw/BUILD	2007-08-07 16:00:32 UTC (rev 25389)
+++ moonbase/trunk/libs/ncursesw/BUILD	2007-08-07 18:41:43 UTC (rev 25390)
@@ -1,4 +1,7 @@
 (
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   if $(in_depends ncurses gpm); then
     OPTS+=" --with-gpm"
   else
@@ -33,7 +36,7 @@
                --mandir=/usr/share/man                   \
                --with-manpage-format=gzip                \
                --disable-termcap                         \
-               --enable-colorfgbg                        \
+	       --enable-colorfgbg                        \
                --with-terminfo-dirs=/usr/share/terminfo  \
                --enable-widec                            \
                $OPTS                                    &&

Modified: moonbase/trunk/libs/ncursesw/DETAILS
===================================================================
--- moonbase/trunk/libs/ncursesw/DETAILS	2007-08-07 16:00:32 UTC (rev 25389)
+++ moonbase/trunk/libs/ncursesw/DETAILS	2007-08-07 18:41:43 UTC (rev 25390)
@@ -2,14 +2,17 @@
              MOD=ncurses
          VERSION=5.6
           SOURCE=$MOD-$VERSION.tar.gz
+         SOURCE2=$MOD-$VERSION-coverity_fixes-1.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
    SOURCE_URL[0]=$GNU_URL/$MOD/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MOD/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
+     SOURCE2_VFY=sha1:c743e364b57bb9cc428c92c829182b3f54d93f29
         WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
          ENTERED=20070125
-         UPDATED=20070125
-           SHORT="Displays and updates text on text-only terminals."
+         UPDATED=20070807
+           SHORT="Displays and updates text on text-only terminals"
            PSAFE=no
 
 cat << EOF



More information about the Lunar-commits mailing list