pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail PR#46333 mail/qmail: Fix qmail-*spawn segfa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/320b17f6dd86
branches:  trunk
changeset: 603996:320b17f6dd86
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun May 20 08:48:56 2012 +0000

description:
PR#46333 mail/qmail: Fix qmail-*spawn segfaults on DragonFly

Fix implemented per PR.

diffstat:

 mail/qmail/distinfo              |   3 ++-
 mail/qmail/patches/patch-spawn.c |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 81519b52f1b1 -r 320b17f6dd86 mail/qmail/distinfo
--- a/mail/qmail/distinfo       Sun May 20 06:45:54 2012 +0000
+++ b/mail/qmail/distinfo       Sun May 20 08:48:56 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2012/03/12 03:53:55 sbd Exp $
+$NetBSD: distinfo,v 1.22 2012/05/20 08:48:56 marino Exp $
 
 SHA1 (qmail-1.03.tar.gz) = 18fb960481291a0503e93a94df3f6094edb7f27a
 RMD160 (qmail-1.03.tar.gz) = b851f273f1d365d38efd949b1efcf35768ffa30f
@@ -33,3 +33,4 @@
 SHA1 (patch-aa) = 2c8c50889cbc7da8c51bf6d44c0b31f5f0853896
 SHA1 (patch-ab) = 15e6466c655058664cb660e5e12232bf45010814
 SHA1 (patch-hier.c) = 3c3b6c9404ea2a852b89481dc67bf4ae4d869570
+SHA1 (patch-spawn.c) = 8459ddb4aac3ee7c9f5324fd110e744f06f6b5fb
diff -r 81519b52f1b1 -r 320b17f6dd86 mail/qmail/patches/patch-spawn.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail/patches/patch-spawn.c  Sun May 20 08:48:56 2012 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-spawn.c,v 1.1 2012/05/20 08:48:56 marino Exp $
+
+--- spawn.c.orig       2012-04-14 13:35:08.381341000 +0000
++++ spawn.c
+@@ -1,5 +1,6 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include "alloc.h"
+ #include "sig.h"
+ #include "wait.h"
+ #include "substdio.h"



Home | Main Index | Thread Index | Old Index