Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security/clamfs: Update to 1.3.0 #244

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions security/clamfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= clamfs
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
PORTREVISION= 4
burghardt marked this conversation as resolved.
Show resolved Hide resolved
CATEGORIES= security
MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
Expand All @@ -13,8 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs
LIB_DEPENDS= libPocoFoundation.so:devel/poco \
libPocoNet.so:devel/poco \
libPocoXML.so:devel/poco \
librlog.so:devel/rlog
libPocoXML.so:devel/poco
RUN_DEPENDS= clamd:security/clamav

USES= autoreconf compiler:c++11-lib fuse:3 pkgconfig
Expand Down
6 changes: 3 additions & 3 deletions security/clamfs/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1651043979
SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a
SIZE (clamfs-1.2.0.tar.gz) = 196903
TIMESTAMP = 1712179108
SHA256 (clamfs-1.3.0.tar.gz) = 43081bdfc6bca6bfb2d5215ff1b43e85271e2f1a3ac2168d3784e30717d25230
SIZE (clamfs-1.3.0.tar.gz) = 229989
2 changes: 1 addition & 1 deletion security/clamfs/pkg-message
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Type:

sudo kldload fusefs.ko
sudo service clamav-freshclam onestart
sudo service clamav-daemon onestart
sudo service clamav-clamd onestart

For more info please visit:
https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
Expand Down