[Lunar-commits] r19251 - moonbase/trunk/web/flash-plugin

Moritz Heiber moe at lunar-linux.org
Wed Mar 15 10:30:03 UTC 2006


Author: moe
Date: 2006-03-15 10:30:02 +0000 (Wed, 15 Mar 2006)
New Revision: 19251

Modified:
   moonbase/trunk/web/flash-plugin/BUILD
   moonbase/trunk/web/flash-plugin/DETAILS
Log:
Important security update to 7.0.63.0. All users
should update immediately!

I also modified the BUILD file to remove the sources
once the player is installed successfully since the
flash tarball doesn't come with a proper version
number in its name.



Modified: moonbase/trunk/web/flash-plugin/BUILD
===================================================================
--- moonbase/trunk/web/flash-plugin/BUILD	2006-03-15 05:27:26 UTC (rev 19250)
+++ moonbase/trunk/web/flash-plugin/BUILD	2006-03-15 10:30:02 UTC (rev 19251)
@@ -6,6 +6,11 @@
   install -m755 libflashplayer.so \
 	        flashplayer.xpt /opt/lunar/plugins &&
 
-  gather_docs Readme.txt Readme.htm
+  gather_docs Readme.txt Readme.htm &&
+
+  # We need to remove the tarball since its seemingly identical
+  # to every release
+
+  rm -f $SOURCE_CACHE/$SOURCE
   
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/web/flash-plugin/DETAILS
===================================================================
--- moonbase/trunk/web/flash-plugin/DETAILS	2006-03-15 05:27:26 UTC (rev 19250)
+++ moonbase/trunk/web/flash-plugin/DETAILS	2006-03-15 10:30:02 UTC (rev 19251)
@@ -1,12 +1,12 @@
 	  MODULE=flash-plugin
-         VERSION=7.0.61.0
+         VERSION=7.0.63.0
           SOURCE=install_flash_player_7_linux.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_7_linux
       SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current/
-      SOURCE_VFY=sha1:c9d53efa89beb052cc989d481bf617bcb6ff30d2
+      SOURCE_VFY=sha1:16504b1439ccf164436bf0a7193e69702437ced4
 	WEB_SITE=http://www.macromedia.com
          ENTERED=20021207
-         UPDATED=20051111
+         UPDATED=20060315
            SHORT="Macromedia Flash plugin for netscape and mozilla"
 cat << EOF
 Macromedia Flash is a commonly used format for web animations.  This is



More information about the Lunar-commits mailing list