diff options
author | grant <grant> | 2002-12-16 23:21:06 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-16 23:21:06 +0000 |
commit | b082c919eb8c4ea2c5d8f4476dec79820a333de6 (patch) | |
tree | 040f5b2e25a3740ede6aa6b3a846d10057c5127c /archivers | |
parent | 77c11226fe59ff1c7fe921b32be6dfdb84b02911 (diff) | |
download | pkgsrc-b082c919eb8c4ea2c5d8f4476dec79820a333de6.tar.gz |
Updated star to 1.4.2.
Major changes since 1.4.1:
- printf() now correctly handles %X vs. %x on 64 bit machines
Removed a 20 year old local extension that became non-portable.
- new 'librmt', which may be used by any external program like e.g.
dump/restore to improve cross platform compatibility.
- librmt now allows the use of ssh(1) for remote tape access.
- smt benefits from librmt and now gives platform independent
'mt status' output in remote mode.
- New option -wready for smt.
- Better man page for 'rmt'.
- Handle a seek error problem in create mode correctly when checking
for reading past max possible file size on non-large file OS.
- Correctly propagate write/read errors from FIFO to star.
- Add support for SIGINFO (*BSD) as a courtesy to BSD users.
- Do not open /dev/tty if a newvolume script is present.
This allows the use of star from cron scripts.
- Fixed a bug in the ACL handling code on Linux that caused star to
recognize ACL comments as ACL entries and include them in the archive.
- Work around to allow star to read ACL enhanced archives that
include bogus entries that really were ACL comments created by
the bug above.
The full list of changes can be found at:
ftp://ftp.fokus.gmd.de/pub/unix/star/AN-1.4.2
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/Makefile | 4 | ||||
-rw-r--r-- | archivers/star/PLIST | 20 | ||||
-rw-r--r-- | archivers/star/distinfo | 6 |
3 files changed, 24 insertions, 6 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 66f8f00e84b..b8ccd77b94d 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/11/09 11:41:44 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/16 23:21:06 grant Exp $ # -DISTNAME= star-1.4.1 +DISTNAME= star-1.4.2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ diff --git a/archivers/star/PLIST b/archivers/star/PLIST index 6f39155456c..f3611f28850 100644 --- a/archivers/star/PLIST +++ b/archivers/star/PLIST @@ -1,14 +1,32 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 13:37:01 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/16 23:21:06 grant Exp $ bin/mt bin/smt bin/star +bin/tartest bin/ustar include/align.h include/avoffset.h lib/libdeflt.a +lib/librmt.a lib/libschily.a man/man1/rmt.1 man/man1/star.1 +man/man1/tartest.1 +man/man3/mtg2rmtg.3 +man/man3/rmtclose.3 +man/man3/rmtdebug.3 +man/man3/rmtfilename.3 +man/man3/rmtg2mtg.3 +man/man3/rmtgetconn.3 +man/man3/rmthostname.3 +man/man3/rmtinit.3 +man/man3/rmtioctl.3 +man/man3/rmtopen.3 +man/man3/rmtread.3 +man/man3/rmtseek.3 +man/man3/rmtstatus.3 +man/man3/rmtwrite.3 +man/man3/rmtxstatus.3 man/man5/makefiles.5 man/man5/makerules.5 sbin/rmt diff --git a/archivers/star/distinfo b/archivers/star/distinfo index b99f5627848..51ad9410df1 100644 --- a/archivers/star/distinfo +++ b/archivers/star/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/09/25 06:35:48 cjep Exp $ +$NetBSD: distinfo,v 1.4 2002/12/16 23:21:06 grant Exp $ -SHA1 (star-1.4.1.tar.gz) = 8f8b0ee1c7c83040de9607db0ae63da221957f69 -Size (star-1.4.1.tar.gz) = 496283 bytes +SHA1 (star-1.4.2.tar.gz) = 93c19b4ce38fcbd8a0412c8fdba5c9dabec0c6cb +Size (star-1.4.2.tar.gz) = 515619 bytes SHA1 (patch-aa) = 4fe4af396adf23eb7ac071b02a7bf726ab1e4318 |