[Lunar-commits] r16284 - moonbase/trunk/archive/gzip
    Terry Chan 
    tchan at lunar-linux.org
       
    Tue Aug 30 19:35:12 UTC 2005
    
    
  
Author: tchan
Date: 2005-08-30 19:35:12 +0000 (Tue, 30 Aug 2005)
New Revision: 16284
Modified:
   moonbase/trunk/archive/gzip/DETAILS
Log:
Thought it was about time we updated this in moonbase. Still some more bug
fixes. The only significant change according to the gzip devs is that output
symlinks are removed before writing an output file.  NOTE: this is still dated
20020930.  I think we can stop calling this "alpha" software now. :-)
Modified: moonbase/trunk/archive/gzip/DETAILS
===================================================================
--- moonbase/trunk/archive/gzip/DETAILS	2005-08-30 19:34:35 UTC (rev 16283)
+++ moonbase/trunk/archive/gzip/DETAILS	2005-08-30 19:35:12 UTC (rev 16284)
@@ -1,20 +1,12 @@
-           MODULE=gzip
-       # Due to an exploit in gzip 1.2.4a we are temporarily using the
-       # alpha version.
-       # Version 1.3.2 is alpha code.
-       # VERSION=1.3.2
-         VERSION=1.3.3
-       # VERSION=1.2.4a
+          MODULE=gzip
+         VERSION=1.3.5
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/
- # SOURCE_URL[0]=ftp://alpha.gnu.org/pub/gnu/$MODULE/
- # alpha.gnu.org seems down to me, luckily there is funet!
- #  SOURCE_URL[0]=http://www.funet.fi/pub/gnu/alpha/gnu/$MODULE/
- # SOURCE_URL[0]=$GNU_URL/$MODULE/
- # SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+   SOURCE_URL[0]=ftp://alpha.gnu.org/pub/gnu/$MODULE/
+   SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/$MODULE/
+      SOURCE_VFY=sha1:843272609b9bff1bdf2770a28d498d6519901e73
         WEB_SITE=http://www.gzip.org
          ENTERED=20010922
-         UPDATED=20020421
+         UPDATED=20050830
            SHORT="gzip is a compression utility designed to replace compress."
 cat << EOF
 gzip - Compresses and decompresses files
@@ -22,4 +14,5 @@
 compression and freedom from patented algorithms are its main advantages
 over compress. Gzip decompresses files created by gzip, compress, or
 pack; it detects the input format automatically.
+NOTE: Due to an exploit in gzip 1.2.4a we are using the version from alpha.gnu.org
 EOF
    
    
More information about the Lunar-commits
mailing list