Date: Fri, 02 Jan 2015 18:59:49 +0100 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Roger Marquis <marquis@roble.com> Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-14:31.ntp Message-ID: <86tx09gj1m.fsf@nine.des.no> In-Reply-To: <86y4plgjnm.fsf@nine.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8r?= =?utf-8?Q?grav=22's?= message of "Fri, 02 Jan 2015 18:46:37 %2B0100") References: <20141223233310.098C54BB6@nine.des.no> <86h9wln9nw.fsf@nine.des.no> <549A5492.6000503@grosbein.net> <868uhx43i5.fsf@nine.des.no> <20141226200838.DE83DACE@hub.freebsd.org> <8661cy9jim.fsf@nine.des.no> <20141231195427.AECE022B@hub.freebsd.org> <86y4plgjnm.fsf@nine.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Sm=C3=B8rgrav <des@des.no> writes: > $ sudo env UNAME_r=3DX.Y-RELEASE freebsd-update fetch install Actually, you want to do this from *outside* the jail, partly out of healthy paranoia and partly so freebsd-update will re-use previously downloaded indexes and patches: $ sudo env UNAME_r=3DX.Y-RELEASE freebsd-update -b /path/to/jail fetch inst= all Don't worry about conflicts - freebsd-update names its working directory after the sha256 sum of the destination directory, so you can fetch, merge, install and rollback updates for multiple jails as well as the host independently of eachother. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tx09gj1m.fsf>