Re: PHP Vulnerabilities and Suhosin

2006-10-08 Thread Andrew Pantyukhin
On 10/6/06, Alex Dupre [EMAIL PROTECTED] wrote: Andrew Pantyukhin ha scritto: I've noticed we have WITH_SUHOSIN option. It may alleviate some security issues. In particular, suhosin 0.9.6 fixes this latest issue. Can we somehow make this option influence PKGNAME (suffix, prefix, version or

Re: PHP Vulnerabilities and Suhosin

2006-10-08 Thread Alex Dupre
Andrew Pantyukhin ha scritto: I think we should mark suhosin 0.9.5 as vulnerable to encourage an upgrade (in the same advisory). What do you think? Even if not properly correct, it could be a simple way to encourage updating. Ok. -- Alex Dupre ___

[patch] wu-ftpd internal ls

2006-10-08 Thread Marian S. Asokarajan
Hello, here is patch for wu-ftpd's bad behaivior on it's internal ls function. --- src/ftpd.c Thu Nov 29 17:56:11 2001 +++ src/ftpd.c.sas Wed Oct 4 20:55:46 2006 @@ -3508,7 +3508,7 @@ { char *a; a = (char *) malloc(len + 1); -memset(a, ' ', len-1); +memset(a, ' ',

FreeBSD Port: MT-3.32

2006-10-08 Thread Søren Schrøder
MT is updated to 3.33 Will I be able to install by updating distinfo file to match the checksums/size/name of the 3.33 tar.gz ? MD5 (/usr/ports/distfiles/MT-3.33-en_US.tar.gz) = 432570bf0aa82995d764a49da5a39696 SHA256 (/usr/ports/distfiles/MT-3.33-en_US.tar.gz) =

Re: INDEX build failed for 7.x

2006-10-08 Thread Kris Kennaway
On Mon, Oct 09, 2006 at 01:41:04AM +0400, Stanislav Sedov wrote: On Sun, 8 Oct 2006 19:53:21 GMT Erwin Lansing [EMAIL PROTECTED] mentioned: INDEX build failed with errors: Generating INDEX-7 - please wait..Unknown modifier 'u' Bareword found where operator expected at -e line 1, near

Re: INDEX build failed for 7.x

2006-10-08 Thread Stanislav Sedov
On Sun, 8 Oct 2006 17:44:13 -0400 Kris Kennaway [EMAIL PROTECTED] mentioned: It seems that index for 7.0 is building on STABLE? As ':u' modifier exists in -CURRENT... Ok, I've commented it out, now should build OK. People build INDEXes for any version on any (supported) version of

Re: INDEX build failed for 7.x

2006-10-08 Thread Kris Kennaway
On Mon, Oct 09, 2006 at 02:16:04AM +0400, Stanislav Sedov wrote: On Sun, 8 Oct 2006 17:44:13 -0400 Kris Kennaway [EMAIL PROTECTED] mentioned: It seems that index for 7.0 is building on STABLE? As ':u' modifier exists in -CURRENT... Ok, I've commented it out, now should build OK.

FreeBSD Port: mpc-0.11.2

2006-10-08 Thread Alan Tamm
hello, I was wondering about the status of 0.12 port.. it has shoutcast support etc and I can't compile it from sourch on 4.x for some reason so a port would be great ;) thanks, alan. ___ freebsd-ports@freebsd.org mailing list

FreeBSD Port: dansguardian-2.8.0.6_2

2006-10-08 Thread Robert Nilsson
Freddie, I have found an issue in the port - it does not calculate md5 checksums correctly. This isn't normally a problem, but I'm using a password bypass and it doesn't match what the md5 command, or perl, generate. I haven't gone too deep, but if you comment out the # define

INDEX build failed for 7.x

2006-10-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-7 - please wait..Unknown modifier 'u' Bareword found where operator expected at -e line 1, near )_VERSION (Missing operator before _VERSION?) syntax error at -e line 1, near )_VERSION Unmatched right curly bracket at -e line 1, at end of

Re: why are you e-mailing me this?

2006-10-08 Thread 2jonathon
Marian S. Asokarajan [EMAIL PROTECTED] wrote: Hello, here is patch for wu-ftpd's bad behaivior on it's internal ls function. --- src/ftpd.c Thu Nov 29 17:56:11 2001 +++ src/ftpd.c.sas Wed Oct 4 20:55:46 2006 @@ -3508,7 +3508,7 @@ { char *a; a = (char *)

Re: why are you e-mailing me this?

2006-10-08 Thread 2jonathon
Lars Engels [EMAIL PROTECTED] wrote: On Thu, Oct 05, 2006 at 02:32:03PM +0100, Florent Thoumie wrote: On Thu, 2006-10-05 at 21:25 +0800, LI Xin wrote: Florent Thoumie wrote: I think teaching ${PORTSDIR}/Makefile about how to do 'make search=' on MOVED as well might be good

RE: why are you e-mailing me this?

2006-10-08 Thread 2jonathon
Andreas Heil [EMAIL PROTECTED] wrote: Hi. I'll correct it as soon as possible. (This weekend) Andreas -Original Message- From: Bill distfiles Fenner [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 12:01 PM To: [EMAIL PROTECTED] Subject: FreeBSD ports: 1

Re: FreeBSD Port: mpc-0.11.2

2006-10-08 Thread Martin Wilke
On Mon, 9 Oct 2006 02:39:56 +0300 Alan Tamm [EMAIL PROTECTED] wrote: Hi Alan Update is ready under ports/103706. I'm wait of approval from Maintainer. - Martin hello, I was wondering about the status of 0.12 port.. it has shoutcast support etc and I can't compile it from sourch on 4.x