pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/star



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Oct 31 13:44:17 UTC 2022

Modified Files:
        pkgsrc/archivers/star: Makefile distinfo

Log Message:
archivers/star: Update to 1.6.2nb1

Changelog from AN-2022-10-16:

UPDATING:

- Various man pages have been renamed to follow BSD conventions.
  Users may need to manually remove the following old man pages on
  update: streamarchive.4, makefiles.4, makerules.4, changeset.4,
  sccschangeset.4, sccsfile.4, and star.4.

NEW FEATURES:

- libfind/sfind: Fix incorrect error handling of -exec ... {} +
  primaries.  Previously in some cases the primary returned an
  error even though it should always return true and in other
  cases it completely disregarded the exit code.  Now the primary
  always returns true and sets the exit code of libfind and sfind
  to a non-zero value in case one of the commands returned with a
  non-zero exit code.
  Reported by Tavian Barnes.  Submitted by Nico Sonack.

- libfind/sfind: Report failures to query the password/group
  database for -nouser/-nogroup.  Previously failure to query
  these databases was treated as if the user id/group id was not
  found.  We now print a diagnostic message and return a non-zero
  value if the getpwuid() or getgrgid() call failed.
  Reported by Tavian Barnes.

- libfind/sfind: Report presence of directory loops.  Previously,
  such directory loops were silently ignored.  Now, upon
  encountering a directory loop, sfind prints a diagnostic message
  to standard error.  The search is continued but sfind will
  terminate with a nonzero exit status.  This change improves
  compatibility with POSIX (cf. PASC interpretation request 1606).
  All libfind consumers calling the treewalk() function (mkisofs,
  sccs, and star) are affected.
  Reported by Tavian Barnes.  Submitted by Nico Sonack.

- star: rename tests/compress archives to avoid issues on case
  insensitive file systems.  These file systems do not like having
  multiple files whose names only differ in letter case.  Rename
  the archives to completely distinct file names to avoid this
  issue.
  Reported by tux <rosa.elefant%icloud.com@localhost>.

- *: With the switch of Solaris from SysV man page sections to BSD
  man page sections, man pages are now installed according to BSD
  conventions instead of SysV conventions.  This affects the man
  pages makefiles(4), makerules(4), streamarchive(4),
  changeset(4), sccsfile(4), sccschangeset(4), and star(4).
  Reported by Friedhelm Mehnert.
  [pkgsrc note: Not yet, see Issue #40]

- *: All references to Solaris man pages have been adjusted to BSD
  man page sections as used in Solaris 11.4.

- libschily/getargs.3: document surprising behaviour that the
  the argument to a foo= parameter may be in the following
  argument.  Thus, shell scripts should write foo= "$bar" instead
  of foo=$bar if $bar could possibly be empty.
  Submitted by Nico Sonack.

- libschily/getargs.3: improve spelling and grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/star/distinfo

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

Modified files:

Index: pkgsrc/archivers/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.61 pkgsrc/archivers/star/Makefile:1.62
--- pkgsrc/archivers/star/Makefile:1.61 Fri Sep 30 15:33:45 2022
+++ pkgsrc/archivers/star/Makefile      Mon Oct 31 13:44:16 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2022/09/30 15:33:45 micha Exp $
+# $NetBSD: Makefile,v 1.62 2022/10/31 13:44:16 micha Exp $
 
-DISTNAME=      2022-09-18
+DISTNAME=      2022-10-16
 PKGNAME=       star-1.6.2
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  https://codeberg.org/schilytools/schilytools/archive/
 DIST_SUBDIR=   schilytools

Index: pkgsrc/archivers/star/distinfo
diff -u pkgsrc/archivers/star/distinfo:1.32 pkgsrc/archivers/star/distinfo:1.33
--- pkgsrc/archivers/star/distinfo:1.32 Fri Sep 30 15:33:45 2022
+++ pkgsrc/archivers/star/distinfo      Mon Oct 31 13:44:16 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2022/09/30 15:33:45 micha Exp $
+$NetBSD: distinfo,v 1.33 2022/10/31 13:44:16 micha Exp $
 
-BLAKE2s (schilytools/2022-09-18.tar.gz) = b081f23ec688681a17d035a6b0a684affe36f41aa1594934755ba2972c2850af
-SHA512 (schilytools/2022-09-18.tar.gz) = 48550db10e428b1430094a18bfad4781d1f6614eb5c273df7d579fff3e062a8d7ff8ff782c97e6929aaa9ad96b9d0c4f9fde62be0a3ae7fdd99c3f8336e24bde
-Size (schilytools/2022-09-18.tar.gz) = 5904117 bytes
+BLAKE2s (schilytools/2022-10-16.tar.gz) = 7d1c3ba5c6db21be8dad6c0c79df0095c29d3a15b84241dc68ee75395cfda53c
+SHA512 (schilytools/2022-10-16.tar.gz) = c7c8a15807a06e2f51628d69982fa43e241e023de099c5d2e48975c9ac97c0f7d859e9c910e39ad718a03c13b5d39146122e7ef0ae22a4f9ef0484903738d4fa
+Size (schilytools/2022-10-16.tar.gz) = 5893336 bytes



Home | Main Index | Thread Index | Old Index