~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

Viewing changes to debian/patches/10rmail.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-12-07 15:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207153911-hutf07z6i8ty25z5
Tags: 2.2.6-1
* New upstream.
  - the *SQL clients did not uniformly choose the database host from
    the available pool
  - raise the "policy violation" flag when a client request exceeds
    a concurrency or rate limit.
  - don't do smtpd_end_of_data_restrictions after the transaction
    failed due to, e.g., a write error.
  - two messages could get the same message ID due to a race
    condition. This time window was increased when queue file creation
    was postponed from MAIL FROM until the first accepted RCPT TO.  The
    window is closed again.
  - the queue manager did not write a per-recipient defer logfile record
    when the delivery agent crashed after the initial handshake with the
    queue manager, and before reporting the delivery status to the queue
    manager.
  - moved code around from one place to another to make REDIRECT, FILTER,
    HOLD and DISCARD access(5) table actions work in
    smtpd_end_of_data_restrictions.  PREPEND will not be fixed; it must
    be specified before the message content is received.
* Updated Italian translations.  Closes: #336925
* Swedish translations.  Closes: #339746
* Switch to libdb4.3.  Closes: #336488
* Add Replaces: mail-transport-agent.  Closes: #325624
* Merge changes from ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad postfix-2.1.5/Makefile.in /tmp/dpep.5gIPzk/postfix-2.1.5/Makefile.in
9
 
--- postfix-2.1.5/Makefile.in   2004-12-27 22:02:52.848403399 -0700
10
 
+++ /tmp/dpep.5gIPzk/postfix-2.1.5/Makefile.in  2004-12-27 22:19:13.392627752 -0700
11
 
@@ -1,10 +1,11 @@
12
 
 SHELL  = /bin/sh
13
 
 WARN    = -Wmissing-prototypes -Wformat
14
 
-OPTS   = 'CC=$(CC)'
15
 
+OPTS   = "CC=$(CC)"
16
 
 DIRS   = src/util src/global src/dns src/master src/postfix src/smtpstone \
17
 
        src/sendmail src/error src/pickup src/cleanup src/smtpd src/local \
18
 
        src/lmtp src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce \
 
8
diff -urNad debian-2.2/Makefile.in /tmp/dpep.a1Cna5/debian-2.2/Makefile.in
 
9
--- debian-2.2/Makefile.in      2005-04-14 10:14:15.671108333 -0600
 
10
+++ /tmp/dpep.a1Cna5/debian-2.2/Makefile.in     2005-04-14 10:44:57.466696469 -0600
 
11
@@ -7,6 +7,7 @@
19
12
        src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop \
20
 
+       rmail \
21
13
        src/postkick src/postlock src/postlog src/postmap src/postqueue \
22
14
        src/postsuper src/qmqpd src/spawn src/flush src/verify \
23
 
        src/virtual src/proxymap
24
 
diff -urNad postfix-2.1.5/rmail/LICENSE /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/LICENSE
25
 
--- postfix-2.1.5/rmail/LICENSE 1969-12-31 17:00:00.000000000 -0700
26
 
+++ /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/LICENSE        2004-12-27 22:19:13.392627752 -0700
 
15
+       rmail \
 
16
        src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr
 
17
 MANDIRS        = proto man html
 
18
 
 
19
diff -urNad debian-2.2/rmail/LICENSE /tmp/dpep.a1Cna5/debian-2.2/rmail/LICENSE
 
20
--- debian-2.2/rmail/LICENSE    1969-12-31 17:00:00.000000000 -0700
 
21
+++ /tmp/dpep.a1Cna5/debian-2.2/rmail/LICENSE   2005-04-14 10:44:57.466696469 -0600
27
22
@@ -0,0 +1,79 @@
28
23
+                            SENDMAIL LICENSE
29
24
+
104
99
+   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
105
100
+
106
101
+$Revision: 1.1.2.1 $, Last updated $Date: 2004/12/28 05:34:15 $
107
 
diff -urNad postfix-2.1.5/rmail/Makefile.in /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/Makefile.in
108
 
--- postfix-2.1.5/rmail/Makefile.in     1969-12-31 17:00:00.000000000 -0700
109
 
+++ /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/Makefile.in    2004-12-27 22:19:13.392627752 -0700
 
102
diff -urNad debian-2.2/rmail/Makefile.in /tmp/dpep.a1Cna5/debian-2.2/rmail/Makefile.in
 
103
--- debian-2.2/rmail/Makefile.in        1969-12-31 17:00:00.000000000 -0700
 
104
+++ /tmp/dpep.a1Cna5/debian-2.2/rmail/Makefile.in       2005-04-14 10:44:57.467695793 -0600
110
105
@@ -0,0 +1,56 @@
111
106
+SHELL  = /bin/sh
112
107
+SRCS   = rmail.c
164
159
+
165
160
+# do not edit below this line - it is generated by 'make depend'
166
161
+rmail.o: rmail.c
167
 
diff -urNad postfix-2.1.5/rmail/rmail.8 /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/rmail.8
168
 
--- postfix-2.1.5/rmail/rmail.8 1969-12-31 17:00:00.000000000 -0700
169
 
+++ /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/rmail.8        2004-12-27 22:19:13.393627537 -0700
 
162
diff -urNad debian-2.2/rmail/rmail.8 /tmp/dpep.a1Cna5/debian-2.2/rmail/rmail.8
 
163
--- debian-2.2/rmail/rmail.8    1969-12-31 17:00:00.000000000 -0700
 
164
+++ /tmp/dpep.a1Cna5/debian-2.2/rmail/rmail.8   2005-04-14 10:44:57.467695793 -0600
170
165
@@ -0,0 +1,49 @@
171
166
+.\" Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
172
167
+.\"     All rights reserved.
217
212
+.B Rmail
218
213
+should not reside in 
219
214
+/bin.
220
 
diff -urNad postfix-2.1.5/rmail/rmail.c /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/rmail.c
221
 
--- postfix-2.1.5/rmail/rmail.c 1969-12-31 17:00:00.000000000 -0700
222
 
+++ /tmp/dpep.5gIPzk/postfix-2.1.5/rmail/rmail.c        2004-12-27 22:19:13.393627537 -0700
 
215
diff -urNad debian-2.2/rmail/rmail.c /tmp/dpep.a1Cna5/debian-2.2/rmail/rmail.c
 
216
--- debian-2.2/rmail/rmail.c    1969-12-31 17:00:00.000000000 -0700
 
217
+++ /tmp/dpep.a1Cna5/debian-2.2/rmail/rmail.c   2005-04-14 10:44:57.468695117 -0600
223
218
@@ -0,0 +1,475 @@
224
219
+/*
225
220
+ * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.