pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools sysutils/cdtools: Update to 3.02a10nb2
details: https://anonhg.NetBSD.org/pkgsrc/rev/616732c71a77
branches: trunk
changeset: 387608:616732c71a77
user: micha <micha%pkgsrc.org@localhost>
date: Wed Nov 02 11:38:27 2022 +0000
description:
sysutils/cdtools: Update to 3.02a10nb2
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.
- mkisofs/mkisofs.8: adjust reference of magic(4) to magic(5)
Submitted by Martin Rehak.
- *: 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.
- *: 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.
diffstat:
sysutils/cdrtools/Makefile | 6 +++---
sysutils/cdrtools/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 50959522afd9 -r 616732c71a77 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile Wed Nov 02 11:36:23 2022 +0000
+++ b/sysutils/cdrtools/Makefile Wed Nov 02 11:38:27 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.127 2022/09/30 15:57:28 micha Exp $
+# $NetBSD: Makefile,v 1.128 2022/11/02 11:38:27 micha Exp $
-DISTNAME= 2022-09-18
+DISTNAME= 2022-10-16
PKGNAME= cdrtools-3.02a10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
diff -r 50959522afd9 -r 616732c71a77 sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo Wed Nov 02 11:36:23 2022 +0000
+++ b/sysutils/cdrtools/distinfo Wed Nov 02 11:38:27 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.95 2022/09/30 15:57:28 micha Exp $
+$NetBSD: distinfo,v 1.96 2022/11/02 11:38:27 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