Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=G7iNKjdC; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V3+s62A8 Received: by mail.netbsd.org (Postfix, from userid 605) id A076B84F47; Thu, 18 Apr 2024 19:23:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713468235; bh=P47RXBlUX46l7LTaD+EF0JZjGQrfD5fe2cEtW7T5v5I=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=G7iNKjdCOqO71HDTCTt+X2oXSrYk6nAKki19KkL3ulT6ktyWX64Em8oHHAG6vAfcE hv+c4pVO3fU7gEGTwx+99R/AViI4xgFO7ZCdH4JXa/dhSEKlcwgmIiHRvrgIpzwPO6 D6j4uLcwIGOhv027o/MKUVM6+OOtquQnTyifYhHg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C61384F44 for ; Thu, 18 Apr 2024 19:23:54 +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 0rBygYWGf3_x for ; Thu, 18 Apr 2024 19:23:54 +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 2872384CE3 for ; Thu, 18 Apr 2024 19:23:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713468234; bh=P47RXBlUX46l7LTaD+EF0JZjGQrfD5fe2cEtW7T5v5I=; h=Date:From:Subject:To:Reply-To; b=V3+s62A8vanWumB9WKNaV7lHfpbEuK8x5zY74xfnut11rzfeyLFSSL99nNU2iI0hG h1YIkWj++v0IKcKvJcEP1GwQod78Hb8BPCb450+acsIS1dCEoZssaYmnGWdYNcWYKZ u9G3kJya8Me4Kzv9q5kKyZn6MjEKwsLEjoRZLNCE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BCC1FA2C; Thu, 18 Apr 2024 19:23:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 19:23:54 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: src/external/bsd/ntp/lib/libntp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418192354.1BCC1FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jonathan A. Kollasch" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jakllsch Date: Thu Apr 18 19:23:54 UTC 2024 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Format MKREPRO_TIMESTAMP with "%b %d %Y" to correctly substitute __DATE__ To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/external/bsd/ntp/lib/libntp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.