1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Kris Kennaway
de2dd631ef NO_PACKAGE and NO_CDROM are superfluous 2006-09-03 06:35:31 +00:00
Doug Barton
1d30f689bc Remove a new crop of the long-spurious FreeBSD KEYWORDs. 2006-07-10 18:32:32 +00:00
Pav Lucistnik
4a2fb110ae - Better use of rc_subr framework
- Updated startup script
- Fixed pkg-plist

PR:		ports/94802
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2006-04-08 12:57:43 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Pav Lucistnik
080fd4fb60 - Make apache dependency optional
PR:		ports/90513
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2005-12-17 19:54:49 +00:00
Renato Botelho
3dddff54cd - Update to 2.8.0.6
PR:		ports/86998
Submitted by:	maintainer
2005-10-06 18:28:23 +00:00
Sergey Matveychuk
4a40b2c5af - Update to 2.8.0.4
* 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
- install all default config files under samples/ directory

PR:		ports/78372
Submitted by:	maintainer
2005-03-05 07:26:11 +00:00
Sergey Matveychuk
0576908215 * Update to version 2.8.0.2
Minor bug fix release
* Also removed the "Compile with GCC 3" option as it never really worked
correctly anyway

PR:		ports/70226
Submitted by:	maintainer
2004-08-10 11:48:14 +00:00
Volker Stolz
e82e6ebe3f DansGuardian 2.8.0-0 has been released as the new stable version. New features since 2.6.x include:
- Changed process model from fork-on-connect to fork-pool.  This dramatically improves the performance and allows it to scale to many more concurrent users.
- Improved internationalisation language file support.
- Image replacement for advert removal.
- Added support for fully qualified addresses in banned and exception IP lists.
- Added URL Greylists.
- Added filter group support so different filtering settings can be used for different groups of users.
- Added a '-g' gentle restart that does not kill current connections but filter group config is re-read.
- Ident now uses X-Forwarded-For when DansGuardian is configured to use it.
- Added a temporal denied page bypass facility.
- It is no longer needed to run as root to bind to a low port.

PR:		ports/69625
Submitted by:	Freddie Cash (maintainer)
2004-07-28 10:28:59 +00:00
Pav Lucistnik
def481b900 - Update to 2.6.1-13
- Convert rc script to RCng

PR:		ports/66333
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-05-06 20:09:41 +00:00
Mark Linimon
7bbf670f11 Correct the CONFLICTS. Remove unneccessary fluff.
Pointed out by:		eik
2004-03-09 22:48:23 +00:00
Mark Linimon
31a6104472 Update port to support new ports features including unique LATEST_LINK,
OPTIONS, and distinfo SIZE.

PR:		ports/63996
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-03-09 20:36:58 +00:00
Mark Linimon
5776ab022a One more attempt to get the plist right. 2004-01-08 23:52:37 +00:00
Mark Linimon
97334c6255 Fix conflicts. Also check in the changes to the plist that I foolishly
forgot last time (thank you cvs update!)

PR:		ports/61098
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-08 22:34:05 +00:00
Mark Linimon
7d42c84fda Update to 2.6.1-11: bugfixes and better start/stop script; also, some
attempt to pacify gcc3.3.

PR:		ports/61048
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-08 02:11:44 +00:00
Mark Linimon
4b2011d1b2 Update to version 2.6.1.6: mainly bugfixes.
PR:		ports/57162
Submitted by:	Petr Rehor <petr.rehor@i.cz>
Reworked by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-07 08:33:41 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Edwin Groothuis
6fabfb1992 port update: www/dansguardian to version 2.6.1-3
The latest stable release of DansGuardian is 2.6.1-3.  This
	release fixes a few security glitches in earlier releases,
	and adds several new features to improve filtering, throughput,
	and resource usage.  A recommended update for all DG users.

PR:		ports/54199
Submitted by:	Freddie Cash <fcash@sd73.bc.ca>
2003-09-04 01:09:23 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Sean Chittenden
b8e1e7ef86 Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN		is reserved for ports that don't work.  This will prevent
		users from installing the port, but please note that
		ports marked as BROKEN will still be built by bento
IGNORE		is reserved for ports that should not be built for one
		reason or another (including bento).  Users and bento
		will not build ports marked as IGNORE.
FORBIDDEN	is reserved for security breakages only!!!  Only mark a
		port as FORBIDDEN if there is a security issue with the
		port at the time.

Reviewed by:	kris (portmgr)
2003-02-07 02:44:21 +00:00
Cy Schubert
06f774cde6 Dansguardian requires squid be running before it starts. This patch
starts dansguardian after squid starts up.

PR:		43660
Submitted by:	MAINTAINER: Freddie Cash <fcash@bigfoot.com>
2002-10-20 16:02:37 +00:00
Cy Schubert
e2987bee1c Upgrade 2.2.9.1 --> 2.2.10.0
PR:             37396
Submitted by:   MAINTAINER <fcash@bigfoot.com>
2002-05-14 19:43:39 +00:00
Patrick Li
c64e711cad Update to 2.2.9.1
PR:		37113
Submitted by:	maintainer
2002-04-20 06:21:28 +00:00
Cy Schubert
c877a9d58d Update 2.2.7-1 -> 2.2.8-0.
PR:		36677
Submitted by:	MAINTAINER:  Freddie Cash <fcash@bigfoot.com>
2002-04-08 01:48:41 +00:00
Kris Kennaway
e6a347678d Use FORBIDDEN to display notice about manual fetching of distfile.
Submitted by:	maintainer
2002-03-31 04:28:18 +00:00
Cy Schubert
a2edf7fc8d Add dansguardian 2.2.7.1, a fast, simple web content filter for
Squid proxy servers.

PR:		35382
Submitted by:	Freddie Cash <fcash@bigfoot.com>
2002-03-28 02:25:13 +00:00