]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Mark all the non-Debian-specific patches as forwarded.
authorPeter Pentchev <roam@ringlet.net>
Tue, 22 Jun 2010 07:46:12 +0000 (07:46 +0000)
committerPeter Pentchev <roam@ringlet.net>
Tue, 22 Jun 2010 07:46:12 +0000 (07:46 +0000)
14 files changed:
changelog
patches/09-typos.patch
patches/13-hardening.patch
patches/17-mailname.patch
patches/23-dirent-d_type.patch
patches/24-random-message-id.patch
patches/25-unsupported-starttls.patch
patches/27-int-size.patch
patches/28-valid-recipient.patch
patches/29-double-free.patch
patches/30-ldflags.patch
patches/31-sigalrm-backoff.patch
patches/32-comment-uncomment.patch
patches/33-opportunistic-tls.patch

index 5113430b9c2a6bce3777ef07eb0b7239772d6202..054183cd64549e99d48f8388856f6b349e0f3545 100644 (file)
--- a/changelog
+++ b/changelog
@@ -62,6 +62,7 @@ dma (0.0.2010.06.17-1) unstable; urgency=low
     even if the STARTTLS negotiation fails.
   * Fix the 25-unsupported-starttls patch to actually error out if the SSL
     negotiation fails.
+  * Forward all the non-Debian-specific patches upstream to Simon Schubert.
 
  -- Peter Pentchev <roam@ringlet.net>  Sat, 19 Jun 2010 16:19:25 +0300
 
index a2c4d40c603aa4aab724fa045d978b970a912d0e..885b9956a4ff90e66d0469f37377f1a7bd0e4aea 100644 (file)
@@ -1,9 +1,8 @@
 Description: Fix a typo in an error message.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/crypto.c
 +++ b/crypto.c
index fbfe6df2b950155c5af384efad02b250d0870693..f7a7bbb14a018f1ca2be9f9f33d9888805cbd7c3 100644 (file)
@@ -1,9 +1,8 @@
 Description: Build hardening: check a few more return values.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-03
+Last-Update: 2010-06-21
 
 --- a/util.c
 +++ b/util.c
index 3b671c977fb1cab1483c539e0c93e54f5249488b..63261340c619b9cc08caf412cdf2dd5ffd361586 100644 (file)
@@ -1,12 +1,11 @@
 Description: Several fixes to the mail name file parsing.
  Fix a file descriptor leak in the MAILNAMEFILE code.
  Fix a mistake in my patch submitted to DFBSD - "initialized" should be static!
- I'll forward these parts of the patch when I catch up with upstream.
  For Debian, use /etc/mailname for the MAILNAMEFILE.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/dma.conf
 +++ b/dma.conf
index 44afdeb894063e93d38072b3099e16ceb84d27f6..379765af19add31e782057aadeddddcebb108b0f 100644 (file)
@@ -1,12 +1,11 @@
 Description: Allow the spool to be on a filesystem that does not set d_type.
  Some filesystems (notably XFS) do not set the d_type field in the dirent
  structure.  This prevents dma from delivering any of the queued messages.
- I'll forward this patch when I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
 Bug-Debian: http://bugs.debian.org/544357
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/spool.c
 +++ b/spool.c
index 7b97ba5a83ba074f875d576a0593d8de477e0a09..c9a81d2cdbc1517b80c65be2a81d9f3e808ef143 100644 (file)
@@ -1,8 +1,7 @@
 Description: Randomize the generated Message-Id field a bit more.
- I'll forward this patch when I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
 Bug-Debian: http://bugs.debian.org/544475
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
 Last-Update: 2010-06-21
 
index fe5e9fd331a15437a3f92b26d30da75c71f736d5..cb34484525b5d3b78f8302999b849a7f49df4f8f 100644 (file)
@@ -1,8 +1,7 @@
 Description: Fix a crash when the SMTP server does not support STARTTLS.
- I'll forward this patch when I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
 Bug-Debian: http://bugs.debian.org/547594
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
 Last-Update: 2010-06-21
 
index e9ea9ef7f10324c4159c7bd20aaa177f388e3740..6ac3cd06a5a332b9f7a5bb4377076d87045ef3bd 100644 (file)
@@ -1,9 +1,8 @@
 Description: Cast correctly to uintmax_t when using %PRIxMAX.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/spool.c
 +++ b/spool.c
index 32f7196bc213b34588fae623a39f3c30157d6a58..c3025a0f8a96b5f1a46a5980d1827fa741989c55 100644 (file)
@@ -1,9 +1,8 @@
 Description: Check the parsed recipient address for validity.
- I'll forward this patch when I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/mail.c
 +++ b/mail.c
index 2391e8cdd16c4be1f6f4c0a099caa8e4a89d6a50..cccd5022c5271de6ca51469634ed9a61a7644ae9 100644 (file)
@@ -1,9 +1,8 @@
 Description: Fix a double-free bug.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/spool.c
 +++ b/spool.c
index 95885b444aaed9596bed6834824418f1527836a9..3fc20f28b6624eaeedc8905ce69a3ab02ccbf514 100644 (file)
@@ -1,9 +1,8 @@
 Description: Honor LDFLAGS if specified in the environment.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
+Last-Update: 2010-06-21
 
 --- a/Makefile.plain
 +++ b/Makefile.plain
index 1a938a22c9a8fcb198268b1c75098b9c659e46be..1e47e91f075cbab85702724078418b0aa8c80872 100644 (file)
@@ -1,9 +1,8 @@
 Description: Allow a SIGALRM to force a delivery attempt.
- I'll forward this patch as soon as I catch up with the dma upstream.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-19
+Last-Update: 2010-06-21
 
 --- a/dma.c
 +++ b/dma.c
index 5add3c5f0fb78e835304fc1df6aff4e77b973831..4cec1c0f9c0681c81d069a56afbba5843d76fab8 100644 (file)
@@ -1,7 +1,6 @@
 Description: Correct the comment/uncomment logic of the manual page wording.
- I'll forward this patch real soon now.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
 Last-Update: 2010-06-21
 
index 2326f8b17b7af104042e9268379b985cdbef9f61..23dccd9fedea258bd9c5c03404f56ee4ed839f7b 100644 (file)
@@ -1,9 +1,8 @@
 Description: Add the "opportunistic TLS" option.
  Add a new configuration option to allow remote connections to proceed in
  unencrypted mode if the STARTTLS negotiation fails.
- I'll forward this patch real soon now.
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: no
+Forwarded: yes
 Author: Peter Pentchev <roam@ringlet.net>
 Last-Update: 2010-06-21