Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ajfBmGrx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MQK+owA9 Received: by mail.netbsd.org (Postfix, from userid 605) id 071C884E69; Fri, 22 Mar 2024 11:40:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711107635; bh=ZNrdKFdjcnaeZKr9KuLMIXeEmwvXlh8Go4CCz09WCc8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ajfBmGrxiLF0WGoic8EHjq/5y5xZmclX1zKdNQxffwtZXwGw89vPvwh7LDKnGg8fW rc8ymzK9juS3+p23/8ABIVpnWQSCKYmdyd3sC1GqAunYaRlDDNFzDHiK2IqPX8k6Qa ANPu8QJrKGjLvOOU5QPLyEGSuY+J/koi1P/vGHjY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB72084CFE for ; Fri, 22 Mar 2024 11:40:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4pvCjkiCfl3D for ; Fri, 22 Mar 2024 11:40:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 499FE84CF2 for ; Fri, 22 Mar 2024 11:40:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711107633; bh=ZNrdKFdjcnaeZKr9KuLMIXeEmwvXlh8Go4CCz09WCc8=; h=Date:From:Subject:To:Reply-To; b=MQK+owA9q5SHUTpXMiY4q07lemOb4R/jBsuROM/A1Jw+2hEA/+6FeL+AW9e9RRoPj PypbbaHp7WwT4ehbFG1iA0opNw7QHuvSsnGXN5huPmlEMUnt7zhNvtsKftzSQM4ETt 9bzHHNdLNX8gQiG1BiwqvSEJwyvT5hyGEwG1qGHo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 387B3FA2C; Fri, 22 Mar 2024 11:40:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17111076331820" MIME-Version: 1.0 Date: Fri, 22 Mar 2024 11:40:33 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20240322114033.387B3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17111076331820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Mar 22 11:40:33 UTC 2024 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo Log Message: sysutils/cdrtools: Update to 3.02a10nb5 Changelog from AN-2024-03-21: NEW FEATURES: - Remove the register keyword from C++ sources. This keyword has been removed from the C++ language with C++17 and provides no benefit on most toolchains. Discard the keyword from all C++ sources to enable a build with the new standard. Submitted by: Dennis Clarke. - mkisofs: produce less scrollback when logging progress to tty. Previously, the "xxx.xx% done, estimated finish ..." message was verbosely printed onto a new line each time it appears. If output goes to a TTY and -gui is not supplied, we now print the message only once, updating it as the program progresses. Reported by: Michael Dexter. FUTURE DIRECTIONS: - Schilytools contains pxupgrade, a dummy for a closed-source component. While the source code of this component is available to the maintainer, it cannot be published due to an existing NDA with Plextor. Depending on whether we can get this NDA lifted or not, the pxupgrade dummy code may either be replaced with the real source code of the tool or removed altogether. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/sysutils/cdrtools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17111076331820 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/cdrtools/Makefile diff -u pkgsrc/sysutils/cdrtools/Makefile:1.131 pkgsrc/sysutils/cdrtools/Makefile:1.132 --- pkgsrc/sysutils/cdrtools/Makefile:1.131 Wed Oct 11 15:10:42 2023 +++ pkgsrc/sysutils/cdrtools/Makefile Fri Mar 22 11:40:33 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.131 2023/10/11 15:10:42 micha Exp $ +# $NetBSD: Makefile,v 1.132 2024/03/22 11:40:33 micha Exp $ -DISTNAME= 2023-09-28 +DISTNAME= 2024-03-21 PKGNAME= cdrtools-3.02a10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/ DIST_SUBDIR= schilytools Index: pkgsrc/sysutils/cdrtools/distinfo diff -u pkgsrc/sysutils/cdrtools/distinfo:1.98 pkgsrc/sysutils/cdrtools/distinfo:1.99 --- pkgsrc/sysutils/cdrtools/distinfo:1.98 Wed Oct 11 15:10:42 2023 +++ pkgsrc/sysutils/cdrtools/distinfo Fri Mar 22 11:40:33 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.98 2023/10/11 15:10:42 micha Exp $ +$NetBSD: distinfo,v 1.99 2024/03/22 11:40:33 micha Exp $ -BLAKE2s (schilytools/2023-09-28.tar.gz) = e4c8b1127f523d7d8d722360a1c130302e9095c35f506c3f3cb78ceb9f6b093a -SHA512 (schilytools/2023-09-28.tar.gz) = 685dd4f1c68f5f46956622eecf15b4c0007d137ea8080e6c4587a51c1ac8ae1fa3d7f0e65540eecbc94ec7558e406da063720535d0fa039422ddc334d376df53 -Size (schilytools/2023-09-28.tar.gz) = 5898081 bytes +BLAKE2s (schilytools/2024-03-21.tar.gz) = 8a8704f0b38175cb4171d6a3a2cfb661d63e5449cbc6313634ad85ac1e30327c +SHA512 (schilytools/2024-03-21.tar.gz) = 3214fbe32556373e097cb4c08baca7b256ddc7c0be43c874e9df490cc63eae58fd58cb10b00cc0fda954b3308a0a040b5c51f14026fabdc88543ac212754c91d +Size (schilytools/2024-03-21.tar.gz) = 5892015 bytes --_----------=_17111076331820--