[Lunar-commits] r24757 - moonbase/trunk/archive/tar
Florin Braescu
florin at lunar-linux.org
Sat Jun 9 08:08:02 CEST 2007
Author: florin
Date: 2007-06-09 08:08:02 +0200 (Sat, 09 Jun 2007)
New Revision: 24757
Modified:
moonbase/trunk/archive/tar/DETAILS
Log:
bump the version from 1.16.1 to 1.17. Changes:
* Fix archivation of sparse files in posix mode. Previous versions padded
sparse members with spurious zero blocks.
* Fix operation of --verify --listed-incremental. Version 1.16.1 produced
a full dump when both options were given.
* Fix --occurence. In previous versions it continued scanning the archive
even though all requested members has already been extracted.
* Scope of --transform and --strip-components options.
* End-of-volume script can send the new volume name to tar by writing
it to the file descriptor stored in the environment variable `TAR_FD'.
In addition to affecting regular archive members, the --transform
option affects hard and soft link targets and the --strip-components
option affects hard link targets as well.
Modified: moonbase/trunk/archive/tar/DETAILS
===================================================================
--- moonbase/trunk/archive/tar/DETAILS 2007-06-09 05:58:27 UTC (rev 24756)
+++ moonbase/trunk/archive/tar/DETAILS 2007-06-09 06:08:02 UTC (rev 24757)
@@ -1,11 +1,11 @@
MODULE=tar
- VERSION=1.16.1
+ VERSION=1.17
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE.1-1.16.1.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:ab3ccbc09da1dc040fb92a0de85ae34fc70b03a9
+ SOURCE_VFY=sha1:97f4b67bf88dba1d451a1ec375f18cfaa3c9f36f
SOURCE2_VFY=sha1:e13034b2c15354894ce4a3155dfc230df51041e4
WEB_SITE=http://www.gnu.org/software/tar/tar.html
ENTERED=20010922
More information about the Lunar-commits
mailing list