From owner-freebsd-questions@FreeBSD.ORG Sat Apr 23 01:52:33 2005 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 D688716A4CE for ; Sat, 23 Apr 2005 01:52:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ACB43D1D for ; Sat, 23 Apr 2005 01:52:32 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so1003084wri for ; Fri, 22 Apr 2005 18:52:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=rOiI/s/JcGuh0SKfU4WvyYszOUs8+MyCB/4nTqiUFF5p6EPZF1ptJHVnV4F2yZSPivjDsBoUSZ8InN5yqnLcyvVe1/yN3D52vYReB5IR3qO2b2llKk2+v3j/4qoMMoyrm9Ok8LfRYSZM2rdB0Uzj6fsHZ+Y1MCe+o5EQy4YCoH8= Received: by 10.54.21.59 with SMTP id 59mr787643wru; Fri, 22 Apr 2005 18:52:32 -0700 (PDT) Received: by 10.54.6.56 with HTTP; Fri, 22 Apr 2005 18:52:32 -0700 (PDT) Message-ID: Date: Fri, 22 Apr 2005 18:52:32 -0700 From: Lei Sun To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Why the version I see on the official website is different(newer) from the ones I get to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lei Sun List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 01:52:34 -0000 Hi, I have been checking out how to keep my system up-to-date for quite a while= ,=20 and yet I can't seem to find the reason why -> see below for example: I just installed freebsd 5.3 and trying to get apache+mod_ssl installed on= =20 my machine. Fine, I got to do the make install, and did all of the correct=20 configuration, and ended up finding that the version I have is=20 apache+mod_ssl-1.3.31+2.8.19 After running the portaudit program, I see that it is not as up-to-date. So, I copy the standard-sup file and did the proper configuration, and did= =20 cvsup -g -L 2 ~/cvsup/stable-supfile=20 pkgdb -F=20 portversion and I ended up seeing: su-3.00# portversion apache+mod_ssl =3D bash =3D cvsup-without-gui =3D expat =3D gettext =3D libiconv =3D mm =3D mysql-client =3D mysql-server =3D perl =3D perl =3D pkg_tree =3D portupgrade =3D pstree =3D ruby =3D ruby18-bdb1 =3D su-3.00# pkg_info apache+mod_ssl-1.3.31+2.8.19 The Apache 1.3 webserver with SSL/TLS=20 functionality bash-3.0_5 The GNU Project's Bourne Again SHell cvsup-without-gui-16.1h General network file distribution system optimized= =20 for CVS expat-1.95.8 XML 1.0 parser written in C gettext-0.13.1_1 GNU gettext package libiconv-1.9.2_1 A character set conversion library mm-1.3.0 Shared memory allocation library for pre-forked process mod mysql-client-4.1.5 Multithreaded SQL database (client) mysql-server-4.1.5 Multithreaded SQL database (server) perl-5.6.1_15 Practical Extraction and Report Language perl-5.8.5 Practical Extraction and Report Language pkg_tree-1.1_1 Get a 'graphical' tree-overview of installed packages portupgrade-20040701_3 FreeBSD ports/packages administration and management= =20 tool s pstree-2.25 List processes as a tree ruby-1.8.2.p2_1 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full=20 featu I think that means apache+mod_ssl is up-to-date, and even when I am trying= =20 to run portupgrade, it is not upgrading anything, which makes me feel reall= y=20 strange, since when I do go to this page,=20 http://www.freebsd.org/cgi/ports.cgi?query=3Dmod_ssl&stype=3Dall&release=3D= 5-STABLE%2Fi386 It says *apache+mod_ssl-1.3.33+2.8.22 *is the most current one. What am I doing wrong? How do I update the apache+mod_ssl to the most=20 current version?=20 Thanks