Update port to latest stable release of DansGuardian. Changes include: - updated Big5 Chinese and Lithuanian language files - added Hebrew and Swedish language files - fixed several bugs in HTTP header handling - fixed a few bugs in the -r soft-restart feature - fixed a security issue with malformed URL processing Changes to port structure include: - install all default config files under samples/ directory, making it much simpler to do upgrades (It's not elegant or perfect, but it works better than the .dist install I was using before) Fix: The patch below has been test on 6.0-CURRENT and 5.3-RELEASE-p5. No testing has been done on 4.x systems.
Oops, small typo in the Makefile patch. The GCC check needs to be changed like to: # Set which version of GCC to compile the port with .if ${OSVERSION} > 500000 CONFIGURE_ARGS+= --gccver=3 -else +.else CONFIGURE_ARGS+= --gccver=2 .endif The original patch removed the . from the .else line. -- Freddie Cash, CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] fcash@sd73.bc.ca helpdesk@sd73.bc.ca
State Changed From-To: open->closed Committed, thanks!