diff options
author | ache <ache@FreeBSD.org> | 2003-02-19 11:53:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-02-19 11:53:59 +0800 |
commit | d757a08c019889563ec98b3eec21d658a1c3b657 (patch) | |
tree | 0688bcaf5f0e0f08048835cd7c0b780986d4b425 /security | |
parent | 0ba4f5d0a64af09242489bd207a3c5ecf32bc78b (diff) | |
download | freebsd-ports-graphics-d757a08c019889563ec98b3eec21d658a1c3b657.tar.gz freebsd-ports-graphics-d757a08c019889563ec98b3eec21d658a1c3b657.tar.zst freebsd-ports-graphics-d757a08c019889563ec98b3eec21d658a1c3b657.zip |
Upgrade to 4.29.10-A
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/Makefile | 4 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 9 |
3 files changed, 3 insertions, 12 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index d7bd6c7fdbb..ea004abd5a6 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -6,10 +6,10 @@ # PORTNAME= drweb_sendmail -PORTVERSION= 4.29.10 +PORTVERSION= 4.29.10a CATEGORIES= security mail MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/ -DISTNAME= drweb-clients-${PORTVERSION}-sources +DISTNAME= drweb-clients-4.29.10-A-sources MAINTAINER= anton@chelcom.ru diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index 95ac56ae966..2b1f1df3693 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drweb-clients-4.29.10-sources.tar.gz) = 88e074e7388cec5436b3af8c5377d793 +MD5 (drweb-clients-4.29.10-A-sources.tar.gz) = c31e8383182e918e59d4ced8716cee4d diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac index 5bd6a03cdeb..894f9b035d6 100644 --- a/security/drweb-sendmail/files/patch-ac +++ b/security/drweb-sendmail/files/patch-ac @@ -28,15 +28,6 @@ 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]/ ) }'` -@@ -191,7 +179,7 @@ - - # Read transport - --TMP=`$GREP -i Address $FILTER_CFG | $GREP -v "#"` -+TMP=`$GREP -i Address[^a-z] $FILTER_CFG | $GREP -v "#"` - DADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, match( $0, /^Address=/ ), match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'` - FADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, 1+match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'` - DMODE=`echo $DADR | $AWK '{ str = substr( $0, 1+index( $0, "=" ), index( $0, ":" ) - index( $0, "=" ) - 1 ); print str; }'` @@ -297,8 +285,13 @@ echo "Edit one of configuration files and try again." exit 1 |