aboutsummaryrefslogtreecommitdiff
path: root/www/dansguardian-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Chase clamav library to version 4Renato Botelho2008-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities. Notes: svn path=/head/; revision=211377
* - Update to 2.9.9.3Pav Lucistnik2008-03-277-42/+82
| | | | | | | | | | - Update maintainer address PR: ports/122139 Submitted by: Freddie Cash <fjwcash@gmail.com> (maintainer) Notes: svn path=/head/; revision=209958
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 2.9.8.2Martin Wilke2007-01-272-6/+16
| | | | | | | | PR: 108359 Submitted by: Freddie Cash<fcash@ocis.net> (Maintainer) Notes: svn path=/head/; revision=183463
* - Remove unnecessary "before: daemon" statement from rc.d scriptsAndrew Pantyukhin2006-11-041-2/+1
| | | | | | | | | PR: ports/104278 Submitted by: Jeff Palmer<scorpio@drkshdw.org> Approved by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=176317
* - Update to 2.9.8.0Pav Lucistnik2006-10-043-9/+28
| | | | | | | | PR: ports/103723 Submitted by: Freddie Cash <fcash@ocis.net> (maintainer) Notes: svn path=/head/; revision=174468
* Remove dead reference to ${NO_PACKAGE}Kris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172072
* - Update to 2.9.7.0Ion-Mihai Tetcu2006-06-064-27/+46
| | | | | | | | | | | | | | | Add / unbreak support (defaults to off) for: - DG_ICAP "Enable ICAP AV content scanner support (testing)" - DG_KASP "Enable Kaspersky AV support (testing)" - DG_NTLM "Enable NTLM authentication plugin" - DG_EMAIL "Enable e-mail reporting support" PR: ports/97994 Submitted by: maintainer Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=164615
* - Enable clamav, ICAP, Kaspersky optionsPav Lucistnik2006-04-084-27/+43
| | | | | | | | PR: ports/95089 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=159115
* - Update to 2.9.6.1Pav Lucistnik2006-03-203-14/+33
| | | | | | | | PR: ports/94744 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=157818
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* - Update to 2.9.5.0Renato Botelho2006-02-104-21/+18
| | | | | | | | PR: ports/93110 Submitted by: maintainer Notes: svn path=/head/; revision=155660
* port-update: www/dansguardian-devel to 2.9.3.2Edwin Groothuis2005-12-276-61/+114
| | | | | | | | | | | | | | | Update to the latest development version of DansGuardian. Clean up the port Makefile, add Apache as an optional dependency, and use the new RCng rcorder framework. Tested on the two systems listed above. Compiles, installs, uninstalls, and runs correctly, although I am not able to test all the new auth plugins. PR: ports/90827 Submitted by: Freddie Cash <fcash@sd73.bc.ca> Notes: svn path=/head/; revision=152239
* - Update to 2.9.0.1Renato Botelho2005-10-256-296/+288
| | | | | | | | PR: ports/87962 Submitted by: maintainer Notes: svn path=/head/; revision=146335
* Mark as ignore for now since the non-devel version is newer.Mark Linimon2004-10-121-0/+2
| | | | | | | | PR: ports/72099 Submitted by: Freddie Cash <fcash at sd73 dot bc dot ca> (maintainer) Notes: svn path=/head/; revision=118869
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Fix left-over from testing.Volker Stolz2004-07-011-1/+1
| | | | | | | | Noticed by: kris Pointy hat: me Notes: svn path=/head/; revision=112699
* - Update to 2.7.7.9Volker Stolz2004-07-013-21/+14
| | | | | | | | | | - Fixup OPTIONS/GCC 3.3 handling PR: ports/68517 Submitted by: maintainer Notes: svn path=/head/; revision=112660
* - Update to 2.7.7-8Pav Lucistnik2004-05-098-280/+167
| | | | | | | | | | | - Convert to RCng - Define latest link PR: ports/66336 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=108768
* Correct the CONFLICTS. Remove unneccessary fluff.Mark Linimon2004-03-091-5/+4
| | | | | | | Pointed out by: eik Notes: svn path=/head/; revision=103472
* Update to latest development snapshot.Mark Linimon2004-01-196-113/+371
| | | | | | | Submitted by: fcash@bigfoot.com (maintainer) Notes: svn path=/head/; revision=98520
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-1/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Use IGNORE instead of FORBIDDEN, and check for !PACKAGE_BUILDINGKris Kennaway2003-03-281-2/+2
| | | | Notes: svn path=/head/; revision=77568
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Update 2.4.5.2 --> 2.4.6.5Cy Schubert2002-10-246-38/+120
| | | | | | | | PR: 43661 Submitted by: MAINTAINER: fcash@lug.kamloops.net Notes: svn path=/head/; revision=68703
* Update to 2.4.5.2Patrick Li2002-07-302-2/+2
| | | | | | | | PR: ports/41129 Submitted by: maintainer Notes: svn path=/head/; revision=63756
* Update to 2.4.4.0Patrick Li2002-06-282-2/+2
| | | | | | | | PR: ports/39913 Submitted by: maintainer Notes: svn path=/head/; revision=62130
* Update 2.4.2-1 --> 2.4.3-2Cy Schubert2002-06-024-67/+84
| | | | | | | | PR: 38430 Submitted by: MAINTAINER: Freddie Cash <fcash@bigfoot.com> Notes: svn path=/head/; revision=60496
* Add dansguardian-devel 2.4.2.1, a fast, simple web content filterCy Schubert2002-04-089-0/+197
for Squid proxy servers. PR: 36676 Submitted by: Freddie Cash <fcash@bigfoot.com> Notes: svn path=/head/; revision=57419