[Lunar-commits] r18604 - moonbase/trunk/utils/lcdproc

Dennis Veatch stumbles at lunar-linux.org
Thu Feb 9 15:38:04 UTC 2006


Author: stumbles
Date: 2006-02-09 15:38:01 +0000 (Thu, 09 Feb 2006)
New Revision: 18604

Modified:
   moonbase/trunk/utils/lcdproc/BUILD
   moonbase/trunk/utils/lcdproc/DETAILS
Log:

Fixed buffer overflow and format string vulnerabilities in the
client communications code.

Removed annoying "client crashed" message

And that's all.



Modified: moonbase/trunk/utils/lcdproc/BUILD
===================================================================
--- moonbase/trunk/utils/lcdproc/BUILD	2006-02-09 07:04:16 UTC (rev 18603)
+++ moonbase/trunk/utils/lcdproc/BUILD	2006-02-09 15:38:01 UTC (rev 18604)
@@ -1,7 +1,6 @@
 (
 
-    ./configure  --host=$HOST       \
-                 --target=$TARGET   \
+    ./configure  --target=$TARGET   \
                  --prefix=/usr      \
                  --sysconfdir=/etc  \
                  $OPTS              &&

Modified: moonbase/trunk/utils/lcdproc/DETAILS
===================================================================
--- moonbase/trunk/utils/lcdproc/DETAILS	2006-02-09 07:04:16 UTC (rev 18603)
+++ moonbase/trunk/utils/lcdproc/DETAILS	2006-02-09 15:38:01 UTC (rev 18604)
@@ -1,19 +1,20 @@
            MODULE=lcdproc
-         VERSION=0.4.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://lcdproc.omnipotent.net/
-   SOURCE_URL[1]=$SFORGE_URL/lcdproc/
+         VERSION=0.4.5
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=$SFORGE_URL/lcdproc/
+   SOURCE_URL[1]=http://lcdproc.omnipotent.net/
+      SOURCE_VFY=sha1:9680b83d18da8569e8f58d6d0b7b0158f543c94d
         WEB_SITE=http://lcdproc.omnipotent.net
          ENTERED=20020116
-         UPDATED=20020116
+         UPDATED=20060209
            SHORT="lcdproc provides a support for small lcd displays"
+#    GCC_WRAPPERS=off
+#PSAFE=no
 cat << EOF
-
 lcdproc provides a server/client interface for small text based
 charicter display, eg 4x20 display. The lcdproc server runs a
 deamon, and clients connect to the server and tell it what to
 display. Anything can be displayed cpu info, mp3 song, firewall,
 etc, etc. See the web page for more details about clients and
 screens.
-
 EOF



More information about the Lunar-commits mailing list