Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am somewhat new to FreeBSD, and so not 100% used to this ports and 
 portaudit system.
 
 My daily sec. output says, that my installed mod_php4-4.3.8_2 has two 
 vulnerabilities. So I did an cvsup /root/ports-supfile and a make 
 search=mod_php4 afterwards. But I can only see mod_php4-4.3.6 now, 
 which does not look like an update to mod_php4-4.3.8_2.
 
cd /usr/ports
make fetchindex


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Now my question is: How should/can I update mod_php4, if there is no update 
 available?
portupgrade -all
wil upgrade all port installed on your system
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am somewhat new to FreeBSD, and so not 100% used to this ports and 
 portaudit system.
 
 My daily sec. output says, that my installed mod_php4-4.3.8_2 has two 
 vulnerabilities. So I did an cvsup /root/ports-supfile and a make 
 search=mod_php4 afterwards. But I can only see mod_php4-4.3.6 now, 
 which does not look like an update to mod_php4-4.3.8_2.
 
 Now my question is: How should/can I update mod_php4, if there is no update 
 available?
 
 Greetings and TIA, Matthias
 
for portupgrade utility you may install port /usr/ports/sysutils/portupgrade

You can use this tool for upgrade one package for example:
portupgrade mod_php4-4.3.8_2

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Matthias F. Brandstetter
-- quoting Alexandr --
  My daily sec. output says, that my installed mod_php4-4.3.8_2 has
  two vulnerabilities. So I did an cvsup /root/ports-supfile and a
  make search=mod_php4 afterwards. But I can only see mod_php4-4.3.6
  now, which does not look like an update to mod_php4-4.3.8_2.

 cd /usr/ports
 make fetchindex

that was is, thx a log!
Greetings, Matthias

-- 
Maybe I should just cut my losses, give up on Lisa, and make a fresh
start with Maggie.

  -- Homer Simpson
 Lisa's Pony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Alex de Kruijff
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am somewhat new to FreeBSD, and so not 100% used to this ports and 
 portaudit system.
 
 My daily sec. output says, that my installed mod_php4-4.3.8_2 has two 
 vulnerabilities. So I did an cvsup /root/ports-supfile and a make 
 search=mod_php4 afterwards. But I can only see mod_php4-4.3.6 now, 
 which does not look like an update to mod_php4-4.3.8_2.

You go wrong here. There doesn't exist a command 'make search=...' it
should be 'make search name=mod_php4'. Because of this you have compiled
(but not installed) all recursive ports. To fix this do: make clean from
/usr/ports (this takes a while)

The most recent for me is: mod_php4-4.3.4_7,1

If you run 'pkg_version | grep php' then you can see if the port is
newer than the one you installed. A  means that this is the case.

 Now my question is: How should/can I update mod_php4, if there is no update 
 available?

First install portupgrade:
# cd /usr/ports/sysutils/portupgrade/
# make install  make clean

Then do:
# rehash
# portupgrade -fR mod_php4

The R also compiles all ports that php4 uses and the f force a recompile
of ports that are of the current version. Its not allways required but
I've had some trouble with php. This solved the problem for me.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread h
hermm.

you might wanna read /usr/ports/UPDATING before you do that.


On Thursday 14 October 2004 17:07, Alexandr wrote:
 On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
  Now my question is: How should/can I update mod_php4, if there is no
  update available?

 portupgrade -all
 wil upgrade all port installed on your system
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]