Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast


Modified Files:
        ChangeLog configure.in libast.spec 


Log Message:
Mon Jan 23 14:29:26 2006                        Michael Jennings (mej)

0.7 final release.  Includes fix for CVE-2006-0224 buffer overflow
discovered by Rosiello Security.  Details can be found at
http://www.rosiello.org/en/read_bugs.php?id=25
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- ChangeLog   22 Dec 2005 23:28:55 -0000      1.140
+++ ChangeLog   23 Jan 2006 19:31:53 -0000      1.141
@@ -758,3 +758,9 @@
 
 Fixed auto-detection of Imlib2.  :-(
 ----------------------------------------------------------------------
+Mon Jan 23 14:29:26 2006                        Michael Jennings (mej)
+
+0.7 final release.  Includes fix for CVE-2006-0224 buffer overflow
+discovered by Rosiello Security.  Details can be found at
+http://www.rosiello.org/en/read_bugs.php?id=25
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- configure.in        7 Jun 2005 20:32:37 -0000       1.25
+++ configure.in        23 Jan 2006 19:31:53 -0000      1.26
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.25 2005/06/07 20:32:37 mej Exp $
+dnl# $Id: configure.in,v 1.26 2006/01/23 19:31:53 mej Exp $
 
 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
 test "x$ACLOCAL" = "x" && ACLOCAL=aclocal
@@ -71,7 +71,7 @@
     [  --with-pedantry         add -Werror -std=c99 -pedantic to CFLAGS],
     [
         if test "$withval" != "no"; then
-            CFLAGS="$CFLAGS -Wall -Werror -std=c99 -pedantic"
+            CFLAGS="$CFLAGS -Wall -Werror -std=c99"
             AC_DEFINE(STRICT_ISO_C99, 1, [Defined if strict ISO C99 
(9899:1999) is requested or required.])
         fi
     ]
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/libast.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- libast.spec 22 Dec 2005 23:28:55 -0000      1.22
+++ libast.spec 23 Jan 2006 19:31:53 -0000      1.23
@@ -6,8 +6,8 @@
 Summary: Library of Assorted Spiffy Things
 Name: libast
 Version: 0.7
-#Release: 1
-Release: 0.%(date '+%Y%m%d')
+Release: 1
+#Release: 0.%(date '+%Y%m%d')
 Group: System Environment/Libraries
 License: BSD
 URL: http://www.eterm.org/




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to