./www/e2guardian, Web content filtering proxy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q4, Version: 5.1.1nb5, Package name: e2guardian-5.1.1nb5, Maintainer: prlw1

e2guardian is a content filtering proxy that works in conjunction with another
caching proxy such as Squid or Oops. More information can be found in the
e2guardian(8) man page, the "doc" subdirectory of the distribution, and the
comments in the configuration and list files themselves.

e2guardian is a fork of DansGuardian and the maintainers fully acknowledge
the work carried out by and the copyright of Daniel Baron and other
contributors to the DansGuardian project.

Please note that version 5 is not backward compatible with v4 (and earlier)
configuration files.



Package options: email, ssl

Master sites:

Filesize: 831.035 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-05 17:57:17 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6559 - requested by sborrill
www/e2guardian: build fix

Revisions pulled up:
- www/e2guardian/distinfo                                       1.7
- www/e2guardian/patches/patch-configure.ac                     1.1

---
   Module Name:	pkgsrc
   Committed By:	sborrill
   Date:		Wed Jan  5 15:53:41 UTC 2022

   Modified Files:
   	pkgsrc/www/e2guardian: distinfo
   Added Files:
   	pkgsrc/www/e2guardian/patches: patch-configure.ac

   Log message:
   Fix build of e2guardian by applying commit from 5.4 branch:

   Don't expand AM_INIT_AUTOMAKE multiple times.

   https://github.com/e2guardian/e2guardian/pull/705