[Lunar-commits] r26731 - moonbase/trunk/editors/emacs

Stefan Wold ratler at lunar-linux.org
Wed Nov 14 11:40:59 CET 2007


Author: ratler
Date: 2007-11-14 11:40:59 +0100 (Wed, 14 Nov 2007)
New Revision: 26731

Modified:
   moonbase/trunk/editors/emacs/BUILD
   moonbase/trunk/editors/emacs/DETAILS
Log:
Changed where game scores are stored. Vulnerability patch for http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5795

Modified: moonbase/trunk/editors/emacs/BUILD
===================================================================
--- moonbase/trunk/editors/emacs/BUILD	2007-11-14 09:18:19 UTC (rev 26730)
+++ moonbase/trunk/editors/emacs/BUILD	2007-11-14 10:40:59 UTC (rev 26731)
@@ -1,4 +1,9 @@
 (
+  patch_it $SOURCE2 1 &&
+  
+  # Change location of emacs games
+  sedit "s;^gamedir=.*;gamedir='/var/lib/emacs/games';" configure &&
+  
   # Fix so installwatcher doesn't trigger on info-files
   sedit 's;\(\-chmod \-R.*\)${infodir};\1;' Makefile.in &&
 

Modified: moonbase/trunk/editors/emacs/DETAILS
===================================================================
--- moonbase/trunk/editors/emacs/DETAILS	2007-11-14 09:18:19 UTC (rev 26730)
+++ moonbase/trunk/editors/emacs/DETAILS	2007-11-14 10:40:59 UTC (rev 26731)
@@ -1,12 +1,15 @@
           MODULE=emacs
          VERSION=22.1
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-lisp_files.el.patch
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:327664173eabe5db49d4e7e4a4b1794577af902e
+     SOURCE2_VFY=sha1:271f6c7a282d8ca1b0770642c8ce8a3242e2de9c
         WEB_SITE=http://www.gnu.org/software/emacs
          ENTERED=20010922
-         UPDATED=20070604
+         UPDATED=20071114
            SHORT="extensible, self-documenting real-time display editor."
 cat << EOF
 Emacs is the extensible, customizable, self-documenting real-time



More information about the Lunar-commits mailing list