1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- remove mail/kavmilter, port has expired

- security software unmaintained upstream

PR:	ports/167617
Approved by:	maintainer, citycat4@ngs.ru
This commit is contained in:
Jason Helfman 2012-06-06 16:22:02 +00:00
parent 57b5a93061
commit afd2adb49c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298607
10 changed files with 1 additions and 161 deletions

1
MOVED
View File

@ -3455,3 +3455,4 @@ www/hs-happstack-state||2012-06-03|Removed: this package is obsolete.
www/hs-happstack-util||2012-06-03|Removed: this package is obsolete.
www/hs-http-enumerator||2012-06-03|Removed: this package is obsolete.
graphics/libungif|graphics/giflib|2012-06-05|Replaced by giflib
mail/kavmilter||2012-06-06|Removed: security package unmaintained upstream.

View File

@ -212,7 +212,6 @@
SUBDIR += jamlib
SUBDIR += jmba
SUBDIR += junkfilter
SUBDIR += kavmilter
SUBDIR += kbiff
SUBDIR += kcheckgmail
SUBDIR += kshowmail

View File

@ -1,47 +0,0 @@
# New ports collection makefile for: kavmilter
# Date created: 12 Jun 2003
# Whom: Rashid N. Achilov <shelton@granch.ru>
#
# $FreeBSD$
#
PORTNAME= kavmilter
PORTVERSION= 0.91.3
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://granch.ru/pub/kavmilter/
MAINTAINER= citycat4@ngs.ru
COMMENT= Sendmail antivirus filter, based on Kaspersky Antivirus and Milter API
DEPRECATED= Required files no longer available, obsolete software
EXPIRATION_DATE= 2012-06-06
.if !exists(/usr/lib/libmilter.a)
IGNORE= requires Sendmail 8.12; upgrade the base system
.endif
USE_BZIP2= yes
MAN5= kavmilter.5
MAN8= kavmilter.8
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
post-install:
${STRIP_CMD} ${PREFIX}/libexec/kavmilter
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/kavmilter.sh.sample ${PREFIX}/etc/rc.d/kavmilter.sh.sample
${INSTALL_SCRIPT} -m 644 ${WRKSRC}/kavmilter.conf ${PREFIX}/etc/kavmilter.conf.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in README CHANGES
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (kavmilter-0.91.3.tar.bz2) = 2727f5e8362bb056cbcc32f773aebeda84bdfbd2ab544eccf4509a622fe788d0
SIZE (kavmilter-0.91.3.tar.bz2) = 40556

View File

@ -1,36 +0,0 @@
--- Makefile.orig Thu Jun 12 19:19:59 2003
+++ Makefile Mon Jul 7 06:57:24 2003
@@ -38,11 +38,11 @@
VARDIR=/var
PIDDIR=$(VARDIR)/run
-LIBS=-lmilter -lgnugetopt -lconf
+LIBS=-lmilter -lconf
DEFS=-DCONFIG="\"$(PREFIX)/etc/kavmilter.conf\""
-CFLAGS += -Wall -pipe $(INCDIRS)
-LDFLAGS += -pthread
+CFLAGS += -Wall -pipe $(INCDIRS) $(CPPFLAGS)
+#LDFLAGS += ${PTHREAD_LIBS}
#
# Remove command
RMF = -/bin/rm -f
@@ -51,13 +51,16 @@
echo $(CFLAGS)
$(CC) -c $(DEFS) $(CFLAGS) $<
-CC=gcc
-
all: $(BINS)
$(OBJS): $(HEADERS)
install: kavmilter stop
+ install -d -m 755 $(INSTDIR)
+ install -d -m 755 $(RCDDIR)
+ install -d -m 755 $(ETCDIR)
+ install -d -m 755 $(MANDIR)/man5
+ install -d -m 755 $(MANDIR)/man8
install -m 755 kavmilter $(INSTDIR)/kavmilter
install -m 755 kavmilter.sh.sample $(RCDDIR)/kavmilter.sh.sample
install -m 644 kavmilter.8 $(MANDIR)/man8/kavmilter.8

View File

@ -1,12 +0,0 @@
--- kavmilter.c.orig Fri Jul 18 12:24:16 2003
+++ kavmilter.c Fri Jul 18 12:24:43 2003
@@ -402,8 +402,7 @@
if (smfi_setconn(_KAV_milter_config.sendmail_pipe) == MI_FAILURE)
{
- syslog(LOG_ERR,"Set connection port (smfi_setconn) failed,
- port %s",_KAV_milter_config.sendmail_pipe);
+ syslog(LOG_ERR,"Set connection port (smfi_setconn) failed, port %s",_KAV_milter_config.sendmail_pipe);
_KAV_milter_close(EX_SOFTWARE);
}

View File

@ -1,12 +0,0 @@
--- libconf/Makefile.orig Wed Oct 30 17:29:18 2002
+++ libconf/Makefile Sun Jul 6 20:03:55 2003
@@ -31,8 +31,7 @@
INCDIR=$(PREFIX)
#
# Compile flags
-CC=gcc
-CFLAGS=-Wall -pipe -I$(INCDIR)
+CFLAGS+=-Wall -pipe -I$(INCDIR)
#
# Libraries
LIBS=-lm

View File

@ -1,13 +0,0 @@
This is a sendmail filter, based on Milter API, intedned to do
antiviral check through Kaspersky Antivirus. It doesn't checks mail
itself, but passes it to preliminary setuped Kaspersky Antivirus
to check, reads result, and, depending it, discards/rejects or
passes mail. This check issued 'in-place' delivery processing, so,
nor extracting, nor extra reinjecting in/out mail queue doesn't
issued. But this program is NOT mail transfer agent and NOT
antivirus itself. At first glance it is a set of hooks, which
executed when sendmail takes some appropriate actions - connecting
remote server, receiving MAIL FROM or RCPT TO,
transferring header or body of message, etc.
WWW: http://granch.ru/~shelton/

View File

@ -1,32 +0,0 @@
************************************************************************
1. In order to run this port, please add the following line to
/etc/mail/freebsd.mc:
INPUT_MAIL_FILTER(`kavmilter',`S=unix:/var/run/kavmilter,F=T')
and appropriate correct the line with confINPUT_MAIL_FILTERS, when exist.
Don't forget remake sendmail configuration file after modifying freebsd.mc
2. In order to run this port properly, you system have to already has
installed, configured and run Kaspersky Antiviral Daemon (KAV). It has
missed the ports, but you can download and install beta version from
ftp://ftp.avp.ru/beta/KAVUnix/KAVFreeBSD/4X/kav-MailServerSuit-4.0.2.1-FreeBSD-4.x.tgz
or
ftp://ftp.avp.ru/patches/KAVUnix4.0.3.0_UrgentUpdate1/FreeBSD/4.x/kav-WorkStationSuit-4.0.3.1-FreeBSD-4.x.tgz
BE AWARE! Kaspersky Lab has their own look on files and dirs hierarchy,
which doesn't correspond with hier(7) manual page. Probably you'll want
to manually move executable bunaries and configs as you need. Also you
have to keep in mind that downloadbale trial version of KAV Daemon has
some restrictions.
3. When you encountered, that pointed up directory already does not exist,
visit a www.kaspersky.com site in order to resolve this problem. I am not
Kaspersky Antivirus distributor, and do not have permissions to distribute
their products.
************************************************************************

View File

@ -1,6 +0,0 @@
libexec/kavmilter
etc/kavmilter.conf.sample
etc/rc.d/kavmilter.sh.sample
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%@dirrm %%DOCSDIR%%