diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-07 00:06:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-07 00:06:17 +0000 |
commit | 84c8ce20a74b69a11a4a4cfc216ef84c8cd6dbcf (patch) | |
tree | 03f5b3ac44501a0b49baaa6f8a3cfa9fea3a45f5 /security/drweb-sendmail | |
parent | 307782e9d7de7d0ba54978159726f3cd49d8f20c (diff) |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 6 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 24 |
3 files changed, 7 insertions, 25 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index ab5e1198d571..ef77c67222e8 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -6,16 +6,16 @@ # PORTNAME= drweb_sendmail -PORTVERSION= 4.28.10a +PORTVERSION= 4.28.11 CATEGORIES= security mail -MASTER_SITES= http://drweb.spb.ru/download/unix/ +MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources MAINTAINER= anton@chelcom.ru RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/drweb-0.sh:${PORTSDIR}/security/drwebd -WRKSRC= ${WRKDIR}/drweb-filters-4.28.10-sources +WRKSRC= ${WRKDIR}/${DISTNAME} INST_PREFIX= ${PREFIX}/${PORTNAME} DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index cefbde487668..251e09cbbfee 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drweb-clients-4.28.10a-sources.tar.gz) = 1e69af23e3d4ac000b49eae57dcbc1f7 +MD5 (drweb-clients-4.28.11-sources.tar.gz) = 4c3e508b8d3ba00d740db0bd8c5d180d diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac index 6773b4d6a226..07106ae3c81b 100644 --- a/security/drweb-sendmail/files/patch-ac +++ b/security/drweb-sendmail/files/patch-ac @@ -1,5 +1,5 @@ ---- doc/sendmail/configure.orig Wed May 15 20:41:27 2002 -+++ doc/sendmail/configure Sun Aug 25 06:42:08 2002 +--- doc/sendmail/configure.orig Fri Sep 20 19:29:05 2002 ++++ doc/sendmail/configure Mon Oct 7 03:28:04 2002 @@ -110,7 +110,7 @@ # Read transport @@ -9,25 +9,7 @@ echo echo -n "Daemon pidfile not defined in ini-file ..." POS=`$GREP -i SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'` -@@ -178,7 +178,7 @@ - # Read transport - - TMP=`$GREP -i Address $FILTER_CFG | $GREP -v "#"` --DADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, match( $0, /^Address=/ ), match( substr( $0, 2 ), /Address=/ ) ); print str; }'` -+DADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, match( $0, /^MilterAddress=/ ), match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'` - FADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, 1+match( substr( $0, 2 ), /Address=/ ) ); print str; }'` - DMODE=`echo $DADR | $AWK '{ str = substr( $0, 1+index( $0, "=" ), index( $0, ":" ) - index( $0, "=" ) - 1 ); print str; }'` - FMODE=`echo $FADR | $AWK '{ str = substr( $0, 1+index( $0, "=" ), index( $0, ":" ) - index( $0, "=" ) - 1 ); print str; }'` -@@ -243,7 +243,7 @@ - - SOCKET_TIMEOUT=`$GREP -i SocketTimeout $DAEMON_INI | $GREP -v ";" | $AWK '{ str = substr( $0, 1+match( $0, /=./ ) ); gsub( /["[:blank:]]/, "", str ); print str; }'` - FILE_TIMEOUT=`$GREP -i FileTimeout $DAEMON_INI | $GREP -v ";" | $AWK '{ str = substr( $0, 1+match( $0, /=./ ) ); gsub( /["[:blank:]]/, "", str ); print str; }'` --FILTER_TIMEOUT=`$GREP -i Timeout $FILTER_CFG | $GREP -v "#" | $AWK '{ str = substr( $0, 1+match( $0, /=./ ) ); gsub( /["[:blank:]]/, "", str ); print str; }'` -+FILTER_TIMEOUT=`$GREP -i ^Timeout $FILTER_CFG | $GREP -v "#" | $AWK '{ str = substr( $0, 1+match( $0, /=./ ) ); gsub( /["[:blank:]]/, "", str ); print str; }'` - if [ "x$SOCKET_TIMEOUT" != "x" -a "x$FILE_TIMEOUT" != "x" ] ; then - RFILTER_TIMEOUT=`expr 2 \* $SOCKET_TIMEOUT + 2 \* $FILE_TIMEOUT` - elif [ "x$SOCKET_TIMEOUT" != "x" ] ; then -@@ -265,8 +265,13 @@ +@@ -266,8 +266,13 @@ echo "Edit one of configuration files and try again." exit 1 fi |