commit 39cfb0cfb64b3e35500f70f174d45921b5e65bfd
parent c4de3cc1ac2b75d87b551c9b88513d14ba57410d
Author: Russell Nelson <nelson@qmail.org>
Date: Mon, 26 Jan 2004 16:18:00 +0100
netqmail 1.05
Diffstat:
7 files changed, 54 insertions(+), 3 deletions(-)
diff --git a/CHANGES b/CHANGES
@@ -1,3 +1,10 @@
+20040121 version: netqmail 1.05
+20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB)
+ header lines
+20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn
+ are protected from misbehaving on hosts where the size of an
+ integer is not the same as the size of a character pointer
+ (eg 64 bit hosts with 32 bit ints)
20031027 version: netqmail 1.04.
20031027 doc: INSTALL points to http://lifewithqmail.org/lwq.html
20031027 doc: qmail.7 identifies installation as netqmail and points to
diff --git a/COPYRIGHTS b/COPYRIGHTS
@@ -0,0 +1,27 @@
+netqmail-1.04
+-------------
+No copyright is claimed by the distributors of netqmail for changes from
+qmail 1.03 to netqmail 1.04.
+NOTE: netqmail 1.04 is a community-assembled distribution of qmail from
+the official qmail-1.03.tar.gz and patches approved by the community.
+D. J. Bernstein did not participate in, nor has he been asked to approve
+of this distribution.
+
+netqmail-1.05
+-------------
+James Craig Burley claims copyright on the qmail-isoc patch. See the file
+
+ old-patches/qmail-isoc.patch
+
+for details on James' copyright claim and distribution license.
+
+James' patch has been combined with the original netqmail-1.04 patch
+and the result incorporated into a unified netqmail-1.05 patch.
+
+Apart from James' copyrights, no other copyright is claimed by the
+distributors of netqmail for changes from qmail 1.03 to netqmail 1.05.
+
+NOTE: netqmail 1.05 is a community-assembled distribution of qmail from
+the official qmail-1.03.tar.gz and patches approved by the community.
+D. J. Bernstein did not participate in, nor has he been asked to approve
+of this distribution.
diff --git a/README b/README
@@ -12,6 +12,22 @@ the official qmail-1.03.tar.gz and patches approved by the community.
D. J. Bernstein did not participate in, nor has he been asked to
approve of this distribution.
+netqmail 1.05
+20040121
+James Craig Burley claims copyright on the qmail-isoc patch. For
+more details, see the COPYRIGHTS file shipped with the netqmail-1.05
+distribution.
+
+James' patch has been combined with the original netqmail-1.04 patch
+and the result incorporated into a unified netqmail-1.05 patch.
+Apart from James' copyrights, no other copyright is claimed by the
+distributors of netqmail for changes from qmail 1.03 to netqmail 1.05.
+
+NOTE: netqmail 1.05 is a community-assembled distribution of qmail from
+the official qmail-1.03.tar.gz and patches approved by the community.
+D. J. Bernstein did not participate in, nor has he been asked to
+approve of this distribution.
+
qmail is a secure, reliable, efficient, simple message transfer agent.
It is meant as a replacement for the entire sendmail-binmail system on
typical Internet-connected UNIX hosts. See BLURB, BLURB2, BLURB3, and
diff --git a/UPGRADE b/UPGRADE
@@ -3,7 +3,7 @@ information generally), the qmail system comes with NO WARRANTY. It's
much more secure and reliable than sendmail, but that's not saying much.
-Here's how to upgrade to netqmail 1.04. This procedure will overwrite the
+Here's how to upgrade to netqmail 1.05. This procedure will overwrite the
old qmail binaries. Furthermore, it may begin delivering messages from
the queue before you have had a chance to test it.
diff --git a/VERSION b/VERSION
@@ -1 +1 @@
-netqmail 1.04
+netqmail 1.05
diff --git a/error.3 b/error.3
@@ -3,6 +3,7 @@
error \- syscall error codes
.SH SYNTAX
.B #include <error.h>
+.br
.B #include <errno.h>
extern int \fBerror_intr\fP;
diff --git a/qmail.7 b/qmail.7
@@ -56,7 +56,7 @@ and
.BR qmail-pop3d (8).
This documentation describes netqmail version
-1.04
+1.05
of
.BR qmail .
See