Version: 0.92a, Package name: havp-0.92a |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description HAVP (HTTP AntiVirus proxy) is an easily-configured non-caching HTTP proxy which interfaces to an anti-virus scanner (ClamAV and others) to prevent transfer of infected content (including HTML and image files). |
Filesize: 119.128 KB |
Version History (View Complete History) |
|
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-02 08:51:49 by Daniel Jakots | Files touched by this commit (13) |
Log message: Remove giovanni@ as maintainer per his request |
2018-12-04 06:47:03 by Stuart Henderson | Files touched by this commit (3) |
Log message: cope with libclamav api change |
2018-12-01 15:11:03 by Christian Weisgerber | Files touched by this commit (3) |
Log message: add missing includes for ports-gcc |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-25 07:24:10 by Marc Espie | Files touched by this commit (2) |
Log message: build with clang |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-12-30 03:21:25 by Giovanni Bechis | Files touched by this commit (5) |
Log message: Update to 0.92a and add an rcscript Hints and ok ajacoutot@, ok benoit@ |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-11-11 05:35:09 by Stuart Henderson | Files touched by this commit (38) |
Log message: new-style LIB_DEPENDS/REVISION/WANTLIB |
2010-09-03 07:00:05 by Giovanni Bechis | Files touched by this commit (2) |
Log message: Update to 0.92 and switch to new dependencies style. ok ajacoutot@ |
2010-05-13 10:24:36 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Create both /var/run/havp/ and /var/tmp/havp/ from rc.local instead of adding them to the PLIST. First, /var/run/* is cleaned upon reboot and second /var/tmp/havp/ has a chance to get wiped out being in a temporary dir. ok giovanni@ (maintainer) |
2010-04-06 09:01:22 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Do not hardcode /usr/local. |
2010-04-06 08:56:31 by Giovanni Bechis | Files touched by this commit (2) |
Log message: Tell the user how to start havp correctly spotted and ok stephan@ |
2009-07-14 04:48:07 by Giovanni Bechis | Files touched by this commit (2) |
Log message: Update to 0.91 Fix possible segfault on dns lookups |
2009-06-22 01:58:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: Include the INSTALL guide in the package. ok giovanni@ (maintainer). |
2009-04-15 11:50:21 by Giovanni Bechis | Files touched by this commit (2) |
Log message: Update to 0.90 - ClamAV 0.95 support added |
2008-08-27 14:04:07 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update havp to 0.89 from giovanni bechis (MAINTAINER), thanks! |