diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-10 23:25:28 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-10 23:25:28 +0000 |
commit | dc55c68716d69dfae8d7595cd131135fb9466efc (patch) | |
tree | bcfaeb2de4f508e43a5a041962d8d38917ef82b9 /mail-mta/courier/files | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-dc55c68716d69dfae8d7595cd131135fb9466efc.tar.gz gentoo-2-dc55c68716d69dfae8d7595cd131135fb9466efc.tar.bz2 gentoo-2-dc55c68716d69dfae8d7595cd131135fb9466efc.zip |
A bump to fix security bug #97915.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/courier/files')
-rw-r--r-- | mail-mta/courier/files/courier-0.48.1-spf-error-handling.patch | 11 | ||||
-rw-r--r-- | mail-mta/courier/files/digest-courier-0.48.1-r1 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/mail-mta/courier/files/courier-0.48.1-spf-error-handling.patch b/mail-mta/courier/files/courier-0.48.1-spf-error-handling.patch new file mode 100644 index 000000000000..9ccaa9b87183 --- /dev/null +++ b/mail-mta/courier/files/courier-0.48.1-spf-error-handling.patch @@ -0,0 +1,11 @@ +--- courier-0.50.0/rfc1035/spf.c 2004-08-24 02:43:30.000000000 +0200 ++++ courier-0.50.1/rfc1035/spf.c 2005-07-03 06:19:39.000000000 +0200 +@@ -771,7 +771,7 @@ + + free(domain_spec); + +- if (rc < 0) ++ if (rc != 0) + { + set_err_msg(info->errmsg_buf, info->errmsg_buf_size, + "IP address lookup failed.\n"); diff --git a/mail-mta/courier/files/digest-courier-0.48.1-r1 b/mail-mta/courier/files/digest-courier-0.48.1-r1 new file mode 100644 index 000000000000..b908dae9b3bd --- /dev/null +++ b/mail-mta/courier/files/digest-courier-0.48.1-r1 @@ -0,0 +1 @@ +MD5 a8bf9c8187344fb63449c0b1abf44eb9 courier-0.48.1.tar.bz2 5875035 |