Finally, an update to the development version of DansGuardian. This is a major update from the previous versions, and should be treated as a new install. This version includes support for scanning downloaded files for viruses using ClamAV, Kasperky Labs, and ICAP. Also includes support for a download manager to make downloads a little easier. I do not have access to Kaspersky Labs AV or the ICAP AV content scanner, so I could not test the integration with those tools. If anybody has access to those and wants to help with testing, drop me an e-mail. The patch below compiles, and DansGuardian loads, but I have not had a chance to stress test it. Testing reports are welcome. Note: This is an Alpha quality release of DansGuardian. Problems not related to the port (basically, anything other than installing, uninstalling, and finding libraries), please submit to the DansGuardian mailing list.
Responsible Changed From-To: freebsd-ports-bugs->garga Grabbed.
State Changed From-To: open->feedback Ask for maintainer approval.
Dear maintainer, Your patches are not applying fine, like you can see here: http://srvmix.galle.com.br/tb/errors/5-STABLE/dansguardian-2.9.0.1.log Could you take a look please? -- Renato Botelho <garga @ FreeBSD.org> <freebsd @ galle.com.br> GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
On October 25, 2005 04:50 am, Renato Botelho wrote: > Your patches are not applying fine, like you can see here: > http://srvmix.galle.com.br/tb/errors/5-STABLE/dansguardian-2.9.0.1.log > Could you take a look please? There should only be a single file in the files/ directory: dansguardian.sh. All the other files are no longer needed and should be deleted. I used "diff -ruH dansguardian-devel.orig dansguardian-devel" to create the diff file I attached to the PR. Is there another switch I should have used to have those files listed as deleted?? -- Freddie Cash, CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] fcash@sd73.bc.ca helpdesk@sd73.bc.ca
Em 25/10/2005 13:51 Freddie Cash escreveu: > On October 25, 2005 04:50 am, Renato Botelho wrote: >> Your patches are not applying fine, like you can see here: > >> http://srvmix.galle.com.br/tb/errors/5-STABLE/dansguardian-2.9.0.1.log > >> Could you take a look please? > > There should only be a single file in the files/ directory: > dansguardian.sh. All the other files are no longer needed and should be > deleted. > > I used "diff -ruH dansguardian-devel.orig dansguardian-devel" to create > the diff file I attached to the PR. Is there another switch I should > have used to have those files listed as deleted?? I remove all patches, added devel/pcre as a dependency and it builds fine on 6.x, but it doesn't build on 4.x, like you can see here: http://srvmix.galle.com.br/tb/errors/4-STABLE/dansguardian-2.9.0.1.log Could you investigate this? If no, let me know and i can mark it as BROKEN on 4.x Thanks -- Renato Botelho <garga @ FreeBSD.org> <freebsd @ galle.com.br> GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
State Changed From-To: feedback->closed Committed. Thanks!