Author: matkor                       Date: Sun Feb 25 11:15:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Rel 5. Fix Error: memory overwrite in Sys_Printf - with buf size 4096. Works 
for me.

---- Files affected:
SPECS:
   quake.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/quake.spec
diff -u SPECS/quake.spec:1.20 SPECS/quake.spec:1.21
--- SPECS/quake.spec:1.20       Tue Feb 13 09:06:43 2007
+++ SPECS/quake.spec    Sun Feb 25 12:14:55 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):     Quake dla Linuksa
 Name:          quake
 Version:       1.06
-Release:       4
+Release:       5
 Vendor:                id Software
 License:       GPL except .pak file
 Group:         Applications/Games
@@ -117,7 +117,7 @@
 %patch7 -p1
 
 # Fix "Error: memory overwrite in Sys_Printf"
-%{__sed} -i -e 's,text\[1024\],text\[2048\],g' \
+%{__sed} -i -e 's,text\[1024\],text\[4096\],g' \
        QW/client/sys_linux.c \
        WinQuake/sys_linux.c
 
@@ -185,6 +185,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2007/02/25 11:14:55  matkor
+- Rel 5. Fix Error: memory overwrite in Sys_Printf - with buf size 4096. Works 
for me.
+
 Revision 1.20  2007/02/13 08:06:43  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quake.spec?r1=1.20&r2=1.21&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to