View | Details | Raw Unified | Return to bug 273536 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/e2guardian/pkg-descr (-21 / +21 lines)
Lines 1-21 Link Here
1
e2guardian is a content filtering proxy that works in conjunction with another
1
E2guardian is a content filtering proxy that works in conjunction with a
2
caching proxy such as Squid or Oops. More information can be found in the
2
caching proxy such as Squid.  More information can be found in the
3
e2guardian man page, the "doc" subdirectory and the in the configuration files.
3
e2guardian(8) manual page, in the "doc" subdirectory, and the in the
4
configuration files.
4
5
5
e2guardian is a fork of DansGuardian and the maintainers fully acknowledge the
6
E2guardian is a fork of DansGuardian.  The maintainers fully acknowledge the
6
work carried out by and the copyright of Daniel Baron and other contributors to
7
work carried out by, and the copyright of, Daniel Baron and other contributors
7
the Dansguardian project.
8
to the DansGuardian project.
8
9
9
E2Guardian Main features:
10
Main features:
10
Built-in content scanner plugin system which includes AV scanning.
11
11
Can be configured to have multiple filter configurations including groups
12
    built-in content scanner plugin system, includes AV scanning
12
SSL Inspection and Blanket SSL blocking
13
    can be configured to have multiple filter configurations including groups
13
NTLM, Digest, Basic, IP and DNS authentication
14
    SSL inspection and blanket SSL blocking
14
Header analysis and manipulation - you can also manipulate cookies -
15
    NTLM, Digest, Basic, IP and DNS authentication
15
Large file (2GB+) download & scanning support
16
    header analysis and manipulation – you can also manipulate cookies
16
Blacklist, Greylist domains
17
    large file (2GB+) download and scanning support
17
Deny regular Expressions on urls, body content, and headers
18
    blacklist, greylist domains
18
Deep URL scanning to spot URLs in URLs
19
    deny regular expressions on URLs, body content, and headers
19
Advanced advert blocking
20
    deep URL scanning to spot URLs in URLs
20
Updates to handle all current web technology trends
21
    advanced advertisement blocking
21
Time Based Blocking
22
    updates to handle all current web technology trends
23
    time-based blocking.
22
- 
23
--
24
www/e2guardian/files/pkg-message.in | 43 +++++++++++++++--------------
24
www/e2guardian/files/pkg-message.in | 43 +++++++++++++++--------------
25
1 file changed, 22 insertions(+), 21 deletions(-)
25
1 file changed, 22 insertions(+), 21 deletions(-)
(-)b/www/e2guardian/files/pkg-message.in (-23 / +22 lines)
Lines 1-21 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
     o You can find the configuration files for this package in the
4
     o Configuration files for this package are in the
5
       directory %%PREFIX%%/etc/e2guardian.
5
       %%PREFIX%%/etc/e2guardian directory.
6
6
7
       Note:
7
       Notes:
8
       If you just updated your e2guardian installation from an earlier version,
9
       make sure to check your e2guardian.conf and e2guardianf[1..9].conf 
10
       configuration files against the respective e2giardian.conf.sample 
11
       and e2guardianf1.conf.sample files.
12
       Do not forget to check/configure log rotation and compression- read
13
       newsyslog(8) man page for details.
14
8
15
     o Running of e2guardian and squid on the same machine is common configuration.
9
       If you updated your E2guardian installation from an earlier version,
16
       In order to get reliable and fast-working configuration  on heavy loaded
10
       check your e2guardian.conf and e2guardianf[1..9].conf configuration
17
       systems with real-time content checking with antivirus you might want to set
11
       files against the respective e2guardian.conf.sample and
18
       the following tunables (see tuning(7) man page for details prior to tuning):
12
       e2guardianf1.conf.sample files.
13
14
       Check/configure log rotation and compression. See newsyslog(8).
15
16
     o Running E2guardian and Squid on the same machine is a common
17
       configuration.  In order to get reliable and fast-working configuration
18
       on heavily-loaded systems with real-time content checking with
19
       antivirus, consider the following settings (see tuning(7),
20
       loader.conf(5), and sysctl.conf(5)):
19
21
20
       **** /boot/loader.conf ****
22
       **** /boot/loader.conf ****
21
         kern.ipc.msgmnb=8192
23
         kern.ipc.msgmnb=8192
Lines 36-53 Link Here
36
         #Skip feeding /dev/random from network.
38
         #Skip feeding /dev/random from network.
37
         kern.random.harvest.mask=399
39
         kern.random.harvest.mask=399
38
          
40
          
39
         Also do not forget to raise kern.threads.max_threads_per_proc to the value
41
         The value of kern.threads.max_threads_per_proc must be higher than the
40
         higher then httpworkers in e2giardian.conf.
42
         number of httpworkers in e2guardian.conf.
41
43
42
     o As of v.4 e2guardian is a single process multithreaded application.
44
     o As of v.4, e2guardian is a single-process multithreaded application.
43
       It might be reasonable to use sysutils/fsc or similar tools to control 
45
       You may use utilities such as sysutils/fsc to control its status.
44
       it's status.
45
46
46
     o Useful links:
47
     o Useful links:
47
         - e2guardian project web site http://e2guardian.org/
48
         - E2guardian project http://www/e2guardian.org/
48
         - GitHub repository https://github.com/e2guardian/e2guardian/
49
         - GitHub repository https://github.com/e2guardian/e2guardian/
49
         - support forum https://groups.google.com/forum/#!forum/e2guardian
50
         - issues https://github.com/e2guardian/e2guardian/issues
50
         - link for bug reports https://github.com/e2guardian/e2guardian/issues
51
         - support forum https://groups.google.com/g/e2guardian
51
EOM
52
EOM
52
}
53
}
53
]
54
]
54
- 
55
--
56
www/e2guardian/Makefile | 4 ++--
55
www/e2guardian/Makefile | 4 ++--
57
1 file changed, 2 insertions(+), 2 deletions(-)
56
1 file changed, 2 insertions(+), 2 deletions(-)
(-)b/www/e2guardian/Makefile (-3 / +2 lines)
Lines 5-12 PORTREVISION= 2 Link Here
5
CATEGORIES=	www
5
CATEGORIES=	www
6
6
7
MAINTAINER=	marcellocoutinho@gmail.com
7
MAINTAINER=	marcellocoutinho@gmail.com
8
COMMENT=	Dansguardian fork with many improvements and bug fixes
8
COMMENT=	E2guardian is a fork of DansGuardian with many improvements and bug fixes
9
WWW=		http://e2guardian.org
9
WWW=		http://www.e2guardian.org/
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
- 

Return to bug 273536