notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/antivir-milter/pkg-plist
SVNWeb

Number of commits found: 11

Sat, 2 Sep 2006
[ 21:52 kris search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Remove expired ports.
Sun, 22 Jan 2006
[ 02:50 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Tue, 20 Dec 2005
[ 14:26 marius search for other commits by this committer ] Original commit 
- Update to 1.1.2-1 in order to fix fetching. [1]
  According to the changelog beside a OpenBSD-specific fix the only relevant
  change since 1.1.1-9 was:
  o The log file (syslog too) shows the file name (argv[0]) in its logs.

- No longer override FETCH_CMD so the distfiles survey keeps track of this
  port again. Overriding FETCH_CMD became redundant when the name of the
  distfile was changed to be a versioned one.

Prodded by:     stephen <vk3heg@iinet.net.au> [1]
Approved by:    netchild
Wed, 28 Sep 2005
[ 15:41 marius search for other commits by this committer ] Original commit 
- Update to 1.1.1-9. For a list of changes since 1.1.0-7 please see the
  installed ChangeLog.
- Remove the references to the no longer available free license key for
  private use from pkg-descr and pkg-message.

Approved by:    netchild
Sun, 10 Jul 2005
[ 15:04 marius search for other commits by this committer ] Original commit 
- Update to 1.1.0-7 in order to fix fetching. For a list of changes see
  the installed ChangeLog.
- Silencing the 'cannot access config file "/etc/antivir.conf"' warnings
  by creating a respective symlink.

Notes:
- AntiVir Milter 1.1.0-7 ships with a faulty anti-virus engine which
  may just exit with the following error when trying to start it:
  cannot access config file "/etc/avguard.conf"
  Please update to the latest anti-virus engine by e.g. running the
  antivirupdater script in order to solve this.
- The future of the free licenses for private use and thus of this
  port currently is uncertain:
  <...>
  PersonalEdition Classic UNIX: Advance Notice
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 Dec 2004
[ 21:28 marius search for other commits by this committer ] Original commit 
Update to 1.1.0-3 which amongst several fixes and some minor new features
brings native binaries for FreeBSD/i386 5-STABLE. For a complete list of
changes since 1.1 please see the installed ChangeLog.

Approved by:    netchild
Wed, 20 Oct 2004
[ 18:22 marius search for other commits by this committer ] Original commit 
- Update to 1.1 (final). For changes since 1.1-beta see the ChangeLog
  in the DOCSDIR.
- Rename the start script from antivir-milter.sh to avmilter.sh to be
  consistent with naming of the rest of the installed AntiVir Milter
  files and directories.
- Now that AntiVir Milter supports using a different location from
  /etc for the ignore, scan and warn config files no longer install
  them in the EXAMPLESDIR but in PREFIX/etc/avmilter (i.e. install
  as sample files, copy over when not already existent, etc.).
- Change the location of the AntiVir Milter config file (avmilter.conf)
  but not that of the scan engine (antivir.conf; shared between different
  AntiVir products) from PREFIX/etc to PREFIX/etc/avmilter in order to
  have all AntiVir Milter config files in one place but don't directly
  populate PREFIX/etc with them.

If you had previously changed PREFIX/etc/avmilter.conf you have to
bring over your changes to PREFIX/etc/avmilter/avmilter.conf but note
that some variables have been renamed. If you used ignore, scan and/or
warn files in /etc you can now move them to PREFIX/etc/avmilter.

Approved by:    netchild
Mon, 8 Mar 2004
[ 08:03 netchild search for other commits by this committer ] Original commit 
- Use daemon(8) for launching avmilter in order to detach it from the
  controlling terminal. [1]
- Make the avq script check if it's ran by the avmilter user in addition
  to uid == 0. This enables `avq --remove` to be run via a script and the
  ExternalProgram option in order to automatically delete the rejected
  messages. [2]
- Install a script avqrm which serves this purpose, i.e. executes
  `avq --remove` and can be run via ExternalProgram.
- Make the avq script not print the contents of the queue when option
  '--remove' is given, this greatly improves speed and otherwise it's not
  really suitable to be called on every rejected message. Fix some typos.
- Fix pkg-plist by adding antivirupdater.

Requested by:   ache [1], [2]
Submitted by:   maintainer
Fri, 5 Mar 2004
[ 15:08 netchild search for other commits by this committer ] Original commit 
HEADS-UP: When updating from a previous version you have to do the following
          after deinstalling the old port:
          # rm PREFIX/AntiVir/antivir
          # rm PREFIX/AntiVir/antivir.vdf
          # chown root:wheel PREFIX/AntiVir
          # chown root:smmsp PREFIX/AntiVir/hbedv.key
          In your SENDMAIL_MC change
            `S=unix:PREFIX/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
          to:
            `S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
          and rebuild sendmail.cf.
          If /var/spool/avmilter exist you have to:
          # chown -R smmsp:smmsp /var/spool/avmilter
          If you are using a customized PREFIX/etc/avmilter.conf the port
          won't remove it on deinstall and you have to manually change User
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Feb 2004
[ 16:48 netchild search for other commits by this committer ] Original commit 
- H+BEDV GmbH released a new tarball shipping an updated anti-virus engine
  (6.23.0.1 -> 6.24.0.2), current virus definition file (6.23.0.1 -> 6.24.0.6)
  and an updated antivir.conf adding the new option "UpdaterKeepsBackups" for
  for the current AV engine.
  If you are using the auto-update facility you should already have the
  updated AV engine binary and VDF.
- Install the original AV engine binary and the VDF from the tarball with
  suffix "-dist_avfbmlt" instead of "-dist" so ${PREFIX}/AntiVir/antivir
  can be shared between different H+BEDV AntiVir products without conflicts.
- Add another instance to MASTER_SITES.

Submitted by:   marius
Wed, 24 Sep 2003
[ 13:47 netchild search for other commits by this committer ] Original commit 
Add AntiVir Milter, a mail virusscanner using the Sendmail Mail Filter API.
This is a commercial stand-alone solution written in C not a PERL script +
myriads of dependencies + some AV...
Licenses for private (individual, non-commercial) use, e.g. for protecting
your family's home network, can be applied for free of charge.

Submitted by:   Marius Strobl <marius@alchemy.franken.de>

Number of commits found: 11