Subject: CVS commit: pkgsrc/archivers/star
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 12/17/2002 01:21:07
Module Name:	pkgsrc
Committed By:	grant
Date:		Mon Dec 16 23:21:07 UTC 2002

Modified Files:
	pkgsrc/archivers/star: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/star/Makefile \
    pkgsrc/archivers/star/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/archivers/star/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.