Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 10:14:40 +0300
From:      "Andrew Pantyukhin" <infofarmer@gmail.com>
To:        "Chris Maness" <chris@chrismaness.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Portupgrade Operation
Message-ID:  <cb5206420603072314t43210f49geac4983d5ed9fa50@mail.gmail.com>
In-Reply-To: <440E7707.3050602@chrismaness.com>
References:  <440E7707.3050602@chrismaness.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/8/06, Chris Maness <chris@chrismaness.com> wrote:
> If I manually rm -rf a port, manually untar (ie glib.tar.gz), and do a
> portupgrade -rR glib, will packages that have a specific dependency on
> the old glib version get rebuilt?  Or if not will they break (I am just
> using glib as an example and looking for a very general answer)?  I
> would like to figure out how portupgrade works without CVSUPing the
> whole port tree.  Like in the case of  a security problem on a
> production server.  I don't necessarily want to rebuild every port that
> has been installed on the box.  Doing this has worked so-far, but I want
> to make sure that this is the best approach, so that I don't end up
> having the mess I had a while back with dependencies.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"
>

Keeping your apps up-to-date is kinda proactively secure.

Anyway, we always have the latest ports tree (it's actually
mounted read-only via NFS on every FreeBSD machine
at our site) and if you don't want to update all at once -
just don't use portupgrade -a. And yes, in case your whole
ports tree is fresh, portupgrade -rR glib will upgrade all
dependencies and dependants (recursively).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420603072314t43210f49geac4983d5ed9fa50>