From owner-freebsd-questions@freebsd.org Sun Feb 7 14:14:53 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A407E52DB2A for ; Sun, 7 Feb 2021 14:14:53 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4DYWPm68ptz4gLh for ; Sun, 7 Feb 2021 14:14:52 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from [192.168.1.181] (host86-167-39-8.range86-167.btcentralplus.com [86.167.39.8]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id 117EEpeQ090833 for ; Sun, 7 Feb 2021 14:14:51 GMT (envelope-from freebsd-doc@fjl.co.uk) From: Frank Leonhardt Subject: Re: Historical FreeBSD ISOs ? To: freebsd-questions@freebsd.org References: <20210120070927.GA16090@vagabond> <20210120073310.08a3bbe762ffea29c1091cb7@sohara.org> <20210120073808.GA20539@vagabond> Message-ID: <6f061d7c-6a22-fb1c-e93e-3cb438a9ab94@fjl.co.uk> Date: Sun, 7 Feb 2021 14:15:43 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210120073808.GA20539@vagabond> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-Rspamd-Queue-Id: 4DYWPm68ptz4gLh X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd-doc@fjl.co.uk designates 84.45.41.196 as permitted sender) smtp.mailfrom=freebsd-doc@fjl.co.uk X-Spamd-Result: default: False [-2.40 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[86.167.39.8:received]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:84.45.41.196]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_NA(0.00)[fjl.co.uk]; RCVD_IN_DNSWL_MED(-0.20)[84.45.41.196:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25577, ipnet:84.45.0.0/17, country:GB]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2021 14:14:53 -0000 On 20/01/2021 07:38, Pierre DAVID wrote: > On Wed, Jan 20, 2021 at 07:33:10AM +0000, Steve O'Hara-Smith wrote: >> On Wed, 20 Jan 2021 08:09:27 +0100 >> Pierre DAVID wrote: >> >>> Hi, >>> >>> for a study, I need ISO images for historical versions of FreeBSD, >>> such as 3.5-RELEASE, 4.11-RELEASE, and so on (i386 and/or amd64). >>> >>> I searched on ftp.freebsd.org, but the oldest one is 11.2-RELEASE. >> >>     Look here - it goes back to 1.0. >> >> http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/ >> >> -- Steve O'Hara-Smith >> > On a related note, what's the definitive source for old source code? svn.freebsd.org/base/releng is patchy (especially with respect tor 3.x); /release will do for some of the gaps for my purposes, but some are missed out frmo there too (1.x for example). I can't find the source on the ftp-archive you've just mentioned, except as tarballs on the release media That's a lot of tar -x to get a working copy and seems somehow wrong, although the release process wasn't consistent . Someone, somewhere must have a complete set of sources in once place?!? Thanks, Frank.