PHP4 v. php4-4.4.7_2 refuse to upgrade …

2007-10-04 Thread bsd

Hello,


I am using

FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14  
11:39:18 CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ 
GENERIC  i386



When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there is  
this strange error…



Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 209  
packages found (-3 +1) (...). done]

---  Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4)
---  Building '/usr/ports/lang/php4'
===  Cleaning for autoconf-2.61_2
===  Cleaning for php4-4.4.7_2
===  php4-4.4.7_2 has known vulnerabilities:
= php -- multiple vulnerabilities.
   Reference: http://www.FreeBSD.org/ports/portaudit/ 
71d903fc-602d-11dc-898c-001921ab2fa4.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/lang/php4.
*** Error code 1

Stop in /usr/ports/lang/php4.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade. 
24846.54 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=php4-4.4.7_1  
UPGRADE_PORT_VER=4.4.7_1 make

** Fix the problem and try again.


I don't understand because my port tree is up to date !!

Any idea ?



Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz


P Please consider your environmental responsibility before printing  
this e-mail



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


Re: PHP4 v. php4-4.4.7_2 refuse to upgrade …

2007-10-04 Thread Beech Rintoul
On Wednesday 03 October 2007, bsd said:
 Hello,


 I am using

 FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14
 11:39:18 CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/
 GENERIC  i386


 When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there
 is this strange error…


 Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 209
 packages found (-3 +1) (...). done]
 ---  Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4)
 ---  Building '/usr/ports/lang/php4'
 ===  Cleaning for autoconf-2.61_2
 ===  Cleaning for php4-4.4.7_2
 ===  php4-4.4.7_2 has known vulnerabilities:
 = php -- multiple vulnerabilities.
 Reference: http://www.FreeBSD.org/ports/portaudit/
 71d903fc-602d-11dc-898c-001921ab2fa4.html
 = Please update your ports tree and try again.
 *** Error code 1

 Stop in /usr/ports/lang/php4.
 *** Error code 1

 Stop in /usr/ports/lang/php4.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade. 24846.54 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=php4-4.4.7_1 UPGRADE_PORT_VER=4.4.7_1 make
 ** Fix the problem and try again.


 I don't understand because my port tree is up to date !!

 Any idea ?

Yes it means that the port you're trying to update to has security 
issues. If you're feeling lucky you can do:
portupgrade -m DISABLE_VULNERABILITIES=yes php

But it's not a good idea. If you build it anyway and get hacked, don't 
say you weren't warned ;-)

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: PHP4 v. php4-4.4.7_2 refuse to upgrade …

2007-10-04 Thread Mel
On Thursday 04 October 2007 22:44:55 Kevin Kinsey wrote:

 I'd advise moving to PHP5 now.  It doesn't hurt much.

That's a loaded statement. It didn't hurt much for me would be more to the 
point. I'm also advising to move to PHP 5, but don't just install it and wait 
for your customers/vistors to call with their problems.
There's a few extensions that have been abandoned, if you use one of those, 
you're in for a surprise - also some functions behave slightly different. I'd 
do some solid research first or better, copy your apps to a test machine 
running php 5, test everything, then let your peers test everything and then 
let a spider crawl through it.

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