[Amavisd-new-commits] [SCM] Debian packaging for amavisd-new branch, master, updated. debian/1%2.6.4-4-15-gd7e2402

Alexander Wirt formorer at debian.org
Tue Aug 9 08:11:29 UTC 2011


The following commit has been merged in the master branch:
commit 6bee16333687bfad2aff17216dc7cb6a782f33d0
Author: Alexander Wirt <formorer at debian.org>
Date:   Tue Aug 9 09:16:09 2011 +0200

    Remove another milter patch
    
    Git-Dch: Ignore

diff --git a/debian/patches/00list b/debian/patches/00list
index 0f4243e..aecc139 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -3,6 +3,5 @@
 40_fix_paths
 45_misc_doc_changes
 60-amavisd-snmp-subagent_paths
-70_fix_milter_permissions.dpatch
 85-clarify_fqdn_error.dpatch
 90_do_not_send_dsn_if_D_REJECT.dpatch
diff --git a/debian/patches/70_fix_milter_permissions.dpatch b/debian/patches/70_fix_milter_permissions.dpatch
deleted file mode 100755
index 83740e3..0000000
--- a/debian/patches/70_fix_milter_permissions.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 70_fix_milter_permissions.dpatch by Alex Prinsier <debian at aphexer.mailhaven.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: makes the milter tempdir group writeable so that av scanner can access it
-
- at DPATCH@
-diff -urNad pkg-amavisd-new~/helper-progs/amavis-milter.c pkg-amavisd-new/helper-progs/amavis-milter.c
---- pkg-amavisd-new~/helper-progs/amavis-milter.c	2007-10-07 09:13:35.000000000 +0200
-+++ pkg-amavisd-new/helper-progs/amavis-milter.c	2007-10-07 09:18:29.000000000 +0200
-@@ -210,6 +210,8 @@
- 
- #ifdef HAVE_MKDTEMP
-     stt = mkdtemp(s);
-+    /* make the tempdir groupwriteable */
-+    chmod(stt,S_IRWXU|S_IRGRP|S_IXGRP);
-     if (stt == NULL)
- 	amavis_syslog(DBG_FATAL, "(amavis_mkdtemp) mkdtemp %s failed: %s",
- 		      s, strerror(errno));

-- 
Debian packaging for amavisd-new



More information about the Amavisd-new-commits mailing list