Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=M06qgsS3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=U0N0yFqa Received: by mail.netbsd.org (Postfix, from userid 605) id 21FE384D8D; Fri, 5 Apr 2024 07:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712301984; bh=iN5e5EHzv+58XsUnukipl9TrtJM7M8YB/AdGSCVXk0M=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=M06qgsS37qceOns1scHPcCpB/kz4sTQbOZNT4wevCh/JqtVGg2wQVqXApzh4PB1qj uee4aIfoZrx5+BKmMwpXHPUD8xEobIXPpBOmyXbDHh5W9c5lXKI8UpV4QjmCcpVPPo 8Egn1SqNIYEkFi+pDG6V7g3DB4LbsYunqCDRCHms= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1301484D50 for ; Fri, 5 Apr 2024 07:26:23 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TemujMSs-dl4 for ; Fri, 5 Apr 2024 07:26:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7DA1784CFE for ; Fri, 5 Apr 2024 07:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712301982; bh=iN5e5EHzv+58XsUnukipl9TrtJM7M8YB/AdGSCVXk0M=; h=Date:From:Subject:To:Reply-To; b=U0N0yFqapiZ9rrpLb/TNdcQUbqxfJcwM6qKhuVbOfqGjlzkndXsLFSrZKSeWT5QOA WvIVot0Sx/UIGqx/R6cvLVAWR0lWeApeSW97y88tBAKhp8EFgaLXaf9rJ+mLp9TPft XKCtu7Z5DF6LGIdrDpDFgyFejbokGeIkwdP6xkoc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 698E4FA2C; Fri, 5 Apr 2024 07:26:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712301982275510" MIME-Version: 1.0 Date: Fri, 5 Apr 2024 07:26:22 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/shells/tcsh To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20240405072622.698E4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712301982275510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Fri Apr 5 07:26:22 UTC 2024 Modified Files: pkgsrc/shells/tcsh: Makefile.common distinfo Log Message: {,standalone-,static-}tcsh: Update to 6.24.12: Changes since 6.24.11: 33. V6.24.12 - 2024-04-05 32. Fix history merge and add a test for it (Werner Fink, Kimmo Suominen) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/shells/tcsh/Makefile.common cvs rdiff -u -r1.67 -r1.68 pkgsrc/shells/tcsh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712301982275510 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/tcsh/Makefile.common diff -u pkgsrc/shells/tcsh/Makefile.common:1.13 pkgsrc/shells/tcsh/Makefile.common:1.14 --- pkgsrc/shells/tcsh/Makefile.common:1.13 Thu Mar 14 00:03:09 2024 +++ pkgsrc/shells/tcsh/Makefile.common Fri Apr 5 07:26:22 2024 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.13 2024/03/14 00:03:09 kim Exp $ +# $NetBSD: Makefile.common,v 1.14 2024/04/05 07:26:22 kim Exp $ # # used by shells/standalone-tcsh/Makefile # used by shells/static-tcsh/Makefile # used by shells/tcsh/Makefile -DISTNAME= tcsh-6.24.11 +DISTNAME= tcsh-6.24.12 CATEGORIES= shells MASTER_SITES= http://ftp.astron.com/pub/tcsh/ MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ Index: pkgsrc/shells/tcsh/distinfo diff -u pkgsrc/shells/tcsh/distinfo:1.67 pkgsrc/shells/tcsh/distinfo:1.68 --- pkgsrc/shells/tcsh/distinfo:1.67 Thu Mar 14 00:03:09 2024 +++ pkgsrc/shells/tcsh/distinfo Fri Apr 5 07:26:22 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.67 2024/03/14 00:03:09 kim Exp $ +$NetBSD: distinfo,v 1.68 2024/04/05 07:26:22 kim Exp $ -BLAKE2s (tcsh-6.24.11.tar.gz) = 4cc324a7db0c059b42c316ddedf82d0dc924f98ab19b3e060067670ffbbd3147 -SHA512 (tcsh-6.24.11.tar.gz) = 2da90099ec8f864b56e9c93d8093608aaadf5966fd1b789f8d8fd7b0c14713fcaa122ebe3444565a27ce2c442cfa45ddaad4fd12eca0c3379ebfc97645ddf5e8 -Size (tcsh-6.24.11.tar.gz) = 957389 bytes +BLAKE2s (tcsh-6.24.12.tar.gz) = 3787f6d5ab0c78ef96ef3db565ac8e85235c554b94f6de29139943b6468a69f9 +SHA512 (tcsh-6.24.12.tar.gz) = ed139a20a23a51a41f9e5323cb897c683632e2975d38a07a4801cc3568bd2d138d5139f1552ccf400806654d13801cf38cff040d53d63557266a8164c2ad2267 +Size (tcsh-6.24.12.tar.gz) = 957389 bytes --_----------=_1712301982275510--