Port details |
- clamfs User-space fs with on-access antivirus scanning
- 1.2.0_5 security
=2 1.2.0_4Version of this port present on the latest quarterly branch.
- Maintainer: anastasios@mageirias.com
- Port Added: 2016-06-17 06:36:15
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/burghardt/clamfs
- Description:
- ClamFS is a FUSE-based user-space file system for Linux with
on-access anti-virus file scanning through clamd daemon
Features
- User-space file system
- Configuration stored in XML files
- FUSE used as file system back-end
- Scan files using ClamAV
- ScanCache speeds up file access
- Sends mail to administrator when detect virus
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: clamfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651043979
SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a
SIZE (clamfs-1.2.0.tar.gz) = 196903
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>=1.33 : devel/boost-libs
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- clamd : security/clamav
- Library dependencies:
-
- libPocoFoundation.so : devel/poco
- libPocoNet.so : devel/poco
- libPocoXML.so : devel/poco
- librlog.so : devel/rlog
- libfuse3.so : sysutils/fusefs-libs3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clamfs-1.2.0_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_clamfs
- USES:
- autoreconf compiler:c++11-lib fuse:3 pkgconfig
- pkg-message:
- For install:
- In order to use clamfs, you should load fusefs.ko module and start clamd.
Type:
sudo kldload fusefs.ko
sudo service clamav-freshclam onestart
sudo service clamav-daemon onestart
For more info please visit:
https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_5 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
1.2.0_5 21 Oct 2024 23:40:45 |
Vladimir Druzenko (vvd) |
*/*: Bump after update devel/poco
Bump PORTREVISION for all consumers of the devel/poco.
In multimedia/nymphrpc add patch from upstream to support newer poco:
https://github.com/MayaPosch/NymphRPC/commit/d56411046e06ec33ec8e81f05aa568c28380a679
https://github.com/MayaPosch/NymphRPC/issues/9
security/clamfs: while here replace PORTVERSION with DISTVERSION and
remove GNU_CONFIGURE_MANPREFIX.
PR: 282219
Approved by: adridg |
1.2.0_4 25 Feb 2024 12:54:56 |
Muhammad Moinur Rahman (bofh) |
security/clamfs: Moved man to share/man
Approved by: portmgr (blanket) |
1.2.0_3 16 Jul 2023 15:01:48 |
Felix Palmen (zirias) |
devel/poco: Bump consumers after update
Shlib major version changed, so bump PORTREVISION of consumers.
Don't bump graphics/osgearth, it currently won't build for other
reasons. |
1.2.0_2 29 Nov 2022 04:51:14 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
incompatible change to bundled copy and this makes it impossible to
use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
stays in 0.103.x until either next regular feature release (probably
1.1.0) is released or 0.103.x reaches its EoL.
ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.2.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.0 16 Jul 2022 23:10:32 |
Nuno Teixeira (eduardo) Author: Thibault Payet |
security/clamfs: Update to 1.2.0
ChangeLog: https://github.com/burghardt/clamfs/releases/tag/clamfs-1.2.0
PR: 243135 |
1.1.0_2 16 Mar 2022 11:20:03 |
Fernando Apesteguía (fernape) |
*/*: Use fusefs.ko instead of old fuse.ko
In several installation messages.
Bumping PORTEREVISION since this is something an end user would like know about.
PR: 262246
Reported by: obiwac@gmail.com |
1.1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.1.0 05 Dec 2019 20:38:50 |
amdmi3 |
- Update to 1.1.0
PR: 241433
Submitted by: krzysztof@burghardt.pl
Approved by: maintainer timeout (anastasios@mageirias.com, >month) |
1.0.1_15 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.0.1_14 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.0.1_14 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.1_13 24 Apr 2019 06:08:30 |
tobik |
security/clamfs: Switch to devel/poco
poco-ssl will expire soon.
PR: 237176
Approved by: anastasios@mageirias.com (maintainer timeout, 2 weeks) |
1.0.1_12 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.0.1_11 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.1_10 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.0.1_9 28 Oct 2018 20:22:29 |
linimon |
Now builds on powerpc64.
PR: 232050
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.0.1_9 28 Oct 2018 11:51:44 |
jbeich |
security/clamfs: unbreak build with Clang 6 (C++14 by default)
clamfs.cxx:963:26: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
rLog(Info, "ClamFS v"VERSION);
^
Reported by: pkg-fallout |
1.0.1_9 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.0.1_8 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.0.1_7 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.0.1_7 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.0.1_6 18 Mar 2018 06:26:04 |
linimon |
Mark as broken on armvX.
Approved by: portmgr (tier-2 blanket) |
1.0.1_6 03 Mar 2018 23:12:06 |
jbeich |
security/clamfs: unbreak with boost 1.65
PR: 220725
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: maintainer timeout (7 months) |
1.0.1_6 18 Feb 2018 09:29:28 |
antoine |
Deprecate ports broken for more than 6 months |
1.0.1_6 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.0.1_5 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.0.1_4 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.0.1_3 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.0.1_2 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.0.1_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.0.1 09 Nov 2016 23:56:28 |
mandree |
Update pkg-message and maintainer's email address.
PR: 212836
Submitted by: Mageirias Anastasios (maintainer) |
1.0.1 17 Jun 2016 06:36:04 |
pi |
New port: security/clamfs
ClamFS is a FUSE-based user-space file system for Linux with
on-access anti-virus file scanning through clamd daemon
Features
- User-space file system
- Configuration stored in XML files
- FUSE used as file system back-end
- Scan files using ClamAV
- ScanCache speeds up file access
- Sends mail to administrator when detect virus
WWW: http://clamfs.sourceforge.net/
PR: 201063
Submitted by: Mageirias Anastasios <anastmag@gmail.com>, lightside@gmx.com |