FreeBSD Bugzilla – Attachment 50472 Details for
Bug 76888
[PATCH] mail/qmail-scanner: update to 1.25, fix spamc test with sockets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qmail-scanner-1.25.patch
qmail-scanner-1.25.patch (text/plain), 2.21 KB, created by
Renato Botelho
on 2005-01-31 12:00:39 UTC
(
hide
)
Description:
qmail-scanner-1.25.patch
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2005-01-31 12:00:39 UTC
Size:
2.21 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/Makefile /usr/ports/mail/qmail-scanner/Makefile >--- /usr/ports/mail/qmail-scanner.orig/Makefile Fri Oct 22 09:42:44 2004 >+++ /usr/ports/mail/qmail-scanner/Makefile Mon Jan 31 09:14:41 2005 >@@ -6,7 +6,7 @@ > # > > PORTNAME= qmail-scanner >-PORTVERSION= 1.24 >+PORTVERSION= 1.25 > CATEGORIES= mail security > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/distinfo /usr/ports/mail/qmail-scanner/distinfo >--- /usr/ports/mail/qmail-scanner.orig/distinfo Fri Oct 22 09:23:59 2004 >+++ /usr/ports/mail/qmail-scanner/distinfo Mon Jan 31 08:55:15 2005 >@@ -1,2 +1,2 @@ >-MD5 (qmail-scanner-1.24.tgz) = 0281b721b059e09c8470982d26e4ccb0 >-SIZE (qmail-scanner-1.24.tgz) = 197398 >+MD5 (qmail-scanner-1.25.tgz) = 0117c425efb75208682fabcba4e1dd24 >+SIZE (qmail-scanner-1.25.tgz) = 221156 >diff -ruN --exclude=CVS /usr/ports/mail/qmail-scanner.orig/files/patch-configure /usr/ports/mail/qmail-scanner/files/patch-configure >--- /usr/ports/mail/qmail-scanner.orig/files/patch-configure Fri Oct 22 08:45:25 2004 >+++ /usr/ports/mail/qmail-scanner/files/patch-configure Mon Jan 31 09:07:54 2005 >@@ -1,5 +1,5 @@ >---- configure.orig Tue Oct 19 02:26:55 2004 >-+++ configure Fri Oct 22 01:36:34 2004 >+--- ./configure.orig Mon Oct 18 21:26:55 2004 >++++ ./configure Mon Jan 31 09:07:22 2005 > @@ -1,13 +1,6 @@ > #!/bin/sh > # >@@ -78,6 +78,15 @@ > --scanners <list of installed content scanners> > Defaults to "auto" - will use > whatever scanners are found on system. >+@@ -910,7 +922,7 @@ >+ #Test to see if spamc is calling Unix sockets instead of TCP >+ SPAMD_SOCKET=`ps -ef 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` >+ if [ "$SPAMD_SOCKET" = "" ]; then >+- SPAMD_SOCKET=`ps aux 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` >++ SPAMD_SOCKET=`ps auxwww 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'` >+ fi >+ if [ "$SPAMD_SOCKET" != "" -a -S "$SPAMD_SOCKET" ]; then >+ SPAMC_BINARY="$SPAMC_BINARY -U $SPAMD_SOCKET" > @@ -1005,9 +1017,14 @@ > > MAILDOMAIN=${MAILDOMAIN:-$FQDN}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76888
: 50472