Commit graph

38 commits

Author SHA1 Message Date
tron
ab550b9a62 Optimizie substition handling of "check-updates.pl". 2006-04-12 13:34:49 +00:00
tron
931c6f2f32 Fix various issues with use replacement facility reported by "pkglint". 2006-04-10 16:19:31 +00:00
ben
63e7b7d3fe Fix typo in allowed platforms. 2006-04-03 13:36:12 +00:00
ben
74e5ee82fc Add support for NetBSD/amd64 with COMPAT_NETBSD32.
Used patch from Nicolas Joly in PR#33135.
2006-04-02 23:54:01 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
50af0f229e Use REQD_DIRS instead of OWN_DIRS to
fix CHECK_FILES build. Bump PKGREVISION.
2006-02-20 22:59:27 +00:00
ben
239bad1f87 Update fprot-workstation-bin to 4.6.6. Addresses PR#32776
Change MAINTAINER to tech-pkg.  Stop using PKGREVISION in DISTNAME.
Notable changes include:

* Postfix config has been changed so TLS is not used internally, that is
  when communicating with scan-mail.pl.  TLS can nevertheless be used
  when communicating with the outside world on port 25.
* f-protd has been tweaked for better performance
* A bug in f-protd when using the 'id=' argument was fixed
* A format string bug in f-protd which could cause malformed xml report
  was fixed
* f-prot-milter's logging changed to facilitate more useful error logs
* Fixed startup/shutdown routine for f-prot-milter in scan-mail.pl
* .wmf scanning improved
* A bug in the .hqx scanner on x86 cpu's was fixed
* A bug in the .msl scanner was fixed
* Fixed a bug in .cab and lzh handling
* A race issue with OLE documents was fixed.
2006-02-11 20:11:01 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ben
20eb0603c5 Fix another typo. Will avoid this problem in the future with pkglint. 2006-01-28 15:15:39 +00:00
ben
a6527a54a8 Correct typo in distinfo. 2006-01-28 00:19:56 +00:00
ben
cfb3b40116 Fix typo in distinfo. This addresses PR#32639 and is related to PR#32620. 2006-01-26 14:32:33 +00:00
ben
43d7d70728 Update fprot-workstation-bin to version 4.6.5.
This addresses pr/32620, using the patch provided by Christian Gall.

Notable changes include:
* Fixed an endless loop encountered in a corrupted WMF sample.
* A bug in the ELF scanner could cause a crash.
* Using a symlink as a path element to f-protd could cause f-protd not to
  start.
* A race issue with startproc (start-stop-daemon in LSB terms) could lead
  to old DEF files being used by f-protd even after updates.
* UPX packed files could cause crash on Solaris/sparc.
* Better handling for corrupt mime files.
* A bug in MS office scanner on big-endian platforms was fixed.
* Anomy extended to do content-type fingerprinting which allows
  scan-mail.pl to block attachments with false extension based on their
  'real' extensions,
  e.g. .wmf files claiming to be .jpg or .png files.
* A bug in scan-mail.pl's rc-script, which could cause problems in Debian
  when shutting scan-mail.pl down, has been fixed.
* Tweaks and optimizations should improve scanning speed by appr. 15-40%
  over previous releases.
* Engine version 3.16.10 will now try to scan zip files which falsly claim
  to use 64-bit compression methods. 64 bit compression is not supported,
  but the scanner will now try to scan those files using 32 bit methods.
* Improved handling of some types of corrupt files, which were previously
  skipped with I/O error.
* A corrupt arj file could crash the scanner. This has been fixed.
* Fixed a bug in scan-mail.pl where attachments would sometimes be left in
  quarantine.
* Trying to scan a device special file now results in non-zero exit code.
* Scanning of redirected stdin is now possible, e.g. 'f-prot /dev/fd/0 <
  /path/to/file'
2006-01-26 04:48:26 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
ben
fa28150ed7 Update fprot-workstation-bin to version 4.6.2. Changes include:
o       A small bug was fixed in the check-updates.pl program where the updater
        wouldn't find the DEF files to update.
o       Bug in CHM mini-scanner which could lead to crashes was fixed
o       f-prot-milter wouldn't run on Solaris 10 because of library issues
o       Fixes an issue where the scanner would sometimes mis-identify .alr
	files as base64 coded executables
o       Fix where '-list' option to f-prot would not list the filenames of
        text-based archives, such as MIME containers.
o       Fix where certain executables would be mis-identified as UPX packed
o       Fix where UTF8 coded text files would not be scanned
o       Fix a crash issue when scanning .chm files containing strange header
	values
o	Updated error message when access is denied to files due to user
	permission problems
o       F-Prot 4.6.0 contains scanning engine version 3.16.7 which improves
	detection capabilities significantly and improves several scanning
	methods along with bugfixes.
2005-11-21 02:06:50 +00:00
rillig
01511ed447 Added an empty line at line 2. 2005-11-15 14:30:19 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
f35b224a50 SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ben
31abab19ec Update fprot-workstation-bin to version 4.5.4. This addresses PR#29747.
Version 4.5.4 is a bugfix release.
Fixed a string error in the updater.
Fixed a race condition in f-protd where f-protd would report
	'Bad file number' on accept() under high loads.
Fixed a crash issue with malformed word macros.
Fixed a memory corruption in the x86 emulation code.
Modified check-updates.pl to automatically detect f-prot version number.
2005-03-20 14:14:26 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
ben
246ac13948 Update fprot-workstation-bin to version 4.5.3.
This addresses PR#29271.
Changes include:

Version 4.5.3 adds a new commandline switch to f-protd, '-fullreport'
and new possible summary codes (see man page for details).

Version 4.5.2 is a bugfix release; f-protd would misidentify .pdf files
and block them from being delivered.

Version 4.5.1 is a bugfix release to fix a bug in scan-mail.pl where
scan-mail.pl would exit after first scan request on some unix platforms,
because of differing signal mechanism between BSD and SysV

Version 4.5.0 contains various bugfixes and improvements to the
documentation and software.

o       check-updates.pl has been modified. It now identifies itself with a
        unique user-agent string containing information on OS, kernel and
        architecture.
o       contains a major overhaul of the virus scanning engine
        (new engine version 3.16.1).  These changes improve its
        detection capabilities.  The engine can now better detect and
        handle executable packers, often used by malware authors to conceal
        malicious code.
o       includes a more generic JPEG GDI+ exploit detection
o       includes EMF/WMF image format exploit detection
o       encrypted executables inside archives are now reported as
        "could be a suspicious file (encrypted program in archive)",
        previously reported as "could be a security risk".
o       The argument switch "-archive" has been changed to support the form
        "-archive=n" where n is a non-negative integer. This causes f-prot
        to scan only n levels deep into nested archives of supported types in
        order to protect against 'arhcive-bombs'.
        The old form "-archive" is still supported, although depreciated, and
        implies n==5. See the man page for details.
o       Minor modifications in the DTD for the f-prot daemon XML.
o       Bugfix where f-prot would return IO_ERROR when attempting to scan
        unsupported partial archive files, e.g. .z01 files
o       Improved RAR support. F-Prot fully supports rar versions 1.5, 2.0 and
        2.6 and partially supports rar 2.9 (doesn't support RAR Virtual
        Machine and the PPM model features)
2005-02-09 15:21:06 +00:00
ben
3ed0eccffd Update fprot-workstation-bin to version 4.4.8.
various bugfixes and improvements to the documentation and software.

o       Detection for new emf exploits added.
o       A critical bug fixed in scan-mail.pl.
o       Detection of JPG exploits has been added.
o       A file descriptor leak has been fixed in f-protd.
o       A minor bug in f-protd related to CPU hogging under certain
        conditions has been fixed.
o       A log level has been added (further information can be found in
        the man pages).
o       install-f-prot.pl will automatically run check-updates.pl
        (Note, if you are manually installing from tar.gz this is
        not automated and you will have out of date virus signature
        files - in which case, make sure you run check-updates.pl
        manually).
2004-11-23 00:33:47 +00:00
ben
29dc6573e2 The distfiles changed but the version numbers in the filenames did not.
The only change is an update of the virus definition files.  Change the
DIST_SUBDIR and update distinfo to deal with this.
2004-11-16 14:52:57 +00:00
ben
bcd2b30a96 Uncomment erroneously commented out lines in Makefile. 2004-10-13 20:11:16 +00:00
ben
9867757bd4 Update fprot-workstation-bin to version 4.4.7, and add SunOS support.
Addresses PR#27254

Version 4.4.7 contains various bugfixes and improvements to the
documentation and software.
o       A critical bug fixed in scan-mail.pl.
o       Detection of JPG exploits has been added.
o       A file descriptor leak has been fixed in f-protd.
o       A minor bug in f-protd related to CPU hogging under certain
        conditions has been fixed.
o       A log level has been added (further information can be found in
        the man pages).
2004-10-13 20:07:55 +00:00
ben
3579498808 General package cleanup. Points of interest:
* change ${PREFIX}/lib to ${PREFIX}/libexec (like uvscan)
* change ${PREFIX}/share/doc/html to ${PREFIX}/share/doc
* change ${SED} to SUBST framework
* add DIST_SUBDIR because distfile changed without name change
* add SUPPORT_FILES from PKGINSTALL framework
* add patch-aa to deal with NetBSD mkdir() behavior, specifically the new
	directory argument may not have a trailing backslash.
2004-05-13 18:48:32 +00:00
simonb
11bc3ca2c9 Update to version 4.4.2 - the 4.4.1 distfile is no longer available.
- Drop the DIST_SUBDIR needed when previous version of the distfile
   changed without a version change.
 - Neaten up DISTNAME generation a little.
Package changes include:
o       A critical virtual memory bug has been fixed in f-prot-milter.
o       We have moved all installation instructions into the HTML documentation
        doc_{ms|fs|ws} and have removed the INSTALL file.
o       Minor internationalization bugfix in scan-mail.pl.
o       Improved handling of encrypted archives.
o       We have obfuscated some of the test-case results in Anomy using simple
        rot13 to prevent false positives of the f-prot archive.
o       Minor improvement of MIME handling.
o       Further enhancements of scanning password encrypted zip files.
o       Minor bug-fixes in the F-Prot daemon.
2004-05-11 04:03:26 +00:00
ben
b92bb8b72b Add support for Linux/i386. Add DIST_SUBDIR since NetBSD binary archive
contents changed without changing the filename.  Also update distinfo and
PLIST.
2004-04-17 03:57:33 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
taca
1517ba3b69 Update fp-netbsd-ws package to 4.4.1 since old distribution isn't
available any more.

	(c) FRISK Software International
  	http://www.f-prot.com/

F-PROT Antivirus for BSD, version 4.4.1

Version 4.4.1 contains various bugfixes and improvements to the documentation
and software.

o	Further enhancements of scanning password encrypted zip files.
o	Added detection of encrypted archives (since various new viruses
	spread through encrypted archives).
o	Minor bug-fixes in the F-Prot daemon.
o	Minor bug-fixes in scan-mail.pl (smtp proxying).
o	Critical bug-fixes in f-prot-milter.
2004-03-19 15:33:01 +00:00
wiz
f4b5e9fef5 Add dependency on unzip, per Norm in PR 24785.
While here, update to 4.4.0 since previous distfile disappeared.
Changes:
o       Added detection of encrypted archives (since various new viruses
        spread through encrypted archives).
o       Minor bug-fixes in the F-Prot daemon.
o       Minor bug-fixes in scan-mail.pl (smtp proxying).
o       Critical bug-fixes in f-prot-milter.
o       Minor modifications to the check-updates.pl script (disable proxy caching
        by default).
2004-03-15 15:08:41 +00:00
ben
57c2879a3b Update fprot-workstation-bin to version 4.3.3. 2004-02-10 14:21:38 +00:00
wiz
2ffaf7ba0f Update to 4.3.2:
Version 4.3.2 contains various bugfixes and improvements to the documentation
and software.

o       Minor modifications to the check-updates.pl script.
o       A libmilter plugin for the Mail Scanner added.
o       A qmail plugin for the Mail Scanner added.
o       Improved mime handling.
o       Various features added to scan-mail.pl.
o       Minor improvements in mime handling.
2004-02-02 04:10:04 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ben
e2f3e6a525 Convert to buildlink3. 2004-01-07 23:10:17 +00:00
ben
2b7ba69857 Add security/fprot-workstation-bin-4.3.1, which used to be fp-netbsd-ws.
This is the F-prot antivirus for home users.
2004-01-07 18:47:00 +00:00