[Lunar-commits] r24058 - moonbase/trunk/archive/gzip
Florin Braescu
florin at lunar-linux.org
Sat Apr 14 07:46:54 CEST 2007
Author: florin
Date: 2007-04-14 07:46:54 +0200 (Sat, 14 Apr 2007)
New Revision: 24058
Modified:
moonbase/trunk/archive/gzip/DETAILS
Log:
bump the version from 1.3.9 to 1.3.12. Changes:
* znew now uses $TMPDIR (default /tmp) instead of always using /tmp.
* As per the GNU coding standards, the behavior of gzip and its
companion executables no longer depend on the name used to invoke them.
For example, 'gzip' and 'gunzip' are no longer hard links;
instead, 'gunzip' is now a small program that invokes 'gzip -d'.
* zdiff now checks for subsidiary gzip failures, and works around
bugs in IRIX 6 sh, Tru64 4.0F ksh, and Solaris 8 bash.
* gzip -c and zcat now work on special files, files with special mode bits,
and files with multiple hard links.
* gzip -q now exits with status 2 (not 1) when SIGPIPE is received.
* zcmp and zdiff did not work in the usual case, due to a typo.
* zgrep has many bugs fixed with argument handling, special characters,
and exit status.
* zless no longer mishandles $%=~ in file names.
Modified: moonbase/trunk/archive/gzip/DETAILS
===================================================================
--- moonbase/trunk/archive/gzip/DETAILS 2007-04-14 05:31:19 UTC (rev 24057)
+++ moonbase/trunk/archive/gzip/DETAILS 2007-04-14 05:46:54 UTC (rev 24058)
@@ -1,12 +1,12 @@
MODULE=gzip
- VERSION=1.3.9
+ VERSION=1.3.12
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/$MODULE/
- SOURCE_VFY=sha1:d244026379b779037bd8adcba82f620068880725
+ SOURCE_VFY=sha1:264e82876f201d9576626fbb1e0e9fe458efe9b9
WEB_SITE=http://www.gzip.org
ENTERED=20010922
- UPDATED=20061217
+ UPDATED=20070414
SHORT="Compression utility designed to replace compress"
cat << EOF
More information about the Lunar-commits
mailing list