From owner-freebsd-current@freebsd.org Fri Jan 4 05:52:30 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF10F141A96D for ; Fri, 4 Jan 2019 05:52:29 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E156A8259A for ; Fri, 4 Jan 2019 05:52:28 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.101.39] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1gfIP6-00034O-5U for freebsd-current@freebsd.org; Fri, 04 Jan 2019 06:52:20 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id x045qIZZ003447 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 4 Jan 2019 06:52:19 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id x045qIQQ003446 for freebsd-current@freebsd.org; Fri, 4 Jan 2019 06:52:18 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 4 Jan 2019 06:52:18 +0100 From: Matthias Apitz To: freebsd-current@freebsd.org Subject: uname -a output without svn revision number Message-ID: <20190104055218.GA3408@c720-r342378> Reply-To: Matthias Apitz Mail-Followup-To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline X-Operating-System: FreeBSD 13.0-CURRENT r342378 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.11.1 (2018-12-01) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.101.39 X-Rspamd-Queue-Id: E156A8259A X-Spamd-Bar: ------- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.02 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[guru@unixarea.de]; HAS_XOIP(0.00)[]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[mail.unixarea.de]; NEURAL_HAM_SHORT(-0.89)[-0.886,0]; SIGNED_PGP(-2.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[39.101.217.88.zen.spamhaus.org : 127.0.0.10]; MIME_TRACE(0.00)[0:+,1:+]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; RCVD_IN_DNSWL_LOW(-0.10)[101.4.254.178.list.dnswl.org : 127.0.5.1]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; R_SPF_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; IP_SCORE(-3.33)[ip: (-9.02), ipnet: 178.254.0.0/19(-4.22), asn: 42730(-3.38), country: DE(-0.01)] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2019 05:52:30 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I've compiled CURRENT from svn and this gave me as 'uname -a' output: FreeBSD c720-r342378 13.0-CURRENT FreeBSD 13.0-CURRENT r342378 GENERIC amd= 64 Now I've had do modify a source file (to nail down some problem) and the revision number went away from the output; it now says: FreeBSD c720-r342378 13.0-CURRENT FreeBSD 13.0-CURRENT GENERIC amd64 Why is this? I've read in UPDATING that: =2E.. 20180913: Reproducible build mode is now on by default, in preparation for FreeBSD 12.0. This eliminates build metadata such as the user, host, and time from the kernel (and uname), unless the working tree corresponds to a modified checkout from a version control system. The previous behavior can be obtained by setting the /etc/src.conf knob WITHOUT_REPRODUCIBLE_BUILD. =2E.. But this does not explain why now the SVN revision number went away. matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ +49-176= -38902045 Public GnuPG key: http://www.unixarea.de/key.pub October, 7 -- The GDR was different: Peace instead of Bundeswehr and wars, = Druschba instead of Nazis, to live instead of to survive. --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAlwu9I8ACgkQR8z35Hb+ nRGFcA/+KDhIcvkG27Fr/9Q9XYMDj1bmgB2rStDD1LVGEP/oP8HRctzQMIKy2LL4 hGctnbwARt6sze62MmorbaLdMvVRoI43w0fCN7we+cUvxjuM44lt99uzlwCOkBno KdhUcDbx7B3f/j0J4riuMO9QBtWZvSpWsVkrdA2DLLAI2LXUXXvIWzYJy+Fl7gBT CXxUK6IKHJnfVQsRz03CWtNTyyMV0joCowylp+fIBaesv57QYz5yCXL1PIxgcC9O VyaQFkKYNUqioRxcDR4aDWYsW97AUywmg7b+McZbqAc5AAOULY1Y2eOkKohVvgUa 8wbIt/j1ocupEnOwr1l4tnxXQ9JxUW668Cz4QwQo4pvlT9+yxOjMxhQwO+p707yh /LZZDEpaJmqCJWNhELGZAJ2B5nfmz1cIT+Y1eE58m4U2sxBdOYIfgUe0qjmsyCvg z1HaQfyk7E7IM4A3xDpp/Gt05UobmNOojIHdDCGpv6LJAhGvjzn4YMzc5tUvyX1V xd81bSzm5beMZO5rt6LLwycPf+04oghDoMkD8vu0XrjnkYgfSbz0CB7EfOA/oquB LGp0II0QUI9GA26ed3wCtS5OmvjSBLxucnvCcTU3Tsg0sXf5agE6R1zrh4S1TAfq HlvEG0mG0sak5gK7Y7Fd3HSySxPMO3N7nB0RVE/EKNcTiLWN+bw= =57dA -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--