summaryrefslogtreecommitdiffstats
path: root/mail/sendmail-old
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-05-03 15:39:07 +0000
committerdinoex <dinoex@FreeBSD.org>2001-05-03 15:39:07 +0000
commitc6e9b757bf19c163592374debd2bd3c1408962f1 (patch)
treed1a453b1b11de3352923b34fc35af1a35069a01e /mail/sendmail-old
parent36354f89ee6d834355e01c75b5163e3bff3f0c87 (diff)
downloadFreeBSD-ports-c6e9b757bf19c163592374debd2bd3c1408962f1.zip
FreeBSD-ports-c6e9b757bf19c163592374debd2bd3c1408962f1.tar.gz
New patch: The socket was IPv6, but the bind used an IPv4 sockaddr struct.
Submitted by: Sean Farley <sean-freebsd@farley.org>
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r--mail/sendmail-old/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail-old/files/patch-ab b/mail/sendmail-old/files/patch-ab
new file mode 100644
index 0000000..44ece76
--- /dev/null
+++ b/mail/sendmail-old/files/patch-ab
@@ -0,0 +1,11 @@
+--- sendmail/daemon.c.orig Fri Apr 27 14:27:51 2001
++++ sendmail/daemon.c Fri Apr 27 14:28:14 2001
+@@ -2012,7 +2012,7 @@
+ }
+ else
+ {
+- s = socket(addr.sa.sa_family, SOCK_STREAM, 0);
++ s = socket(clt_addr.sa.sa_family, SOCK_STREAM, 0);
+ }
+ if (s < 0)
+ {
OpenPOWER on IntegriCloud