aboutsummaryrefslogtreecommitdiff
path: root/www/e2guardian
Commit message (Collapse)AuthorAgeFilesLines
* www/e2guardian: Fix DEBUG optionRenato Botelho2019-03-071-1/+3
| | | | | | | | | | | | | | | e2guardian configure script doesn't respect --without-dgdebug option and end up building binary with debug support since it was upgraded to 5.3.1. Pass --with-dgdebug=off explicit when DEBUG option is not set. While here, include --with-newdebug parameter to make sure all debug will be disabled. PR: 235879 Approved by: Marcello Coutinho <marcellocoutinho@gmail.com> (maintainer) Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=494959
* www/e2guardian: Update to 5.3.1Renato Botelho2019-03-013-12/+18
| | | | | | | | | | | | | | | | - Update to 5.3.1 - Create a RADIO option for AV items - Rename SSL option to SSL_MITM to reflect what it really does - Fix DEBUG option to pass expected parameter to configure - Use more standard way to enable SSL_MITM - Fix install when no AV options are selected PR: 235879 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> (based on) Approved by: Marcello Coutinho <marcellocoutinho@gmail.com> (maintainer) Notes: svn path=/head/; revision=494302
* This port needs USES=compiler:c++11-lang to build with GCC-basedMark Linimon2018-12-221-1/+1
| | | | | | | | | | | architectures. PR: 234181 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488039
* www/e2guardian: Update to 5.2.2Steve Wills2018-11-108-62/+186
| | | | | | | | | PR: 232442 Submitted by: Alexander <sa.inbox@gmail.com> (with minor changes) Approved by: maintainer timeout (marcellocoutinho@gmail.com, >2 weeks) Notes: svn path=/head/; revision=484571
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.Mathieu Arnold2018-04-251-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=468307
* - Update to 3.5.1Wen Heping2017-04-014-5/+8
| | | | | | | | PR: 217799 Submitted by: yaruta.arkadiy@gmail.com(maintainer) Notes: svn path=/head/; revision=437392
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 3.4.0.3Dmitry Marakasov2016-05-123-3/+4
| | | | | | | | | PR: 208199 Submitted by: sa.inbox@gmail.com Approved by: maintainer timeout (marcellocoutinho@gmail.com, 6 weeks) Notes: svn path=/head/; revision=415080
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Update to 3.4.0.1Jose Alonso Cardenas Marquez2016-02-254-9/+24
| | | | | | | | | - Add reload support into e2guardian rc script Approved by: maintainer (via email) Notes: svn path=/head/; revision=409489
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-4/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* - Fix debug option that was always onRenato Botelho2015-04-303-3/+51
| | | | | | | | | | | | | - Add a rc script - Add a warning when user choose a different number of filedescr - Fix PLIST when DNS option is off - Bump PORTREVISION PR: 199137 Submitted by: Marcello Coutinho (maintainer) Notes: svn path=/head/; revision=385044
* AC_CONFIG_MACRO_DIR is missing in configure.ac but USES=autoreconf isn'tTijl Coosemans2015-04-191-7/+3
| | | | | | | | | needed so just remove it. Reported by: antoine Notes: svn path=/head/; revision=384285
* Convert to USES=autoreconfTijl Coosemans2015-04-181-5/+2
| | | | Notes: svn path=/head/; revision=384225
* www/e2guardian: NEW PORT - Dansguardian fork with many improvements and bug ↵Renato Botelho2015-03-315-0/+384
fixes 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 man page, the "doc" subdirectory and the in the configuration files. 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. E2Guardian Main features: Built-in content scanner plugin system which includes AV scanning. Can be configured to have multiple filter configurations including groups SSL Inspection and Blanket SSL blocking NTLM, Digest, Basic, IP and DNS authentication Header analysis and manipulation - you can also manipulate cookies - Large file (2GB+) download & scanning support Blacklist, Greylist domains Deny regular Expressions on urls, body content, and headers Deep URL scanning to spot URLs in URLs Advanced advert blocking Updates to handle all current web technology trends Time Based Blocking WWW: http://e2guardian.org PR: 197289 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> Notes: svn path=/head/; revision=382819