Bug 154202 - New port: security/scannedonly - A Samba VFS virus scanning daemon
Summary: New port: security/scannedonly - A Samba VFS virus scanning daemon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 16:50 UTC by Alexander Pereira Girald
Modified: 2011-12-01 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (5.49 KB, text/plain)
2011-01-21 16:50 UTC, Alexander Pereira Girald
no flags Details
scannedonly.shar (5.76 KB, application/x-shar)
2011-11-26 13:21 UTC, Chris Rees
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pereira Girald 2011-01-21 16:50:09 UTC
Scannedonly is a samba VFS module  and a scanning daemon  that ensure that only
files that have been  scanned for viruses are visible and accessible to the end
user.

Scannedonly was developed because of scalability problems with samba-vscan: high
server loads when (the same) files were requested often, and timeouts when large
zip files were requested. Scannedonly  doesn't have these  problems, but it does
introduce some other issues (It's socket buffer hungry!).

Scannedonly is available  under the open  source  GPL  licence. The source  code
repository is available on Sourceforge. You can contact the author by email oli4
(at) users . sourceforge . net.

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-10-30 20:13:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-10-30 21:01:44 UTC
State Changed
From-To: open->feedback

Sorry about the delay in getting this. Is the MASTER_SITE 100% reliable? 
I can't get the distfile for testing...
Comment 3 Chris Rees 2011-11-26 13:21:48 UTC
Hey,

After some testing, I've modified the port to handle any samba3 version.

If you approve, I'll commit it.

Chris
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-12-01 20:02:10 UTC
crees       2011-12-01 20:01:57 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/scannedonly Makefile distinfo pkg-descr pkg-message 
    security/scannedonly/files scannedonly.in 
  Log:
  Scannedonly is a samba VFS module and a scanning daemon that ensure that only
  files that have been  scanned for viruses are visible and accessible to the end
  user.
  
  Scannedonly was developed because of scalability problems with samba-vscan: high
  server loads when (the same) files were requested often, and timeouts when large
  zip files were requested. Scannedonly doesn't have these problems, but it does
  introduce some other issues.  Choose the product that suits you best.
  
  Scannedonly is available under the open source GPL licence. The source code
  repository is available on Sourceforge.
  
  WWW: http://olivier.sessink.nl/scannedonly/
  
  PR:             ports/154202
  Submitted by:   girald@etcom.ufrgs.br
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1232    +1 -0      ports/security/Makefile
  1.1       +86 -0     ports/security/scannedonly/Makefile (new)
  1.1       +2 -0      ports/security/scannedonly/distinfo (new)
  1.1       +33 -0     ports/security/scannedonly/files/scannedonly.in (new)
  1.1       +13 -0     ports/security/scannedonly/pkg-descr (new)
  1.1       +11 -0     ports/security/scannedonly/pkg-message (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-12-01 20:06:14 UTC
crees       2011-12-01 20:06:06 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Alexander Pereira Girald, the contributor of security/scannedonly
  
  PR:             ports/154202
  
  Revision  Changes    Path
  1.1036    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Chris Rees freebsd_committer freebsd_triage 2011-12-01 20:06:43 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!