Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=j9bJyTEb; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=R+Pzq4Ls Received: by mail.netbsd.org (Postfix, from userid 605) id 2D481861FD; Sat, 20 Apr 2024 14:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713622863; bh=4qXeilxmMZm2iWowuzTAVozR/SgfxxbgcMKODOsQ7+Q=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=j9bJyTEbgCBcd85FlSWvhv+8wwBBcV2INi0z4MiKHdO3beSavXPwknbVJsUlsBJg+ Kli0oQCRGuqKPM5lY5CQsgXTpfePJ4in6WfjWYrFGUvAQXXXBP14x48/NB0UzgtCO7 asWAkFwC3GxfT+073hsY0jsOUqvG0l5mjNmjI6i4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFFE9865B5 for ; Sat, 20 Apr 2024 14:00:31 +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 5n8DEfLTm0D5 for ; Sat, 20 Apr 2024 14:00:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7CB8B84F55 for ; Sat, 20 Apr 2024 13:26:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713619595; bh=4qXeilxmMZm2iWowuzTAVozR/SgfxxbgcMKODOsQ7+Q=; h=Date:From:Subject:To:Reply-To; b=R+Pzq4LsJop6dsvsYkJJo3xGSXHy4AwxtR9sjEU5r+/Ik1MITM4yEyH/AY0v5u9VV YmOprjhbqfx4HXbNF19hpjWqnFwgKIYf5VEYoNrT9kS9mEaQYbZFn0sgjTZjQp5U85 uwlVuB/dGBk9sFmo4QBrC/tf9+Bz0tjQhOjiovkg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71682FA2C; Sat, 20 Apr 2024 13:26:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 20 Apr 2024 13:26:35 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/external/bsd/ntp/lib/libntp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240420132635.71682FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Apr 20 13:26:35 UTC 2024 Modified Files: src/external/bsd/ntp/lib/libntp [netbsd-10]: Makefile Log Message: Additionally pull up following revision(s) (requested by jakllsch in ticket #663): external/bsd/ntp/lib/libntp/Makefile: revision 1.32 external/bsd/ntp/lib/libntp/Makefile: revision 1.33 external/bsd/ntp/lib/libntp/Makefile: revision 1.34 The substitute __DATE__ should be %b %e %Y per a C18 draft Subtle change that won't make a functional difference in this case; changed only for semantic correctness. Increase MKREPRO robustness - Use C locale to ensure month abbreviations are as expected - bail out if MKREPRO_TIMESTAMP is not defined - bail out if resulting __DATE__/__TIME__ replacement strings are empty fix copy/paste-o To generate a diff of this commit: cvs rdiff -u -r1.25.6.2 -r1.25.6.3 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.