diff options
author | salo <salo@pkgsrc.org> | 2003-02-23 11:28:59 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-23 11:28:59 +0000 |
commit | c64bfef700ccacb53d2d287011043ba03f577ba3 (patch) | |
tree | 84c2e77ea9b5fbd35edd74c55f3fd29619d98a00 /archivers | |
parent | aec32c9eab1a5726cba7b8bc706036e36d1c47ed (diff) | |
download | pkgsrc-c64bfef700ccacb53d2d287011043ba03f577ba3.tar.gz |
Updated to version 1.4.3.
Changes:
- Support for BSDi version 4.x
- Suport for BSDi on sparc
- Support for sparc64 FreeBSD
- Support for i786-cygwin
- Added +DAportable to the HP-UX cc compiler flags
- New Platform 9000-831-hp-ux-cc
- Added floatingpint printing support for OS/2
- Added support for macppc-netbsd-cc NetBSD on MAC
- Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF)
- Added IPv6 support to 'rmt'
- Better casting for debug printf() in 'rmt'
- Better autoconfiguration for librmt and its users yields in better
compilation and portability results for OS that do not support the
needed internet features for remote tape support.
- Special support for an undocumented but unfortunately important
"feature" for symlinks on HP-UX.
Now star tries to retain the permissions of a symlink by
stting umask() before creating the symlink.
- Fixed a bug that caused star to be unable to correctly deal with
ACLs where the user or group name contains spaces.
- Workaround for reading rotten archives caused by above bug.
- Fixed a bug that caused star to create broken archives if
the POSIX.1-2001 extended format is used for sparse files > 8 GB.
For this reason, a new extended header tag SCHILY.realsize has
been added.
- Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode
with e.g. 'star cbv' because star did not check for the missing arg to
the -b option.
- 'star -n -tpath ...' now only prints the pathnames to allow
to use the ooutput directly in scripts. If you like the old
behavior, use 'star -nv ...'
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/Makefile | 6 | ||||
-rw-r--r-- | archivers/star/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 3c926b68111..150f70f53f6 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/12/26 18:04:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/23 11:28:59 salo Exp $ # -DISTNAME= star-1.4.2 +DISTNAME= star-1.4.3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.berlios.de/pub/star/ @@ -10,7 +10,7 @@ HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/pr COMMENT= the fastest tar like archiver for UNIX USE_GMAKE= # defined -MAKE_FLAGS+= INS_BASE=${LOCALBASE} +MAKE_FLAGS+= INS_BASE=${PREFIX} pre-build: @cd ${WRKSRC}/RULES && for i in arm mipsel; do \ diff --git a/archivers/star/distinfo b/archivers/star/distinfo index 51ad9410df1..0810648d49f 100644 --- a/archivers/star/distinfo +++ b/archivers/star/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/12/16 23:21:06 grant Exp $ +$NetBSD: distinfo,v 1.5 2003/02/23 11:28:59 salo Exp $ -SHA1 (star-1.4.2.tar.gz) = 93c19b4ce38fcbd8a0412c8fdba5c9dabec0c6cb -Size (star-1.4.2.tar.gz) = 515619 bytes +SHA1 (star-1.4.3.tar.gz) = c59b68d97edba77a9ac6000be04d457ded1eefe9 +Size (star-1.4.3.tar.gz) = 520388 bytes SHA1 (patch-aa) = 4fe4af396adf23eb7ac071b02a7bf726ab1e4318 |