From owner-freebsd-security@freebsd.org Tue Nov 21 06:06:07 2017 Return-Path: Delivered-To: freebsd-security@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCC4DE367D for ; Tue, 21 Nov 2017 06:06:07 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [IPv6:2a01:4f8:a0:51d7::103:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05A7C1270 for ; Tue, 21 Nov 2017 06:06:07 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from [IPv6:2001:470:25:233:8c1f:170d:7e74:c37f] (unknown [IPv6:2001:470:25:233:8c1f:170d:7e74:c37f]) by host64.shmhost.net (Postfix) with ESMTPSA id A52F8160D62 for ; Tue, 21 Nov 2017 07:06:03 +0100 (CET) From: Franco Fichtner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: freebsd-update EoL "warning" prevents installing latest SAs Message-Id: Date: Tue, 21 Nov 2017 07:06:02 +0100 To: freebsd-security X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 06:06:07 -0000 Hi, I have two systems running 11.0-p12, freebsd-update fetches the updates for 11.0-p15, displays all file changes but bails at the last second, skipping install, telling that the release is EoL: = https://github.com/freebsd/freebsd/blob/master/usr.sbin/freebsd-update/fre= ebsd-update.sh#L2011 Changing the return value to 0 seems to fix that, it's probably better to install these updates despite the EoL... Cheers, Franco=