[SM-Commit] PERFORCE change 78800 by Jeremy Blosser for review

Perforce Review Daemon p4review at smee.org
Tue May 2 00:25:01 EDT 2006


Change 78800 by jeremy_blosser at jeremy_blosser-shale on 2006/05/02 05:23:04

	Clean up DOWNLOAD...

Affected files ...

... //sgl/grimoires/devel/security/samhain/DOWNLOAD#2 edit
... //sgl/grimoires/devel/security/samhain/HISTORY#6 edit

Differences ...

==== //sgl/grimoires/devel/security/samhain/DOWNLOAD#2 (xtext) ====

@@ -6,8 +6,9 @@
 if [ -n "$FORCE_DOWNLOAD" ] ||
   [ ! -r $SOURCE_CACHE/$SOURCE ] || [ ! -r $SOURCE_CACHE/$SOURCE2 ]
 then
-  cd $SOURCE_CACHE &&
-  wget $SOURCE_URL &&
-  tar -xzf $FULL_SOURCE &&
+  cd $SOURCE_CACHE                     &&
+  rm -f $FULL_SOURCE $SOURCE $SOURCE2  &&
+  wget $SOURCE_URL 2>&1                &&
+  tar -xzf $FULL_SOURCE                &&
   rm $FULL_SOURCE
 fi

==== //sgl/grimoires/devel/security/samhain/HISTORY#6 (text) ====

@@ -3,6 +3,7 @@
 	* DETAILS, DOWNLOAD: Upgrade to 2.2.0; add a DOWNLOAD file and modify
 	  the source references in DETAILS as a hopefully better way to deal
 	  with the way upstream ships their tarballs and signatures.
+	* samhain.gpg: Add upstream key 0x0F571F6C.
 
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS



More information about the SM-Commit mailing list