From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 22:00:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1FF616A4CE for ; Fri, 24 Dec 2004 22:00:02 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F8A43D4C for ; Fri, 24 Dec 2004 22:00:01 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 3E9C841A6; Fri, 24 Dec 2004 23:00:32 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65807-01; Fri, 24 Dec 2004 23:00:25 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 8A7B94237; Fri, 24 Dec 2004 23:00:25 +0100 (CET) From: "Jorn Argelo" To: Richard Bejtlich , freebsd-questions@freebsd.org Date: Fri, 24 Dec 2004 23:00:25 +0100 Message-Id: <20041224215342.M77401@wcborstel.nl> In-Reply-To: <120ef053041224131444856476@mail.gmail.com> References: <120ef053041224131444856476@mail.gmail.com> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: Re: Answers: Keeping FreeBSD Applications Up-To-Date X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 22:00:03 -0000 On Fri, 24 Dec 2004 16:14:16 -0500, Richard Bejtlich wrote > Three weeks ago I posted notification of my article Keeping FreeBSD > Up-To-Date. Today I am happy to announce the publication at > TaoSecurity.com of Keeping FreeBSD Applications Up-To-Date: > > http://www.taosecurity.com/keeping_freebsd_applications_up-to-date.html > > The new article takes the same case-based approach I used in the > first paper. The article's sections include: > > - Introduction > - Installation Using Source Code > - Installation Using the FreeBSD Ports Tree > - Installation Using Precompiled Packages > - Updating Applications Installed from Source Code > - Updating Packages by Deletion and Addition > - Updating the Ports Tree, Part 1 > - Manually Updating a Package Using the Ports Tree > - Updating Packages with Portupgrade, Part 1 > - Updating Packages with Portupgrade, Part 2 > - Updating the Ports Tree, Part 2 > - My Common Package Update Process > - Creating Packages on One System and Installing Them Elsewhere > - Addressing Security Issues in Packages > - Conclusion > - Acknowledgements > - References > > Sections show commands to run, explanations of what they do, sample > output, applications versions, and pros and cons of each upgrade > method. Please send feedback to taosecurity at gmail dot com. > > Thank you, > > Richard Bejtlich Hi Richard, It looks good. It's nice to have a piece of documentation regarding this subject all on one page. However, you should be aware that most information, if not all, can be found in the handbook as well. I truely praise the handbook, but it's size can be rather annoying when to find something. It has an online search function, of course, but for offline use it can be a little maze from time to time. So I like things like this. It has similair quality of the handbook but all subjects in one page. Great. However, it would be nice if you actually wrapped the text to make it readable. Preferably based on resolution if possible. And it requires some cosmetic attention as well. Type commands in differen colours, for example. Make important notes larger, use a different colour again, or give them a special font. Also, it would be nice if you went a little bit deeper into the commands. For example, you use portugrade -varR. Elaborate what they do. At least, I would like to know it if I was the newbie reading it. Other then that, it looks fine. I didn't read everything though, but from what I've seen it looks nice. Cheers, Jorn.