Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jbvKpv/V; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ItuiZSoZ Received: by mail.netbsd.org (Postfix, from userid 605) id 43DDD84F6B; Fri, 19 Apr 2024 09:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713517297; bh=XInUfBtq71Ay0AFQMCe/8DLSi/cwRybaXWyE+iH/Xyg=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=jbvKpv/V2eSw1gmfIwA8rK4uALoX5zZJQk7kssIqt6pt+7T7SQtT/u9CDseLbfPfx pQY2WvP4wEwC/iizplBDMelAS7/FwEQRgl1nsxa8wEai28p8r7TQIOXhYpD0h9s05t jN3aNea8uhwYgGyJU+tX1XVQpRIwbQKGrNHtsw+U= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E25E84F7D for ; Fri, 19 Apr 2024 09:01:36 +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 MJkwHHirgPD5 for ; Fri, 19 Apr 2024 09:01:35 +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 9568C84F7B for ; Fri, 19 Apr 2024 09:01:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713517295; bh=XInUfBtq71Ay0AFQMCe/8DLSi/cwRybaXWyE+iH/Xyg=; h=Date:From:Subject:To:Reply-To; b=ItuiZSoZK4advnrWbhlj01qZw57wHoUkQ8VZwdqK1SXbzUzK1wmIaqGQA0O+rF0i3 DgE8HcmLIDqcfJCDKfc7gj/FwKMQ+7+5E6+VuDIDWkZhDg5B8D8fZogjrGzGsehUR2 ynHDUa0ZnUUsMlR2tokkyIqu/YiAcM9aYqrE/5ng= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8900BFA2C; Fri, 19 Apr 2024 09:01:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 09:01: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: <20240419090135.8900BFA2C@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: Fri Apr 19 09:01:35 UTC 2024 Modified Files: src/external/bsd/ntp/lib/libntp [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by jakllsch in ticket #663): external/bsd/ntp/lib/libntp/Makefile: revision 1.30 external/bsd/ntp/lib/libntp/Makefile: revision 1.31 external/bsd/ntp/lib/libntp/Makefile: revision 1.28 external/bsd/ntp/lib/libntp/Makefile: revision 1.29 use ${MKREPRO_TIMESTAMP} for baking in the date and time. fix format. remove now-unused assignment Format MKREPRO_TIMESTAMP with "%b %d %Y" to correctly substitute __DATE__ To generate a diff of this commit: cvs rdiff -u -r1.25.6.1 -r1.25.6.2 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.