Bug 78372 - port update: www/dansguardian to 2.8.0.4
Summary: port update: www/dansguardian to 2.8.0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 18:10 UTC by Freddie Cash
Modified: 2005-03-05 07:26 UTC (History)
0 users

See Also:


Attachments
dansguardian-2.8.0.4.diff (15.85 KB, patch)
2005-03-03 18:10 UTC, Freddie Cash
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Freddie Cash 2005-03-03 18:10:20 UTC
        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.
Comment 1 Freddie Cash 2005-03-03 18:41:31 UTC
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
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-03-05 07:26:26 UTC
State Changed
From-To: open->closed

Committed, thanks!