[Lunar-commits] CVS: moonbase/filemanagers/mc BUILD, 1.3, 1.4 DETAILS, 1.6, 1.7

Florin Braescu florin at lunar-linux.org
Sat Sep 18 15:31:09 UTC 2004


Update of /var/cvs/lunar/moonbase/filemanagers/mc
In directory espresso.lunar-linux.org:/tmp/cvs-serv17801/filemanagers/mc

Modified Files:
	BUILD DETAILS 
Log Message:
add a security patch and two other dev related patches. more info at http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127973

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	1 Mar 2004 20:36:26 -0000	1.3
+++ BUILD	18 Sep 2004 15:31:07 -0000	1.4
@@ -1,21 +1,26 @@
 (
-  ./configure      --build=$BUILD                 \
-                   --prefix=/usr                  \
-                   --bindir=/usr/bin              \
-		   --sbindir=/usr/sbin            \
-		   --sysconfdir=/etc              \
-		   --localstatedir=/var           \
-		   --infodir=/usr/share/info      \
-		   --mandir=/usr/share/man        \
-                   --enable-largefile             \
-                   --without-gnome                \
-                   --without-debug                \
-                   --with-terminfo                \
-                   --disable-glibtest             \
-		   --with-ext2undel              &&
+
+  patch_it $SOURCE_CACHE/$SOURCE1 1  &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
+
+  ./configure      --build=$BUILD               \
+                   --prefix=/usr                \
+                   --bindir=/usr/bin            \
+		   --sbindir=/usr/sbin          \
+		   --sysconfdir=/etc            \
+		   --localstatedir=/var         \
+		   --infodir=/usr/share/info    \
+		   --mandir=/usr/share/man      \
+                   --enable-largefile           \
+                   --without-gnome              \
+                   --without-debug              \
+                   --with-terminfo              \
+                   --disable-glibtest           \
+		   --with-ext2undel            &&
                    
   #Fix bzip2 warning
-  sedit "s/--repetitive-best/-9/" lib/mc.menu    &&
+  sedit "s/--repetitive-best/-9/" lib/mc.menu  &&
   
   default_make
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	1 Mar 2004 21:03:03 -0000	1.6
+++ DETAILS	18 Sep 2004 15:31:07 -0000	1.7
@@ -1,16 +1,25 @@
           MODULE=mc
          VERSION=4.6.0
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE1=$MODULE-$VERSION-stderr.patch.bz2
+         SOURCE2=$MODULE-$VERSION-vcsa.patch.bz2
+         SOURCE3=$MODULE-$VERSION-security.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/$SOURCE
-      SOURCE_VFY=md5:70804dc9e2049e24f294ff7090a82a12
+   SOURCE_URL=http://www.ibiblio.org/pub/Linux/utils/file/managers/$MODULE/$SOURCE
+  SOURCE1_URL=$PATCH_URL/$SOURCE1
+  SOURCE2_URL=$PATCH_URL/$SOURCE2
+  SOURCE3_URL=$PATCH_URL/$SOURCE3
+      SOURCE_VFY=sha1:815668f4f1e7a0b1a7d55d307f44f90a18f3160f
+     SOURCE1_VFY=sha1:16a83f53c9fd6373e6a9825f3fe24b67293d31b0
+     SOURCE2_VFY=sha1:2b350a93b1f22fc01a60f91dc0573fb3138c4e53
+     SOURCE3_VFY=sha1:77db3d5a370ff406573d59cdc17255349c9b93ee
         WEB_SITE=http://www.ibiblio.org/mc/
          ENTERED=20010922
-         UPDATED=20030701
+         UPDATED=20040918
            SHORT="The GNU Midnight Commander is a Unix file manager and shell"
 
 cat << EOF
-The GNU Midnight Commander is a Unix file manager and shell, useful to novice 
-and guru alikes. Being a console application, it emulates look and feel of the 
-Norton Commander. A new GNOME frontend is currently under development.
+The GNU Midnight Commander is a Unix file manager and shell, useful to 
+novice and guru alikes. Being a console application, it emulates look and 
+feel of the Norton Commander. 
 EOF



More information about the Lunar-commits mailing list