summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-ah
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-13 18:09:06 +0000
committerrillig <rillig@pkgsrc.org>2005-10-13 18:09:06 +0000
commit4850700f3c8f458365fff8e57b2a5fec5dd87345 (patch)
tree2ec3c384114d3628a06e1c68381be519b3b34c8d /mail/clamav/patches/patch-ah
parent5306618bc1b0fd882041fe0ff91447faf3a16cd5 (diff)
downloadpkgsrc-4850700f3c8f458365fff8e57b2a5fec5dd87345.tar.gz
Added a chunk to patch-ah that fixes one of the ubiquitous
declaration-after-code occurences. Fixes PR #31576.
Diffstat (limited to 'mail/clamav/patches/patch-ah')
-rw-r--r--mail/clamav/patches/patch-ah23
1 files changed, 17 insertions, 6 deletions
diff --git a/mail/clamav/patches/patch-ah b/mail/clamav/patches/patch-ah
index fff83d46375..25aa5e7bb5c 100644
--- a/mail/clamav/patches/patch-ah
+++ b/mail/clamav/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.4 2005/05/05 00:42:56 xtraeme Exp $
+$NetBSD: patch-ah,v 1.5 2005/10/13 18:09:06 rillig Exp $
---- clamav-milter/clamav-milter.c.orig 2005-05-05 02:31:54.000000000 +0200
-+++ clamav-milter/clamav-milter.c 2005-05-05 02:33:45.000000000 +0200
-@@ -2892,7 +2892,7 @@
+--- clamav-milter/clamav-milter.c.orig Fri Sep 16 00:24:41 2005
++++ clamav-milter/clamav-milter.c Thu Oct 13 20:07:24 2005
+@@ -2973,7 +2973,7 @@ clamfi_eom(SMFICTX *ctx)
* the postmaster, so include
* some useful information
*/
@@ -11,7 +11,7 @@ $NetBSD: patch-ah,v 1.4 2005/05/05 00:42:56 xtraeme Exp $
sendmailId, privdata->from);
else
fprintf(sendmail, _("A message sent from %s to\n"),
-@@ -2906,7 +2906,7 @@
+@@ -2987,7 +2987,7 @@ clamfi_eom(SMFICTX *ctx)
fprintf(sendmail, _("\nThe message in question has been quarantined as %s\n"), privdata->filename);
if(hflag) {
@@ -20,7 +20,18 @@ $NetBSD: patch-ah,v 1.4 2005/05/05 00:42:56 xtraeme Exp $
smfi_getsymval(ctx, "j"), privdata->from,
smfi_getsymval(ctx, "_"));
fputs(_("For your information, the original message headers were:\n\n"), sendmail);
-@@ -4047,7 +4047,7 @@
+@@ -3439,9 +3439,9 @@ clamd_recv(int sock, char *buf, size_t l
+ {
+ fd_set rfds;
+ struct timeval tv;
++ int ret;
+
+ assert(sock >= 0);
+- int ret;
+
+ if(readTimeout == 0) {
+ do
+@@ -4150,7 +4150,7 @@ qfile(struct privdata *privdata, const c
if(move(privdata->filename, newname) < 0) {
if(use_syslog)